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

    Some Events

    This version is for 0.3.6 8.6 Zombie Event for 3.0.6
  2. Ryxy

    Solved Mana & Hp

    Ya right! Sorry. Then: Actions/Scripts/Costum Click here> Actions - Mana RUNE tfs3.0.6
  3. Ryxy

    Solved Mana & Hp

    Here. Forgottenserver/Data/Actions/scripts/custom
  4. Ryxy

    Solved Mana & Hp

    You can add it on: Forgottenserver/Data/Spells/scripts/Healing But first! Read here. > IMPORTANT/ HOW TO ADD MANA RUNE.
  5. Ryxy

    Solved Mana & Hp

    @MapperBoy Other solution: Data/Actions/Fluids/Potions.lua ({4, 8} VocationID if(not isInArray({4, 8}, player:getVocation():getId()) or player:getLevel() < 80) and not(player:getGroup():getId() Increase Healing Potion? And change it - COMBAT_HEALING, 650, 850 if not doTargetCombatHealth(0...
  6. Ryxy

    Solved Mana & Hp

    How to create a ManaRune - Otland. <rune name="Mana Rune" id="2270" allowfaruse="0" charges="1" lvl="27" maglv="10" exhaustion="2000" aggressive="0" needtarget="1" blocktype="solid" event="script" value="custom spells/mana rune.lua"> <vocation id="5" showInDescription="0"/> < vocation id="6"...
  7. Ryxy

    Distance Weapons

    Data/XML/Vocation.xml Distance Damage distDamage="XX" If you want increase Attack Speed. Attackspeed="XXXX" <vocation id="3" clientid="2" name="Paladin" description="a paladin" gaincap="20" gainhp="10" gainmana="15" gainhpticks="4" gainhpamount="5" gainmanaticks="4" gainmanaamount="5"...
  8. Ryxy

    Some Events

    Zombie Event. It should work for TFS 306/0.4. Zombie Event - Otland Good luck.
  9. Ryxy

    Errors while loading map

    Data/World/NameMAP-house.xml Check if there is another House with ID 18 at the same Townid or just delete it and make it again. <?xml version="1.0" encoding="UTF-8"?> <houses> <house name="XXXX" houseid="18" entryx="XXXX" entryy="XXXX" entryz="X" rent="0" townid="X" size="XX"/> </houses>
  10. Ryxy

    Temple position

    @cooldodo No, do not put my config.lua. You need to configure it by yourself. Open Data/Config.lua And config it by yourself. ip = "127.0.0.1" / This is the IP your server listens on. serverName = "Forgotten" loginMessage = "Welcome to the Forgotten Server!" motd = "Welcome to the Forgotten...
  11. Ryxy

    increasemagicdamagepercent

    I dont know which version server are you using. Thats why I wrote two codes(attribute) More Magic Level more Magic Damage. PD: Anyway it works?
  12. Ryxy

    Temple position

    -- The Forgotten Server Config -- Account Manager accountManager = "yes" / Change this if you want to use a AAC creator online (webpage)newPlayerChooseVoc = "no" newPlayerSpawnPosX = 95 newPlayerSpawnPosY = 117 newPlayerSpawnPosZ = 7 newPlayerTownId = 1 newPlayerLevel = 1 newPlayerMagicLevel =...
  13. Ryxy

    increasemagicdamagepercent

    @Xandoko Example: (Magic Xandoko Amor) Description: Increase your magic.... Items.XML <item id="XXXX" article="a" name="XXXX"> <attribute key="description" value="Xandoko Armor increase your magic."/> <attribute key="weight" value="850"/> <attribute key="armor" value="1"/> <attribute...
  14. Ryxy

    Temple position

    @cooldodo, do not spam just be pacient. You can also edit your latest post. First Step: Config your Data/Config.lua IP: Port: Second Step: Run the Server (The Forgotten Server.exe?) Third Step. (Wait few minuts, then try to add it on OTServlist).
  15. Ryxy

    Temple position

    @cooldodo 1st Step. (Register) <Done> 2nd Step. (Login) OTServlist LOGIN 3rd Step: + [Add Server] Good luck with your server.
  16. Ryxy

    Temple position

    Sure. Here you are. in Data/Config.lua -- Connection config worldId = 0 ip = "localhost" bindOnlyGlobalAddress = false loginPort = 7171 gamePort = 7172 loginTries = 10 retryTimeout = 5 * 1000 loginTimeout = 60 * 1000 maxPlayers = 1000 motd = "Welcome to...
  17. Ryxy

    Temple position

    You'r welcome. :)
  18. Ryxy

    Temple position

    Try this. local config = { loginMessage = getConfigValue('loginMessage'), useFragHandler = getBooleanFromString(getConfigValue('useFragHandler')) } function onLogin(cid) accountManager = "Account Manager" managerCounter = 0 for i, player in...
  19. Ryxy

    Lua GuildMaster for TFS 0.3.6

    I'm not sure, but in TFS 0.3.6 Guild Master will not work. That why is command: !createguild and !joinguild
  20. Ryxy

    TFS Allocation failed

    @Up Roxy swimsuits.? :/ jajaj :)
Back
Top