After 5 min of search i found this macro that deletes my "Lifegiving seeds", it could be used in the mount attempts where you had /use Crystallized XXXX .(Slot 1)
here's the macro and a mount function for DK's
Example
i don't know if this is a repost, just thought i wanted to add it.
Ever since i found the macro i didnt test it in GB itself yet. Waiting for a seed to drop...
Say thanks please.
here's the macro and a mount function for DK's
Example
Code:
/run for bag = 0,4,1 do for slot = 1, 32, 1 do local name = GetContainerItemLink(bag,slot); if name and string.find(name,"Lifegiving Seed") then PickupContainerItem(bag,slot); DeleteCursorItem(); end; end; end
/use Winged steed of the Ebon Blade
i don't know if this is a repost, just thought i wanted to add it.
Ever since i found the macro i didnt test it in GB itself yet. Waiting for a seed to drop...
Say thanks please.