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

    Spell Mod: Vengeance

    Don't know if any of you play/played Runescape, but in Runescape, in the Lunar Magiks Spellbook, there's a spell called Vengeance. My spell is based on that one, but a bit more different. What does when you cast the spell? For the time you configured, who attack this player(Monster OR...
  2. Nandonalt

    Nick color.

    Don't know if it's possible, i am not good in C++ <_< I want a function that change the player nick's color(Default is Green-Yellow-Red, default would be static white). doChangeNicknameColor(uid,#ffffff) And the lifebar would be aways red. Yes, i have example screenies! Tibia Default...
  3. Nandonalt

    TFS 8.11 Sources?

    Where i can find TFS'S 8.1 or 8.11 Sources? I Tried looking HERE: forgottenserver - Revision 80: /tags But the lowest version is 0.2pl11, that is 8.2 =/
  4. Nandonalt

    View with other player eyes...

    It's possible to make a code that view the X(uid) player? Like, i want to make a spell that "sees with other player eyes", and the camera goes with the other player. It's possible? It would be a function like: To enable: doSeeWithPlayerCamera(player.uid,otherplayer.uid,true) To disable...
  5. Nandonalt

    Using XML2SQL

    I Open this program: XML2SQL - XML to SQL converter - OpenTibia Fans The program runs, but after a time it closes and no file is created. I do not know what to do, the readme just says: "$ xml2sql > database.sql" but i do not know where i enter that :P.
  6. Nandonalt

    Description on TFS 0.3.6

    I know that there is a new function for setting items attributes: doSetItemAttribute(uid, attribute, value) But i want to change an item's description and tried this: [code]doSetItemAttribute(uid, "description", "Trade it with Stam in the port.") But does not work, even with...
  7. Nandonalt

    "Choose an option."

    It's possible to make an action that popups a dialog with options? Like, i set to this 2 options: "Mana" and "Health". If the player chooses "Mana", he will have his mana replenished. And if he chooses "Health", he will have his health replenished. I do not want to make this Mana/Health...
  8. Nandonalt

    CreatureEvent Hunger System - TFS Mod or Manual

    Hello, i made this hunger system for my RPG OTServer. It's very simple :P You can configure the way you want in the lua. The scripts may be a little long because i'm old school and i do not know alot of the actual scripting :mellow: I also posted this on other forum. I made it and tested...
Back
Top