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

    Solved [Lua/Sources] 'Fire type' summons on Lava tiles

    It might've been the case, since this has only happened 1/10 testings, so I can't say for sure. But I am at this moment positive I am using the correct tiles, though I have not encountered the issue yet. Just wanted to check if someone else might've encountered this problem. Since it is on...
  2. Demnish

    Solved [Lua/Sources] 'Fire type' summons on Lava tiles

    Solved: Kinda, only encountered the issue in 1/10 testings, switching tile types in between. If I encounter it again I will reopen this thread. Distro: [8.6] OTServ 0.6.4 STABLE Problem: I've noticed that when I close in a Demon surrounded by lava tiles, the Fire Elemental adds will be spawned...
  3. Demnish

    Solved doPlayerAddPremiumDays

    Solved it, apparently it was hardcoded, it was just my base script that was trash. LMAO Thanks alot for your help though WibbenZ, appreciate it! :)
  4. Demnish

    Solved doPlayerAddPremiumDays

    premend is an int(10). However, I had to use Unix Time Converter to add my premium time manually. So if I simply change premend to premdays it feels like I will f*ck it up beyond repair, assuming both the distro and the AAC is run off of this? I use Geisor AAC. TD;LR: It is using date...
  5. Demnish

    Solved doPlayerAddPremiumDays

    Oh, I forgot to mention, I don't actually have "premdays" I have "premend". do I simply change the table from "premend" to "premdays"? This is the script I had when it was working: functions.lua function doPlayerAddPremiumDays(cid, count) if isPlayer(cid) == true and level >= 1 then local...
  6. Demnish

    Solved doPlayerAddPremiumDays

    I have a problem with my functions.lua. Got it working but after some tweaking it broke, when I reverted back it wouldn't work either. (which is really wierd) I am using the [8.6] OTServ 0.6.4 STABLE distro for my current project. Unfortunately this distro does not come with...
  7. Demnish

    8.6 Server with RL Map?

    Anyone know where I can get my hands on this? Free or paid. I've seen plenty of OT's using RL map and a stable 8.6, so I want one too.
  8. Demnish

    Mana rune with infinite charges

    Please put how you solved, so other can benefit from your thread.
  9. Demnish

    Lua Annihilator Reward, not working.

    Im trying to do 1 chest that gives a reward depending on vocation but it is giving me "end" errors in console at line 27. ANNIHILATOR REWARD function onUse(cid, item, frompos, item2, topos) if item.uid == 2007 then if getPlayerStorageValue(cid, 2007) == -1 then if...
  10. Demnish

    Request maps you need here!

    I am looking for an very old 7.6 map, dont remember what it was called but the temple was big and in the middle, to your left you had depot and south of depot was a bridge heading to trolls, cyclops, tarantulas etc. to the right of the city was the desert city. The last server I played on that...
  11. Demnish

    Compiling [Avesta 7.4] Ban problem.

    I got a problem with the bans, as soon as I kill someone I get banned, doesnt matter if I change the value in the config. This is all I found in sources: m_confInteger[KILLS_TO_RED] = getGlobalNumber(L, "KillsToRedSkull", 3); m_confInteger[KILLS_TO_BAN] = getGlobalNumber(L...
  12. Demnish

    Unlimited Mana Fluids *Not Spilling* 7.6 (Help please)

    Dont worry about it.
  13. Demnish

    Unlimited Mana Fluids *Not Spilling* 7.6 (Help please)

    Yeah, did you try to remove/delete it?
Back
Top