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!
Wuts otland,
Im wonder if is there any possibilty of creating a lua script that can make this, "If you have no vocation then any other player cannot attack you nor kill you"
If so should be a creaturescript, right?
Vocation.lua
local playerVoc = getPlayerVocation(cid)
function...
7.4-7.6 -> Draxido (MS form chimera) and Sinadra (EK from chimera)
Here a video were we can see draxido and sinadra working as a team.
http://www.youtube.com/watch?v=ftyplRzbGe8
8.2-8.5 -> Soccer-Sorcerer(MS from amera) and Nissault (MS from Rubera)
Here is a video of Soccer-Sorcerer...
function onAdvance(cid, skill, oldLevel, newLevel)
if (getPlayerLevel(cid) >= 100 and getPlayerStorageValue(cid, 6002) == -1) then
doPlayerAddSkill(cid, SKILL_SWORD, 5)
setPlayerStorageValue(cid,6002,1)
else
-- do nothing
end
return true
end...
Thanks for your comment :)
The server will open when all the "Progress list" is finished, This doesn't mean that after opening it we won't update Drakera!
Take a look of what is ingame.
Drafuria is located the northwest of the minimap.
Our Content Designer is giving all his effort on this project, He hopes that you like his work.
Drakera Team, Efren.
The project was started on October monday 25.
Those good servers with no lags and dedication are decaying everyday, Some people only wants to play global tibia servers because tibia has made a pretty big map, interesting quests, 'balanced' vocations, But they have forgotten the most elemental...
I THINK that the problem is that you should give a storage value to any addon.
--Addon Only Click By: Raikon (RaikND)--
function onUse(cid, item, frompos, item2, topos)
-- First Citizen Addon
if item.actionid == 33751 then
if (getPlayerStorageValue(cid,12021) == -1)...
Today's News, Wensday 27.
This project now has an official Graphic Designer, His currently known as Kaotic (alias el DroKillz) on TibiaUg.com :thumbup:
On next week im goin to create a thread, Related to all the progress on mapping that i have done so far, Im an Amateur on mapping so...