Rochet2 / TrinityCore

Rochet2's stuff for TC
https://rochet2.github.io
90 stars 143 forks source link

[dressnpc_master] DressNPC - model invisible ingame #99

Closed hoxton22 closed 5 years ago

hoxton22 commented 5 years ago

Description:

Hi, i've pulled dressnpc and it's not working properly, i've tried with the example file (creature id : 6)

Current behaviour:

Loging ingame, and the npc id : 6 is invisible Errors logs : Creature (Entry: 6) lists non-existing CreatureDisplayID id (3000000123), this can crash the client.

Expected behaviour:

Pnj should use the custom apparence

Steps to reproduce the problem:

  1. git clone last TC repo
  2. git remote add rochet2 https://github.com/Rochet2/TrinityCore.git
  3. git pull rochet2 dressnpcs_master
  4. compile
  5. execute the hotfixes and world sql file : https://github.com/Rochet2/TrinityCore/tree/dressnpcs_master/src/server/scripts/Custom/DressNPCs/new_install
  6. execute the example sql file : https://github.com/Rochet2/TrinityCore/blob/dressnpcs_master/src/server/scripts/Custom/DressNPCs/Example.sql

Branch(es):

dressnpc_master

hoxton22 commented 5 years ago

Nevermind ! The mistake was mine, some merge conflicts errors and some changes didn't apply properly.

It's working !