xsol
Member
- Joined
- Nov 7, 2011
- Messages
- 503
- Reaction score
- 12
The worldId check is definitely the way to go but the trouble I'm having is that if the UseObject destinationWorldId doesn't match the ID of the zone it's going into then it just zones in and out over and over forever. It doesn't make any checks, it just zones in and realizes it's not in the right world and then zones out and just keeps going. How do you know which worldID you're zoning into without being able to tell which dungeon is which BEFORE zoning in?
you have to actually go in and get the worldid (from the info dumping tab) and fill in the blank...
If all the portals are the same actor and they all lead to dif. worlds there will have to be new code in the bot core or a plugin, a comma seperated list support maybe, or just remove the destination and have a sourceWorldId then the core can simply check that the currentWorldId != sourceWorldId
Last edited: