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!

Help find Monk taunt statue plugin/cr/profile

No one can help you if you are not giving a precise description of what you are looking for. Which bot base, profile, setting, etc.?
 
This is how you can cast totem at your char's location:

PHP:
		<CustomBehavior File="RunCode" Code='
					SpellManager.Cast(115315);
					await Coroutine.Sleep(325);
					SpellManager.ClickRemoteLocation(Me.Location);
			' />

You may want to either have a look at other profiles to add anything you need in addition or pay a dev to script it for you. Maybe you are lucky and there's a free /or paid profile/plugin available for this exact situation.
 
Back
Top