cmangos / wotlk-db

A content database for mangos-wotlk, and World of Warcraft Client Patch 3.3.5
GNU General Public License v3.0
108 stars 96 forks source link

Steelsnap - WP and linking #1293

Closed al3xc1985 closed 7 months ago

al3xc1985 commented 7 months ago

https://www.wowhead.com/wotlk/npc=4548/steelsnap

https://youtu.be/LktAXxf0E3E?t=1731

  1. He should have WP
  2. HE should have 2 companions that are linked to him and follow him all over
  3. His spawn is missing , I could not find it spawned in creature table
Grz3s commented 7 months ago

.go c id 4548

al3xc1985 commented 7 months ago

I just don't understand why when I use

SELECT * FROM wotlkmangos.creature where id = 4548;

I get 0 results

Grz3s commented 7 months ago

Id in creature was removed due to be part of spawn_group and then readded via creature_spawn_entry You may ask .. if this is necessary - No its not, but it was done when spawn_groups were new system (devs had to learn it) It still works correct .. so no need to change it back.

Side note: I will repeat myself: If you see potential problem - PLS check it in game first... (instead of: i cant see it in db then must be issue). Theyre many ways to do scripts etc here... and easy to miss smth. You created many tickets.. Many of them are correct.. but theres also a group where you didnt bother to look in game (we both know that - i proved you already). Checking them - I'm or others not doing anything else that could be added. Simply our time is also limited. I hope you'll understand it ..one way or another.

al3xc1985 commented 7 months ago

I understand, I totally agree with you. Thank you!