[AtCommand] autoatk

im using 1.4, follow ur step, and got this sir @@Mhalicot .

can u help me.?

Code:
[img][URL="http://i.imgur.com/F4fiseJ.png%5B/img%5D"]http://i.imgur.com/F4fiseJ.png[/img][/URL]
 
#include "common/HPMDataCheck.h"
Error says that include is missing(ah, plugin too old?)

 
#include "common/HPMDataCheck.h"
Error says that include is missing(ah, plugin too old?)
wow.. thanks a lot sir..

now its work..

but now i've another error..

getting error spr when @go or @jump using this plugin..

lol

im gonna trying to fix myself.. /no1

 
Client crashes when you turn on autoattack then @warp to any map. I'm using 2015-11-04

 
autoattack.c: In function ‘autoattack_motion’:
autoattack.c:55:7: error: ‘struct unit_interface’ has no member named ‘walktoxy’
unit->walktoxy(&sd->bl,sd->bl.x+(rand()%2==0?-1:1)*(rand()%10),sd->bl.y+(rand()%2==0?-1:1)*(rand()%10),0);


this is the error

 
Back
Top