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

HB movement within plugin

BPAlpha

New Member
Joined
Jan 15, 2010
Messages
594
Reaction score
41
hi.. as few people know im not really experience in c# coding and ive hit a little problem.. i was wondering if its possible to make HB plugins move to wowpoint ie
Code:
x=111 y=111 z=111
within a plugin rather than a profile.. or would it be easier to make a profile and tell plugin to load that profile once if's have been met??
 
WoWPoint MoveToLoc = new WoWPoint(1000, 1000, 1000);
Navigator.MoveTo(MoveToLoc);
 
Back
Top