• 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 Chaos Origin

  1. C

    Quest NPC

    Hello everyone. I want to make NPC for one of my quests on 0.3.6 TFS, but I don't really know much about it. I want it to take several items in exchange for teleportation to other destination. Could anyone help me write or at least help me get started with it?
  2. C

    Specified creature summon count

    You're right, I should've specified that at the beggining, know I will know. I did glogal search but it did found nothing. Well, I'll take your advice and I'll search for another engine. Either way thank you for your time and patience, I'm sure that now I'll be able to figure it out when I'll...
  3. C

    Specified creature summon count

    To be honoest I don't even know if I am using TFS, as I said, I'm completely new to all of this. I got Stigma2 engine for Tibia 8.1 from a friend of mine and we decided to use this one for our server 'cause its fully translated to polish (my native launguage), but its years old and and I can't...
  4. C

    Specified creature summon count

    Sure. At first I tried to put it in front of the whole thing like this: if table.maxn(getCreatureSummons(cid)) >= 2 then doPlayerSendCancel(cid, "You have reached the max amount of summons.") return false end function onCastSpell(cid, var) local config = { playerpos =...
  5. C

    Specified creature summon count

    Thanks for all the replies! But I still cant't get it to work. If I use any of solutions you guys gave me it just stops reading script as a spell. No errors, no crashes, just like this script was not even there. Probably I'm screwing something up, but I can't figure it out.
  6. C

    Specified creature summon count

    Hello everyone, I wanted to create a spell that summons a specified creature so that different vocasions have their own creatures. I'm totally new to this, but after some struggle I came up with this: function onCastSpell(cid, var) local config = { playerpos = getPlayerPosition(cid)...
Back
Top