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

Wormhole Teleport

grunt

New Member
Joined
Aug 11, 2012
Messages
8
Reaction score
0
Ever since version .196 I haven't been able to get wormhole teleport working correctly inside of a profile. Example:

Code:
<UsePower questId="1" powerId="168344" x="349.4755" y="295.5255" z="0.1000273" name="Teleport 1" />
<UsePower questId="1" powerId="168344" x="326.8707" y="301.2177" z="0.3493198" name="Wormhole 1" />
<UsePower questId="1" powerId="168344" x="304.7116" y="310.3489" z="5.277421" name="Wormhole 2" />
<UsePower questId="1" powerId="168344" x="284.4278" y="318.9131" z="7.896038" name="Wormhole 3" />

Now, instead of teleporting 4 times, I only teleport once, maybe twice if I'm lucky. Is there another way I should be doing this now?
 
Ever since version .196 I haven't been able to get wormhole teleport working correctly inside of a profile. Example:

Code:
<UsePower questId="1" powerId="168344" x="349.4755" y="295.5255" z="0.1000273" name="Teleport 1" />
<UsePower questId="1" powerId="168344" x="326.8707" y="301.2177" z="0.3493198" name="Wormhole 1" />
<UsePower questId="1" powerId="168344" x="304.7116" y="310.3489" z="5.277421" name="Wormhole 2" />
<UsePower questId="1" powerId="168344" x="284.4278" y="318.9131" z="7.896038" name="Wormhole 3" />

Now, instead of teleporting 4 times, I only teleport once, maybe twice if I'm lucky. Is there another way I should be doing this now?

Activate Teleport for movement in Belph, that should help i think.
 
Well I kind of would like to be able to teleport when I reach certain locations in my profile. I don't think this information would go into the movement routine, would it?
 
Well I kind of would like to be able to teleport when I reach certain locations in my profile. I don't think this information would go into the movement routine, would it?
You can play around with the teleport range. The range tells the PlayerMover when it should teleport.
 
Back
Top