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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Don?t land on Water

Farmbot

New Member
Joined
Jan 15, 2010
Messages
270
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