Jump to content

Zagati

Members
  • Posts

    2
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Zagati

  1. Short version:

     

    Engine.FaceControl(0, false);

    Engine.MoveTo(x1, y1, z1);       <- spot where you wanna lure the mob

    Engine.UseSkill(xxx);                 <- optional. xxx = aggro skill or something

    Engine.MoveTo(x2, y2, z2);     <- spot where you wanna kill the mob

    Engine.FaceControl(0, true);

     

    Fiddle around with it yourself. Posted above is just a simple example of how it could be done.

    thank you!

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock