Search found 34 matches

by GurdyMan
Wed Sep 23, 2009 11:03 am
Forum: Runes of Magic
Topic: RoM bot
Replies: 2213
Views: 822866

Re: RoM bot

The bot doesn't ranged pull anymore. Settings are below. VK_9 is set to a macro which throws and then uses surprise attack. Works when I click it, so the bot isn't clicking it. <!-- Combat options --> <option name="COMBAT_TYPE" value="melee" /> <!-- leave empty or choose ranged/m...
by GurdyMan
Fri Sep 18, 2009 12:04 am
Forum: Runes of Magic
Topic: Bot Skipping Entries in Waypoint File
Replies: 9
Views: 2534

Re: Bot Skipping Entries in Waypoint File

In addition I found this infinite loop in this option... No return path with default naming harvest_return.xml found. We use the normal waypoint path harvest.xml now. Moving to waypoint #42, (-964, 9145) Loaded waypoint path harvest.xml Waypoint #41 is closer then #1. Hence we start with waypoint #4...
by GurdyMan
Thu Sep 17, 2009 11:13 pm
Forum: Runes of Magic
Topic: Bot Skipping Entries in Waypoint File
Replies: 9
Views: 2534

Re: Bot Skipping Entries in Waypoint File

I'm guessing it's because the closest waypoint is being automatically selected. Make sure that you load that new waypoint script while you're at the place where waypoint #1 starts. Waypoint #15 is closer then #1. Hence we start with waypoint #15. No return path with default naming BoarDQ_return.xml...
by GurdyMan
Wed Sep 16, 2009 2:35 pm
Forum: Runes of Magic
Topic: Setting Camera Position - Daily Quests Made Easy
Replies: 10
Views: 4475

Re: Setting Camera Position - Daily Quests Made Easy

I simply use

Code: Select all

player:scan_for_NPC("Bullet");
by GurdyMan
Wed Sep 16, 2009 6:58 am
Forum: Runes of Magic
Topic: Bot Skipping Entries in Waypoint File
Replies: 9
Views: 2534

Re: Bot Skipping Entries in Waypoint File

ok. Would be helpfull perhaps to see the MM window content. Just to compare the coordinates. Up to know I don't know problems like that. Nothing special. Here's the window for another one it seems to be doing that to. Loaded waypoint path RepairAtSilverfall.xml No return path with default naming ru...
by GurdyMan
Wed Sep 16, 2009 2:10 am
Forum: Runes of Magic
Topic: Bot Skipping Entries in Waypoint File
Replies: 9
Views: 2534

Bot Skipping Entries in Waypoint File

@ Silverfall next to Locken near the bulletin board <waypoints> <!-- # 1 --><waypoint x="-5207" z="3653"> </waypoint> <!-- # 8 --><waypoint x="-5226" z="3098"> </waypoint> <!-- # 1 --><waypoint x="-5484" z="3241"> player:merchant("Mile...
by GurdyMan
Wed Sep 16, 2009 12:35 am
Forum: Runes of Magic
Topic: fighting while harvesting
Replies: 3
Views: 1225

Re: fighting while harvesting

This is also an issue if I was doing my dailies, and paused the script during a scan for the bulletin board. The computer still thinks shift is held down.
by GurdyMan
Wed Sep 16, 2009 12:33 am
Forum: Runes of Magic
Topic: Harvesting Script
Replies: 1
Views: 1129

Re: Harvesting Script

it's best to just make your own. Otherwise you'll steal my sweet spots. :P
by GurdyMan
Wed Sep 16, 2009 12:32 am
Forum: Runes of Magic
Topic: Insert current waypoint
Replies: 1
Views: 997

Insert current waypoint

Just curious if this is already possible. No need to do it if it isn't? Is there a way to edit the waypoints so that they always reflect where a player is at currently? ie. I made a file to clear my blacklist. <waypoints> <!-- # 1 --><waypoint x="-6477" z="4925"> player:mouseclic...
by GurdyMan
Tue Sep 15, 2009 11:27 pm
Forum: Runes of Magic
Topic: RoM bot
Replies: 2213
Views: 822866

Re: RoM bot

For RUN type waypoints the bot shouldn't heal if the person is mounted. It's usually instant death at that point. Anytime the __WPL:reverse; function is used it doesn't clear when the bot is unloaded. This cause the next xml file to be loaded from the bottom instead of the top. This is also a proble...
by GurdyMan
Mon Sep 14, 2009 3:22 pm
Forum: Runes of Magic
Topic: Issue with not finding MACRO button and createpath
Replies: 17
Views: 3869

Re: Issue with not finding MACRO button and createpath

No, that was a fail. ok, I understand. But did you see the first message 'MACRO test: send value 1234 to macro place 2' in your ingame chat? I not I suppose the keypress did not reach your client. So be sure you have moved ingame the empty macro to the right key. Yes I did, and the dummy macro is a...
by GurdyMan
Mon Sep 14, 2009 6:01 am
Forum: Runes of Magic
Topic: RoM bot
Replies: 2213
Views: 822866

Re: RoM bot

I'm writing a harvesting bot that works in background and would to know how to place a camera above the player character and increase distance (Y coord?) of the camera? I've tried to use the camera object, but without success. There is an addon called autozoom or autozoomout something to that effec...
by GurdyMan
Mon Sep 14, 2009 5:12 am
Forum: Runes of Magic
Topic: Issue with not finding MACRO button and createpath
Replies: 17
Views: 3869

Re: Issue with not finding MACRO button and createpath

It did timeout at the script. There was a 'MACRO test: send returnvalue 1234 to macro place 2' message on the ingmae chat window followed by: "Macro test: testvalue cleared" Macro 1: /script r='' a={xxxx;SendSystemChat("MACRO test: testvalue cleared");} for i=1,#a do if a[i] the...
by GurdyMan
Sun Sep 13, 2009 10:20 pm
Forum: Runes of Magic
Topic: Target NPC and Pathing broken
Replies: 6
Views: 2062

Re: Target NPC broken

And the third time he just ran a wide circle (over 100ft in diameter) around the area getting stuck at every open place possible. I reverted back to r246 for now. Everything's working again. I'm not entirely sure what could have done it. There really wasn't any changes that should effect that. Howe...
by GurdyMan
Sun Sep 13, 2009 9:40 pm
Forum: Runes of Magic
Topic: Target NPC and Pathing broken
Replies: 6
Views: 2062

Re: Target NPC broken

Just ran it again and the bot would get stuck on open road and the romscript times out a lot. This didn't happen with the first run. We use the normal waypoint path AnteaterDQ.xml now. Clearing target. Moving to waypoint #3, (-5238, 3114) Paused. (Delete) to continue, (CTRL+L) exit to shell, (CTRL+C...
by GurdyMan
Sun Sep 13, 2009 9:33 pm
Forum: Runes of Magic
Topic: Target NPC and Pathing broken
Replies: 6
Views: 2062

Target NPC and Pathing broken

This just started between revision 246 and 253 but it doesn't find the right person. Target Locken in Silverfall. player:target_NPC("Locken"); This finds Helen Yis and talks to her. Game outputs: We try to find NPC Locken: Locken, We successfully target NPC Locken and try to open the dialo...
by GurdyMan
Sun Sep 13, 2009 9:17 pm
Forum: Runes of Magic
Topic: Issue with not finding MACRO button and createpath
Replies: 17
Views: 3869

Re: Issue with not finding MACRO button and createpath

It did timeout at the script. There was a 'MACRO test: send returnvalue 1234 to macro place 2' message on the ingmae chat window followed by: "Macro test: testvalue cleared" Macro 1: /script r='' a={xxxx;SendSystemChat("MACRO test: testvalue cleared");} for i=1,#a do if a[i] then...
by GurdyMan
Sun Sep 13, 2009 4:45 pm
Forum: Runes of Magic
Topic: Is there a way to get the level of an item?
Replies: 4
Views: 1369

Re: Is there a way to get the level of an item?

Why can't you take the armour name as well? I saw this function CIMF_GetItemInfo (from http://www.theromwiki.com/index.php/List_of_Functions), but don't know how it works or what it returns. Also, some of the Addons that work with items like StatRating will ignore the item all together and grab its ...
by GurdyMan
Sun Sep 13, 2009 2:33 pm
Forum: Runes of Magic
Topic: RoM bot
Replies: 2213
Views: 822866

Re: RoM bot

How to disable indexing of the bag on launch, but allow the bot to use potions? Because this process takes too much time. Indexing of 25 slots takes about 10-15 secs. The "old style" potions usage (through hotkeys) is better for me in all cases. Perhaps that would help: Place your potions...
by GurdyMan
Sun Sep 13, 2009 5:04 am
Forum: Runes of Magic
Topic: Issue with not finding MACRO button and createpath
Replies: 17
Views: 3869

Re: Issue with not finding MACRO button and createpath

A good check could also be, to put a debug 'prinft' within the 'RoMScript'. Just to see, if the keybord press receive the client. There have been an issue some days before, that the RoM window don't receive the keyboar press. Just to exclude that error source a short debug would help. How would I p...