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

    Lua Overwritting global variable

    Hi Otlanders, Is Anyone got an idea how to overwrite global variable in lua? I try to add Player's cid to function this way, that I'll be able to read it from other function. It looks like that: lua table: ctf = {flaggers = {}} function in data/lib: ... print(table.insert(ctf.flaggers, cid))...
  2. Keraxel

    [Poland] Theosia War 8.54 - 8.57

    If anybody experience connection problems please download custom client from server website. It has changed ip by default. Theosia War is comming back to kick your ass! IP: theosia.net PORT: 7471 (IT'S NOT DEFAULT) CLIENT: 8.54 - 8.57 ACCOUNT: 1 PASSWORD: 1 WEBSITE: Theosia OT (YOU CAN...
  3. Keraxel

    [8.42] The War Server v1.2

    The War Server Codename: Crying lef Version: 1.2 Based on: The Forgotten Server v0.3.4pl2 (Crying Damson) This is third official release of The War Server. Since the last release I rewrote about 70% of scripts. Now configuration should be much better and alot faster. Simple settings was...
  4. Keraxel

    The War Server v0.9

    The War Server Version: 0.9 Based on: http://otland.net/f18/forgotten-server-v0-3-1-pl2-crying-damson-22476/ Contains Data(map, scripts etc.), Sources and executable file compiled on Ubuntu Intrepid Ibex (8.10) i386. Contain: *No damage to the same outfits (Gelio) *Teleport player to the...
  5. Keraxel

    CreatureEvent Level Difference Protection

    Idea: http://otland.net/f35/level-diference-protection-pvp-22098/ The script allows for attack only players with level which is lower or highter from typed number (config.maxDiff). Also I've added percent type so you can set it in percents. For example: maxDiff = 30 player1 level - 100...
  6. Keraxel

    Action [8.4] Enchant system (with rainbow shield)

    I was write this code cause I didn't found it on any forum. So... let's start. enchant.lua --by Keraxel function onUse(cid, item, fromPosition, itemEx, toPosition) --CONFIG local config = { mana = 300, soul = 2, messNotEnoughSoul = "You don't have enough soul points."...
  7. Keraxel

    Multi World System

    How to configure multi world system? I saw servers.xml, but how config multiplers, map and other things? Thanks in advance.
  8. Keraxel

    Enabling .htaccess on GNU/Linux

    Anybody can tell me how can I enable .htdocs on linux core systems? It's realy weird that it isn't work by default.
  9. Keraxel

    Crash [2.0.10]

    terminate called after throwing an instance of 'std::logic_error' what(): basic_string::_S_construct NULL not valid Aborted I using TFS 0.2.10 on Ubuntu how to solve it? I cannot upgrade TFS, bedause shop system doesn't working on newest ;s
  10. Keraxel

    [Poland] 8.1 Keraxel World - Zagraj już dziś!

    Keraxel World Właśnie wystartował! Experience rate: stages (od 25 levela - x3) Magic rate: 5 Skill rate: 7 Loot rate: 2 Spawn rate: 1 Klient: Wlasny (8.1) Ip: 91.121.141.205 Online: 24/7 (Cały czas) - Server Dedykowany - Szybkie połączenie (100 Mbps) - Mapa: Vanillia-like mocno...
  11. Keraxel

    [ERROR][788] Compile error trunk rev 788

    I've compile bug when I try to compile with projects from trunk\dev-cpp Anybody can tell me how to solve it?
  12. Keraxel

    [Request] Moveback Function

    I need moveback function. It mean: 00000000 000Q0000 00RXF000 000P0000 00000000 X - tile with moveback function P/R/Q/F - If player is in P position function get him back to P, if in R then move back to R etc. Just move back player ;) Thanks in advance, Keraxel.
  13. Keraxel

    [Request] How to make arena in TFS

    Anybody can tell me, how to made PVP arena in TFS?
  14. Keraxel

    [REQUEST] FULLY working door system

    Anybody have/can write full door system with key system, level door system, quest door system for TFS? i have original door system, but it doesn't working. Thanks in advance.
Back
Top