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

    Compiling TFS 1.0/1.1 latest source. 64 and 32 bits. Pics and lots of explanation.

    Builds fine, but when trying to run the exe i get an error, and it try's to run two processes.. The application was unable to start correctly (0xc000007b). Click OK to close the application.
  2. Tachi

    Some random stuff.

    Rehost plz.. look nice =)
  3. Tachi

    [How to] Map live

    Yes That would be nice, is there a way to use the live feature with 10.1, the version of the map editor i got has the menu option, but when [selected/clicked] nothing pops-up... Any ideas or Help Please?!?
  4. Tachi

    Lua Broadcasting Kills

    How would you go about broadcasting a kill on a different channel not just world wide in the red text.. like world chat or w/e?..
  5. Tachi

    Onlook Error

    oh, dam didn't notice that it wasn't added in 0.2.15.. ok thanks.. is there a 9.7+ server with version 0.3 or 0.4??
  6. Tachi

    OpenTibia ForgottenMapEditor 0.1-beta! Almost every version supported (including latest)

    Although once it worked i mapped a small area and then it started to lag, keep in mind that it, anti-virus, and notepad were only things running at the time. then after a few more min's it lagged out and then few seconds later gave me this error
  7. Tachi

    OpenTibia ForgottenMapEditor 0.1-beta! Almost every version supported (including latest)

    Kinda laggy, but i finally got it to work, edited the version and then i didnt know that i needed the monsters.xml inside the version folder, so i put that there and it opened perfectly
  8. Tachi

    Onlook Error

    Here's my onlook Code named "Questlook.lua" function onLook(cid, thing, position, lookDistance) local quests = {20001, 20003, 20009} local completed = {} if isPlayer(thing.uid) then for i = 1, #quests do if getPlayerStorageValue(thing.uid, quests[i]) > 0 then...
  9. Tachi

    OpenTibia ForgottenMapEditor 0.1-beta! Almost every version supported (including latest)

    i cannot seem to get it to work... the program runs but there no items in the pallet... map wont load, and it wont load any client version but 8.70 on startup... maybe it because i got 64 bit windows 7?
  10. Tachi

    Team ~Aldoriana 9.70~ Testing/Recruitment

    BUMPING!! REALLY NEEDING A STORY WRITER! Hope to have a live launch sometime around march 15th.. Also still looking for tester and soon regular players..
  11. Tachi

    mods vip sysytem for tfs 4 100% work tested

    Yea an English version would be nice, but also since its a mod, why add all the files into the scripts folder, why not just add them into the mod.. and make it a single easy to install, easy to use/config file?!....
  12. Tachi

    Seminari's Quest System using actions, all quests in one script.(From Sepira Project)

    Good idea, duno why i didnt think of that, ill try and add it thanks!!
  13. Tachi

    Team ~Aldoriana 9.70~ Testing/Recruitment

    Bump
  14. Tachi

    Team ~Aldoriana 9.70~ Testing/Recruitment

    BUMP, still looking!!!.. need some scripters come on!
  15. Tachi

    Windows Search 9.7 item editor

    What do you mean see the items in items.xml..... -.- I want a ITEMS.OTB editor, so i can make things stackable and unstackable ect.....
  16. Tachi

    Solved Gesior 2012 - Pull Players Group_id from logged account

    NVM! it worked.. thanks.. This is how i set it up to work with unlogged accounts also.. <?PHP if($logged) { $group = (int)$SQL->query('SELECT MAX(group_id) FROM players WHERE account_id = '.$account_logged->getId())->fetchColumn(); if($group >= 3) { echo "BLAH"; } else { echo "NOOO"...
  17. Tachi

    Lua check if someone is in the room (SOLVED)

    THANKS!!! Sweet.. at first i didnt think it was going to work because i only saw the scripts with the getPlayersOnline().. lol But it works just fine!! Added to my Multi Usage Quest lua file.. So far it has cap error msg, keys, books, rewards, rewards in Bag/Backpack, Vocation specific...
  18. Tachi

    doCleanMonstersFromArea(frompos,topos,teleportplay erpos)

    Good question... im trying to write a script that if no monsters in room a player can use a chest, if there are monsters the player cannot use chest... ideas?
  19. Tachi

    Lua check if someone is in the room (SOLVED)

    Now how would you check if a monster is in a room? ALSO what is this function, and how does it work?
  20. Tachi

    Seminari's Quest System using actions, all quests in one script.(From Sepira Project)

    NICE!! ~Liked... Im using a variation of this script.... using my own quests and vocation rewards... Small vocation addition... Example -- VOCATION REWARDS[54138] = {storage = 99323, stg_id = 1, quest_name = "Noble Armor Quest", reward = "nil", voc = "yes", voc_rewards = {druid_rewards =...
Back
Top