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

    Creatures for high exp server

    my question is qhen I add my own sprite I need to patch tibia after all?
  2. Verrine

    Action [TFS 1.1] Item's upgrading by jewels

    Lua Script Error: [Action Interface] data/actions/scripts/upgrading.lua:onUse data/global.lua:124: attempt to index a nil value stack traceback: [C]: in function '__index' data/global.lua:124: in function 'getItemAttribute' data/actions/scripts/upgrading.lua:57: in...
  3. Verrine

    moving tfs1.1 script to 1.2 console error with null value

    I changed it before and nothing happened so I just pasted here original code becouse of same error with both onUse functions but yeah Ill save the new one onUse as you said. Okay ill wait for your response
  4. Verrine

    moving tfs1.1 script to 1.2 console error with null value

    function onUse(cid, item, fromPosition, itemEx, toPosition) if isCreature(itemEx.uid) then return doPlayerSendDefaultCancel(cid, RETURNVALUE_NOTPOSSIBLE) end local obj = UpgradeHandler:new(itemEx.uid) if(obj == false) then return doPlayerSendCancel(cid...
  5. Verrine

    moving tfs1.1 script to 1.2 console error with null value

    Hi I got a script for item upgrade but Ive got in console error like this: Lua Script Error: [Action Interface] data/actions/scripts/upgrade.lua:onUse data/actions/scripts/upgrade.lua:10: attempt to index global 'UpgradeHandler' (a nil value) stack traceback: [C]: in function '__index'...
  6. Verrine

    Solved command !aol AND !bless

    create bless.lua in talkactions function onSay(cid, words, param) if getPlayerBlessing(cid, 1) or getPlayerBlessing(cid, 2) or getPlayerBlessing(cid, 3) or getPlayerBlessing(cid, 4) or getPlayerBlessing(cid, 5) then doPlayerSendCancel(cid,'You have already got one or more blessings!') else if...
  7. Verrine

    Apache2 on ubuntu page timeout

    same problem with nginx as apache2 ;/ im using ZNOTE
  8. Verrine

    [10.90] GlobalOT - FULL + NEW WWW + NEW LAYOUT + Krailos [TFS 1.2]

    https://www.dropbox.com/s/mhvghpe93q8q5it/map-house.xml?dl=0 it fixed houses bugs but still i have many errors with npcs seems they just dont exist so if any1 have some of them ill be glad for post. Another problem when im logging on server it just crashing when i compiled it from source from...
  9. Verrine

    TFS 1.2 getItemAttribute item upgrading

    anyway sorry if we missunderstanded ourselves im not native english speaker also so learning in not my language is harder for me ;< Yes its the second one probably i dont know how to fix something becouse i ve never written any big code in lua? i know some pawn etc but not lua with many...
  10. Verrine

    TFS 1.2 getItemAttribute item upgrading

    added it before You posted a whole new code im just posting all errors lol why are You so mad, not everyone are pro with programming ive never told that. Anyway Thanks for Your help.
  11. Verrine

    [10.90] GlobalOT - FULL + NEW WWW + NEW LAYOUT + Krailos [TFS 1.2]

    how did You fixed bugs with houses?
  12. Verrine

    TFS 1.2 getItemAttribute item upgrading

    >> Loading script systems [Warning - Event::checkScript] Can not load script: scripts/upgrading.lua data/actions/scripts/upgrading.lua:102: unexpected symbol near '}' sorry i had to go study thats why i did it fast and missed something. When i changet everything as You told me here is an error...
  13. Verrine

    TFS 1.2 getItemAttribute item upgrading

    [C]: in function '__index' data/actions/scripts/upgrading.lua:3: in function 'getItemAttribute' data/actions/scripts/upgrading.lua:111: in function <data/actions/scripts/upgrading.lua:108> this is when i pasted a whole file that you posted and when it was only in global.lua...
  14. Verrine

    TFS 1.2 getItemAttribute item upgrading

    copied it to global.lua
  15. Verrine

    TFS 1.2 getItemAttribute item upgrading

    [Warning - Event::checkScript] Can not load script: scripts/upgrading.lua data/actions/scripts/upgrading.lua:50: unexpected symbol near '}' seems like it doesnt want to be in local upgrading or duno local conf = { ["level"] = { -- [item_level] = {successPercent= CHANCE TO UPGRADE ITEM...
  16. Verrine

    TFS 1.2 getItemAttribute item upgrading

    Lua Script Error: [Action Interface] data/actions/scripts/upgrading.lua:onUse data/actions/scripts/upgrading.lua:42: attempt to index a nil value stack traceback: [C]: in function '__index' data/actions/scripts/upgrading.lua:42: in function 'getLevel' data/actions/scripts/upgrading.lua:54...
  17. Verrine

    Action [TFS 1.1] Item's upgrading by jewels

    Lua Script Error: [Action Interface] data/actions/scripts/upgrading.lua:onUse data/actions/scripts/upgrading.lua:52: attempt to call method 'getWeaponType' (a nil value) stack traceback: [C]: in function 'getWeaponType' data/actions/scripts/upgrading.lua:52: in function...
  18. Verrine

    TFS 1.2 getItemAttribute item upgrading

    Hi! I found here verry nice script for tfs 1.1 but it dont work on 1.2 Here is the script : https://otland.net/threads/tfs-1-1-items-upgrading-by-jewels.228712/ I've copied to global.lua everything and did item but when i try to use it i get this error in console: Lua Script Error: [Action...
  19. Verrine

    TFS 1.2 portals from TFS 1.1 bug in console

    You are my master LOL why that was bugged so much? this one line i dont understand 1 more question, can it be done for only premium users?
  20. Verrine

    TFS 1.2 portals from TFS 1.1 bug in console

    Hi i posted here https://otland.net/threads/tfs-1-1-teleporter-spot-configurable-price-and-storage.230096/page-2 but i doesnt get any respond from anyone. Ive copied it to TFS 1.2 it looks like working script but when i step in unique id nothing happens in Tibia but in console there is 1 error...
Back
Top