• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Dead problems

lol94

Loler
Joined
Dec 23, 2008
Messages
764
Reaction score
55
Location
Mexico
sup guys! so.. the problem is.. i want to nobody die on my server because is a war otserver... so.. can i have a script that if you die automatically teleport you in the depot... thank you

gonna rep +++ if you helpme
 
In creaturesctipts/scripts/login.lua
Write this:
Code:
	doPlayerSetLossPercent(cid, PLAYERLOSS_SKILLS, 0)
doPlayerSetLossPercent(cid, PLAYERLOSS_LEVEL, 0)
 
no, :D
Code:
doPlayerSetLossPercent(cid, PLAYERLOSS_EXPERIENCE, 0)
doPlayerSetLossPercent(cid, PLAYERLOSS_SKILLS, 0)
doPlayerSetLossPercent(cid, PLAYERLOSS_CONTAINERS, 0)
doPlayerSetLossPercent(cid, PLAYERLOSS_ITEMS, 0)
 
... so.. can i have a script that if you die automatically teleport you in the depot... thank you

gonna rep +++ if you helpme

Hahaha the ppls up near me just joking ...

Set up the death positions set the depots not temples..
STUPID!
They dont think when they read ..

:/
 
Back
Top