• 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!

I'm doing my ots, I have a problem help!

jareczekjsp

Member
Joined
Jan 30, 2023
Messages
202
Reaction score
11
GitHub
Jarek123
Hi all, I'm doing ots 8.6 OTX engine and I have a problem when the player does not have aola and blessa and dies it loses the whole EQ + backpack, and I want to fall only his backpack if there is no blessa / what to do someone help me?I add to mysql ask : UPDATE players SET save = 0

and still is the same I do not know where to look for it, where can I change?long time I did not play with OTS and I do not remember everything, I would be very grateful for your help. Best regards
 
Hi all, I'm doing ots 8.6 OTX engine and I have a problem when the player does not have aola and blessa and dies it loses the whole EQ + backpack, and I want to fall only his backpack if there is no blessa / what to do someone help me?I add to mysql ask : UPDATE players SET save = 0

and still is the same I do not know where to look for it, where can I change?long time I did not play with OTS and I do not remember everything, I would be very grateful for your help. Best regards
 
creaturesccripts login.lua

Lua:
doPlayerSetLossPercent(cid, 0, 20) --LVL
doPlayerSetLossPercent(cid, 1, 20) --MLVL
doPlayerSetLossPercent(cid, 2, 20) --SKILLS
doPlayerSetLossPercent(cid, 3, 100) -- CONTAINERS
doPlayerSetLossPercent(cid, 4, 7)--ITEMS
print("SETLOSS")

relogin character two times just in case and test
 
Back
Top