• 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. Pitufo™

    Fix getClientVersion(cid)..

    Whats the problem of the function? What errors are you getting? EXPLAIN!
  2. Pitufo™

    Kingdom Age will be released today!

    Right, but they are wrong in saying that the ot is more important.
  3. Pitufo™

    Kingdom Age will be released today!

    The only think i didn't like about this server is the website! You worked about 2 years on this project and you made that kind of simple website? You should design your own because i've seen that layout in other server and even in other games(Mu, Priston Tale, etc). Then your news system is so...
  4. Pitufo™

    House Auction system for WEB

    Here you can learn more about how the auction system works: House - TibiaWiki - Quests, Items, Spells, and more About the database tables and columns i really dont know since i never bought one.
  5. Pitufo™

    House Auction system for WEB

    To know more about how auction system works go to tibia.wikia: House - TibiaWiki - Quests, Items, Spells, and more Edit: My Firefox lagged and i double posted, sorry, you can delete this one if you can.
  6. Pitufo™

    Shield System (GUILD)

    If someone explains me how that works i'll do it :D
  7. Pitufo™

    [HELP] Monsters Won't Die!!!

    That may be because you arent returning correctly a script on creaturescripts. Might be a onKill or onPrepareDeath function.
  8. Pitufo™

    Script problem

    This is how i use it for my CTF: local players = getPlayersOnline() local intRed = 0 local intBlue = 0 for _, pid in ipairs(players) do if isInArea(getPlayerPosition(pid), BlueTeam.fromPos, BlueTeam.toPos) then intBlue = intBlue + 1 elseif isInArea(getPlayerPosition(pid)...
  9. Pitufo™

    Tibia using fucking much of pc.

    The graphic card has nothing to do.
  10. Pitufo™

    isInArea

    Well first of all you have to use a loop on all the players online. Example: fromPoz = {x = 1622, y = 1253, y = 7} toPoz = { x = 1635, y = 1265, y = 7} players = getPlayersOnline() for _, pid in ipairs(players) do if(isInArea(getPlayerPosition(pid), fromPoz, toPoz)) then...
  11. Pitufo™

    3 questions

    Spelling correction: It is want not won't
  12. Pitufo™

    Points System.

    Im sure this scripts are already on this forum! USE SEARCH!
  13. Pitufo™

    Team Elvéndul-Online; Job Application Thread

    Name: Alex Age: 17 Position Applying for: Lua Coder Past Experiences: I've been scripting for 3 years already, i am very experienced with LUA, i can also work on PHP and C++. My past experiences are UmbyOts, CTF, ForgottenL, and others that i cant remember. Sample of your work...
  14. Pitufo™

    I need script; ) please help ++

    If you mean by targeting a monster then you can use the function "onTarget" in creaturescripts. This is an example, tested and working: function onTarget(cid, target) if getCreatureName(target) == 'Rat' then doPlayerAddItem(cid, 2160, 1) end return true end PD. Probably you...
  15. Pitufo™

    Kingdom Age will be released today!

    I got no lag while playing, it has to be your internet.
  16. Pitufo™

    TOP Player Last New

    Use the same code from the TOP Player just change in the query from level to frags if you are using "frags" in your players table. Or if you can't do that simple think, just paste the code in here and ill modify it for you. :)
  17. Pitufo™

    Kingdom Age will be released today!

    @up Indeed
  18. Pitufo™

    Need alot of web help!

    Table: "z_news_ticker" doesnt exist...
  19. Pitufo™

    [Talkaction] Make teleport with command

    local cfg = { tp = {x= 995, y= 1024, z= 7}, -- where tp is created tpto = {x= 1356, y= 921, z= 13}, -- where it tp's to messagecreate = 'Message Here', -- broadcast message on create messageremove = 'Messag remove here', -- broadcast message on remove...
  20. Pitufo™

    [Gesior AAC] Simple keyword character search

    You are right, but i just did it quickly and didn't saw that. Any mod is free to change that since i can't.
Back
Top