PDA

View Full Version : Player Respawn on death questions.


buddywarrior
03-03-2007, 06:36 AM
I've looked, but can only find NPC spawning info.

My servers been running fine for a while, only a few minor issues.
Im running server build 0.7.0 with peq and mysql 5.

When a player dies, they respawn in their guilds house. How can I go about changing the destination to outside ? (what table am I overlooking ?)

And when a player respawns, they respawn with buffs still in tact. Thats with and without a death client crash. Any thoughts ?

At first I thought it was my maps, but double, tripple checks, I'm confident they are working just fine ( i can cast on mobs, they agro etc.)

sfisque
03-03-2007, 10:26 AM
player spawn info comes from 2 locations.

when the toon is first created, their initial bind point is found in the table "start_zones".. look at X, Y, Z, and zone_id.

once the toon is created and loaded into the database, aka they spawn for the first time, i think it gets encoded into one of the blobs in character_.

== stanton