• 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!

Recent content by rawrcore

  1. R

    Lua Inquisitor Boss-kill teleport problem

    Hello, My friend is running TFS 0.4 and he asked me to fix his Inquisitor quest. Because the teleport didn't show up after killing the bosses. I tried for awhile but due to my lack of experiance with codelanguages i came up short. so i'm making a post here now. This is the Creaturescript/Script...
  2. R

    7.92 map editor "This unique id is already in use"

    Like a "chestquest" ? cause then it's just the unique id on the chest that is already used :D just change it to something else.
  3. R

    Lua Spell error no Exhaust/doesn't take mana

    TFS Crying damson 0.3.6~ tibia 8.6 i got this spell called groundslam, or well.. actually i got a bunch of spells with the same problem, and i don't know how to fix it :o Let's take the groundslam for example then local combat1 = createCombatObject() setCombatParam(combat1...
  4. R

    Dual Promotion Npc Problem

    Ahh.. Well as i mentioned.. i don't know my way around lua or any of these languages actually, Haha. So.. can i just remove the storage needed :o ? like in.. local v = getPlayerStorageValue(cid,100) if v = 8 then remove the "local v = getPlayerStorageValue(cid,100)" and just keep the "if...
  5. R

    Problem With House

    you probably have this in your Config "housePriceEachSquare = XXXX" i think that's what fhuxs it up :D
  6. R

    NPC [FIXED] NPC with daily quests, fully configurable! by andu

    Thanks alot for this awesome npc.. Buuut i found a Little bug, or maybe i'm just doing something wrong. but for my first quest i made it so that you had to give him 200 worms. and it worked fiiine :D and the second quest was 15 wolf paws.. but when i had the paws all he kept saying was "Sorry...
  7. R

    Dual Promotion Npc Problem

    No, that is the weird part, i only have Chatscript in LUA and no errors in log..
  8. R

    Dual Promotion Npc Problem

    i tried doing the lib part, it failed. But then i just changed everything to "isKnight(cid)" and it worked just fine. but the weird thing is that when i spawn him to try him out now.. he doesn't talk to me :o he says that he has been expecting me, but after that it doesn't matter what i write...
  9. R

    Dual Promotion Npc Problem

    Thanks a bunch, got rid of that error, but now i get another error [Error - LuaScriptInterface::loadFile] data/npc/scripts/knightpromo.lua:21: 'then' expected near 'Knight' [Warning - NpcScript::NpcScript] Cannot load script: data/npc/scripts/knightpromo.lua...
  10. R

    Dual Promotion Npc Problem

    The Forgotten Server, version 0.3.6 (Crying Damson) 8.6~~ Hello, i asked my scripter to make me a dual-promo npc, since i have made 2 new promotions for each voc. For example EK - Harbinger/juggernaught. Anyway to the problem. He made me this promoscript and sent it to me and now he has gone on...
  11. R

    Dot-Like spell Help ):

    could someone edit this spell to only tick like 10 times ? cause right now it's damage goes down by 1 each tick till it reaches zero.. wich is pretty overpowered if you do 300~~ish. And i think cykotitan made the spell.. just mentioning o_o
  12. R

    Lua Envenom - damage over time modified by lvl?

    Sorry for bumping this, But could someone add a string that makes it tick let's say.. 10 times ? :o cuz if my 250~~ish knight use this it ticks down from 518 to 1.. o_o wich is a bit overpowered..
Back
Top Bottom