42 - Strand of the Ancients- Seaforium Achievements
What is the enhancement in mind? How should it look and feel?
There are some achievements at the strand of the ancients.
-Drop it http://www.wowhead.com/?achievement=1764
It would be useful if we get a warning when the player you target/mouseover carrys a seaforium charge. If a player carries these bombs he has a special buff
-Steady hands http://www.wowhead.com/?achievement=1765
It would be nice if you could warn when a bomb is placed , so you can disarm it.
- 5 comments
- 5 comments
Facts
- Last updated on
- 17 May 2009
- Reported on
- 22 Mar 2009
- Status
- Replied - Someone has replied after waiting for more information.
- Type
- Enhancement - A change which is intended to better the project in some way
- Priority
- Medium - Normal priority.
- #5
yoshimo Fri, 27 Mar 2009 16:29:52Now i have some examples from combatlogs.
3/24 16:18:11.546 SPELL_AURA_APPLIED,0x000000000183491F,"Bouth-Arthas",0x548,0x000000000183491F,"Bouth-Arthas",0x548,52418,"Carrying Seaforium",0x1,BUFF
3/24 16:18:11.546 SPELL_CAST_SUCCESS,0x000000000183491F,"Bouth-Arthas",0x548,0x0000000000000000,nil,0x80000000,52418,"Carrying Seaforium",0x1
3/24 16:18:11.562
3/24 16:19:33.703 SPELL_AURA_REMOVED,0x0000000000F234EE,"Nel",0x548,0x0000000000F234EE,"Nel",0x548,52418,"Carrying Seaforium",0x1,BUFF
3/24 16:20:16.843 SPELL_CREATE,0x0000000000013015,"Xanatos-Blackmoore",0x548,0xF11002E921005553,"Seaforium Barrel",0x4228,52417,"Drop Seaforium Charge",0x1
3/24 16:29:48.546 SPELL_CAST_SUCCESS,0x0000000000A2BB54,"SamirĂ¢",0x511,0x0000000000000000,nil,0x80000000,52410,"Place Seaforium Charge",0x1
3/24 16:29:48.546 SPELL_CREATE,0x0000000000A2BB54,"SamirĂ¢",0x511,0xF11002E9200057E9,"Massive Seaforium Charge",0x4228,52410,"Place Seaforium Charge",0x1
- #4
yoshimo Fri, 27 Mar 2009 12:35:49The player carrying seaforium, is affected by a buff called "Carrying Seaforium" http://www.wowhead.com/?spell=52418
the bombs themselves are http://www.wowhead.com/?item=39213 (Massive seaforium charge) and if you place the bomb you trigger http://www.wowhead.com/?spell=52410
I think you use http://www.wowhead.com/?spell=1843 for disarming these bombs.
I#ll have to get prove from sota.combatlogs
- #3
Tuhljin Wed, 25 Mar 2009 04:53:22Good suggestions. I think you can use the API to query the buffs of mouseovered units - some tooltip addons show unit buffs.. It'd be great if you could post the names/IDs needed for the buff(s) and seaforium-placement detection. That'd make me more likely to get this implemented sooner rather than later, if it is indeed possible, since I've been pretty busy with other things lately.
- #2
yoshimo Mon, 23 Mar 2009 12:24:262) i dont know that either ;) We might get spell_cast_success or similiar for it. Wowhead shows a lot of possible spellids ( http://www.wowhead.com/?search=seaforium#uncategorized-spells ) But im not sure wether alliance sees horde-events and vice versa in this case.
Ill have a look at a combatlog from sota later
- #1
SannaSK Mon, 23 Mar 2009 04:46:52While this sounds awesome, I suspect there are technical issues in the way.
regarding the first, merely mousing over a character does not query the server about his buffs. i'm pretty sure you'd have to actually target the player first so that your client (and thus OA) would read the buff and then add text to the tooltip. furthermore, such information would go out of date very quickly; do you store that a player has the seaforium buff? because it drop off the player any second.
regarding the second... well, I don't know enough about SotA. what sort of information does the server send about a bomb being placed? and at any rate, while such a notification would be useful, it strikes me that a more centrally-oriented-to-battlegrounds addon should take care of this function.
just my opinion here. disclaimer, i fail at lua and my comments should not be taken as speaking on behalf of tuhljin or any other addon coder ever.