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

    Solved [TFS 1.2] NPC quest problem

    Hello. I have problem with my NPC. When i trying to say 'notebook', I getting console errors (same problem when saying 'backpack addon')... I don't know how to fix it. I using TFS 1.2 under 10.98 client. Error: Lua Script Error: [Npc interface] data/npc/scripts/Amber.lua:onCreatureSay...
  2. xardas33

    Solved [TFS 1.0 - 10.41] How to remove offline training from beds

    Hello. I need to remove offline training from beds. Any idea?
  3. xardas33

    Lua [TFS 1.0] [10.41] - How to script addon bonuses

    Hello all! I want ask you about help. I want to create addon bonus system for my server. The problem is I want to make - outfit without addons giving bonuses, outfit with first addon giving other bonuses, outfit with second addon giving other bonuses and outfit with full addons giving other...
  4. xardas33

    Solved [TFS 1.0] [10.41] Rope script problem

    Hello all. Anybody can help me? I need to fix this script to make possible rope to higher floor monsters or players too, at this moment i can rope only items. Here is script: local holeId = { 294, 369, 370, 383, 392, 408, 409, 410, 427, 428, 430, 462, 469, 470, 482, 484, 485, 489, 924...
  5. xardas33

    [TFS 1.0 10.41] - Shielding skill problem

    hello. my problem is when I fight with monsters in my server, Shielding increasing only when i block monster hit by Armor or Shield. When i taking blood hit, it doesn't increase. How to fix that ?
  6. xardas33

    Solved Npc Selling First & Second Promotion - problem

    Hello guys, I have problem with my script. Npc should sell two promotions: No voc -> Rookstayer Rookstayer -> Legendary Rookstayer Script working but not as it should... Look first at script: local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler)...
  7. xardas33

    Lua [TFS 1.0]Coloured keywords and custom "greet" message

    Hello guys. I have two problems: 1. Can I change this dark blue color to other ? Example I need to colour keyword to light green, and other keyword have dark blue color. 2. Blind Orc in Rookgaard, in real tibia greetings player only when he say "charach". How I can do that on my server? Only...
  8. xardas33

    Solved Problem with movements scripts [TFS 1.0 10.41]

    Hello guys. I have problem with my scripts... Look at them first: Movements.xml <!-- Tiles with Req --> <movement type="StepIn" actionid="61000" script="tiles/PremiumBridge.lua"/> <movement type="StepIn" actionid="61001" script="tiles/EntranceBridges.lua"/> tiles/PremiumBridge.lua...
  9. xardas33

    Two problems - Remove Offline Training & Crash when closing server

    Hello guys. I need your help. I'm using: [10.31][TFS 1.0] "EvoRPG by Zbizu" v5 http://otland.net/threads/10-31-tfs-1-0-evorpg-by-zbizu-v5.207163/ First problem: I want to remove offline training from beds / stop offline training time regeneration or set 0% skill increase when sleep. Second...
  10. xardas33

    Solved Looking for Map Editor for Tibia 10.36

    Hello. I'm looking for map editor for tibia 10.36 :)
  11. xardas33

    Solved Golden Key gain - Rookgaard graves script

    Hello guys. I want to make script to get Golden Key like in this film: watch from 0:57 to 1:10 But I want to do that in my own version: You put six same items (with same id) on graves, and put other item in central grave, later using on central grave vial of blood, items are removed and you...
  12. xardas33

    Solved NPC - Console and talk problem

    Hello guys. I have problem with my script, first look at script part with error: if msgcontains(msg, 'humble') then if getPlayerStorageValue(cid,50021) == 3 and getPlayerStorageValue(cid,50022) <= 0 and talkState[talkUser] == 1 then selfSay("To become humble you need to kill 50...
  13. xardas33

    Damage, Armor, Defense Formulas [TFS 1.0][10.41]

    Hello guys. I want ask you where and i can find damage, armor and defense formulas in TFS 1.0 10.41, and how to edit this. Exmaple let every point of armor reduce taken damage by 2, or skills giving much more damage than normal.
  14. xardas33

    Solved Items count when using hotkey - problem

    Hello. I have problem with number of potions/runes etc. Just look than first: 23:32 Using one of 300 small health potions... 23:32 Using one of 99 small health potions... 23:32 Using one of 98 small health potions... 23:32 Using one of 97 small health potions... 23:32 Using one of 96 small...
  15. xardas33

    Solved TFS 0.3.6 V8.2 - Compiled console type

    Hello guys. I want to change my compiled server console from normal to console like in normal TFS. I compiled, beacause I needed autostack items feature. Now I have this console in compiled TFS.exe: And I want to change it like this: How i can do that ?
  16. xardas33

    Solved How to set starting cap?

    Hello. How i can set starting cap of player on 1 level? i tried to do this with sqlite studio 2.1.5, but without any effect. I working on TFS 0.3.6 V8.2
  17. xardas33

    NPC selling key with action ID

    Hello. I need to edit this script, NPC should sell me key with action id (in this situation i need action ID = 4600) Here is full script: local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) local talkState = {} NpcSystem.parseParameters(npcHandler)...
  18. xardas33

    Solved Lever script problem - autoswitch two levers

    Hello guys. Can you help me with edit my script? I used script on two levers and i want to do this: When I switch first lever, second lever with same ID (action, unique) automatically switches too. How to do that ? Or if I switch second lever, first switches automatically too. (switches back...
  19. xardas33

    Script - need premium account or x level to pass bridge

    Hello. I looking for script - you need premium account to pass titles on bridge, if you don't have premium you will be teleported few positions back, and the same to pass titles on bridge but you need required level.
  20. xardas33

    Buying few types of mug with fluids/selling empty vials

    Hello guys. I want ask you how I can do something like that: When i adding more than 1 mug of.../bucket of..../vial of.... I can only buy the last added. Example when I add mug of milk and later mug of beer, i can only buy mug of beer. How i can fix that? I using TFS 0.3.6 V8.2. And another...
Back
Top