Page 2 of 2

Re: Repairing with Simple Repair Hammers on the go.

Posted: Sat Sep 21, 2013 3:11 pm
by rock5
I believe the in game functions use equipment slots that are 1 off from what the bot uses. I think main hand is slot 16.

Re: Repairing with Simple Repair Hammers on the go.

Posted: Mon Sep 23, 2013 9:56 am
by rido_knight
rock5 wrote:I believe the in game functions use equipment slots that are 1 off from what the bot uses. I think main hand is slot 16.

hi buro..i tried this list [[[[ http://runesofmagic.gamepedia.com/API:EquipItem ]]]]]] but this list very different on /Script UseEquipmentItem....I tried 16 man not 15 and i am totally wrong..Open game then macros i started to trying;

/Script UseEquipmentItem(1)
/Script UseEquipmentItem(2)
.
.
.
.
.
and finally tried /Script UseEquipmentItem(15)..hammer repaired my main hand.i ll try this script with bot and im going to give feed back.



PS. i found something..This list true but UseEquipmentItem starts 0 , EquipItem starts 1....For example ;16 main hand on EquipItem script but 16-1 = 15 main hand on UseEquipmentItem script :D