C++:
health = healthMax;
mana = manaMax;
g_game.internalTeleport(this, getTemplePosition(), true);
g_game.addCreatureHealth(this);
onThink(EVENT_CREATURE_THINK_INTERVAL);
onIdleStatus();
sendStats();
}
}
getTemplePosition how can i change this part of code the for a specifc x,y,z place?
For example: {x = 33489, y = 31784, z = 7}
Last edited: