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!
Hi, you need to create 4 new vocations, example.
. New Druid / Druid / Elder druid
. New Knight / Knight / Elite knight
No vocation) This four Dawnport...
Hi, Im looking for someone to make me a OTCLIENT with modifications, (fix walking frame issues, modifications in chat window, healths windows,)
Most important make otclient work in 64x64 sprite base size.
i will pay via paypal only, thank you.
Hi people i need help with a movement action id (sqm)
Simple = if you stepin (X SQM with the action id xxx) your outfit change to
[1] = {lookType = 131, lookHead = 95, lookBody = 38, lookLegs = 94, lookFeet = 115, lookAddons = 0}
how i can do this?
Thanks bro its because i am making 100% dawnport of tibia Rl
Solved
Player(cid):addItem(2512, 1, false, CONST_SLOT_RIGHT)
Player(cid):addItem(2379, 1, false, CONST_SLOT_LEFT)
Player(cid):addItem(2666, 1, false, CONST_SLOT_BACKPACK)
need give this items in the Backpack 1988 ID
not in the hands.
function onLogin(cid)
if getPlayerStorageValue(cid, 19892) < 0 then
setPlayerStorageValue(cid, 19892, 1)
Player(cid):addItem(2666, 1, false)
Player(cid):addItem(8704, 10, false)
Thanks going to test
doPlayerAddItem(cid, 2050, 1)
How i can add this item into the Backpack! not in the hands
Solved, Now last question! how i can add this doPlayerAddItem(cid, 2050, 1) to the hand? or ring slot?
Hi i need help with this script
XXX function onStepIn(cid, item, position, fromPosition)
local player = Player(cid)
doPlayerSendTextMessage(cid, 19, "Use this ladder to enter the Adventurer's Outpost on Dawnport.")
end
i want to add this on the script:
XXX...