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

    ¿TFS 1.2? TFS v/s Tibia version

    1) Why is there a TFS 1.2 if the official launch is just 1.1? Where can I download the original (¿the official?) TFS 1.2? Because I have found various TFS 1.2, but none of them seem to be the original one. 2) What are the differences between TFS 1.x and tibia 10.x ? How can be there an TFS 1.2...
  2. Xapuur

    TFS 1.1 - It doesn't run.

    When I downloaded the TFS 1.1, I expected that it will very easy (as before) to run it. However, it is really confusing and desesperating try to run it (No for the TFS, but for the 0 guides to run it). So, I have been my WHOOOLE &%$&%$&%$ day trying to run this (Im a little annoyed haha). There...
  3. Xapuur

    A summary? from the past five years?

    Hello again ! It has been a long time since I don't play tibia, OTServers, and hosting OTServers. Almost five years since then. Today, I want to do an OTServer. I know how to do it, my doubt is just.. can you summarize me the past 5 years in just a few lines ? Or maybe give me a link to see the...
  4. Xapuur

    Windows Remere's Map Editor

    Hello ! How I can know to which version of tibia is each version of remere's map editor? Example: To which version of tibia is 2.0 remere's map editor? To which version of tibia is 1.1.9 remere's map editor? etc.. Where is that information? Thanks !
  5. Xapuur

    Windows Function to look

    Hello. I wanna know what is the function to use in script when a player look an item with uid and i put the description. And.. where i can see all the general functions of LUA? Example onUse, StepIn, onLogin, onDeath, onKill, etc.. Kind regards Xapuur
  6. Xapuur

    Windows function script: quest

    It is a quest, when you click on the uid 10517 (The Dark mage asleep) you reward an skull staff, and awake the Dark mage.. All this works in the script, but i don't know how i can do that after X minutes the empty bed back to an occupied bed, and while the bed is empty, nobody will can "wake up"...
  7. Xapuur

    Windows or Linux?

    Hello !. I have an OT TFS 0.2.11.2 (9.31) and Remere 2.1 on Windows 7, but i recently installed Ubuntu (Linux) on my notebook (now i have Windows and Ubuntu), and i ask if it will affect something to my server if i have the OT in Windows and i wanna open it with Ubuntu? What difference have...
  8. Xapuur

    Lua Learning to make scripts..

    Hello !. I am learning to do scripts (i read the guides of the forum), and i have some questions: 1) What's a "nil" value, for what serve? 2) For what serves return, and what is it? (True and false, or 1 and 0) What's the difference if i use 1 or true? 3) In detail, for what is "cid"? Because i...
  9. Xapuur

    Windows Mapping: Making houses

    Hello !. My map have various cities, one of them is Inferna (from SadTeam) but i am editing all of it. I wanna know if is possible make a house like this, with one wall for two houses.. Thanks & regards Xapuur
  10. Xapuur

    Windows Doubts and bugs about all :)

    The server isn't started, and i am using: TFS 0.2.11.2 Remere 2.1 1) [15/01/2012 16:18:05] >> Initializing gamestate [15/01/2012 16:18:05] Warning: [Monster::Monster]. Unknown event name - KillingInTheNameOf [15/01/2012 16:18:05] Warning: [Monster::Monster]. Unknown event name -...
  11. Xapuur

    Houses ID, recomendation

    Hello guys. Two things: 1) How i can find a house without exit and the map editor don't take me to there when i click on the ID on "Find Everything"?, error in console is this: [05/01/2012 12:33:58] Warning: [Houses::loadHousesXML] House entry not set - Name: Reporta al GOD de esta casa ID5...
  12. Xapuur

    Auto promotion or !promote.

    Hello ! I need an script when player pass to level 20 is auto promoted (with 0 cost), OR when he is >= 20 he can promote using talkaction !promote (including no premmy acc, and 20k cost). Any of the two scripts serve me :) If you wanna, i can rep+ to you :) I use TFS 0.2.11.2 (9.31)...
  13. Xapuur

    General questions..

    Like the title.. In TFS: For what is the folder doc and sources? How i can read sources, with what program? (.cpp and .h extensions). I can read docs archives with lua, but if i delete any, have some effect on the OT? What program can't lack to an OT admin? (To read all essentials archives..)...
  14. Xapuur

    Small script for an OT: Online and Offline !

    Hello. I was doing an script when a player connect, in his position appears the words "Online!". And i was doing other script that when he logout, in his position appears the words Offline !. I do this script for my last OT (2 years ago xd) and i don't rememer what i put. So i try, and i made...
  15. Xapuur

    doSendAnimatedText ¿Deprecated function?

    I don't understand why in the console appears that doSendAnimatedText is a deprecated function when in LUA_FUNCTIONS appear: doSendAnimatedText(pos, text, color) This command is giving an headache.. What i should do? EDIT: I use TFS 0.2.11.2 :) (9.31)
  16. Xapuur

    doSendAnimatedText ¿Deprecated function?

    This is a globalevent: local config = { positions = { ["Enigma"] = { x = 963, y = 940, z = 7 }, ["Trainers"] = { x = 963, y = 938, z = 7 } } } function onThink(cid, interval, lastExecution) for text, pos in pairs(config.positions) do...
  17. Xapuur

    Solved Magiceffect?

    Hello, this is the script for talkaction !bless: function onSay(cid, item, fromPosition, itemEx, toPosition) for i = 1,5 do if (getPlayerBlessing(cid, i) == true) then doSendMagicEffect(getCreaturePosition(cid), CONST_ME_POFF) doCreatureSay(cid, "Ya has sido bendecido."...
  18. Xapuur

    Doubt: !changesex [SOLVED]

    Hello, the talkaction on my server !changesex works: function onSay(cid, words, param) if getPlayerAccess(cid) > 0 then doPlayerSetSex(cid, getPlayerSex(cid) == 0 and 1 or 0) doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "You have changed your sex.") return end if...
  19. Xapuur

    SCRIPT: Basic question [SOLVED]

    Hello. I have doubts about basic scripting: Where i can see ALL the functions of my server? (actions, movements, spells, etc) Where i can see the words that i have to use for actions.xml, talkactions.xml, movement.xml, etc? This is my first script (when you inside on X, you dead)...
  20. Xapuur

    Free promotion in config.lua

    TFS 9.31, mysql. Hello. How i can do the promotion free? I tried in config.lua with freePromote = "yes" freePromotion = "yes" And not works. Any idea? Regards EDIT: Better explainet:
Back
Top