Search found 6 matches

by neow1ng
Mon Sep 14, 2009 4:41 am
Forum: Runes of Magic
Topic: How to: My bot is not looting !!!
Replies: 41
Views: 47860

Re: How to: My bot is not looting !!!

for i = 1, 3, 1 do -- "attack" is also the hotkey to loot, strangely. local hf_attack_key; if( settings.profile.hotkeys.MACRO ) then hf_attack_key = "MACRO"; cprintf(cli.green, language[31], hf_attack_key , dist); -- looting target. RoMScript("UseSkill(1,1);"); else hf...
by neow1ng
Mon Sep 14, 2009 3:53 am
Forum: Runes of Magic
Topic: How to: My bot is not looting !!!
Replies: 41
Views: 47860

Re: How to: My bot is not looting !!!

local hf_attack_key; if( settings.profile.hotkeys.MACRO ) then hf_attack_key = "MACRO"; cprintf(cli.green, language[31], hf_attack_key , dist); -- looting target. RoMScript("UseSkill(1,1);"); else hf_attack_key = getKeyName(settings.profile.hotkeys.ATTACK.key); cprintf(cli.green...
by neow1ng
Mon Sep 14, 2009 3:30 am
Forum: Runes of Magic
Topic: How to: My bot is not looting !!!
Replies: 41
Views: 47860

Re: How to: My bot is not looting !!!

Ok. That's a design issue. We don't read 'debuffs' (at least at the moment). So we don't wait. We start looting immediately and if we don't get the loot in the calculated time, then we skip that target looting (and we gave a wrong hint). It' a good information to now, that this is happening and we ...
by neow1ng
Mon Sep 14, 2009 12:38 am
Forum: Runes of Magic
Topic: How to: My bot is not looting !!!
Replies: 41
Views: 47860

Re: How to: My bot is not looting !!!

i got a new problem..... I'm using the updated code where you put a dummy macro on a key. it occurs when you killed a mob but you got a root debuff (like stun). it shows a warning that the target was not looted and i should assign a hotkey to MACRO. it then skips looting and continues to next waypoi...
by neow1ng
Thu Jul 23, 2009 10:45 pm
Forum: Runes of Magic
Topic: RoM bot
Replies: 2213
Views: 825171

Re: RoM bot

<skill name="MAGE_ELECTROSTATIC_CHARGE" mana="75" manainc="7.5" cooldown="45" type="buff" target="self" />
IGN tooltip says cooldown should be 20 ;)
by neow1ng
Thu Jul 23, 2009 10:35 pm
Forum: Runes of Magic
Topic: How to: My bot is not looting !!!
Replies: 41
Views: 47860

Re: Howto: My bot is not looting !!!

I have a problem with looting......

Sometimes the bot doesn't loot a corpse..... this occurs 20% of the time I'm botting