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
does anyone know how to send message in default chat when potion is used? I'm pretty much confused non of these works
tried: Player(cid):sendCancelMessage("message")
Player(cid):sendTextMessage(MESSAGE_STATUS_DEFAULT, "message")
function onUse(cid, item, fromPosition, itemEx, toPosition)...
Hi everybody
I need a simple help for this spells....
the truth is that I do not know much about... buy someone can explain me, I'll be grateful.
this is my script.lua
local combat = Combat()
combat:setParameter(COMBAT_PARAM_TYPE, COMBAT_HOLYDAMAGE)
combat:setParameter(COMBAT_PARAM_EFFECT...
Hello,
I have had a look myself but couldn't find much, might be looking in the wrong spot. Im essentially after a script that lets the person use the teleport once every X days/hours/mins.
Essentially the teleport will allow a player to do a "dungeon" run once a week for example. If someone...
function Player:onGainExperience(source, exp, rawExp)
if not source or source:isPlayer() then
return exp
end
-- Soul regeneration
local vocation = self:getVocation()
if self:getSoul() < vocation:getMaxSoul() and exp >= self:getLevel() then...
Hello, im looking for healing over time spell, with healing values same as exura
lets say about 4 ticks every 1 second that heals
Can somebody teach me how to do it?
Thanks
I'm using TFS 1.2
And today i went to test pvp with friend and i was confused when i saw that when you fight 1x1 one player can deal damage with melee weapon and other just deal zero (DIDN'T TRIED SPELLS). And second think i was wondering is it possible to apply different hiteffect when you are...
Hi
its default functions in spell.xml but in my case they are not working lets say exhaustion time is 1000 i still can spam the spell like a GM with non stop. And second think with vocation id it doesnt work, lets say spell can do only voc with id 1 but still everyone less can do it to.
Hello i'm using the tfs 1.2 downgraded to 8.0 by ninja and it's crashing frequently, happens when i loggin (but not all the time) . Here's some pics ( i'm not a programmer so i don't know if that helps ). Hope someone can help-me =) ahhh here's the sources if someone need to take a look...
i'm using a pvp arena scrip, and works fine , but i want to add a message when player is defeated , and to the player who won , like:
MESSAGE_STATUS_CONSOLE_BLUE,'[ARENA] You defeated (player name) .
MESSAGE_STATUS_CONSOLE_BLUE,'[ARENA] You where defeated by (player name) .
Someone can help me...
Task System For TFS 1.2
Features:
* You can add as many tasks as you want
* You can add as many rewards as you want for each task
* You can add multiple monsters to a task, so it registers the kill on different monsters (e.g. dragon and dragon lord)
* You can change the name of the task
* You...
Big thanks to @Fablow for sponsoring!
Map was just made for testing, you can use any map:
Step 1: Adding the library
Add in data/lib/event/zombie_arena.lua
------------------------------------------------------
-- Zombie Arena by rwxsu --...
Hello guys, I have a problem on my server, tfs 1.2 10.98.
Pictures will explain alot.
On mount, full hp as soon as I remove mount I get less hp, its something about addon bonuses and mounts I believe but I have no idea how to fix that.
Imgur
Here u can see the hp going down when I remove mount...
Hi guys, sorry for the question, I am building my old war server 8.6 with tfs 1.2.
I dont have major bugs (at least as far as i know) but when I create a char with Knight Vocation when I first login in the game I get a deadbug! The second time I log in I don't get any deadbug or other problem...
hello all some can help me? i need conver this script to tfs 1.2 can help me? srry for my bad englishs:
this is the creaturescript
local storage = 2533
function onKill(cid, target)
local frags = getPlayerStorageValue(cid, storage)
if(isPlayer(target)) then...
I have a passive monster edit in sources
Feature - Simple passive monsters
So i wanted to make monsters ignore players by storage but couldn't find anything for TFS 1.2
If someone can make me a spell (wave) that the monster uses and if the spell lands the player damages the monster so it...
I'm trying make a "conevision system" for monsters because i don't want them to spot players from walls.
The easiest way that i could think was to make all monsters not see invisible(utana vid) and make a defensive spell (like a wave) for them so they remove utana vid and can attack (Adds...
I'm trying make a "conevision system" for monsters because i don't want them to spot players from walls.
The easiest way that i could think was to make all monsters not see invisible(utana vid) and make a defensive spell (like a wave) for them so they remove utana vid and can attack (Adds...
Hi, i have problem with store button in game (tibia 10.95/10.98)(Tfs 1.2) , because when i clicked this nothing happens ;/ Screenshot
I have only this in data in serwer Screenshot
How can i fix it ? i want this Screenshot