i was wondering if anyone knows how to make it so when i die u dont get ported to the graveyard and u can just release and rez were u died?
i was wondering if anyone knows how to make it so when i die u dont get ported to the graveyard and u can just release and rez were u died?
Delete all graveyards for the map you want this to happen and then restart your server.
Last edited by stoneharry; 03-30-2010 at 12:43 PM. Reason: grammar fail
Create a backup of your graveyard table, then delete all data from it (DELETE FROM `graveyards`and restart your server. If this still isn't working then I have no idea because it works fine for me. :/ If your running mangos or trinity, they might have a system to automatically teleport you to a certain location.
To Gatling, use what Stone said ("DELETE FROM * `graveyards`") Probably dont need the * but yeah, in a database manager, I.E Navicat, there is a option to execute SQL commands, then C&P that in there, and execute, this should get rid of all contents of that table.