• 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!

Search results

  1. G

    Lua New Spell

    I have this spell below, it`s working but i whant to make a new thing and not get success Sorry if it`s in wrong place, tell me and i put in the correct place Using OTX 3.0 (TFS 1.0) local spell = {} spell.config = { [7] = { damageType = 1, areaEffect = 1, sqmtoPush = 0, area = { {0, 0, 0, 1...
  2. G

    Problem With Lua

    I have this function to get a value from my DB Using TFS 1.0 function GetInfo() for k, i in ipairs({'started','guild','breaker','time'}) do local tmp = db.storeQuery("SELECT ".. i .." FROM `tmpwoe` WHERE `id` = '1';") resultado[k] = result.getDataInt(tmp, i)...
  3. G

    Raid System

    Hello guys, I try to make one globalevents to make a raid system hour by hour Script work, the only problem that allways that come the time of globalevent summon and send all message of the list. Here is the script local respawpositions = { {x = 370, y = 105, z = 7}, {x = 384, y = 94, z =...
  4. G

    Death and summon script

    Hello guys, im trying to make a creaturescript that when i kill a monster, summon another in some position. Here it`s what i make to try to explain but this script it`s not working. creature1 = 'creature1' creature2 = 'creature2' creature3 = 'creature3' creature2pos = Position(141, 105, 7)...
  5. G

    Lua script error

    Hello guys. First of all i am using TFS 1.0 I have this function to my Castle24H to remove all the players that is inside the castle when the other guild stepin on the throne. function doCastleRemoveEnemies() for index, creature in ipairs(getOnlinePlayers()) do if...
  6. G

    Help Fix All

    First i will try to explain what i need, the script should heal 30% of damage when hit a player or a monster and for this i make that scripts But the problem it`s that the script only work with player and with monster don`t make nothing, TFS 0.3.7
  7. G

    Heal Life On Attack

    Hello guys Im trying to make a item that will add life when player attack about 30% of damage. Work only with player When hit a monster don`t heal Please somebody help to fix
  8. G

    Item Experience Protection

    Hello guys, How the title says i whant to make one item that when the players is equipeed with this item he don`t lose nothing of experience, containers, etc... What i made stay like that This script is working if use only the item, but if the players have bless and use this item when he die...
  9. G

    NPC NEW ITEM

    Hello guys, im doing an otserver and i create some items in ITEMEDITOR ok? All items go from id 12661 to id 12678. Items works fine, all ok when monster drop like warlod sword that it`s one of items that i use to make mine, don`t drop the item VIP .. all works But a problem when i sell items...
  10. G

    Movements

    Hello guys, im using TFS 0.3.7 and try to do this to movements, but not work. The erro its: [6/4/2015 10:24:21] [Error - MoveEvents Interface] [6/4/2015 10:24:21] Description: [6/4/2015 10:24:21] (luaGetThingFromPosition) Tile not found Script function onStepIn(cid, item, position...
  11. G

    Solved HELP FUNCION - TALKACTIONS

    TALKACTION - HELP all the script it`s working but i need help to check the access of ENEMY local ENEMY = getPlayerGUIDByName(t[2]) -- that it`s working if ENEMY > 2 nil then -- need help on that doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Sorry, u cant do this...
  12. G

    Quest Help

    Hello guys, i don`t khown if is this the correct area but i need a help to create an script. Well let`s go. First of all will be like anihilator so the begin it`s easy. i will have 8 sqms circulating an lever, and when have 1+ --8 players and use lever all players will be teleported and summon...
  13. G

    Teleport Action

    Hello guys i whant to make a script that is a action on a lever and when use this lever teleport the player to the TOWNID, i try that but don't work, can somebody help to use that? if in exitPos i put {x=45,y=45,z=7} work but i whant to take the TOWNID player and then teleport function onUse...
  14. G

    Problem With Save?

    Hello guys im with this problem in my server: [5/2/2015 11:37:35] Patolino El Sorcerer has logged out. [5/2/2015 11:37:35] mysql_real_query(): INSERT INTO `player_storage` (`player_id`, `key`, `value`) VALUES (7, '', '1'),(7, '0', '1'),(7, '45814', '1423154286') - MYSQL ERROR: Duplicate entry...
  15. G

    Web Site Hosting

    Sorry for portuguese coment at last post, a bad wrong so let's make in english i whant to khown what it's the better program to i host my website for my tibia OTServer, i download the premium subscription and now i whant to khown that it's the better for use
  16. G

    War System Plz

    Where i can take the most used system of war system??? help plz
  17. G

    Need A RAID

    I Shearch in all site but don't see can somebody help me??? i whant a RAID System / days ex: Monday: 14:00 Demon Frydai: 1500 Orshabaal ...
  18. G

    Lua HELP Experience RING

    local rate = 2.0 function onEquip(cid, item, slot) if(item.itemid ~= 6300) then doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "Your exp rate + "..((rate - 1)*100).."%.") doPlayerSetExperienceRate(cid, rate) doTransformItem(item.uid, 6301) return TRUE end return TRUE end function...
  19. G

    Alquem me ajuda

    Quero por tfs 0.4 dev pra 8.60 so ke nao sei aonde eu consigo alquem me ajuda plz nao sei compila nao sei fase nada alquem me arruma ele pronto???? Plzzzzzzzzz
Back
Top