Search found 5 matches

by blawa
Sat Jul 04, 2009 5:23 am
Forum: Runes of Magic
Topic: RoM bot
Replies: 2213
Views: 1236396

Re: RoM bot

how can i make the bot uses HP potion at 75 and if my Hp dip to 40 or 50, i want my bot to use urgent heal/regeneration? I replace my HP potion hotkey with urgent heal and it wastes a lot of mp this way. thanks you have 2 entries in name.xml: <option name="HP_LOW" value="60" /> ...
by blawa
Sun Jun 28, 2009 11:40 am
Forum: Runes of Magic
Topic: RoM bot
Replies: 2213
Views: 1236396

Re: RoM bot

I made a few tests, and i worked out how it works for Ubuntu with wine: include("addresses.lua"); include("classes/player.lua"); include("classes/waypoint.lua"); include("functions.lua"); function main() local playerPtr = memoryReadIntPtr(getProc(), staticchar...
by blawa
Sun Jun 28, 2009 5:34 am
Forum: Runes of Magic
Topic: RoM bot
Replies: 2213
Views: 1236396

Re: RoM bot

Ok he at least now started running.
But can you tell me how to transfer the RoM coordinates to the script coordinates?
by blawa
Sat Jun 27, 2009 12:32 pm
Forum: Runes of Magic
Topic: RoM bot
Replies: 2213
Views: 1236396

Re: RoM bot

I never actually tried this specific script under WINE. I have tested MicroMacro under WINE before, and I don't think I encountered any major problems. I don't think any additional libraries would help. I think the problem is in hotkey detection. MicroMacro uses GetKeyState() to read the key up/dow...
by blawa
Sat Jun 27, 2009 9:50 am
Forum: Runes of Magic
Topic: RoM bot
Replies: 2213
Views: 1236396

Re: RoM bot

Did anybody make this work on Ubuntu/Linux?
I set all up in wine, but when i press "del" nothing happens, there isn't even a error message in the console where i run MicroMacro ...

Do I maybe need some additional libraries for wine?