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

need some help about making plugin

Status
Not open for further replies.

djdnffjd

New Member
Joined
Feb 18, 2010
Messages
182
Reaction score
0
I want to make some simple plugin which can let my toon strafe left(right) per several minutes

Anyone who can make some plugins plz help me

here is some script of xxx.cs file


//KeyboardManager.KeyUpDown((char)KeyboardManager.eVirtualKeyMessages.VK_SPACE);
WoWMovement.Move(WoWMovement.MovementDirection.JumpAscend);


in this script, toon make a jump per several minutes. and I want strafe left(or right) instead of jump

how can I change this script?

some help would be really appreciated
 
WoWMovement.Move(WoWMovement.MovementDirection.StrafeLeft);
WoWMovement.Move(WoWMovement.MovementDirection.StrafeRight);
 
you can use developer section instead :)
closed
 
Status
Not open for further replies.
Back
Top