• 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. zerghel

    Coins for being online

    Hi. i got this script to give 1 coin every hour online (creaturescript) but it need an "account, ip check" or something cause i allow multiclienting from same account for 3 characters they get 3 coins every hour to their account hope u can helpme with this thx in advance local event = {} local...
  2. zerghel

    otx imbuements bug

    hello guys im having this issue with inbuements players are able to imbuement a weapon while is equiped and the critical boost got seriously bugged when they de-equip the weapon critical chance goes to 65526% and extra damage to 65486% until they log out when they log in imbuement works ok now...
  3. zerghel

    Action Majesty Unwrap System

    hello guy i want to share Majesty's unwrap system from OTServ Br, with more id's for OTX 3.10 local constructionKits = { [36045] = 36045, [26376] = 26376, [26061] = 26061, [26074] = 26074, [33493] = 33493, [29398] = 29398, [29354] = 29354, [36790] = 36790, [32147] = 32147, [36777] =...
  4. zerghel

    TFS 1.X+ issue with Logs

    Hello guys having some strange issue with logs here, somehow server register localhost players commands only, not remote ones, so if i give acces to an external player, logfile wont create at all why this can be happening? gtz!
  5. zerghel

    Lua Some trouble with otx 3.10

    Hello dear otlanders i was wondering if someone can give me a hand on this error in console Lua Script Error: [CreatureScript Interface] data/creaturescripts/scripts/others/droploot.lua:onDeath data/lib/core/player.lua:162: attempt to call method 'hasFlag' (a nil value) stack traceback...
  6. zerghel

    Lua Script Error: [Main Interface] in a timer event called from: (Unknown scriptfile)

    hello guys, im dealing with this error on tfs 1.1 Lua Script Error: [Main Interface] in a timer event called from: (Unknown scriptfile) LuaScriptInterface::luaDoCombat(). Combat not found stack traceback: [C]: in function 'doCombat' data/spells/scripts/animated/nature...
  7. zerghel

    how to connect using tibia 12?

    hello guys first of all, i know is a stupid question but i can't find a solution anywhere and this client is new to me how can i connect with tibia 12?, server is set up, im using gpedro's myaac login for tibia 12, and using tibia 12.00 but im getting "login failed. tibia might currently be...
  8. zerghel

    Strange error client 11

    so im getting the illegal value error but everything was working fine for a week until today i looked at the console and i saw numbers like: 27371 27371 27371 27675 .... and so(dont remember the exact numbers but they all started with "27") now the client is giving me the illegal value error...
  9. zerghel

    Tibia Coins on start

    hello dear otlanders hope someone can help me to create a simple script how to give tibia coins on Account Creation?
  10. zerghel

    CreatureEvent Cast on Login

    hello dying community i want to share a simple AUTOCAST script i have to say im not a scripter myself, so if anyone can make an improvement to this, feel free to do it local autoCastLevel = 1 function onLogin(cid) local player = Player(cid) if player:getLevel() >= autoCastLevel then...
  11. zerghel

    Lua spell scroll tfs 1.1?

    Hello guys im trying to use this script for spell learning i think is kinda messy 'cause somehow it can be used by other vocations local spell = "sharp light" function onUse(cid, item, fromPosition, itemEx, toPosition) if not getPlayerLearnedInstantSpell(cid, spell) then...
  12. zerghel

    help fixing one animated spell

    can someone help me re'writing this spell forTFS 1.1? it's crashing the server when the players cast it then rapidly logout http://pastebin.com/bKw3Lc7M i fixed my other animated spells with the help of @Codex NG and @Moj mistrz but this one i don't know how to do it
  13. zerghel

    TFS 1.1 Crash on animated spell cast

    hello guys we have been experienced this crash a few days ago, i've tested the spells and it seem the server crashes when players log out in the right time they cast the spell heres one of the spells that cause this crash http://pastebin.com/dhz5d5s3 this is a very old script any ideas on why...
  14. zerghel

    Lua Talkaction - rewrite !buypoints to tfs 1.1

    hello otlanders, i had this talkaction working on our server, but i moved to tfs 1.1 and the talkaction is working no more, i'm not a scripter myself as many of you are, so i beg a little help rewriting it for tfs 1.1. this talkaction gives points in exchange of crystal coins, so the players...
  15. zerghel

    Delete this please

    i need to convert this talkaction so the player can buy items in znote acc shop only using ingame money, but im just a newbie in scripting dofile('./config.lua') function addPoints(playerName, amount) local accNum = getAccountNumberByPlayerName(playerName) if accNum == 0 or amount ==...
  16. zerghel

    banker for tfs 0.2.15

    need a banker that works with row "balance" in "players" database instead of storage values so market system can work properly
  17. zerghel

    market system & banker problem tfs 0.2.15

    need a banker that works with row "balance" in "players" database
  18. zerghel

    Level Limit to enter TP

    hello guys. I have a war Server and i've been seeing how HLvl players Abuse from LLvl players, and the newcomers get bored of dying again and again, so i had an idea, make a Low Level Zone for newcomers, so i'm needing a TP movement script that only teleport player with, lvl 100 to 150 for tfs...
  19. zerghel

    How to set table to NOT NULL?

    im using this premium point by action local points = 1 function onUse(cid, item, frompos, item2, topos) db.executeQuery("UPDATE `accounts` SET `premium_points` = `premium_points` + " .. points .. " WHERE `id` = " .. getPlayerAccountId(cid) .. ";") doRemoveItem(item.uid, 1)...
  20. zerghel

    Problem with reward chests

    You see a chest (Vol:15). ItemID: [1747], ActionID: [2000], UniqueID: [10310]. ppl can still move it or grab it into his bp :( tfs 0.3.6 plx help
Back
Top