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

Don?t land on Water

Farmbot

New Member
Joined
Jan 15, 2010
Messages
270
Reaction score
0
Hi.
i?m using MultiProfile and after some time he wants to switch to Banker, but sometimes he is over Water and then he could not Dismount and Hearting out

So is there an Plugin which react if he wants to land over Water ond goes right or left to the next good Place for Landing?

Greetings
 
how about just modify the multiprofile to move to a location before hearthing?
 
Or you can use a workaround for the dismounting routine in Multiprofile.
After calling Dismount();
you could call this:
Code:
Lua.DoString("Dismount() CancelShapeshiftForm()"); Thread.Sleep(1000);
that way, you're sure to be dismounted before trying to cast HS. Maybe I could hint highvoltz to make this (or similar) workaround to the profile
 
Back
Top