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

    make item only useable 4 times per character

    I'll show you a lil bit of what I know about Storages! --Setting Player StorageValue in your script: doPlayerSetStorageValue(cid, x, timesUsed == -1 and 1 or timesUsed + 1) (cid, StorageID, StorageValue) cid = CreatureID --CreatureID of the Player or Monster the script is calling for...
  2. Aelu

    Otx server does not obey vocations.xml

    To make your post completely clear, you're wanting a particular vocation to gain 5 health every 5 seconds? Like this?: gainhpticks="5" gainhpamount="5" Also, could you post your vocations.xml?
  3. Aelu

    Lua Spell help / skill tries [TFS 1.2]

    Try this: --Edited by Aelu 05/03/2017 --Changed parameters in which "addskilltries" is only triggered by damaged given to a player/monster. local combat = Combat() combat:setParameter(COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE) combat:setParameter(COMBAT_PARAM_EFFECT, CONST_ME_HITAREA)...
  4. Aelu

    Solved Executing Spell Condition

    Try this: --Updated by Aelu 05/03/2017 --Added "Burning" event inside main function local percent = 50 local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_ENERGYDAMAGE) setCombatParam(combat, COMBAT_PARAM_EFFECT, 7) setCombatParam(combat...
  5. Aelu

    AAC Znote AAC - SQL error Table doesnt exist server_record

    I think that's saying that the column "record" doesn't exist in "server_record". Try this: ALTER TABLE server_record ADD record VARCHAR(255);
  6. Aelu

    AAC Znote AAC - SQL error Table doesnt exist server_record

    CREATE TABLE IF NOT EXISTS `server_record` ( `id` int(11) NOT NULL auto_increment, `name` varchar(255) NOT NULL, `type` varchar(255) NOT NULL, `action` varchar(255) NOT NULL, `param1` varchar(255) NOT NULL, `param2` varchar(255) NOT NULL, `param3` varchar(255) NOT NULL, `param4`...
  7. Aelu

    Autoborder

    Not really familiar with RME, but maybe if you added the chance for a border to "0" it would work? <brush name="basalt" type="ground" server_lookid="17854" z-order="19900"> <item id="17854" chance="0"/> <item id="17855" chance="0"/> <item id="17856" chance="0"/> <item id="17857" chance="0"/>...
  8. Aelu

    MapTrack highexp.eu? Does it work?

    If they still run on the default port, you can always just open it with your own Tibia client and connect, then map track it.
  9. Aelu

    [Linux Mint 18.1] CS:GO BlackBar Resolution

    Nevermind guys, I ended up getting it to work. I edited the csgo.sh lines from: #!/bin/bash # figure out the absolute path to the script being run a bit # non-obvious, the ${0%/*} pulls the path out of $0, cd's into the # specified directory, then uses $PWD to figure out where that # directory...
  10. Aelu

    [Linux Mint 18.1] CS:GO BlackBar Resolution

    Hey OTLand. So, I'm trying out Linux Mint for the first time after using Debian/Fedora for a long time. I installed Linux Mint 18.1 and Steam/Counter Strike: Global Offensive because fuck it, why not? It runs a lot smoother on Mint than it did on Windows or Debian, and I was very happy...
  11. Aelu

    help with outfit

    Why don't you just edit your config.lua to give players premium when they make their account?
  12. Aelu

    [0.4] Rebirth problem !HELP!

    Look at the local config: local config = { price = 0, -- Price of first rebirth priceIncrease = 0, -- Works as 'price' + current rebirths * priceIncrease. rebirthLevel = 717217, -- Level for first rebirth. rebirthIncrease = 0, -- Works as 'rebirthLevel' + current rebirths *...
  13. Aelu

    Webdesigner Looking for website coder with basic design skills

    Message me with what you need to be done. I'll do it for free if it's not too big of a deal.
  14. Aelu

    Team Dragon Ball Omega is looking for STAFF

    If you want me to test out your server's security placements, just look at my signature. It's free. I could also help you develop in C++ if needed. I'm fluent in Lua, Perl, php, SQL, Pascal, Python, etc... Pretty much everything under the sun that I can get my hands onto.. I can also set up...
  15. Aelu

    Hoster Gift VPS linux from OVH by not using

    I'll take it and put it to good use, I'm a Linux user. Message me:)
  16. Aelu

    [100 EUR] Looking for a Programmer (Imbuiment System)

    I'll do it for free.
  17. Aelu

    Autoborder

    Did you make sure to add in the different wall types based on direction? As an example: <brush name="fiery wall" type="wall" server_lookid="1197"> <wall type="horizontal"> <item id="1197" chance="500"/> <item id="1199" chance="100"/> <item...
  18. Aelu

    Server Security Information

    Free Server Security Information and Vulnerability Suggestions ____________________________________________ Hey OTLand! I've been running OTs for quite some time, and I've seen a lot of different attacks that hackers go through to get into your precious servers.. Over my extended break with...
  19. Aelu

    Mapper Looking for a mapper

    PM me, I got you.
  20. Aelu

    Mapper [PAID] NEED MAP SERVICE

    PM me. I got you.
Back
Top