damagepy
11-07-2007, 05:57 PM
I just wrote a small warlock mod (only commandline-handled, but it doesnt really need any command anyway) that responds for summon whispers, make players to a queue (they can queue others too), and with a single click warlocks can summon ppl from the queue one after one. That one click targets it, checks if its summonable (not dead/offline or if you are in an instance then checks if the target is inside too) and starts to summon, announcing it in raidchat and sending an addon mesage to other locks that use this addon if you fail. Also if another lock summon a target that already in your queue, it will be removed automatically.
Also track SoulStones, and when you summon a soulwell you announce its type (summoning 2080 HP soulwell...).
You also can check other lock's that using this addon in the guild: their talentspec, their SS state/cooldown, number of shard, HS type (0/1/2). Can do the same with mages, querying their talents, number of food/water/reagent.
I know nothing about xml and GUI making, but I will not try to make anything more till I know there are no such addons. Currently only my guild using it, and they like it. Previously I used whispercast till blizzard nerfed the targeting from an addon.
(my addon creates an exclusive macro, and modifies its content after every event, so basically you just spam this macro if you drag it to the actionbar, and it will handle everything. One click, one summon. So even better than addons where they show the queued players nameplates in a CTRA MT list format and you must click on someone then click on the summon icon - this is 2 click and must use the mouse to target)
Its pretty stable but still sometimes it make a mistake, detecting a summon as failed even if it was successfull.
Also wanted to make an auto-cancel-trade thing for mages, to cancel incoming trades if the number of waters in the inventory less than 100. But my problem is, I cant query the name of the other ppl who trades me. IS THERE ANY WAY to do that? So it dont block trades if I am the one who request the trade or if my target is the person who trades me. Blizzard nerfed this too? (the TRADE_REQUEST event dont work anymore)
if someone interested, I can post the lock-addon here for testing.
Also track SoulStones, and when you summon a soulwell you announce its type (summoning 2080 HP soulwell...).
You also can check other lock's that using this addon in the guild: their talentspec, their SS state/cooldown, number of shard, HS type (0/1/2). Can do the same with mages, querying their talents, number of food/water/reagent.
I know nothing about xml and GUI making, but I will not try to make anything more till I know there are no such addons. Currently only my guild using it, and they like it. Previously I used whispercast till blizzard nerfed the targeting from an addon.
(my addon creates an exclusive macro, and modifies its content after every event, so basically you just spam this macro if you drag it to the actionbar, and it will handle everything. One click, one summon. So even better than addons where they show the queued players nameplates in a CTRA MT list format and you must click on someone then click on the summon icon - this is 2 click and must use the mouse to target)
Its pretty stable but still sometimes it make a mistake, detecting a summon as failed even if it was successfull.
Also wanted to make an auto-cancel-trade thing for mages, to cancel incoming trades if the number of waters in the inventory less than 100. But my problem is, I cant query the name of the other ppl who trades me. IS THERE ANY WAY to do that? So it dont block trades if I am the one who request the trade or if my target is the person who trades me. Blizzard nerfed this too? (the TRADE_REQUEST event dont work anymore)
if someone interested, I can post the lock-addon here for testing.