What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

BlackList

SoulChaosX

New Member
Joined
Nov 19, 2010
Messages
24
Reaction score
0
Is there a way to blacklist a node? i have Tony's Highlands profile and it keeps running into the hill trying to get underground. i did a forums search but found nothing...
 
open your badNodes.xml (with notepad++)

see how all of the others are blacklisted?

copy one section and paste it at the bottom... then delete the coordinates
paste in new coordinates (you'll see these in the debug.html)
 
open your badNodes.xml (with notepad++)

I don't have a "badnodes.xml" file... how do I make one? Or can you give me one?

BTW thanks in advance if you give me a link or tell me how but I need to head to bed.
 
<nodesBlacklist>
<bad_location><name>Copper Vein</name><waypoint>-9153.03 -599.3111 60.24548</waypoint><comment>Underground node: 11/30/2010 10:31:21 PM </comment></bad_location>
<bad_location><name>Fel Iron Deposit</name><waypoint>-39.0497 4739.212 37.15665</waypoint><comment>Automatic blacklist during manouver loop 12/1/2010 2:06:58 AM </comment></bad_location>
<bad_location><name>Fel Iron Deposit</name><waypoint>-729.0963 3772.822 20.33649</waypoint><comment>Underground node: 12/1/2010 2:15:22 AM </comment></bad_location>
<bad_location><name>Fel Iron Deposit</name><waypoint>-1453.244 2675.739 -40.0814</waypoint><comment>Automatic blacklist during manouver loop 12/1/2010 2:49:37 AM </comment></bad_location>
</nodesBlacklist>

^^ copy and paste this into notepad++, Save as --> badNodes.xml (save as --> all files. type in: badNodes.xml)
 
^^ copy and paste this into notepad++, Save as --> badNodes.xml (save as --> all files. type in: badNodes.xml)

that was fast thanks. so how do i get the coords of the faulty node? let the bot run and save that coord? or is there a place i can find the node?
 
that was fast thanks. so how do i get the coords of the faulty node? let the bot run and save that coord? or is there a place i can find the node?

keep the GB box up, and be really, really fast

or keep gb folder up, right click on debug.html, edit with notepad++ ... go down to the bottom and it will say "moving to node ( x y z )" ... you copy the x y z coords and paste them into the badNodes

if you want to "refresh" simply click on notepad++ window again and it will ask if you want to reload! (as the bot will be adding info to the log every 1/2 sec or so)
 
so...
<bad_location><name>Elementium Deposit</name><waypoint>-5066.14 -5067.42 53.7335</waypoint><comment>Underground Node: 12/10/2010 7:20:35 AM </comment></bad_location>
am I right?
 
that should be correct

make sure you have the beginning and end tags, too!

<nodesBlacklist>

</nodesBlacklist>

now under comment, that's just for you. I have to manually blacklist water nodes... and i'll do:

<comment>stupid water node in XXXX lake</comment>
 
cool lol i just found a phased node after the underground one... oh and i just copied one of the ones you gave me and re-wrote it so i didn't make a mistake thanks a lot for the help.
 
Back
Top