• 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. Carlitos Flow

    Lua Clones Dungeon [Quest]

    Sorry , i wasn't at home, well now i test the part of the script and didnt work, i used coal basin and this script don't show me any error on consola. And for the other script yep i know, i need a storage, and something like on this... creaturescripts: (What do u think? @Up local CoalBasin...
  2. Carlitos Flow

    Lua Clones Dungeon [Quest]

    @up...
  3. Carlitos Flow

    Lua Clones Dungeon [Quest]

    Good day guys, well, im working on a script and need some help please... like this video (of course i will do for tibia): *Im Using T.F.S 0.3.6 *When someone dead the team is kicked from the quest, and the team need wait 24hrs to try again. *I will try use "boxes" because tibia doesn't have...
  4. Carlitos Flow

    Experience of my server doesn't change

    No, i haven't errors on my console
  5. Carlitos Flow

    Experience of my server doesn't change

    worldId = 0 Maybe on the sources? anyone please? :/
  6. Carlitos Flow

    Experience of my server doesn't change

    Good night guys, i have a big problem, and i don't know where i can fix it. My Stages doesn't work, and the "exp" without stage doesn't works too. I kill a monster from 1100 exp and i win 2200, where could be the problem? Im Using T.F.S 0.3.6 Thanks. My config.lua experienceStages = true...
  7. Carlitos Flow

    Lua Npc doesn't respond when i say "trade"

    Hello guys, i have an error when i say trade to the npc, i haven't any error on console, just doesn't answer. local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local talkState = {} function onCreatureAppear(cid)...
  8. Carlitos Flow

    How i can edit my sources?

    Thanks i will test
  9. Carlitos Flow

    How i can edit my sources?

    Yes bro, but i only want have my server compiled for fix some bugs, add new spells, etc. (Ot Pokemon) And of course ill find on tutorials. I have edit and the compile?
  10. Carlitos Flow

    How i can edit my sources?

    Thanks <3 If want to edit for example the source of player, how i will edit that? I have to edit and then compile?
  11. Carlitos Flow

    How i can edit my sources?

    And when i can learn to compile? could you tell me a tutorial please?
  12. Carlitos Flow

    How i can edit my sources?

    Good night, i have a little problem with my server, it doesn't have sources, how i can add? And i if have the sources, how i can edit the sources? (Its a pokemon server). Greetings, thanks.
  13. Carlitos Flow

    Lua Gain exp when catch a pokemon

    Here you got. Catch system failmsgs = { "Sorry, you didn't catch that pokemon.", "Sorry, your pokeball broke.", "Sorry, the pokemon escaped.", } function doBrokesCount(cid, str, ball) --alterado v1.9 \/ if not isCreature(cid) then return false end local tb = { {b = "normal", v = 0}, {b =...
  14. Carlitos Flow

    Lua Gain exp when catch a pokemon

    Yes, i understand, but could do for me any exemple? (sorry for my bad english)
  15. Carlitos Flow

    Lua Gain exp when catch a pokemon

    Hello, someone could support me to create this? When you catch a pokemon the first time, for exemple Charmander, you'll gain 10,000 exp only first time, next times than you caught that pokemon you won't gain exp, and Charizard cuz is stronger gain 200,000 of exp? Thank you, i hope you can...
  16. Carlitos Flow

    Lua function OnMount?

    Hello, good day, its possible add that function? i need that because when is a rush event, players can use mounts and then change outfits. <event type="outfit" name="RushOutfit" event="script"><![CDATA[ domodlib('re') function onMount(cid, old, current) if(getGlobalStorageValue(t.a) == 1) then...
  17. Carlitos Flow

    Lua Bonus to Mounts?

    No bro, our server doesn't have sources, but we could compile no?
  18. Carlitos Flow

    Lua Bonus to Mounts?

    Not working u.u
  19. Carlitos Flow

    Lua VIP System TFS 1.0

    function onLogin(cid) local temple = { x =32369, y = 32246, z = 6} if hasVip(cid)then if getPlayerStorageValue(cid,55555) ~= 1 then setPlayerStorageValue(cid,55555,1) end else if getPlayerStorageValue(cid,55555) == 1 then doTeleportThing(cid, temple, TRUE) doPlayerSendTextMessage(cid, 22, "Your...
  20. Carlitos Flow

    Lua VIP System TFS 1.0

    Check my script man http://otland.net/threads/vip-system-tfs-1-0.221141/#post-2123734
Back
Top