blockadez Posted March 8, 2014 Posted March 8, 2014 I used to have a bot that would kill Dagannoths at the lighthouse by Relekka. I would be willing to pay for a bot that would do the same.
Fake Posted March 8, 2014 Posted March 8, 2014 put this in a script skeleton and u have a amazing fighter npc noob = closestNpcForName(''"Dagganoth"); if(noob != null){ if(!client.getmyplayer.isanimating){ noob.interact(Attack); }}