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

    Lua Bear trap causes paralyze in creatures.< TFS 0.3.6 >

    I was trying to add the effect of paralysis on the creature that step on item (id 2579), here is the script I am using and the error: Script: function onStepIn(cid, item, pos) if(item.itemid == 2579) then if(not isPlayer(cid)) then local condition =...
  2. Misterion

    Lua Limit spell range when targeting

    EDIT: I forgot, im using TFS 0.3.6 I know it sounds like a simple question but it's for a custom spell, where the caster becomes invisible and sneaks up on the enemy when he clicks to attack. I wonder if there is any function to activate this only if the enemy is melee. Explaining the spell...
  3. Misterion

    Lua Problem with NPC Script: attempt to compare number with boolean

    Hello! I'm getting this error when trying to talk with a NPC. Heres the script below: local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local talkState = {} -- OTServ event handling functions start function...
  4. Misterion

    AAC How can I edit the 'changelog' (news page) in modern aac?

    Hello!! So i'm using ZNOTE AAC with Tibia oldschool template by HalfAway. But even with page_acess 3 I'm not able of editing the news (called changelogs in the site). How can I post something there?
  5. Misterion

    Lua Whats the ID for nothing on item slot TFS 0.3.6 CD

    So, I've been trying to make a tile where only if the player has no item on his feet he can pass. I tried using the following function: if getPlayerSlotItem(cid, 8) == 0 then
  6. Misterion

    Lua Is there a way to hide Spell name when using it?

    Is there a way to hide spell name when using it, like a function or something? In tibia 8.6, The Forgotten Server version 0.3.6.
  7. Misterion

    Use bucket in water elemental and get water

    So, I wish to make a system where I use an item on a creature and I get this item full of water, like a bucket in a water elemental, for example, or a bucket in a wolf where I get his milk. But all I can do is use item on non creature objects. How am I supposed to use an item on a creature...
  8. Misterion

    Lua Make NPC not to answer to "Hi" or "Hello"

    Hi and Hello everybody hahahaha! So, I've wondering, since my desire is to make a very different NPC that's not human, just like the Blind Guard in Rookgard or even King Tibianus. I've downloaded some NPCs from global 8.6 server but the NPCs still answer me when I say Hi or Hello, even if it's...
  9. Misterion

    Lua Double exp when you have a summon

    TFS 0.3.7 Tibia 8.6 I'm trying to get the summons do not steal half the exp in my server. I did some research, and found out that this can be resolved at source. The problem is I'm having a lot of difficulties to compile it, so I'm seeking an alternative method to solve this. My idea is a...
  10. Misterion

    Compiling Cannot find -llua51...?

    Hello guys!!! When I try to compile my distro sources, a error appears: "Cannot find -llua51". First of all, I've download this: http://skalski.at/files/files/StiansRepackDev-Cpp_v2.zip And I'm using the folders LIB, INCLUDE and BIN from this Dev-Cpp for my source. And I'm using these linkers...
  11. Misterion

    OTclient window position bug

    Hello! I'm using this module to hide all the 'IP', 'Port', boxes of OTClient login screen: Module name: te,eros_login description: TemerisSoft Gameserver Login author: Zero Team website: version: 0.1 autoload: true autoload-priority: 1000 dependencies: -client_entergame...
  12. Misterion

    Lua OTclient bug!

    Hello! I'm using this module to hide all the 'IP', 'Port', boxes of OTClient login screen: Module name: te,eros_login description: TemerisSoft Gameserver Login author: Zero Team website: version: 0.1 autoload: true autoload-priority: 1000 dependencies: -client_entergame...
  13. Misterion

    Lua Where can I translate these words: "fulano says" and "loot of a..."

    Hello there! Where can I translate these words?: And: If it is in Lua, or source, it doesn't really matter. I need to change it because my server is been produced in another language. Thanks!
  14. Misterion

    Windows OTC without sound

    Both inside the game or on the home screen no sound comes out when i changed my windows from 32 to 64. Someone help me? Maybe some dll or configuration.
  15. Misterion

    Lua NPC Shop by script

    Hello everyone! I want to make a shop in script of the npc (In LUA, not XML). Because like the member FilipeJF said, my source had a big problem with that. So, I want a simple NPC Shop (NPC who BUY things and SELL things too). I want to make him OPEN a Trade Windown, normally, but by Scripts...
Back
Top