• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

[Patch] Remove Player Resurrect Timer and Spawning at GY (Rewrite) + WorldConfig

callmephil

Respected Member
Hey guys, Many of you asked about battleground graveyard etc on another forum so here we go.

So what's new ?
- I Fixed Battleground - Instances Respawn
- I've added small explanation about the reclaim delay ( { 30, 60, 120 }; )
- I've added WorldConfig to activate or desactive (On a Different patch)

(Without WorldConfig) Here the Link :
https://gist.github.com/callmephil/9448929

Somes Credit's goes probably to Madness.

(With WorldConfig) Here the Link :
https://gist.github.com/callmephil/9449913


WorldServer.conf
Code:
# Custom
# Remove.Graveyard.Activation
# Description: Remove Graveyard to set self Respawn (Not In Battleground or Instances/Raid)
# Default: 0 - (Disabled || Default)
#          1 - (Enabled)

Remove.Graveyard.Activation = 0

Enjoy and say thanks(Comment) !
 
Top