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

  1. S

    Spell Antidote Rune 7.6

    Hi, Does anyone have a script to cure poison ? (Deadtouch 1.9 - Tibia 7.6) or if you know how could you try convert me this part of code on script lua ? if(spoken=="exana pox"){ MagicEffectClass pox; pox.animationColor = 0; pox.damageEffect =...
  2. S

    NPC swich item [7.6]

    Here is limit of 25000 characters so from link below you can download actions.cpp File upload and sharing. Upload share folders!
  3. S

    NPC swich item [7.6]

    I do not have any sample code that contains the possible functions used by the NPC system. I only have basic codes like: buy, sell, found guild, buy promotions etc. Nothing special with functions "doPlayerAddItem", "doPLayerRemoveItem" etc. ofc. we talk about TalkActions system, but in Actions...
  4. S

    NPC swich item [7.6]

    luascript.cpp ////////////////////////////////////////////////////////////////////// // OpenTibia - an opensource roleplaying game ////////////////////////////////////////////////////////////////////// // class which takes care of all data which must get saved in the player...
  5. S

    NPC swich item [7.6]

    Any of your tips not working, I did try with just remove item and also don't work. NPC work like he should, he even say "Thanks", engine don't show any error, but item is still on my inventory. if msgcontains(msg, 'yes') then doPlayerRemoveItem(cid, 1990, 1)...
  6. S

    NPC swich item [7.6]

    Hi, I need help with script. Player should lose one selected item and get other (not cash). I have DeadTouch 1.9 Engine - I know is old and TalkAction with command like AddPlayerItem/RemoveItem are not working. Any one have idea how can I resolved this problem. Here I attach some codes that I...
  7. S

    Lua 7.6 doPlayerAddHealth Problem

    Still the same. I even clear everything and make a new simple function and also te same message. if msgcontains(msg, 'heal') then doCreatureAddHealth(cid, 100) selfSay('Let me heal you') Maybe something is wrong with my engine (DeadTouch 1.9) I'm out of ideas
  8. S

    Lua 7.6 doPlayerAddHealth Problem

    I tried this but without effect
  9. S

    Lua 7.6 doPlayerAddHealth Problem

    I have problem with healing script of NPC. Whenever I say heal > yes nothing happend on my char and server console drop this message: "Attempt to Call global 'doPlayerAddHealth <a nil value>' Part of my code: if msgcontains(msg, 'heal') then talk_state = 1...
  10. S

    Lua [7.6] Double worked switch as RookGaard

    In game this script does not work ;/ Today morning I remake my code and both switch worked but still they do not interact with each other. My Code look now : function onUse(cid, item, frompos, item2, topos) gatepos1 = {x=32100, y=32205, z=8, stackpos=1} gatepos2 = {x=32101, y=32205, z=8...
  11. S

    Lua [7.6] Double worked switch as RookGaard

    I've got "lua:17: unexpected symbol near `#' I thought about your script and I don't think so if will worked becaouse I use old engine 'DeadTouch 1.9' It may not support certain features
  12. S

    Lua [7.6] Double worked switch as RookGaard

    Hi, I need your help to do double worked switch as in cave in rookgaard under city. Currently I did for one it's worke and scripts look like this. But how to do this scripts for second switch to follow first one ? function onUse(cid, item, frompos, item2, topos) gatepos1 = {x=32100, y=32205...
  13. S

    HELP DOMAIN .COM

    Check your firewall maybe connection is blocked and otserv can't reach connection tou your server.
  14. S

    Containers filled with liquid 7.6

    Fuc. Yeah it's work, I didn't expect that count responsible for liquids. Thanks for help
  15. S

    Containers filled with liquid 7.6

    I would like that it was so easy, but there is no option to do that: http://ifotos.pl/zobacz/2png_ssqsapa.png http://ifotos.pl/zobacz/3png_ssqsaps.png Currently I use OTMapEditor ver. 0.4.486
Back
Top