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

[8.60] skrypty

Wildhells

Member
Joined
Dec 28, 2012
Messages
52
Reaction score
7
Location
Poland
Szukałem na otland, ale coś znaleźc nie mogę.

1. Itemy nie spadają gdy nie mamy aol'a, bless'ów oraz gdy mamy rs'a, bs'a.
2. Gdy gracz X ma poziom 15 i spadnie na poziom 14 to automatycznie po zalogowaniu ma poziom 15.
 
1. Możesz zrobić loss_items na 0 + zmiana w source, żeby na r's/b's nie nic spadało(jest takie coś na otland).
2.
function onLogin(cid)

if getPlayerLevel(cid) < 15 then
doPlayerAddExperience(cid, (getExperienceForLevel(15) - getPlayerExperience(cid)))
end
return TRUE
end
 
Back
Top