Safe spot obj list

Kosho

Active Member
How would i go about editing this? I have my ratter set to run on non whitelisted, and the safe spot set up in Labels>Safe Spots.
21:09:56: Alert: Non-Whitelisted Pilot: bojangles: CharID: 123456789 CorpID: 123456789 AllianceID: 123456789
21:09:57: ResetSafeSpotList found 0 safespots in this system.
21:09:57: DEBUG: obj_Safespots.IsAtSafespot: ItemID = NULL
21:09:57: ResetSafeSpotList found 0 safespots in this system.
21:09:57: DEBUG: obj_Safespots.IsAtSafespot: ItemID = NULL

I found the line in safespot.iss but have no idea how to edit it.

also, when adding alliance should i do it like this
<Set Name="Alliances">
<Setting Name="Sample_Alliance_Comment">1</Setting>
<Setting Name="Sample_Alliance_Comment">2</Setting>
</Set>
</InnerSpaceSettings>

Or do i have to add a whole new string for each entry?
Apologies beforehand for being a complete noob.
 
Last edited:

TreePickle

Active Member
It looks like the script does not see a safespot bookmark in that system at all.
Is your safespot listed right?
Am I way of base?

The reason I say that is the "NULL" reply

No Idea on the Alliance stuff, I havent messed with it at all yet.
 

GliderPro

Active Member
ResetSafeSpotList found 0 safespots in this system.
You need to have a safespot bookmark that matches your prefix. For example if your prefix is set to "FOO" then you would want bookmarks named "FOOBAR", "FOO1", "FOO2", etc...
 

Kosho

Active Member
The label is the exact same as the safespot name in my bookmarks, i guess i will try changeing the name or something.
 

GliderPro

Active Member
It is a prefix. I've never tried making the bookmark name the same as the prefix but I suspect that is your problem. Try naming your bookmark so it starts with the configured prefix and has at least one more character in the name. I like to use 1,2,3,etc... but it is entirely up to you.
 
Top Bottom