naod123456
Wazzaap
- Joined
- Mar 28, 2013
- Messages
- 242
- Reaction score
- 4
In my way server every time someone dies the server lag for about 3 secounds :/ i don´t know why i dont get any error and i dont know where i shuld look
please help
Could be caused by a creaturescript with type death (or kill if it's just from killed by players).
Look in creaturescripts.xml for scripts with type kill.
You can unregister it, then kill a character to see if that script is causing the lagg.
<event type="kill" name="skulls" event="script" value="skulls.lua"/>
You can unregister the scripts with type kill, then kill other characters, to see if any of those scripts is causing the lagg.
rateExperienceFromPlayers = 1
-- Experience from players
-- NOTE: min~Threshold* set to 0 will disable the minimum threshold:
-- player will gain experience from every lower leveled player.
-- max~Threshold* set to 0 will disable the maximum threshold:
-- player will gain experience from every higher leveled player.
minLevelThresholdForKilledPlayer = 0
maxLevelThresholdForKilledPlayer = 0
try a higher number
Code:rateExperienceFromPlayers = 5
vocations.xmlThx, i got one more problem (its the last) a sorcerer and a druid got the same hp as a paladin how do i change that?
gainhp="xxx"
vocations.xml
Code:gainhp="xxx"
http://bit.ly/1ircPKTThx, you know where i can get /war invite and /war accept scripts`?