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

    soya npc bug

    Hi, let me guess - TFS 0.3.6 v8.2? I'm having the same problem though, not just with Soya but all NPCs
  2. P

    NPC doesnt buy items

    Bump also, NPCs looking like that don't work either, only stackable items: local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local talkState = {} function onCreatureAppear(cid)...
  3. P

    Solved Mana/Health Potions

    Thanks, solved!
  4. P

    NPC doesnt buy items

    bump
  5. P

    Solved Mana/Health Potions

    bump
  6. P

    HP/Mana

    if I understood you correctly, it's in data/XML/vocations.xml gainhpticks="12" gainhpamount="4" gainmanaticks="3" gainmanaamount="8" ticks = seconds, eg. sorcerer gains 4hp each 12 seconds
  7. P

    NPC doesnt buy items

    <?xml version="1.0" encoding="UTF-8"?> <npc name="Romella" script="default.lua" walkinterval="4000" floorchange="0"> <health now="150" max="150"/> <look type="139" head="79" body="39" legs="77" feet="115" addons="1"/> <voices> <voice text="Check out my good and sturdy weapons!"...
  8. P

    NPC doesnt buy items

    bump
  9. P

    Solved Mana/Health Potions

    bump
  10. P

    [8.60] The Forgotten Server 0.3.6 (Crying Damson) V8

    Having the same errors + it doesn't show the true amount of mana/health potions I have on me when I use them, also feel that the previous versions were less bugged... are you planning further updates?
  11. P

    Rust Remover

    Errors: [25/04/2014 23:37:11] [Error - Action Interface] [25/04/2014 23:37:11] data/actions/scripts/other/rust.lua:onUse [25/04/2014 23:37:11] Description: [25/04/2014 23:37:11] data/actions/scripts/other/rust.lua:74: attempt to compare number with nil [25/04/2014 23:37:11] stack traceback...
  12. P

    NPC doesnt buy items

    Using TFS 0.3.6 v8.2 and i can only sell stackable items. Items that are non stackable cannot be sold Error: [25/04/2014 23:31:21] [Error - Npc interface] [25/04/2014 23:31:21] (Unknown script file) [25/04/2014 23:31:21] Description: [25/04/2014 23:31:21]...
  13. P

    Solved Mana/Health Potions

    On TFS 0.3.6 v8.2 I've got this bug: 12:08 Using one of 200 great mana potions... 12:08 Using one of 99 great mana potions... 12:08 Using one of 98 great mana potions... 12:08 Using one of 97 great mana potions... It doesnt show the true amount of potions that I have on me, how to fix it?
  14. P

    Rust Remover

    Im looking for RL tibia like rust remover script with different chances for items for TFS v8.2 (script by Leon didnt work for me, it returned errors)
Back
Top