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

GUID: 91762 + 91755 Spawn point #3885

Open
ghost opened this issue Jun 24, 2017 · 3 comments
Open

GUID: 91762 + 91755 Spawn point #3885

ghost opened this issue Jun 24, 2017 · 3 comments

Comments

@ghost
Copy link

ghost commented Jun 24, 2017

GUID: 91762 + 91755 Share the same spawn point exactly.

@AnonXS
Copy link
Contributor

AnonXS commented Jun 24, 2017

game event npcs xD, question is what is right model, goblin or human i guess goblin as they are standing in gadgetzan.

@ghost
Copy link
Author

ghost commented Jun 24, 2017

91762 is the only human, the rest are goblins are there names are Goblin Commoner so needs displayID changing to 16431 along with spawn location moving to approx X: -7216.8764, -3732.7824, 8.3705, 3.5412

@AnonXS
Copy link
Contributor

AnonXS commented Jun 25, 2017

Needs modelid set as data in game_event_model_equip table as these npcs are used for different gameevents, they serve different purpose and should have different modelids belonging to the gameevent which is active.

so basically i would update as set in corona db which seems to be correct modelid for Goblin Commoner


-- UPDATE `creature_template` SET `modelid_A` = 19343, `modelid_A2` = 19340, `modelid_H` = 19343, `modelid_H2` = 19340 WHERE `entry` = 20102; -- 1140 6328

export creature.modelid to game_event_model_equip and set all spawns to default modelid at first


-- UPDATE `creature` Set `modelid` = 0 WHERE `id` = 20102;

and maybe add some missing spawns from other dbs+ respective gameevent data.


Dont like the idea of just doing a group of 3 if its clearly visible that it should always be a group of 2.

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

1 participant