• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. VictorOtInfinit

    addEvent crashing the server.

    This method is in a NPC Script, i didnt get what is wrong, i know if i put userdata on it without check if isPlayer will crash but i'm passing just a integer :e
  2. VictorOtInfinit

    addEvent crashing the server.

    Hello guys, i have a problem with an addEvent. I need to reset a especific position inside of a array that is declarated in global.lua. I have this array jogadorCasa = {} that have 40 slots, all 0's, when a player do a especific thing one especific storage is setted in a free space in the array...
  3. VictorOtInfinit

    CreatureEvent [TFS 1.3] updated Slot System

    I'm using your [TFS 1.1] - Slot system (its great btw). I will love to upgrade to this new one, but i cant make a action to make like ur old slot system :( if anyone have a script to this pls share ^^
  4. VictorOtInfinit

    TFS 1.X+ A little fix on weapon upgrade

    i'm using tfs 1.3... U can tell how i do that?
  5. VictorOtInfinit

    CreatureEvent [TFS 1.3 / 1.4] Upgrade System

    I dont know how to use the crystal to upgrade items. And the error is: When i slay a boss and the loot is in the Reward Bag the iLVL of all itens become 0 (no matter what) and console shows error in upgrade_system_core.lua in the function IsContainer.
  6. VictorOtInfinit

    TFS 1.X+ A little fix on weapon upgrade

    did u finished that? I want the same thing... e.e
  7. VictorOtInfinit

    CreatureEvent [TFS 1.3 / 1.4] Upgrade System

    Man i dont get it... How do i upgrade the itens, i tried to use the crystals in itens but nothing happens, so? When i slay a Boss (that give that boss bag gives an error in console: onDeath, func isContainer nil, on upgrade_system_core.lua).
  8. VictorOtInfinit

    attempt to call global 'getItemNameById' when say trade with NPC

    The error is gone, but when i say TRADE the npc open a window with nothing:
  9. VictorOtInfinit

    attempt to call global 'getItemNameById' when say trade with NPC

    Hello, i'm doing a NPC that sell things for another coin. So, i got this error on my console: Code: local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function onCreatureAppear(cid)...
  10. VictorOtInfinit

    [8.6/12X] [TFS1.3] Global + Source + Web + tools + Quest Reward System

    Server is crashing all the time :/. Theres a way to fix that?
  11. VictorOtInfinit

    [How-to] Using addEvent()

    Hello mate, can u help me please? I have a tile that give a player an addEvent(FunctionName,VariableTime,cid) I created another tile that remove that addEvent. But isn't working, can u help me with that? Remove a existent addEvent in other script can be done? If yes, how?
  12. VictorOtInfinit

    [8.6/12X] [TFS1.3] Global + Source + Web + tools + Quest Reward System

    I didn't get it, i need to change spells to put stamina back in the server? I'm kinda new in OTservers, if u can explain will be appreciated
  13. VictorOtInfinit

    [8.6/12X] [TFS1.3] Global + Source + Web + tools + Quest Reward System

    How do i put stamina back? stamina is not lowering, already tried on login.lua and config.lua. Can u help-me please?
  14. VictorOtInfinit

    Lua Check monster in X area

    did u get? If yes can u post the code pls?
  15. VictorOtInfinit

    Boss Room

    Worked. And about the clearRoom? Do u know how to solve? Solved: I just put the function clearRoom in the begin of onStep
  16. VictorOtInfinit

    Boss Room

    I just want some like: If has no player in the arena, then clean him ( monster, corpses etc ), i tried te oberonCleamRoom code: But ins't working aswell. And yes, this is my boss arena with a TP to go out during the boss fight (its wrong?): And i have this issue with throttle:
  17. VictorOtInfinit

    Boss Room

    Timming is working now... But theres a new issue, the boss area doesn't restart ( if the player leaves without killing the boss he stays and when another player get's in, there 2 bosses now )... I guess this is the only thing not working to be 100% in this script. Why do you guys think? It's a...
  18. VictorOtInfinit

    Boss Room

    Hi guys, i have this code that i found in the internet but is not working 100% The boss is spawning, and the timmer is working ( player got kicked before 10m in the room ), but the clear isn't. I create an item that give a player "Storage 9000", then he can acess the portal and kill the...
Back
Top