okay
1) your return types are not of the same type, p.area is a number, false is a boolean, if you so something like return -1, it should probably not give you error (instead of return false), due to type mismatch
2) if (p.name === MyScript.Config.Playername) { <---- this line is wrong, needs to be Config.MyScript.Playername
Hey,
wow, those were obvious ones... thanks for your answer and sorry about that questions!
Now everything works.
I'm not sure though, if anyone needs this script, as i made it for my purposes. I just extended the DiabloHelper-script.
Now you can choose in the char-config, if you want to get BO from a BO-giver.
- It takes the waypoint to the river of flame and waits for that event.
- If there are monsters nearby it goes to town and continues with the helper script
- If the BO-Giver is already in CS or even further it goes to town and continues with the helper script
- After it received the BO it goes to town and waits for the town portal
That's pretty all it does. I coded that, because i didn't want to waste fg for two CTA's if two bots are running in the same game.

I guess this makes more sense in the wakka-script though. I might add it in there.
I also changed the "waiting for diablo"-position of sorceresses to a more safe one.
So if anyone is interested in that, i will share it.
regards