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

    Addons Script TFS 1.0

    What TFS do you use? The console of server give errors about script?
  2. Sentinel3

    problem whit autobroadcast

    What server do you use? Also TFS? Tell more information.
  3. Sentinel3

    [9.1+] Talking Signs

    Just change the 'getPlayersOnline' for 'Game.getPlayers'. If you make a reply or post, tell first what TFS are you using!
  4. Sentinel3

    Solved [TFS 1.0] getPlayersOnline

    Thank you so much, very helpful!! Post solved
  5. Sentinel3

    Solved [TFS 1.0] getPlayersOnline

    Hi guys I had a error with trying to set talksings from this thread: http://otland.net/threads/9-1-talking-signs.174622/ Using: TFS 1.0 If someone can tell me what's the problem with that please.., maybe I need a function in /data/global.lua? Lua Script Error: [GlobalEvent Interface]...
  6. Sentinel3

    Solved [TFS 1.0 NPC] Problem to buy item

    I already take the files of this link, that's why I don't know why doesn't work! By the way, did you ever see what NPCs are inside of this server? It's a shame.. Bump. Bump.
  7. Sentinel3

    Solved [TFS 1.0 NPC] Problem to buy item

    No sorry, I forgot to write in post! This type of problem it happens with all players who try to buy something. About NPC files, how can I update them?
  8. Sentinel3

    Solved [TFS 1.0 NPC] Problem to buy item

    Hello everyone, I have a problem with all NPC, when I try to buy something it says that I don't have enough capacity, but! I bought the item, so I don't waste money. Using: TFS 1.0 Well.., I leave you some pictures of proves. Step 1: say "hi" to NPC (works) Step 2: say "trade" to NPC...
  9. Sentinel3

    Solved [TFS 1.0] NPC .xml

    Thank you, for helping me :D Post solved
  10. Sentinel3

    Solved [TFS 1.0] NPC .xml

    Hello! I posted this becouse I have worked like 5 days with NPC and I can't do anything, so if someone can help me I will very helpful. Well, the problem appears when I start the server and when I try to use the command to create a npc in-game of course.(Example: /s Benjamin) Using: TFS 1.0...
  11. Sentinel3

    TFS 1.0 - ProcessnodeMessage

    BUMP
  12. Sentinel3

    Solved Error loading .xml file of NPCs

    Thank you so much, when I remove the f*cking quote it works perfectly! <Solved>
  13. Sentinel3

    Solved Error loading .xml file of NPCs

    Yes, I have too!
  14. Sentinel3

    Solved Error loading .xml file of NPCs

    I'm really sure that I'm not stupid, if you can read the post again please... ->"The .xml scripts are OK, and the direction too"<-
  15. Sentinel3

    Solved Error loading .xml file of NPCs

    Hello guys! Using: TFS 1.0 When I start my own server it says that cannot load some .xml files of NPCs, the .xml scripts are OK, and the direction too. Well I give you the .xml script, .lua script and the error I get. Error obtained: [Error - Npc::loadFromXml] Failed to load...
  16. Sentinel3

    Lua [TFS 1.0] Global.lua (Function NPC)

    Sorry guys but dont work this functions, look I have this for 'doPlayerDepositMoney' function doPlayerDepositMoney(cid, amount) if(not doPlayerRemoveMoney(cid, amount)) then return false end doPlayerSetBalance(cid, getPlayerBalance(cid) + amount) return true end Can we...
  17. Sentinel3

    Lua [TFS 1.0] Global.lua (Function NPC)

    This code where should goes? global.lua?
  18. Sentinel3

    Lua [TFS 1.0] Global.lua (Function NPC)

    Hey! Well, it's very simple I have TFS 1.0, but I can't find the function 'doPlayerWithdrawMoney' for Banker NPC like Naji. Can someone pass me the function or tell me where can I find it? By the way I have tryed one and it gives this error. Thank you so much in advice!! Error: Lua Script...
  19. Sentinel3

    Solved Problem with group.xml (Group ID)

    What do you mean with Lua scripts? Which scripts?
  20. Sentinel3

    Solved Problem with group.xml (Group ID)

    Thank you, it works perfectly. By the way, talkactions need to have access like players? Or access 1?
Back
Top