Search found 14 matches

by aardkaz
Fri Jan 15, 2010 5:53 pm
Forum: Runes of Magic
Topic: Must Face Target - melee class.
Replies: 2
Views: 862

Re: Must Face Target - melee class.

I have not tried the quick_turn, I can give that a shot.

Just to clarify, there are days when I don't have this issue at all, so im fairly certain that it is lag/desync related.
by aardkaz
Fri Jan 15, 2010 1:17 pm
Forum: Runes of Magic
Topic: Must Face Target - melee class.
Replies: 2
Views: 862

Must Face Target - melee class.

I seem to be getting desynced from the server quite a bit. and get Must Face Target quite regularly and all I do is stand there trying to attack over and over and over, burning through potions until the mob finally moves on my screen.... Is there some way I could set a timer or something? like if (m...
by aardkaz
Sun Dec 27, 2009 2:08 pm
Forum: Runes of Magic
Topic: How to: PAUSE until Debuffs are gone so you don't die
Replies: 0
Views: 1942

How to: PAUSE until Debuffs are gone so you don't die

I kept dieing, and I could not figure out why, the mobs were not even that difficult, it was because they occassionally would cast weakness and other nasty debuffs, and the bot would continue to kill things and I would die when I had the debuff... here is what I did so that I dont go into combat unt...
by aardkaz
Thu Dec 24, 2009 10:53 pm
Forum: Runes of Magic
Topic: Mount Movement Problem: strange behaivor
Replies: 4
Views: 1976

Re: Mount Movement Problem: strange behaivor

Is this the reason my script that runs back and forth for my dailyquest gets confused and off track running into objects when I have them on their mount? For now I've just not been using my mount, when I run my dailyquest scripts, but a couple of them are long paths and a mount would definitely get ...
by aardkaz
Wed Dec 16, 2009 7:18 pm
Forum: Runes of Magic
Topic: Feature request, or how to make a change to my own copy.
Replies: 2
Views: 1043

Re: Feature request, or how to make a change to my own copy.

AWESOME!!! made one quick change, need a "do" instead of a "then" But this works perfectly as I wanted! Thank you! Main reason I wanted this change was my daily quest waypoint file, does class change to high level, grabs daily quest, then class changes back to turn it in (MORE EX...
by aardkaz
Wed Dec 16, 2009 7:03 pm
Forum: Runes of Magic
Topic: Feature request, or how to make a change to my own copy.
Replies: 2
Views: 1043

Feature request, or how to make a change to my own copy.

ok... so sometimes I need to use mouseclickL however I am also tabbed reading in another window, I tracked down this bit of code in player.lua: if( foregroundWindow() ~= getWin() ) then cprintf(cli.yellow, language[139]); -- RoM window has to be in the foreground return; end What I would like to do ...
by aardkaz
Tue Dec 15, 2009 1:35 am
Forum: Runes of Magic
Topic: Anyone found a way to use Premeditation Rogue Skill
Replies: 5
Views: 2619

Re: Anyone found a way to use Premeditation Rogue Skill

EXCELLENT! Thanks, I didnt even think of making it that way
by aardkaz
Mon Dec 14, 2009 5:43 am
Forum: Runes of Magic
Topic: Anyone found a way to use Premeditation Rogue Skill
Replies: 5
Views: 2619

Re: Anyone found a way to use Premeditation Rogue Skill

Awesome, and by doing this the energy will have refilled that I used... and most fights I will probably make it to the next mob in time in most cases. Thanks for the suggestion :)
by aardkaz
Mon Dec 14, 2009 1:20 am
Forum: Runes of Magic
Topic: Anyone found a way to use Premeditation Rogue Skill
Replies: 5
Views: 2619

Re: Anyone found a way to use Premeditation Rogue Skill

Still have not found a way to cast Premeditation(Rogue) before running in for a fight... anyone know how?

I'll take any solution, addon, code change, extra macro, whatever, I just really want that extra damage for my opening attack.
by aardkaz
Sun Dec 13, 2009 8:46 pm
Forum: Runes of Magic
Topic: SVN 395: Autosell with check for durability and stats
Replies: 42
Views: 11600

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

You should not include spaces after the commas. For example, "white,green" is correct, but "white, green" is not. The Wiki shows it this way, may want to update the wiki so that it shows it without the space. From wiki(http://www.solarstrike.net/wiki/index.php5?title=RoM_Auto_re...
by aardkaz
Sun Dec 13, 2009 3:04 am
Forum: Runes of Magic
Topic: Auto Repairing and Selling Wiki Page and Some questions
Replies: 4
Views: 1482

Re: Auto Repairing and Selling Wiki Page and Some questions

FIGURED OUT WHAT IT WAS!!! YAY From the Wiki: <!-- # 1 --><waypoint x="13752" z="6726"> if( player.free_flag1 == true ) then player.free_flag1 = false; loadPaths("5-7_bugs_repair.xml); end </waypoint> loadPaths("5-7_bugs_repair.xml " ); <------- Missing Quotation m...
by aardkaz
Sun Dec 13, 2009 1:46 am
Forum: Runes of Magic
Topic: Auto Repairing and Selling Wiki Page and Some questions
Replies: 4
Views: 1482

Re: Auto Repairing and Selling Wiki Page and Some questions

Never Fails, try to get something to work for an hour, couldn't get it working.

I just tried the code on the wiki again, from scratch, and now its working... I honestly didnt see anything wrong before, maybe I was missing a quotation mark or something.
by aardkaz
Sat Dec 12, 2009 10:57 pm
Forum: Runes of Magic
Topic: Auto Repairing and Selling Wiki Page and Some questions
Replies: 4
Views: 1482

Auto Repairing and Selling Wiki Page and Some questions

I've been trying out the bot for a few days now, and I'm loving it. I decided it was time to dive further in and start using the vendor for restocking potions, and possibly selling. I attempted to follow this guide with copy and paste but kept getting error messages from the bot saying it could not ...
by aardkaz
Sat Dec 12, 2009 7:18 am
Forum: Runes of Magic
Topic: Anyone found a way to use Premeditation Rogue Skill
Replies: 5
Views: 2619

Anyone found a way to use Premeditation Rogue Skill

I have looked at the configuration options, and was wondering if anyone found a way to setup their profile file so that they made use of the Rogues Premeditation skill, its a great skill to throw up while out of combat before heading into a fight. I was almost thinking I could do something like make...