Search found 11 matches

by Prophet
Wed Oct 03, 2012 3:40 pm
Forum: Runes of Magic
Topic: Problem with using ingame macros from action bar
Replies: 10
Views: 2220

Re: Problem with using ingame macros from action bar

rock5 wrote:I don't see any problems with the code (except for maybe s spelling mistake).
Finally figured it out. It has to be

Code: Select all

sendMacro("UseAction(2)");
with capital "A"
by Prophet
Thu Sep 13, 2012 3:20 pm
Forum: Runes of Magic
Topic: Problem with using ingame macros from action bar
Replies: 10
Views: 2220

Re: Problem with using ingame macros from action bar

But does anyone have any other possibilities/commands to offer what I could try to get this working?

And actually this waypoint file is much more complex then just spamming one macro so it would not be so suspicious. I just need that mm would use my ingame macros.
by Prophet
Thu Sep 13, 2012 3:19 pm
Forum: Runes of Magic
Topic: Macro problems (I think)
Replies: 32
Views: 6995

Re: Macro problems (I think)

I had this problem once when I changed key binding "target nearest enemy" (tab) to blank. It has to have some value. check it.
by Prophet
Sun Sep 09, 2012 10:47 am
Forum: Runes of Magic
Topic: player:lootAll() not working
Replies: 7
Views: 1398

Re: player:lootAll() not working

You still haven't changed "true" to true and "false" to false. If you had, you would have gotten an error with those print messages. LoL. Eg. Change changeProfileOption("LOOT_ALL", "true") to changeProfileOption("LOOT_ALL", true) etc. true is not th...
by Prophet
Sun Sep 09, 2012 10:06 am
Forum: RoM general
Topic: Just simple Question
Replies: 8
Views: 2090

Re: Just simple Question

In europe servers they came up only in Item shop
by Prophet
Sun Sep 09, 2012 9:55 am
Forum: Runes of Magic
Topic: player:lootAll() not working
Replies: 7
Views: 1398

Re: player:lootAll() not working

Used your print function and results are like they should be. Where is set to true there they are true and false at are where they are false.

I think I have to reinstall micromacro. Just in case which version is most up to date? Maybe I have older one.
by Prophet
Sun Sep 09, 2012 9:49 am
Forum: Runes of Magic
Topic: player:lootAll() not working
Replies: 7
Views: 1398

Re: player:lootAll() not working

I will try that print thing.

changeProfileOption("LOOT_ALL", "true"); I added only because it didnt work so just in case started to play with that and same with player:loot() function.
by Prophet
Sun Sep 09, 2012 9:42 am
Forum: Runes of Magic
Topic: Problem with using ingame macros from action bar
Replies: 10
Views: 2220

Re: Problem with using ingame macros from action bar

Ok. That addon I use. Now I have to figure out which way to go. Just odd is that few weeks ago when I had last windows on that bot worked well with this addon. Didn't have any problems except occasional flashes but that had cause probably because game lag at hose moments. PS. Few weeks ago I had als...
by Prophet
Sun Sep 09, 2012 9:31 am
Forum: Runes of Magic
Topic: player:lootAll() not working
Replies: 7
Views: 1398

Re: player:lootAll() not working

At moment I have profile: <!-- Loot settings --> <option name="LOOT" value="true" /> <option name="LOOT_ALL" value="true" /> <option name="LOOT_IN_COMBAT" value="false" /> <option name="LOOT_DISTANCE" value="200" /> <opt...
by Prophet
Sun Sep 09, 2012 8:35 am
Forum: Runes of Magic
Topic: Problem with using ingame macros from action bar
Replies: 10
Views: 2220

Problem with using ingame macros from action bar

Hello, Another problem what I cant remember how I had solved it before. (I lost all micromacro related items and trying to restore them now) Basically I want to use this kind of code: <?xml version="1.0" encoding="utf-8"?><waypoints> <onload> while true do sendMacro("Useacti...
by Prophet
Sun Sep 09, 2012 8:01 am
Forum: Runes of Magic
Topic: player:lootAll() not working
Replies: 7
Views: 1398

player:lootAll() not working

Hello, I just joined with this forum but I have to tell that I have used it previously a lot and it has helped me a lot. So thank you all who are managing it here! But now to the problem: Recently I had huge windows problem and lost all waypoint, profile and function files. Basically all my work wit...