• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. D

    TFS 1.X+ how to make a spell to make a constant damage

    i like my spell hit always min 1000 maxium 3000 static damage, but i cant figure out how to edit to do that local combat = Combat() combat:setParameter(COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE) combat:setParameter(COMBAT_PARAM_EFFECT, CONST_ME_HITAREA)...
  2. D

    TFS 1.X+ help me with this script please

    function onStepIn(creature, item, position, fromPosition) if getPlayerStorageValue(cid, 11757) < 0 then player:sendTextMessage(MESSAGE_EVENT_ADVANCE, "NECESITAS DESBLOQUEAR EL ACCESO EN EL STORE.") creature:teleportTo(fromPosition) else...
  3. D

    how to balance a weapon betwen mage and paladin

    on my server paladins are hitting very hard but mages dont here are two weapons teach me please how i can make a right calcule to nivelate it this is sd wand local combat = Combat() combat:setParameter(COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE) combat:setParameter(COMBAT_PARAM_EFFECT...
  4. D

    NPC WHO SELL TIBIA COIN AND TRADE ITEMS FOR TC

    sorry i complete forgot it, tfs 1.3
  5. D

    NPC WHO SELL TIBIA COIN AND TRADE ITEMS FOR TC

    HI, IM REQUESTING 2 NPCS THE FIRST IS JUST FOR BUY AND SELL TIBIA COINS, EXAMPLE WITH THIS DIALOG PLAYER: HI NPC: HI YOU WANT BUY OR SELL PLAYER: BUY NPC: HOW MANY TIBIA COINS U WANT, ? PLAYER: 1 NPS: THAT WILL COST, 1KK PLAYER: 20 NPC: THAT WILL COST, 20KK PLAYER: SELL NPC: HOW MANY COINS U...
  6. D

    1 weapon for all knight skills, tfs 1.3

    hi im requesting one weapon with all knioght skill, and attack depends on what skill him use, example a knight with the same item who use sword shot sword, and up sword, but other knight with axe, with the same item, shot on axe, and up axe, please help me, also be balanced with this sd wand...
  7. D

    looking for lua scripter and c++ expert who accept tibia coins

    im looking for programmer for tfs 1.3 otx 1.3 and expert on c++ who accept tibia coins as payment, and paypal to, my whastapp +5695800467 serious offert, pay for task
  8. D

    TFS 1.X+ problem with npc code help please

    u mind global.lua?
  9. D

    TFS 1.X+ problem with npc code help please

    malucooo otx server 1.3
  10. D

    TFS 1.X+ problem with npc code help please

    npc is not selling the coin just buying it + this is npc code <?xml version="1.0" encoding="UTF-8"?> <npc name="Tibia Coins" script="default.lua" walkinterval="2000" speed="100" walkradius="4" floorchange="0" speechbubble="2"> <health max="100" now="100"/> <look type="143" head="40"...
  11. D

    TFS 1.X+ spell problem with storage

    local combat = Combat() combat:setParameter(COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE) combat:setParameter(COMBAT_PARAM_EFFECT, CONST_ME_MORTAREA) combat:setParameter(COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_SUDDENDEATH) function onGetFormulaValues(player, level, maglevel) local min = (level /...
  12. D

    help please with dll problem runtime

    I solved it open the sources witj visual audio and downloading compatibility files to VS stufio automatic
  13. D

    TFS 1.X+ MONSTER RESPAWN CLEAN AFTER XXX MINUTES

    HI, IM TRYING TO DO A BOSS ROOM WITH AUTOMATIC SUMMON BY TIME HOUR ON MY SERVER, BUT MY SERVER IS NOT TO MUCH PLAYED SO, I LIKE TO MODIFY THIS SCRIPT FOR MONSTER SUMMONED EXAMPLE, I ALWAYS EVERYDAY SUMMON THE SAME MOSNTEER BY USING ONTIME FUNCTION BUT I DONT WANT MOSNTER GET ACUMULATED ON SERVER...
  14. D

    TFS 1.X+ OTX 3.10 NEVER TIME KICK

    HI BROS, HOPE U RE ALLRIGHT, IM TRYING TO CONFIG TO NEVER GET KICKED ON OT SERVER BY TIME BUT ITS IMPOSSIBLE FOR ME, THIS IS MY CONFIG LUA kickIdlePlayerAfterMinutes = 9999 idleWarningTime = 10 * 60 * 9999 idleKickTime = 15 * 60 * 9999
  15. D

    TFS 1.X+ addons at login for once

    worked perfect just added this line player:addOutfitAddon(outfitsToUpgrade, 1) below the other and works perfect for 2 addons.thanks
  16. D

    TFS 1.X+ addons at login for once

    im trying to make onlogin script to add all addon outfit to the player just once, this is the code function onLogin(player) if player:getStorageValue(94549) < 1 then player:addOutfitAddon(136, 2) player:addOutfitAddon(137, 2) player:addOutfitAddon(138, 2)...
  17. D

    TFS 1.X+ problem with spell script

    solved
  18. D

    TFS 1.X+ problem with spell script

    im trying to do a spell for my god player who can one shot kill every monster in game for test boss etc, this is the script i make local combat = Combat() local player = creature:getPlayer() combat:setParameter(COMBAT_PARAM_TYPE, COMBAT_DEATHDAMAGE) combat:setParameter(COMBAT_PARAM_EFFECT...
  19. D

    help please with dll problem runtime

    help me please i buyed my new vps i3 64 bit 8gb ram, but when im try to open my server on vps it show me that error, but if i replace, the files dll on folder, it says error '0xc debug please help me, on my main computer, thats problem never came's up same windows 10 please help i already...
  20. D

    Scripter 🌸 Scripting Services - TFS 1.X+ / Canary 🌸

    i cant add him on discord tag is bad
Back
Top