|
|
Source code |
1 2 |
/run TargetNearestFriendly(Exhausted Alliance Warrior)
/run UseItemByName("Energy Drink")
|
|
|
Source code |
1 |
/run Energydrink () |
|
|
Source code |
1 2 3 4 5 6 |
function EnergyDrink()
for i=1,99 1 do TargetNearestFriendly(Exhausted Alliance Warrior) then
UseItemByName("Energy Drink")
else
return
end
|
GOAL: Attempting to make a macro that will constantly loop and run until all drinks are completely dispensed.
Location: Old Boarder of Wylant
NPC: Lankor Forgia
Quest Name: A Little Refreshment [Daily and/or Public Event]
Friendly Target: Exhausted Alliance Warrior
Simple ingame Macro is as followed it works you just got to keep pressing the hotkey you set it in.
-------------------------------------------------------------------------------------
![]()
Source code
1 2/run TargetNearestFriendly(Exhausted Alliance Warrior) /run UseItemByName("Energy Drink")
--------------------------------------------------------------------------------------
I need help to try to keep the macro looping until all 10 Energy Drinks are dispensed. here is where I'm at with it now. Please help.
|
|
Source code |
1 2 3 4 |
function EDrink()
TargetNearestFriendly(Exhausted Alliance Warrior)
UseItemByName("Energy Drink")
end
|
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
/run EDrink() /wait x /run EDrink() /wait x /run EDrink() /wait x /run EDrink() /wait x /run EDrink() /wait x /run EDrink() /wait x /run EDrink() /wait x /run EDrink() /wait x /run EDrink() /wait x /run EDrink() |
I use the macro in the first slot. works well for dailies, if you want them to loop it sounds like you're trying to BOT eoj. As i see a lot of people doing on Palenque. I suggest you ask Princess or miz how they do it.
... and numerous others Semi-retired
, using daily notes, ExtendedMacroItems, auto rotate and my macro, and summon as many pets as you can, anything you target works for the quest. This post has been edited 2 times, last edit by "marcelcrazy2" (Oct 11th 2013, 11:37pm)
This post has been edited 1 times, last edit by "marcelcrazy2" (Oct 16th 2013, 7:14am)