You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello im using AzerothCore 3.3.5 With Eluna module installed. Currently trying to spawn NPC from lua script. Since the script is triggered by the server not from playeri must use PerformIngameSpawn not SpawnCreature, anyway NPC dont appear at the location buuut when i restart worldserver is on proper location. How i can fix this ? xD
NPC_SPWNED = PerformIngameSpawn(1,NPC_ID,map,0,x,y,z,o,0,0,1)
Where all values are set in array ( will spawn NPC on random location) anyway thats not the problem..
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello im using AzerothCore 3.3.5 With Eluna module installed. Currently trying to spawn NPC from lua script. Since the script is triggered by the server not from playeri must use PerformIngameSpawn not SpawnCreature, anyway NPC dont appear at the location buuut when i restart worldserver is on proper location. How i can fix this ? xD
NPC_SPWNED = PerformIngameSpawn(1,NPC_ID,map,0,x,y,z,o,0,0,1)
Where all values are set in array ( will spawn NPC on random location) anyway thats not the problem..
Beta Was this translation helpful? Give feedback.
All reactions