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

Limit itemow na sqm

zduna

Banned User
Joined
May 3, 2010
Messages
201
Reaction score
0
Szukalem na forum i znalazlem wszedzie odpowiedz ze w configu sie ustawia
-- Limits
idleWarningTime = 14 * 60 * 1000
idleKickTime = 35 * 60 * 1000
expireReportsAfterReads = 1
playerQueryDeepness = 2
maxItemsPerPZTile = 10
maxItemsPerHouseTile = 10

u mnie niestety nie dziala
 
wkompiluj sobie advanced onMoveItem (znajdziesz w kodach c++), który blokuje przełożenie itemu jak skrypt zwraca false i zrób skrypt z warunkiem:
Lua:
toPosition.stackpos = 10
if(getThingFromPos(toPosition).uid)then
   doPlayerSendCancel(cid, "Sorry, you cannot put more items on this tile.")
   return false
end
 
Szukalem na forum i znalazlem wszedzie odpowiedz ze w configu sie ustawia

maxItemsPerPZTile = 10
u mnie niestety nie dziala

To dziala ale tylko w pz.
przynajmniej powinno ;p
 
W tym Revie jest już wbudowany ten system. Szkoda tylko, że nie możemy Ci pomóc bo nie masz donatora :D Such a shame.
 
Back
Top