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!
Ah that's pretty unfortunate. Show it whenever you think it's ready =)
Btw, I am doing commentaries on youtube. I can try to commentate over your mappings if you like? I dunno, but we can try something out! (Speedmapping)
It's sick how many good mappers there are nowadays, I used to map back in the 7.6 times and back then you only had MMB being super awesome, and the rest was just decent :o
The script could be shortened, not that it's really necessary or something.
This will do exactly what you said without having to change anything. It will get the player town ID and then look for the temple position of this town, and teleport him there.
function onUse(cid, item, frompos, item2...
More sand less dirt, and yes: Remove those sand tiles in the last picture.
I see you have a great gift, you just have to know how to use it correctly (My opinion)
It's nice, but not really for a scarab place.
I've just browsed through every single page of this thread to see every single picture you guys upload, and they are AMAZING! You guys know how to make a good looking map without overdoing it, respect.
The talkaction:
function onSay(cid, words, param, channel)
if channel == 11 and words == "skills" then
doPlayerSendToChannel(0, cid, TALKTYPE_CHANNEL_W, 'The skills are: ...', 11)
end
return true
end