Search found 9 matches

by ciccione
Mon Aug 08, 2011 2:42 am
Forum: Runes of Magic
Topic: Daily from bullettin board
Replies: 1
Views: 1086

Daily from bullettin board

Hi guys, I used this code some time ago to accept quest from a bullettin board, go to the npc, finish the quest and come back.
Now the bot opens the bullettin board but does not accept any quest and just gets stuck. I guess smthing has changed since i used it last time, what's wrong?

<?xml version ...
by ciccione
Mon Jun 07, 2010 12:07 pm
Forum: Runes of Magic
Topic: Switching class
Replies: 1
Views: 979

Switching class

Does exist a script that allow the bot to swich between 1st and 2nd class?
by ciccione
Wed May 19, 2010 9:20 am
Forum: Runes of Magic
Topic: How to use buff?
Replies: 1
Views: 974

How to use buff?

Hi, I use a knight and I was trying to cast on myself Enhanced Armor so I writed this script:

<skill name="KNIGHT_ENHANCED_ARMOR" modifier="" hotkey="VK_7" priority="10" rebuffcut="300" inbattle="true" />

I am no programmer but I think it sholud cast the spell every 300 second and only while in ...
by ciccione
Fri Feb 12, 2010 12:56 pm
Forum: Runes of Magic
Topic: After update Bot does not work, again
Replies: 1
Views: 1020

After update Bot does not work, again

After new update Bot does not work, again.
Will there be an update? Come on guys, I am your best fan!! :lol:
by ciccione
Tue Feb 09, 2010 11:01 am
Forum: Runes of Magic
Topic: Daily quests
Replies: 13
Views: 8115

Re: Daily quests

Thanks guys you have been of great help, now everything works!
by ciccione
Mon Feb 08, 2010 6:21 pm
Forum: Runes of Magic
Topic: Daily quests
Replies: 13
Views: 8115

Re: Daily quests

You don't see a problem with closing 'waypoints' twice? You also didn't put that Lua code inside the waypoint tag, so it's not going to do anything.

I put the Lua code in the right position (I think...), now the bot starts his work but after reaching the waypoint #1 it stops, saying it can't load ...
by ciccione
Mon Feb 08, 2010 12:22 pm
Forum: Runes of Magic
Topic: Daily quests
Replies: 13
Views: 8115

Re: Daily quests

Hi guys, I tried to create my own automated daily quest script but it does not apper to work, when I run it it give me this error:
...micromacro/lib/mods/xml.lua:316: error closing parser: no element found
I am no programmer so I probably messed up something with the script, is there somabody who ...
by ciccione
Sat Jan 30, 2010 9:26 am
Forum: Runes of Magic
Topic: Harvesting with the bot - How To For Dummies
Replies: 174
Views: 469951

Re: Harvesting with the bot - How To For Dummies

This is the waypoint file I created:

harvest.xml:

<waypoints type="TRAVEL">
<!-- # 1 --><waypoint x="250" z="-5379">player:harvest();</waypoint>
<!-- # 2 --><waypoint x="396" z="-5333">player:harvest();</waypoint>
<!-- # 3 --><waypoint x="468" z="-5246">player:harvest();</waypoint>
<!-- # 4 ...
by ciccione
Sat Jan 30, 2010 8:48 am
Forum: Runes of Magic
Topic: Harvesting with the bot - How To For Dummies
Replies: 174
Views: 469951

Re: Harvesting with the bot - How To For Dummies

Hi guys!
I had the same problem as hob0d4n then I changed the hotkeys ingame and it worked fine, until I had to choose the waypoint file. It gave me this error:

...
You choose 1 (my waypoint)
...micromacro/lib/mod/xml.lua:316: error closing parser: no element found

If I choose one of the demo ...