Skip to content
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

Open
Metalica opened this issue Nov 1, 2014 · 8 comments
Open

BWL Suppression Device #32

Metalica opened this issue Nov 1, 2014 · 8 comments

Comments

@Metalica
Copy link

Metalica commented Nov 1, 2014

Suppression Device is missing skill: Suppression Aura (ID: 22247) and only rogue can deactivate it.

Refence: http://www.wowwiki.com/Suppression_Device

@xfurry
Copy link
Member

xfurry commented Nov 1, 2014

Poke @cala
This looks like a DB issue as GO 179784 has wrong faction in classic DB.
Please update from UDB.

UPDATE gameobject_template SET faction=14 WHERE entry=179784;

Also poke @Grz3s
The same gameobject has wrong radius in UDB. So please update from classic DB or check in sniff if available.

UPDATE gameobject_template SET data2=20 WHERE entry=179784;

@xfurry xfurry closed this as completed Nov 1, 2014
@Grz3s
Copy link

Grz3s commented Nov 1, 2014

i have no acces to sniff from BWL - ill be more than happy if someone can provide that data ;)
so I can update it.
Edit: thx to person who gave me this info:

Entry: 179784
Unk1 Byte: True
Unk1 UInt32: 174
Type: Trap (6)
Display ID: 5874
[0] Name: Suppression Device
[1] Name:
[2] Name:
[3] Name:
Icon Name:
Cast Caption:
Unk String:
[0] Data: 2123
[1] Data: 0
[2] Data: 0
[3] Data: 22247
[4] Data: 0
[5] Data: 0
[6] Data: 3600000
[7] Data: 0
[8] Data: 0
[9] Data: 0
[10] Data: 0
[11] Data: 0
[12] Data: 0
[13] Data: 0
[14] Data: 0
[15] Data: 0
[16] Data: 0
[17] Data: 0
[18] Data: 0
[19] Data: 0
[20] Data: 0
[21] Data: 0
[22] Data: 0
[23] Data: 0
[24] Data: 0
[25] Data: 0
[26] Data: 0
[27] Data: 0
[28] Data: 0
[29] Data: 0
[30] Data: 0
[31] Data: 0
[32] Data: 0
Size: 1
QuestItems Length: 0
Expansion: WorldOfWarcraft (0)

@xfurry are u sure that we should change data2 ?

@xfurry
Copy link
Member

xfurry commented Nov 2, 2014

This is strange...
Then I can't imagine how are the traps triggered if the radius is 0. Maybe you can find more details in the sniff for this.

@xfurry xfurry reopened this Nov 2, 2014
@Metalica
Copy link
Author

Checked and your fixes does not work.

@ghost
Copy link

ghost commented Jan 11, 2015

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?

@Schmoozerd
Copy link
Member

@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..

@xfurry
Copy link
Member

xfurry commented Jan 11, 2015

@Schmoozerd good catch 👍
I will make some research, but I think that your proposal is valid.

@xfurry
Copy link
Member

xfurry commented Jan 11, 2015

After some some small research I think it might not work this way for all the GOs with 0 radius.
If you research all the GOs that have spells or value in the spell slot, you'll see that very few spells have radius.

select entry, name, faction, flags, data3, data2 from gameobject_template a
  where type=6
  and data3 <> 0
  and data2 = 0
  order by entry

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants