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

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

    Well sir, thank you very much! Works like a charm. Hope anybody with this problem can be helped.
  2. Misterion

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

    yes this one will do just fine! I'm wondering, how can I put the distance radius lower in that script? I see that from the bottom of the screem I can communicate with the NPC.
  3. Misterion

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

    Shit! The function is WORKING FOR ALL the NPC. How can I use the "FOCUS" only for a single NPC?
  4. Misterion

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

    I've found, here in OTland, a script that does that without this kind of problem: local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) -- OTServ event handling functions function onCreatureAppear(cid)...
  5. Misterion

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

    It worked! But it surely has a big problem. I'll try to solve it.
  6. Misterion

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

    I've tried. Here's the error: Description: data/npc/scripts/arcoshaal.lua:21: attempt to call method 'addGreetMessage' (a nil value) [Warning - NpcScript::NpcScript] Cannot load script: data/npc/scripts/arcoshaal.lua the script wont load! I would change all the NPCs if I do that, so I want to...
  7. Misterion

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

    Oh God! I've forgotten to quote that I'm using TFS 0.3.6 Crying Damson (old, just like my Otserver). I suppose that those functions you told me to add are only usable in newer versions of TFS, right?
  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 Spell problem TIBIA 860 Distro Crying Damson

    I've never worked with functions in this version. Is it possible to make this script work on TFS 0.36? Could someone give me more detailed help? Okay, I'll spend some time studying this. Any result i put her; Thanks
  10. Misterion

    Lua Spell problem TIBIA 860 Distro Crying Damson

    Did you find the solution? I'm interested in this script too.
  11. Misterion

    Lua Double exp when you have a summon

    I found a double exp potion script and got these functions configs = { time = 0.01, ---- TIME IN MINUTES addrate = 200, -- Exp in % } doPlayerSetExperienceRate(cid, (1+(configs.addrate/100))+(getPlayerExtraExpRate(cid)/100)) creatureEvent(doPlayerSetExperienceRate, configs.time *60*1000, cid...
  12. Misterion

    Lua Double exp when you have a summon

    [Error - CreatureScript Interface] data/creaturescripts/scripts/summonBonusExp.lua:onKill Description: data/creaturescripts/scripts/summonBonusExp.lua(cat): attempt to call global 'setPl ayerExtraExpRate' (a nil value) stack traceback...
  13. Misterion

    Spell Ninja Vocation Spells

    Same issue here :/
  14. Misterion

    Lua Double exp when you have a summon

    Thanks, my precious! Well, a error ocurred. The problem is, when I kill a creature, she stays stading, stopped, but dead. The life bar disappears, and nothing more happens. What the heck is that? Edit: I've noticed that a creature died, after waiting some time, and, we I've logged in with the...
  15. 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...
  16. Misterion

    Compiling Cannot find -llua51...?

    A lot of errors of this nature: [Linker error] undefined reference to `__gxx_personality_sj0' [Linker error] undefined reference to `_Unwind_SjLj_Register' [Linker error] undefined reference to `_Unwind_SjLj_Resume' [Linker error] undefined reference to `_Unwind_SjLj_Unregister'
  17. Misterion

    Compiling Cannot find -llua51...?

    Now I'm getting "cannot find -leay32'. Suggestions? Edit: I've just deleted it from the list and it's compiling right now. Let's see if it'll go, now. Edit2: No, error again, "Linker Error". A bunch of them. Shit.
  18. Misterion

    Compiling Cannot find -llua51...?

    When I do it more errors appear, a bunch of errors.
  19. Misterion

    OTclient window position bug

    Where can I get those latest files? Sorry for the stupid doubt. I got it 9facepalm.
  20. 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...
Back
Top