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

No item loss :D

add in login.lua:
Code:
	doPlayerSetLossPercent(cid, PLAYERLOSS_ITEMS, 0)
	doPlayerSetLossPercent(cid, PLAYERLOSS_CONTAINERS, 0)
 
collapser did it and it is 8.4. and also this is a good distribution, many of the new ones with sqlite are messed up like new tfs. the acc manager is messed up the last time i checked ( they could have fixed this) i might consider updating though
 
change it in database instead..

database -> players "the actual player table"
click edit on

Lossexp
lossskill
lossitem

and change it to 0 or what ever you want (0 = 0%)

Edit: Don't click on a certain player, you aren't going that far.. just edit the "TABLE" that all players are stored at
 
Back
Top Bottom