ty for the read. 
|
|
Source code |
1 |
/script EquipItem(#) |
Quoted from "ptbarrett;19970"
I still DESPERATELY need a macro to equip an offhand sword. Anyone have ideas on that?
If it doesn't exist, just squash my dreams. I'll get over it eventually.
.
Quoted from "atsuru;21557"
Please DO try because I spent nearly 2 hours last night just sitting at the macro screen figuring out what other types of inputs that EquipItem() function could take. Judging by the name of the function I'd imagine you can use it to equip items! But hell I can only make it so it unequips an item.
).
ty for the read.
Quoted from "fostina1;23033"
when i try to loop any macro it disconnects and sends an error report.
edit follows
that was supposed to be an answer of this. i think
Quoted
When i have tryed HP or MP pot macros to loop it has also disconnected me. On the other hand the loop for casting holy seal and Resolution worked fine (even thou it tryed to cast every 60 secs even thou i had 300 in there) but the enhanced armor would cast once then never again but wouldnt crash the game...? anyhow thank you for the response
Quoted from "buffaloes;23080"
Quoted from "fostina1;23033"
when i try to loop any macro it disconnects and sends an error report.
edit follows
that was supposed to be an answer of this. i think
Quoted
When i have tryed HP or MP pot macros to loop it has also disconnected me. On the other hand the loop for casting holy seal and Resolution worked fine (even thou it tryed to cast every 60 secs even thou i had 300 in there) but the enhanced armor would cast once then never again but wouldnt crash the game...? anyhow thank you for the response
you could try this. i think this is right
/script TargetUnit("player") dont change player to your name. and that may be the problem with your pot macro.
before the second time you cast it. maybe the first time too.
it may not be casting b/c you are targeted on a monster
i had to add that to my r/p regen macro.
Quoted from "fostina1;23088"
you could try this. i think this is right
/script TargetUnit("player") dont change player to your name. and that may be the problem with your pot macro.
before the second time you cast it. maybe the first time too.
it may not be casting b/c you are targeted on a monster
i had to add that to my r/p regen macro.
Quoted from "buffaloes;23112"
Oh thanks.... again new to them so that would explain a lot, the game reads "player" as you so the name isnt needed, i thought that cuz otehr in party could be targeted by a macro that you would have to use a name. excited to get home from work to try it 8D
;
. I really want it to work because of my internet latency. I usually get hit 2 or three times as I am looting the kill and I have to watch multiple red messages about invalid target.
Quoted from "DarkStorm;23181"
Can anybody still reading this thread help me out with this macro, it doesn't seem to work:
On hotkey 1
/cast Vampire Arrow
/wait 1.2
/cast Shot
/wait 2.75
/cast Wind Arrows
/wait 1.2
/cast Wind Arrows
/wait 1.2
/cast Wind Arrows
/wait 1.2
/cast Shot
/wait 2.75
/script UseAction(;
On hotkey 8
/script if (UnitHealth("target")>0)then UseAction(1); end;
My ping is about 1200-1275 so I have longer wait times. I can't seem to get any macro to work, even a simple UseAction(x). Just to make sure I am not missing something, I hit escape-macro-new, pick an icon then type in the above, save, and put on the hotbar (positions 1, and. I really want it to work because of my internet latency. I usually get hit 2 or three times as I am looting the kill and I have to watch multiple red messages about invalid target.
Thanks in advance