Search found 210 matches

by Mushroomstamp
Fri Nov 05, 2010 7:23 am
Forum: MicroMacro general & support
Topic: onSkillCast & onPreSkillCast problem
Replies: 2
Views: 1844

Re: onSkillCast & onPreSkillCast problem

I changed the onSkillCast to; <onSkillCast> player:updateBuffs() if player.Debuffs["Stun"] then cast("SHIELD_OF_TRUTH") --also tried "KNIGHT_SHIELD_OF_TRUTH", and "Shield of Truth"-- end end </onSkillCast> And I get an error that the skill is undefined. Howeve...
by Mushroomstamp
Wed Nov 03, 2010 1:30 pm
Forum: MicroMacro general & support
Topic: onSkillCast & onPreSkillCast problem
Replies: 2
Views: 1844

onSkillCast & onPreSkillCast problem

Can someone tell me where I've gone wrong with these? Giving an onSkillCast error on this one. <onSkillCast> player:updateBuffs() if player.Debuffs["Stun"] then cast("SHIELD_OF_TRUTH") elseif player.Debuffs["Fear"] then cast("FEARLESS") end </onSkillCast> And ...
by Mushroomstamp
Wed Nov 03, 2010 8:43 am
Forum: Runes of Magic
Topic: Why not assign hotkey="MACRO" to all skills?
Replies: 10
Views: 2684

Re: Why not assign hotkey="MACRO" to all skills?

Starrider - apparently not. IronWolf - In your profile... instead of; <skill name="KNIGHT_DISARMAMENT" modifier="" hotkey="VK_3" priority="70" /> <skill name="WARRIOR_SLASH" modifier="" hotkey="VK_4" priority="85" /> <sk...
by Mushroomstamp
Tue Nov 02, 2010 8:08 am
Forum: Runes of Magic
Topic: Why not assign hotkey="MACRO" to all skills?
Replies: 10
Views: 2684

Why not assign hotkey="MACRO" to all skills?

I assigned hotkey="MACRO" to some of my Knight's buffs last night to see if it would work and it did. I figure to do the rest tonight, but wanted to make sure there wasn't a reason that I shouldn't. Is there a reason to not do it this way? If not, why not assign ALL skills this way?
by Mushroomstamp
Mon Nov 01, 2010 4:18 pm
Forum: Runes of Magic
Topic: Self-buffing without hotkeys
Replies: 2
Views: 1014

Re: Self-buffing without hotkeys

The MACRO assigned hotkey works... which begs the question, why not just assign all skills that way?
by Mushroomstamp
Mon Nov 01, 2010 1:36 pm
Forum: Runes of Magic
Topic: Self-buffing without hotkeys
Replies: 2
Views: 1014

Self-buffing without hotkeys

I'm still a noob at this, so bear with me. This is for my knight and I'm trying to do it without hotkeys. I've read an old admin post that said I could use the hotkey "MACRO" for it. So would it really be this simple? <skill name="KNIGHT_ENHANCED_ARMOR" modifier="" hotk...
by Mushroomstamp
Fri Oct 29, 2010 3:10 pm
Forum: Runes of Magic
Topic: Repair dialog window doesn't open.
Replies: 7
Views: 1907

Re: Repair dialog window doesn't open.

Streamline needs an open dialog window... since the dialog window doesn't open, I wouldn't repair with Streamline either.
by Mushroomstamp
Fri Oct 29, 2010 9:39 am
Forum: Runes of Magic
Topic: Repair dialog window doesn't open.
Replies: 7
Views: 1907

Re: Repair dialog window doesn't open.

Guess that one time it worked may have been an anomoly because I'm back to no dialog window. Bot successfully targets merchant NPC and tries to open dialog window... but dialog window never pops up, so repair is not done.
by Mushroomstamp
Wed Oct 27, 2010 5:17 pm
Forum: Runes of Magic
Topic: Repair dialog window doesn't open.
Replies: 7
Views: 1907

Re: Repair dialog window doesn't open.

Thanks for the suggestion but that didn't work... no repair, no sell, moves on to next waypoint. EDIT: Tried it again an hour or so later after adding a yrest, and it worked... sort of. Opened dialog and repaired. After "Mapping inventory" fully once, it stops on an error; ...classes/inven...
by Mushroomstamp
Wed Oct 27, 2010 12:06 pm
Forum: Runes of Magic
Topic: Repair dialog window doesn't open.
Replies: 7
Views: 1907

Repair dialog window doesn't open.

I'm trying to get my character to repair at an NPC, sell all whites under 110 dura, and replenish healing herbs... but I can't even get passed step one. The repair and autosell was working before the newest patch, but I have had no success since. character goes to NPC, targets NPC, but the dialog wi...