-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BWL Suppression Device #32
Comments
Poke @cala UPDATE gameobject_template SET faction=14 WHERE entry=179784; Also poke @Grz3s UPDATE gameobject_template SET data2=20 WHERE entry=179784; |
i have no acces to sniff from BWL - ill be more than happy if someone can provide that data ;) Entry: 179784 @xfurry are u sure that we should change data2 ? |
This is strange... |
Checked and your fixes does not work. |
Wasn't there a thing in classic about some GOs using spells in an unusual way? Like the GO used for spawning whelps in the Onyxia encounter. Can this be something similar to that, where there's a spell is being casted via the GO using some script? |
@xfurry spell 22247 has a 20y radius, i think this is taken if trap-radius == 0. @k59 onyxia / brs whelps have the issue that the eggs acutally should summon a go that blizz does not send to the clients, hence it does not exist in any (proper) database. This GO (most likely) should then cast the actual summoning spell.. |
@Schmoozerd good catch 👍 |
After some some small research I think it might not work this way for all the GOs with 0 radius. select entry, name, faction, flags, data3, data2 from gameobject_template a
where type=6
and data3 <> 0
and data2 = 0
order by entry |
Suppression Device is missing skill: Suppression Aura (ID: 22247) and only rogue can deactivate it.
Refence: http://www.wowwiki.com/Suppression_Device
The text was updated successfully, but these errors were encountered: