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

Entering Instances (questing botbase / farming profile)

dbrous

New Member
Joined
Feb 6, 2012
Messages
78
Reaction score
0
I've made a farming profile for an instance and i'm having trouble with the code to enter the instance with.

custom behaviors i have tried: nocombatmove and MyCTM
I have a move command to the instance entrance and i have tried two different ways to set the enter instance coordinates:
1) take the instance entrance coordinate for example: (X,Y,Z) and set a command to move to (X, Y +5, Z)
2) enter the instance and record the updated position from developer tools when the character is on the loading screen

Now the character will enter the instance but it is still stuck on the move to command that was used to enter the instance and does not exit the execution of that command.

I've looked at zikke's hilt farming profile and the method he used to implement the entering of the instance is not working for me

I know i can use a brute force way such as: goblin jump or blink, but i would like to know how to implement this correctly

Will be doing more testing and scouring for a solution till someone can help me. It would be greatly appreciated
 
Played around with it some more, CTM method is working. Adding an appropriate delay seemed to be the issue :)
 
Back
Top