Jump to content

help me on my cow killer?


oanigaVteWo
 Share

Recommended Posts

Give me tips 

wink.png

http://pastebin.com/B9rsY3jg

http://pastebin.com/B9rsY3jg

Right now i need help with path walking =P heres the cords i have 

[BANK]
3009,3358,0 NW
3018,3355,0 SE
[WALKTOCOWS]
3007,3350,0
3007,3337,0
3006,3324,0
3020,3319,0
3032,3315,0
(gate)
[COWPIN]
3021,3313,0 NW
3043,3297,0 SE
[WALKBACK]
3032,3313,0 (inside Gate)
3018,3318,0
3007,3328,0
3007,3342,0
3013,3356,0 (inside Bank)
Edited by oanigaVteWo
Link to comment
Share on other sites

NPC cow = closestAttackableNPCForName(new String [] {"Cow"});

if (client.getMyPlayer().getFacing() == null ){
cow.interact("Attack");
sleep(random(500,1000));
}

 

And Thank You ~~~ Using Trying To find out why returning errors

Goodluck on the script smile.png

 

Making a combat script is pretty hard. Remember to add a message listener in case the cows already in combat wink.png

Good Idea Thank You

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...