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

    Lua In Game Store OT Client v8 and TFS 1.3

    Hello TFS 1.3 - OTClient V8 I want to test in game store, but when I set up TFS, default categories with products are not loading. Am I missing something? In TFS I added: In creaturescripts.xml <event type="extendedopcode" name="Shop" script="shop.lua" /> And added shop.lua In login.lua...
  2. therrax

    Lua [OTX] Error while log in

    Hello guys I have problem with OTX server while I log in to the game. Downloaded from this thread: v(10.100/11) GitHub - mattyx14/otxserver: The OTX Server Error: bump buump
  3. therrax

    Solved [OTX] problem

    i can need help SOLVED
  4. therrax

    OTClient - CandyBot - Problem with talk delay on 7.6

    Hello I am using CandyBot module on 7.6 vers (armia.toproste.pl). While speaking server command "!mm"(using mana fluid), character becomes exhausted. It looks like he wanted to use them two times. Maybe instead of function talk() i should call press hotkey or smth? How to fix that? Any...
  5. therrax

    Request: Special Amulet for VIP

    Hello. I am using TFS 0.3.7 [8.6] Could someone write code for special amulet? Amulet specification: - You can wear amulet in amulet slot only if you are vip, else it will not work. (my vip system is for account not for each player, table 'accounts' in column 'vipdays') - While you die you...
  6. therrax

    Lua Blessings settings

    Hello Otland, I am using TFS 0.3.7 [8.6] Can somebody explain me what that exacly means? And how to set up 100% sure blessings, (I can't lose my items with blessing. and can't lose more than blessing reduced.) blessingReductionBase = 30 blessingReductionDecrement = 5...
  7. therrax

    Solved Zombie event need help with small fix

    Hi. Information: TFS 0.3.7 [8.6] I am using this Zombie Event: http://otland.net/threads/zombie-event-new-version-bug-free-updated.128664/ My problem. When someone enter to the Zombie Event it works correctly, but when starts and there is no participants it doesn't stop event. Then it rightly...
  8. therrax

    Solved Problem with NPC lib.

    I am using TFS 0.3.7 5969 (8.6) I have error on sever start: [22:3:40.927] [Error - NpcScript Interface] [22:3:40.927] data/npc/scripts/default.lua [22:3:40.927] Description: [22:3:40.927] data/npc/lib/npcsystem/modules.lua:1136: attempt to index local 'v ' (a boolean value) [22:3:40.943]...
  9. therrax

    Solved Why this counter doesn't work?

    TFS 0.3.7 Why this counter from task system doesn't work? creaturescripts/killinginthenameof: function onKill(cid, target, lastHit) local started = getPlayerStartedTasks(cid) if isPlayer(target) or isSummon(target) then return true end if started and #started > 0 then for _, id in...
  10. therrax

    Which distibution is most stable to host 8.6 ots

    Hi. In Your opinion which distribution is the best solution to host for 8.6 ot?
  11. therrax

    Lua Problem with slot remove.

    Hi Otland ;) TFS 1.0 When player used on yourself slot remove I get this in my console: Lua Script Error: [Action Interface] data/actions/scripts/slotremove.lua:onUse data/actions/scripts/slotremove.lua:21: attempt to index a nil value stack traceback: [C]: in function '__index'...
  12. therrax

    Solved Problem with function

    Hi. TFS 1.0 error: Lua Script Error: [Npc interface] data/npc/scripts/task.lua:onCreatureSay data/lib/020_task_lib.lua:80: attempt to call global 'getCreatureStorage' (a ni value) stack traceback: [C]: in function 'getCreatureStorage' data/lib/020_task_lib.lua:80: in function...
  13. therrax

    Solved Server save problem

    When I did server save (/save) my houses town_id changed to " 0 " why?
  14. therrax

    Buyhouse command - house per account

    Hi. I am looking for buyhouse command, which allow one account to have one house. And so that the player did not create a new account for new house. (IP Block) Can somebody help me to edit that 2 scripts? ;) buyhouse command: function onSay(cid, words, param) local housePrice =...
  15. therrax

    Solved Problem with function

    solved
  16. therrax

    Random Boss Spawn at a certain time

    Hi info: TFS 1.0 I'm looking for a script that create one of x Bosses in a specific place at a specific time. For example: Bosses: Ghazbaran, Morgaroth, Orshabaal Spawn position: x =1000 y=1000 z=7 Time:22:00 At 22:00 one is shown in spawn position Thanks ;)
  17. therrax

    Solved Edit Zombie Event Script

    Hi :) Information: TFS 1.0 When a player wins the event, he gets a reward cup. I wish for winning got some other item, for example item id 6527 That is script: --zombie variables ze_Zombie_Name = "Zombie" --Zombie Name zombie_spawn_interval = 5 --how many seconds until a new zombie spawns...
  18. therrax

    New player name - createcharacter.php

    Hi Otland. Information: TFS 1.0 Znote AAC 1.5 Why players on my Ot can create name with "_" For example I can create nick: Kon_ikoza I have this: if (!preg_match("/^[a-zA-Z_ ]+$/", $_POST['name'])) { $errors[] = '<tr class="striped" style="width: 100%;" cellspacing="1"...
  19. therrax

    Time zone problems.

    Welcome Otland! Information: I am using tfs 1.0 and ZnoteAAC 1.5 My time zone : (Warsaw) +1 I have problem with time on server and website For example: Real time: 13:00 Website time: 14:00 Server time 11:00 How to set it all? :/
  20. therrax

    Solved Vip status from database

    Hi. I am beginner.. Could someone explain to me how add VIP status in characterprofile.php? Informations: I am using ZnoteAAC 1.5 master and TFS 1.0 . In database: That is in accounts/viptime VIP status is for all characters of the account. Can someone send me the correct code? Thanks for any...
Back
Top