[DiscordArchive] So everything start to works ! Thanks for you help, now there is some little details :
[DiscordArchive] So everything start to works ! Thanks for you help, now there is some little details :
Archived author: Plumee • Posted: 2024-03-25T23:10:14.860000+00:00
Original source
So everything start to works ! Thanks for you help, now there is some little details :
```sql
INSERT INTO `creature_equip_template` (`CreatureID`, `ID`, `ItemID1`, `AppearanceModID1`, `ItemVisual1`, `ItemID2`, `AppearanceModID2`, `ItemVisual2`, `ItemID3`, `AppearanceModID3`, `ItemVisual3`, `VerifiedBuild`) VALUES (212327, 1, 202125, 0, 0, 0, 0, 0, 0, 0, 0, 53877);
```
I've set some entries in `creature_equip_template`, for this specific entry it should show a weapon for instance, but the NPC doesn't have it. Is there something else I should do ?
My other question is that I've few NPCs that are in `AnimTier` = 3 (fly) and above the ground in z position, but they are falling with gravity to the ground at spawn, how to make them actually stay in the air ?
Archived author: Naddley • Posted: 2024-03-25T23:12:43.221000+00:00
Original source
set `euipment_Id` in `creature` to 1 for entry 212327