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!
Still dont work, NPC just don't answer me :(:
03:12 GoD [8]: armor ring #1
03:12 Aldo: Sorry, you don't have enough gold. (I know i dont have gold, but NPC answer when i said to him armor ring #1)
03:12 GoD [8]: armor ring #2
And nothing
What don't work?:
When i said change its good, when i buy armor ring #1 its good too
but when i say armor ring #2 nothing happens.
It should remove me 2 Items 2168 and 1 item 2207 and give me item id 2208
But NPC dont said to me nothing, can anyone help me?
Here is script:
local...
Hello guys, i don't know how to do that casted spell should be from player to target.
If we attack from cross it attack on the cross.
If we attack straight it attack straight.
I Hope you understund me ;d if not:
Here 2 screens (It's THE SAME SPELL, it just other .spr)
and 2 screen:
How to do...
i do it better ;d
if someone need:
local keywordHandler = KeywordHandler:new()
local npcHandler = NpcHandler:new(keywordHandler)
NpcSystem.parseParameters(npcHandler)
local talkState = {}
local temple = {x=1031,y=1022,z=7} -- temple position
function onCreatureAppear(cid)...
Hello i found this script:
function onUse(cid, item, frompos, item2, topos)
local exhausted_seconds = 2
local exhausted_storagevalue = 74
if isPlayer(cid) then
if(os.time() <= getPlayerStorageValue(cid, exhausted_storagevalue)) then...