• 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!

Recent content by xardas33

  1. xardas33

    Solved [TFS 1.2] NPC quest problem

    Okay, thanks :)
  2. xardas33

    Solved [TFS 1.2] NPC quest problem

    Problem solved. Just changed this part local function creatureSayCallback(cid, type, msg) if not npcHandler:isFocused(cid) then return false end to local function creatureSayCallback(cid, type, msg) local player = Player(cid) if not npcHandler:isFocused(cid) then...
  3. 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...
  4. xardas33

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

    I just removed: player->setOfflineTrainingSkill(choice); And after choose training in bed skills don't increase. This is it. Thanks ! :D
  5. 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?
  6. xardas33

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

    So I will try some combinations :)
  7. xardas33

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

    Okey thanks for informations, but I think it is possible to add bonuses if player wearing both addons.
  8. 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...
  9. xardas33

    Solved [TFS 1.0] [10.41] Rope script problem

    Working, thanks :D
  10. 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...
  11. xardas33

    [TFS 1.0 10.41] - Shielding skill problem

    Okey thanks.
  12. xardas33

    [TFS 1.0 10.41] - Shielding skill problem

    It is in title: [TFS 1.0 10.41] - Shielding skill problem I am using TFS 1.0 under 10.41.
  13. xardas33

    [TFS 1.0 10.41] - Shielding skill problem

    BUMP, anybody knows ?
  14. 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 ?
  15. xardas33

    Solved Npc Selling First & Second Promotion - problem

    Thanks, working well :)
Back
Top