Looking4Group / L4G_Core

Looking4Group Core
http://looking4group.eu
GNU General Public License v2.0
37 stars 73 forks source link

GUID: 91762 + 91755 Spawn point #3885

Open ghost opened 7 years ago

ghost commented 7 years ago

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

AnonXS commented 7 years ago

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

ghost commented 7 years ago

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 commented 7 years ago

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.