Search found 572 matches

by Bill D Cat
Thu Sep 29, 2016 6:08 am
Forum: Runes of Magic
Topic: how do I disable auto skill in wp? changeProfileOption
Replies: 4
Views: 2366

Re: how do I disable auto skill in wp? changeProfileOption

None of these work to disable Throw or combo throw. Any idea how to disable them ? changeProfileOption("ROGUE_THROW", "AutoUse", false) changeProfileOption("ROGUE_COMBO_THROW", "AutoUse", false) Probably because the command is changeProfileSkill() and not cha...
by Bill D Cat
Fri Sep 16, 2016 6:00 am
Forum: Runes of Magic
Topic: get mob id
Replies: 10
Views: 4356

Re: get mob id

My code will either report the ID of the currently targeted mob, or if you have no target it will find the nearest mob and target it and return that ID. As for the hex value, I think it is actually returning a pointer to a table. You could try checking the value of theMob.Id to see if that is what y...
by Bill D Cat
Thu Sep 15, 2016 5:44 pm
Forum: Runes of Magic
Topic: get mob id
Replies: 10
Views: 4356

Re: get mob id

Try using this as a function in your onload section. It will return the ID of the closest mob so you can act on it as you see fit. Disclaimer: Sections of this were borrowed from BlubBlab's waypoint file: Lyliya's Magic House. --==[ Function to return ID of target mob. Will attempt to target nearest...
by Bill D Cat
Mon Sep 05, 2016 9:21 am
Forum: Runes of Magic
Topic: rom bot Runes of magic
Replies: 31
Views: 11484

Re: rom bot Runes of magic

I thought that the older versions would be archived on GitHub, but I could not find anything beyond two revisions back. I'm not sure I can help anymore, since I'm not all that familiar with the actual bot code beyond what I've already helped Rock5 work on. I don't think I could disable the currency ...
by Bill D Cat
Sun Sep 04, 2016 4:51 pm
Forum: Runes of Magic
Topic: rom bot Runes of magic
Replies: 31
Views: 11484

Re: rom bot Runes of magic

It looks like the currency code was added to the bot in revision 758. So I'd suggest you start with a version a little before that and see if it works. Then you can update one version at a time until it no longer works correctly. That should at least let you run an older bot on the older client.
by Bill D Cat
Sun Sep 04, 2016 12:44 pm
Forum: Runes of Magic
Topic: rom bot Runes of magic
Replies: 31
Views: 11484

Re: rom bot Runes of magic

It's getting better. At least the macro test is working correctly now. The error with 787 may have to do with the bot looking for a memory location that was added in a later version of the game client. They converted a lot of the currencies like EOJ, Momentos, and such from items stored in your bag ...
by Bill D Cat
Sun Sep 04, 2016 11:40 am
Forum: Runes of Magic
Topic: rom bot Runes of magic
Replies: 31
Views: 11484

Re: rom bot Runes of magic

Both have to do with the bot trying to read a value from the memory used by the game client. For some reason the bot is unable to get a value that it expects when executing the command. I'm unsure at this point as to what other options I can suggest you try. What happens when you just try to start t...
by Bill D Cat
Sun Sep 04, 2016 10:54 am
Forum: Runes of Magic
Topic: rom bot Runes of magic
Replies: 31
Views: 11484

Re: rom bot Runes of magic

MicroMacro is just the LUA interpreter that runs the bot. You should be using MicroMacro 1.04.174 with the latest RoMBot version 3.29 revision 787, which is what I posted in the archive for you. The other versions of MicroMacro are updates that Administrator has made to it in order to run other soft...
by Bill D Cat
Sun Sep 04, 2016 9:54 am
Forum: Runes of Magic
Topic: rom bot Runes of magic
Replies: 31
Views: 11484

Re: rom bot Runes of msgic

version of the client 6.2.0.91 ru I'm wondering if this is the problem. That's a much older version of the game client, so my guess is you are running on a private server somewhere. It may or may not officially be supported by the bot due to possible alterations by the site running the server. Unfo...
by Bill D Cat
Sun Sep 04, 2016 8:28 am
Forum: Runes of Magic
Topic: rom bot Runes of magic
Replies: 31
Views: 11484

Re: rom bot Runes of magic

Here's my entire RomBot directory other than character profiles and waypoints. If this doesn't work, then we'll have to look at a few other options.
by Bill D Cat
Sun Sep 04, 2016 7:46 am
Forum: Runes of Magic
Topic: rom bot Runes of magic
Replies: 31
Views: 11484

Re: rom bot Runes of magic

Here is the latest ingamefunctions folder and files.
by Bill D Cat
Sat Sep 03, 2016 5:34 pm
Forum: Runes of Magic
Topic: rom bot Runes of magic
Replies: 31
Views: 11484

Re: rom bot Runes of magic

Here is my UserDefault.xml profile. Put this in the rom/profiles/ folder of the bot. It will let you run the bot without a specific user profile for the current character. Try running "rom/createpath" again after installing this file.
by Bill D Cat
Sat Sep 03, 2016 4:08 pm
Forum: Runes of Magic
Topic: rom bot Runes of magic
Replies: 31
Views: 11484

Re: rom bot Runes of msgic

if to leave slots of macroes empty, then he creates their empty and gives such error message From these images, it looks like the bot tries to create the macros, but fails to complete the operation. The icons and macro names are there, but the macro text is not. Your ingamefunctions files also seem...
by Bill D Cat
Sat Sep 03, 2016 1:22 pm
Forum: Runes of Magic
Topic: rom bot Runes of magic
Replies: 31
Views: 11484

Re: rom bot Runes of msgic

I'm sorry, I think I wasn't completely clear on what happens with the bot and the macros. The bot tries to create a macro in the first slot as shown, and the result of executing the macro is put into the second slot. This is all done by the bot so you don't need to do anything manually. If you have ...
by Bill D Cat
Sat Sep 03, 2016 9:03 am
Forum: Runes of Magic
Topic: rom bot Runes of magic
Replies: 31
Views: 11484

Re: rom bot Runes of msgic

Check your macros in the game by typing /macro in the chat window. The first two macro slots should look like this: RoMBot_Macros.png The first macro title is: RB Command and the macro text is: GetLanguage() The second macro title is: RB and the macro text is dependent on your game client language s...
by Bill D Cat
Fri Sep 02, 2016 4:24 pm
Forum: Runes of Magic
Topic: rom bot Runes of magic
Replies: 31
Views: 11484

Re: rom bot Runes of msgic

You should copy the folder "ingamefunctions" and its contents from the RoMBot directory to the addons folder for RoM.

The folder:

Code: Select all

..\Runes of Magic\Interface\addons\ingamefunctions\
should have these files in it:

Code: Select all

igf_events.lua
igf_events.xml
ingamefunctions.lua
ingamefunctions.toc
by Bill D Cat
Fri Sep 02, 2016 4:18 pm
Forum: Runes of Magic
Topic: how do I disable auto skill in wp? changeProfileOption
Replies: 4
Views: 2366

Re: how do I disable auto skill in wp? changeProfileOption

beanybabe wrote:I tried this but getting an error

<onLoad>
changeProfileOption("WARDEN_BRIAR_SHIELD", autouse="false")
</onLoad>
Close. The format should be:

Code: Select all

changeProfileSkill("WARDEN_BRIAR_SHIELD", "AutoUse", false)
by Bill D Cat
Wed Aug 31, 2016 5:30 pm
Forum: Runes of Magic
Topic: New AT Charges
Replies: 8
Views: 3841

Re: New AT Charges

I want to buy AT charges (ItemID= 202928) from the Phirius Merchant "Angus" outside the Varanas Auction House, but I can get no further than opening the Chat Window. I am new to Coding and would appreciate any assistance with this. :?: Here you go. <?xml version="1.0" encoding=&...
by Bill D Cat
Wed Aug 31, 2016 5:07 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Userfunctions
Replies: 2
Views: 2049

Re: Userfunctions

Can anyone help me, how i can use userfunctions, how run etc? I can't find this on Wiki. Thanks. If you've ever done any kind of programming at all, then you will be familiar with and can think of userfunctions as a collection of subroutines or functions that you can call from anywhere when the bot...
by Bill D Cat
Tue Aug 30, 2016 4:41 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Moorland of Farsitan daily's
Replies: 9
Views: 7133

Re: Moorland of Farsitan daily's

Should still make it, it's a good daily, I am trying to figure out how to make it now but I don't understand how to get NPC ID's and quest ID numbers. :( You can get the ID(s) with Rock5's TooltipId add-on ( http://solarstrike.net/phpBB3/viewtopic.php?f=27&t=4977 ). Mouse-over a mob or object i...