Arcemu 3.3.2 setup
Questions:
I have a 2x scale lich king that i want to have sitting in a throne in the back of my mall, is this possible?
Arcemu 3.3.2 setup
Questions:
I have a 2x scale lich king that i want to have sitting in a throne in the back of my mall, is this possible?
Thats simple, spawn him, change his faction, set his scale.
.npc spawn
.set faction 35
.npc scale 2
To make your npc sit type .modify bytes 2 4
It would be best to set his scale via the database in creature_proto of the selected ID.
wtf bytes2 on creatures handle hand-held items.
It's bytes1 you need to set to 1 to make a npc sit down, but unfortunately the Lich King does not sit down when you do this. He sits down automatically if you stand still for 15minutes, but that's the only possible way to do it I've found so far. :/ Setting bytes1 to 1 then back to 0 on him plays the standing up emote though. Best to use his displayid without a helmet, then he has default human animations so can sit down.
Find the NPC in the creature_spawns table and set its "standstate" field to 2 (or one of the IDs below). Then reboot your realm and he should be sitting
Code:SIT = 1, SIT_CHAIR = 2, SIT_LOW_CHAIR = 4, SIT_MEDIUM_CHAIR = 5, SIT_HIGH_CHAIR = 6,