Search found 106 matches

by Edamh
Wed Apr 17, 2013 9:15 pm
Forum: Runes of Magic
Topic: Spring Rain Festival waypoint files?
Replies: 1
Views: 1260

"Jump! Jump! Wabbits!"

Here's the code that I found in my waypoint files folder for the quest "Jump! Jump! Wabbits!" . This is NOT my code. I don't recall who contributed it; I'm merely sharing it. You need to accept the quest prior to loading the waypoint file. The waypoint will be using swimhack in public, so ...
by Edamh
Wed Apr 17, 2013 8:53 pm
Forum: Runes of Magic
Topic: Spring Rain Festival waypoint files?
Replies: 1
Views: 1260

Spring Rain Festival waypoint files?

Anyone have any waypoint files for the Spring Rain Festival that they would like to share?
by Edamh
Sun Apr 07, 2013 12:06 pm
Forum: Runes of Magic
Topic: Run WaypointFile2 after WaypointFile1
Replies: 4
Views: 1440

Run WaypointFile2 after WaypointFile1

I want to run chars through Andor Training Ground AND Course of Terror. Currently, I have two separate waypoint files that I call independently. I'd like to chain/link the two waypoint files so that after running all the selected chars through WP1, WP2 is then loaded and again all chars are run thro...
by Edamh
Thu Mar 28, 2013 2:35 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Guild Donation
Replies: 54
Views: 17167

Re: Guild Donation

I guess that the main reason that I want to track the results was to see which characters/accounts DO still have tokens. If there are guild donations, then I can infer that the character does still have tokens to play. Then, I guess really all I need is a check and to log the number Phirius tokens l...
by Edamh
Wed Mar 27, 2013 12:10 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Guild Donation
Replies: 54
Views: 17167

Re: Guild Donation

I want to log the items that are donated to a log file so that I can review at a single glance what was donated by which account/character. I'm currently using GuildDonate("herb",8,"true") GuildDonate("ore",8,"true") GuildDonate("wood",8,"true&q...
by Edamh
Thu Mar 21, 2013 4:54 pm
Forum: Runes of Magic
Topic: Andor Training Range again (help request)
Replies: 122
Views: 36534

Re: Andor Training Range again (help request)

Ah. Thanks, Lisa. I updated MM and the rombot. No errors thereafter.
by Edamh
Tue Mar 19, 2013 3:50 pm
Forum: Runes of Magic
Topic: Andor Training Range again (help request)
Replies: 122
Views: 36534

Re: Andor Training Range again (help request)

I tried both versions 2.0 and 3.2 but I get the same error message. Could today's patch have introduced something? Error message is We try to find NPC 121035: We successfully target NPC Kate Wesker and try to open the dialog window. Did not find any crashed game clients. 3:48pm - scripts\rom/bot.lua...
by Edamh
Sat Nov 17, 2012 8:52 am
Forum: Runes of Magic
Topic: Monitor chat ... if event XYZ, then load WP/file
Replies: 26
Views: 9520

Re: Monitor chat ... if event XYZ, then load WP/file

I think the problem is, even though moreToCome will be true if there are more to come, it won't necessarily be false if there isn't. Try changing until moreToCome == false to until moreToCome ~= true Changing the code to until moreToCome ~= true did the trick. Thank you for the help. Here's the cod...
by Edamh
Sat Nov 17, 2012 1:55 am
Forum: Runes of Magic
Topic: Monitor chat ... if event XYZ, then load WP/file
Replies: 26
Views: 9520

Re: Monitor chat ... if event XYZ, then load WP/file

There are 8 waypoints. #1-5 loop through area; #6-8 are for walking to rest/sleep area.

Moving the startEVENTDetect() to the onload produces same wall of yellow printscrns.
by Edamh
Sat Nov 17, 2012 12:21 am
Forum: Runes of Magic
Topic: Monitor chat ... if event XYZ, then load WP/file
Replies: 26
Views: 9520

Re: Monitor chat ... if event XYZ, then load WP/file

Just because it keeps printing that message doesn't necessarily mean it's stuck in that loop. It might be stuck somewhere else and the timed event is doing it's thing every second. Where did you start monitoring the event? How did you start it? If you comment out the line that starts the monitor do...
by Edamh
Fri Nov 16, 2012 9:18 pm
Forum: Runes of Magic
Topic: Monitor chat ... if event XYZ, then load WP/file
Replies: 26
Views: 9520

Re: Monitor chat ... if event XYZ, then load WP/file

The code itself looks fine, only thing I can come up with is the timer is set to 10 seconds, so if you type in party chat a few times before it actually calls the function then it will print in MM for each time. Try setting it to 1 second calls and see if it helps. registerTimer("EVENTdetectio...
by Edamh
Fri Nov 16, 2012 5:11 pm
Forum: Runes of Magic
Topic: Drill Ground BUG
Replies: 99
Views: 26487

Re: Drill Ground BUG

Doesn't the ranking show who performed the exploit? Seems easy enough to get banned.
by Edamh
Fri Nov 16, 2012 10:47 am
Forum: Runes of Magic
Topic: Monitor chat ... if event XYZ, then load WP/file
Replies: 26
Views: 9520

Re: Monitor chat ... if event XYZ, then load WP/file

I am trying to monitor party chat, and I am trying to use the code above. Here's what I have: function EVENTdetection() repeat cprintf(cli.yellow,"Inside EVENTdetection function; inside repeat ... until \n"); local time, moreToCome, name, msg = EventMonitorCheck("EVENTdetect", &q...
by Edamh
Sat Nov 03, 2012 10:26 pm
Forum: Runes of Magic
Topic: Check if bot is transformed (e.g. has a costume)
Replies: 2
Views: 1315

Check if bot is transformed (e.g. has a costume)

With the various different types of potions that a bot can take and especially with the Trick-or-Treat title and daily quest, is there a check that I can use to see if the bot is transformed (e.g. has a costume)? I know that the game itself has a check to see if a character is transformed; you can't...
by Edamh
Sat Nov 03, 2012 7:23 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Halloween Event - Sugarcane Candy collect
Replies: 24
Views: 8919

Re: Halloween Event - Sugarcane Candy collect

I used dr-nuker 's version since it was for English client. I had to tweak it a couple of places. I added the following: I changed the waypoint type to TRAVEL since the bot was aggroing on some mobs <waypoints type="TRAVEL"> I changed the check for the costume to check for either housemaid...
by Edamh
Fri Oct 26, 2012 9:22 am
Forum: Runes of Magic
Topic: MM (bot) starting RoM client and attaching automatically?
Replies: 25
Views: 7289

Re: MM (bot) starting RoM client and attaching automatically

This might be caused by a userfunction. Some of my earlier userfunctions that try to find addresses in memory would try to attach to the window too early. I'm pretty sure this is the case because it's supposed to ask for the window after the picture not before. The userfunctions are loaded before t...
by Edamh
Thu Oct 25, 2012 2:48 pm
Forum: Runes of Magic
Topic: MM (bot) starting RoM client and attaching automatically?
Replies: 25
Views: 7289

Re: MM (bot) starting RoM client and attaching automatically

I just tried the following and it worked for me. @echo off FOR /F "tokens=1 delims=" %%A in ('cd') do SET folder=%%A START ../../micromacro.exe "%folder%/bot.lua" path:rbassist character:alpha START ../../micromacro.exe "%folder%/bot.lua" path:rbassist character:beta S...
by Edamh
Thu Oct 25, 2012 9:34 am
Forum: Runes of Magic
Topic: MM (bot) starting RoM client and attaching automatically?
Replies: 25
Views: 7289

Re: MM (bot) starting RoM client and attaching automatically

Using this post to setup UAC permissions and this current topic, I'm trying to setup one batch file to load and attach MM instances to (manually loaded) RoM instances. Here's what I'm using. @echo off FOR /F "tokens=1 delims=" %%A in ('cd') do SET folder=%%A START D:/micromacro/micromacro....
by Edamh
Thu Oct 25, 2012 9:08 am
Forum: MicroMacro general & support
Topic: UAC und MM
Replies: 1
Views: 2371

Re: UAC und MM

Thank you for the tip. This had been annoying me for some time now.