Log in

View Full Version : Need help with a few macros:



l0de
12-22-2007, 05:08 PM
I need help with a few macros and addons. Functions I want to macro:

1: accept soulstone res
2: accept ab queue, accept eots queue
3: release spirit

addon functions I need:
a bag mod that deletes soulshards
a mod that if the character has leader, will automatically put my whole party in group 4 on keymash

any help appreciated

Ebola
12-22-2007, 10:36 PM
Necrosis will delete extra soul shards and you set the limit on how many you want to carry

Slats
12-22-2007, 11:10 PM
The bunch of accept scripts i have bound to one key will release your spirit OR accept resurrect if you have that. Can try find the API for soulstone res.

l0de
12-23-2007, 02:32 AM
1) /script UseSoulstone()
2) See http://www.wowwiki.com/API_AcceptBattlefieldPort for usage.
3) /script RepopMe()
4) This is much too complicated to do in a macro. See http://www.wowwiki.com/World_of_Warcraft_API#Raid_Functions .

Reply I got from the wow forums, RePopMe() and UseSoulstone() are right what I was after.