Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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!
function onModalWindow(cid, modalWindowId, buttonId, choiceId)
local player = Player(cid)
player:unregisterEvent(THIS_EVENT_NAME)
if modalWindowId ~= MY_WINDOW_ID then
return
end
if choiceId == 0x00 then
-- ?
elseif choiceId == 0x01 then
-- !
if...
function onUse(cid, item, fromPosition, itemEx, toPosition)
local player = Player(cid)
local pItem = player:addItem(itemId, count/subtype[default = 1])
if pItem then
pItem:setActionId(actionId)
end
end
@sn3ejk: You cannot remove/get/set non-default attributes.
Edit: In 1.0 setting attack to 48 should show that, in any other version I'm not sure if its (attack - elementalAttack) or just the attack.
Why would you expect someone to return your money 10 months after you've gotten the "product"?
Edit: To say that this is a scam is pretty damn dumb, it's like going back to the store with a 10 month old bag of chips saying you want a refund.
Honestly... this update wasn't neccesary.
Edit: The only neccesary part would be making knights a tiny bit stronger, not nerfing everything else and adding "high-rate" server content to this low-rate server.
or you could do some smart mapping and relocate sector by sector (32x32 tiles each time?), say if you use seasons
if(season() == SEASON_WINTER)then
x = x + 16000
else if(season() == SEASON_SPRING)then
y = y + 16000
-- etc etc
end
I hope you get the point.