Beware: Trading is never 100% safe.
0 Members and 1 Guest are viewing this topic.
[code]
I changed it so that it uses tuna now, if anyone wants add me w3stcl0x@hotmail.com...
set fight mode using the options when fighting. Then ::run fighter 83 for example
Quote from: evans311089 on July 29, 2010, 09:07:38 PMset fight mode using the options when fighting. Then ::run fighter 83 for examplethat dont work bro... is this fighter just used for general fighting.?
import bot.*;public class UltraFighter extends Methods { public UltraFighter(Client mc) { super(mc); } public void main(String args[]) { try { int npcID = Integer.parseInt(args[1]); printMessage("@gre@Ultra NPC Killer by Ecko"); while(running()) { int[] Npc = getNPCIndex(npcID); if(fatigue() == 100L && !sleeping()) { useItem(getItemSlot(1263)); wait(1000); while(sleeping()) wait(1000); } if (Npc[0] != -1 && !inCombat(ourPlayer())); { attackNPC(Npc[0]); wait(random(500, 1000)); } wait(random(500, 1000)); } } catch (Exception e) { printMessage("@dre@"Error, wrong arguments. use ::run ultrafighter npcID" "); } }}
Quote from: jakecorb on July 31, 2010, 12:53:57 AMQuote from: evans311089 on July 29, 2010, 09:07:38 PMset fight mode using the options when fighting. Then ::run fighter 83 for examplethat dont work bro... is this fighter just used for general fighting.?That Fighter script is for Falador only... And you needs cooked lobsters in bank for it to work properly.::run ultrafighter npcIDCode: [Select]import bot.*;public class UltraFighter extends Methods { public UltraFighter(Client mc) { super(mc); } public void main(String args[]) { try { int npcID = Integer.parseInt(args[1]); printMessage("@gre@Ultra NPC Killer by Ecko"); while(running()) { int[] Npc = getNPCIndex(npcID); if(fatigue() == 100L && !sleeping()) { useItem(getItemSlot(1263)); wait(1000); while(sleeping()) wait(1000); } if (Npc[0] != -1 && !inCombat(ourPlayer())); { attackNPC(Npc[0]); wait(random(500, 1000)); } wait(random(500, 1000)); } } catch (Exception e) { printMessage("@dre@"Error, wrong arguments. use ::run ultrafighter npcID" "); } }}
public class UltraFighter extends Methods { public UltraFighter(Client mc) { super(mc); } public void main(String args[]) { try { int npcID = Integer.parseInt(args[1]); printMessage("@gre@Ultra NPC Killer by Ecko"); while(running()) { int[] Npc = getNPCIndex(npcID); if(fatigue() == 100L && !sleeping()) { useItem(getItemSlot(1263)); wait(1000); while(sleeping()) wait(1000); } if (Npc[0] != -1 && !inCombat(ourPlayer())); { attackNPC(Npc[0]); wait(random(500, 1000)); } wait(random(500, 1000)); } } catch (Exception e) { printMessage("@dre@Error, wrong arguments. use ::run ultrafighter npcID"); } }}
Code: [Select] public class UltraFighter extends Methods { public UltraFighter(Client mc) { super(mc); } public void main(String args[]) { try { int npcID = Integer.parseInt(args[1]); printMessage("@gre@Ultra NPC Killer by Ecko"); while(running()) { int[] Npc = getNPCIndex(npcID); if(fatigue() == 100L && !sleeping()) { useItem(getItemSlot(1263)); wait(1000); while(sleeping()) wait(1000); } if (Npc[0] != -1 && !inCombat(ourPlayer())); { attackNPC(Npc[0]); wait(random(500, 1000)); } wait(random(500, 1000)); } } catch (Exception e) { printMessage("@dre@Error, wrong arguments. use ::run ultrafighter npcID"); } }}