Search found 1047 matches

by d003232
Sat Jan 30, 2010 9:11 am
Forum: Runes of Magic
Topic: Error when checking inventory
Replies: 2
Views: 982

Re: Error when checking inventory

There could always be, that you get a wrong value back from the "sendMacro" function. e.g. if you press/hold a key while the bot try to press the macro key. So you should be prepared for getting back all kind of values string/nil/numbers and check internaly if it's a valid value.
by d003232
Sat Jan 30, 2010 8:57 am
Forum: Runes of Magic
Topic: Harvesting with the bot - How To For Dummies
Replies: 174
Views: 189878

Re: Harvesting with the bot - How To For Dummies

... You choose 1 (my waypoint) ...micromacro/lib/mod/xml.lua:316: error closing parser: no element found If I choose one of the demo waypoint instead of the one I made file it works fine. What I have to do? By the way, you've made a great job with this bot!! Take a look for the waypoint file thats ...
by d003232
Fri Jan 22, 2010 10:59 pm
Forum: Runes of Magic
Topic: Bot Questions
Replies: 6
Views: 2203

Re: Bot Questions

what i do is give the bot a new skill in the skills.lua, make the cooldown 10secs, use out of combat. make that skill use actionslot 9, in my action slot 9 i have a ingame macro with a custom function that checksbuff, if i am buffed it wont do anything, if im not buffed it will buff up one problem ...
by d003232
Fri Jan 22, 2010 10:51 pm
Forum: Runes of Magic
Topic: Harvesting with the bot - How To For Dummies
Replies: 174
Views: 189878

Re: Harvesting with the bot - How To For Dummies

Try changing your hotkeys in game (through the game menu) for Target Nearest Friend to a single hotkey (I assume you have something like CTRL + TAB). There is no configuration error (or possibility to do one) that is not be used by someone. :-) I suppose he has ingame an empty hotkey for targeting ...
by d003232
Wed Dec 30, 2009 9:35 am
Forum: Runes of Magic
Topic: SVN 395: Autosell with check for durability and stats
Replies: 42
Views: 11531

Re: SVN 395: Autosell with check for durability and stats

It's definitely related to the colours. I'm looking through the code myself to see if I can find something. Perhaps the RoM API itemlink structure has changes? I would suggest you to take a look into item.lua and check the content from the color field within the function item:update and also for th...
by d003232
Mon Dec 28, 2009 2:50 am
Forum: Runes of Magic
Topic: How to: Healing Yourself With The Bot (Examples)
Replies: 20
Views: 32577

Re: How to: Healing Yourself With The Bot (Examples)

I use this setup for my emergency heals... <onSkillCast> <skill name="MAGE_ELECTROSTATIC_CHARGE" hotkey="VK_MINUS" priority="140" inbattle="true" hpper="75" /> <skill name="PRIEST_HOLY_AURA" hotkey="VK_5" priority="130"...
by d003232
Sat Dec 26, 2009 6:34 pm
Forum: Runes of Magic
Topic: potion select strategy - best or minstack - the difference?
Replies: 3
Views: 1310

Re: potion select strategy - best or minstack - the difference?

Seems undocumented. My best guess is that 'best' would use the highest level potion, and 'minstack' would use the stack with the fewest quantity first. So, if you had a stack of 20 level 5 potions, and a stack of 50 level 10 potions, it would use the level 5 potions first. Thats right. "best&q...
by d003232
Sat Dec 26, 2009 6:29 pm
Forum: Runes of Magic
Topic: SVN 395: Autosell with check for durability and stats
Replies: 42
Views: 11531

Re: SVN 395: Autosell with check for durability and stats

" III" if entered in AUTO_SELL_IGNORE wont sell "Something VIII"? Because thats the way it is right now. That would be really crazy oO The strings entered in the AUTO_SELL_IGNORE option will only be checked against the item name. That means if you enter ' III' that would avoid t...
by d003232
Sat Dec 26, 2009 3:28 pm
Forum: Runes of Magic
Topic: SVN 395: Autosell with check for durability and stats
Replies: 42
Views: 11531

Re: SVN 395: Autosell with check for durability and stats

Hm, ok i get that but the thing is that this does not work anymore. I tried and tried but there seems to be a problem. I entered in the Autosell_ignore option " III" and it dont sells " VIII". But i also just removed the "Duarability 110" option but it does not sell th...
by d003232
Sat Dec 26, 2009 2:11 pm
Forum: Runes of Magic
Topic: SVN 395: Autosell with check for durability and stats
Replies: 42
Views: 11531

Re: SVN 395: Autosell with check for durability and stats

Hm, i dont think so... when i enter " IV" "something IV" is selled (or not selled)! And in this case "bla bla bla bla" and "bla bla bla bla bla" would sell either. So I just wondered if it is possible to set bla bla bla in 'bla bla bla' so that the scripped r...
by d003232
Sat Dec 26, 2009 7:04 am
Forum: Runes of Magic
Topic: SVN 395: Autosell with check for durability and stats
Replies: 42
Views: 11531

Re: SVN 395: Autosell with check for durability and stats

Is it possible to add something like " III, IV , 'bla bla bla'" so that 'bla bla bla' only would be selled if its exactly the string i entered? If I remember it right, it will work exactly that way. If you enter <option name="INV_AUTOSELL_STATS_SELL" value=" III, IV ,bla bl...
by d003232
Wed Nov 18, 2009 6:33 pm
Forum: Runes of Magic
Topic: SVN 395: Autosell with check for durability and stats
Replies: 42
Views: 11531

Re: SVN 395: Autosell with check for durability and stats

I'm having problems with this. I'm trying to get it to keep all overdura, Intelligence and Stamina mods. But as it is, it's only keeping overdura items. What did I do wrong? <option name="INV_AUTOSELL_ENABLE" value="true" /> <option name="INV_AUTOSELL_FROMSLOT" value=&...
by d003232
Mon Nov 09, 2009 10:10 am
Forum: Runes of Magic
Topic: SVN 395: Autosell with check for durability and stats
Replies: 42
Views: 11531

Re: SVN 395: Autosell with check for durability and stats

The sell feature is awesome or it will be when I get it to work properly. I've waited for such function for a long time. Thx! It's however not selling any green or blue items (in this case low dura and low statted). Is there a setting for that? See here in the Wiki for the complete description. If ...
by d003232
Mon Nov 09, 2009 4:47 am
Forum: Runes of Magic
Topic: MACRO test failure? Please read here!!!
Replies: 51
Views: 59489

Re: MACRO test failure? Please read here!!!

any idear ;) ? I would say: If you game client crashes please try to delete your RoM Macro file 'macro.bsd' in the folder 'my documents/Runes of Magic\<charname>'. or make a SVN update to version 398. That version will not overwrite the content of the MACRO 1 after the fail. So you can press your h...
by d003232
Sun Nov 08, 2009 2:13 pm
Forum: Runes of Magic
Topic: Problems by setting autosell on
Replies: 3
Views: 1392

Re: Problems by setting autosell on

KindaNoob wrote:EDIT: Ok i deleted the two options for the duration and the stats now he sells :), but how can I use them too?
How did you get the information about the new options? I suppose from here. I would recommend to read the whole post. Especially the last sentence. :-)
by d003232
Sun Nov 08, 2009 2:11 pm
Forum: Runes of Magic
Topic: Cannot use m/d & d/m elites.
Replies: 6
Views: 2505

Re: Cannot use elites.

I cant use any of the druid/mage and mage/druid elites. Mmacro just tells me "<skillname> is not defined in database" I have tried the SVN update, but no help so far.. Oh, and I can't find the specific skills in the database. You can enter the missing skills into '/database/skills.xml' an...
by d003232
Sun Nov 08, 2009 11:46 am
Forum: Runes of Magic
Topic: MACRO test failure? Please read here!!!
Replies: 51
Views: 59489

Re: MACRO test failure? Please read here!!!

/script r='' a={ChatFrame1:AddMessage("MACRO test: test failed !!! No return values found!");} for i=1,#a do if a then r=r..tostring(a ) end r=r..' ' end EditMacro(2,'',7,r); The bot writes the macro. That seems to be ok. So It could be: 1. The hotkey for the macro is not pressed/tranfere...
by d003232
Sat Nov 07, 2009 9:56 am
Forum: Runes of Magic
Topic: Problems by setting autosell on
Replies: 3
Views: 1392

Re: Problems by setting autosell on

Add the quality option. Or use the debuging optiona
by d003232
Sat Nov 07, 2009 1:57 am
Forum: Runes of Magic
Topic: Problem with INV_AUTOSELL_NOSELL_DURA
Replies: 2
Views: 1375

Re: Problem with INV_AUTOSELL_NOSELL_DURA

nugu wrote: i have the newest svn and mm version, and i cleared the hole bot at first.

sry 4 my bad english :cry:

hope u can help
Can't see any reason for that error? Did you modified settings.lua? Pls try to delete settings.lua and get it again via SVN update.
by d003232
Sat Nov 07, 2009 1:51 am
Forum: Runes of Magic
Topic: SVN 395: Autosell with check for durability and stats
Replies: 42
Views: 11531

Re: SVN 395: Autosell with check for durability and stats

very very nice lets say i need to add more than one thing to sell/nosell list, is this the correct format? <option name="INV_AUTOSELL_STATS_NOSELL" value="VIII, X" /> Yes, that would not sell all 'VIII', ' X' and ' XI' stats. There is not space trim for that options.