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

PB after Fly to...

seVen

New Member
Joined
Jan 31, 2010
Messages
589
Reaction score
20
PB after Fly to... Stuck *help*

Got some problems with my code

Code:
<coordinates><coordinates>Interact: GameObject #
Wait (Me.ZoneId == #) timeout 10000
load profile: #
if my char reaches the fly to coordinate it simply doesn't do a darn thing... is an additionally command needed for reloading or re "reading" the profile? "Oo

( the botbase is already set to gatherbuddy2 and the profile is a valid gb2 profile )


Edit: Nevermind I'm just stupid (:
</coordinates></coordinates>
 
Last edited:
Another Bug i cant figure out how to fix, yet...

Code:
Sub Use Portal
Call SubRoutine: Use Portal

Sub Use John Doe
if (Me.FreeNormalBagSlots <= 2)
         TreeRoot.Stop();
won't check for my bag slots anymore... ( doesn't matter if they are full or not )
need this check to stop the bot (or executing some other code)

- maybe its because the if state is in a subroutine ? -

anyone?

cheers
 
Last edited:
Another Bug i cant figure out how to fix, yet...

Code:
Sub Use Portal
Call SubRoutine: Use Portal

Sub Use John Doe
if (Me.FreeNormalBagSlots <= 2)
         TreeRoot.Stop();
won't check for my bag slots anymore... ( doesn't matter if they are full or not )
need this check to stop the bot (or executing some other code)

- maybe its because the if state is in a subroutine ? -

anyone?

cheers

write something to the log to check if the routine does work :) this helps a lot sometimes
 
Back
Top