Search found 3 matches
- Fri Oct 22, 2010 11:58 am
- Forum: Runes of Magic
- Topic: [Request]
- Replies: 1
- Views: 979
[Request]
Would it be possible to make a waypoint for the halloween-events, exspecialy for the varanas event.
- Mon Oct 11, 2010 7:24 am
- Forum: Runes of Magic
- Topic: problem with a scirpt
- Replies: 2
- Views: 1047
Re: problem with a scirpt
thx it works
- Sun Oct 10, 2010 3:36 pm
- Forum: Runes of Magic
- Topic: problem with a scirpt
- Replies: 2
- Views: 1047
problem with a scirpt
I made a waypoint with a lua script and it turns out an error:
if 20 > RoMScript("HowDurable(15)") then
sendMacro("UseItemByName("Einfacher Reparaturhammer")");
sendMacro("PickupEquipmentItem(15)");
end
The function "HowDurable(slot)" returns the durability and if it's under 20
the Bot should ...
if 20 > RoMScript("HowDurable(15)") then
sendMacro("UseItemByName("Einfacher Reparaturhammer")");
sendMacro("PickupEquipmentItem(15)");
end
The function "HowDurable(slot)" returns the durability and if it's under 20
the Bot should ...