Berend
New Member
- Joined
- Jul 26, 2012
- Messages
- 22
- Reaction score
- 0
Hey people,
I'm having some trouble with the UseObject tag in regards when using a portal. As far as I can tell in order to be able to use a portal you need something like:
My problem is: what if the destinationWorldId is a random number? Is there a way to use a portal so that the bot doesnt care where it ends up? I want it to use a portal and once thru it should start exploring, not caring if destinationWorldId is 1, 2, 3 or 4
Can I use something like
Or is there a special syntax for it?
Tried some stuff out but if I fiddle with it (leaving out the whole destinationWorldId argument) it loops going in and back out thru the portal. Or if I leave out isPortal or set it to False it wont use the portal at all. What am I missing or isnt this possible at all?
Sorry if this is a stupid question but still learning here
Tnx in advance for your help!
(PS did search the forum and took a look at the posts with all the Tags and their arguments but could not find anything that would solve my problem)
I'm having some trouble with the UseObject tag in regards when using a portal. As far as I can tell in order to be able to use a portal you need something like:
Code:
<UseObject questId="1" x="1" y="2" z="3" actorId="somenumber" isPortal="True" destinationWorldId="somenumber" />
My problem is: what if the destinationWorldId is a random number? Is there a way to use a portal so that the bot doesnt care where it ends up? I want it to use a portal and once thru it should start exploring, not caring if destinationWorldId is 1, 2, 3 or 4
Can I use something like
Code:
destinationWorldId="somenumber" or="someOthernumber" or="whatever"
Or is there a special syntax for it?
Tried some stuff out but if I fiddle with it (leaving out the whole destinationWorldId argument) it loops going in and back out thru the portal. Or if I leave out isPortal or set it to False it wont use the portal at all. What am I missing or isnt this possible at all?
Sorry if this is a stupid question but still learning here
Tnx in advance for your help!
(PS did search the forum and took a look at the posts with all the Tags and their arguments but could not find anything that would solve my problem)






