What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Is Lifegiving seed annoying you? CLICK HERE!

Snixs

New Member
Joined
Jan 15, 2010
Messages
271
Reaction score
14
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

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.
 
Back
Top