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

    Action Daily Quest (different reward every day)

    Instead of week days, can it be accumulable through the days? I like this script so much, thanks!
  2. demon088

    Lua Buying potions Talkaction

    Thank you anyway!
  3. demon088

    Lua Buying potions Talkaction

    I loved this I added it to all my pot scripts. It's not working, when I add the limit control the talkaction has issues and just stop working. It's all working with this: function onSay(cid, words, param) param = tonumber(param) if not param then doPlayerSendCancel(cid...
  4. demon088

    Lua Buying potions Talkaction

    It has no issues, but the script is not respecting the limit. I can still buy more than 1000 potions.
  5. demon088

    Lua Buying potions Talkaction

    I'm still getting issues. Script: function onSay(cid, words, param) local cost = 50 * param local cfg = { level = 1, limit = 500, msgtype = MESSAGE_STATUS_CONSOLE_BLUE } if param <= limit then if doPlayerRemoveMoney(cid, cost) then local bp = doPlayerAddItem(cid, 8704...
  6. demon088

    Lua Buying potions Talkaction

    Srry I'm using TFS 1.1 if you can test it in your TFS version could be good.
  7. demon088

    Lua Buying potions Talkaction

    I have a doubt again, I want to set a limit of the amount of potions you can buy when you use the talkaction. I mean if you try to buy 120000 a message will say that you can only but a maximum of 1000 potions. This is what I was trying: function onSay(cid, words, param) local cost = 500 *...
  8. demon088

    Action Potions with charges 2.0

    I'm using TFS 1.1 and I get this issue: Lua Script Error: [Action Interface] data/actions/scripts/potsys/potions.lua:onUse data/actions/scripts/potsys/potions.lua:52: attempt to call global 'getItemNameById' (a nil value) stack traceback: [C]: in function 'getItemNameById'...
  9. demon088

    Lua Buying potions Talkaction

    Dude I was so dumb. Thank you so much. xD I will post the final script then.
  10. demon088

    Lua Buying potions Talkaction

    Hello again OtLand! I have TFS 1.1 and I was trying to create a talkaction which could be used to buy potions just by saying "!manapotion 25" and then money equal to the price of 25 potions (50gp each) could be charged to the gold you are carrying. But I can't set the amount parameter to the...
  11. demon088

    Linux Something is crashing my OTS...

    I think you're right. I had memory issues, I must upgrade my service. Thank you for everything @WibbenZ!
  12. demon088

    Linux Something is crashing my OTS...

    By normally I mean without gdb, when I use gdb the OTS doesn't run. I don't think RAM is the problem because I was running my OTS with this RAM without problems. I can't see error codes because I don't have a log control of my server. By remote control I mean putty as well. I didn't edit...
  13. demon088

    Linux Something is crashing my OTS...

    If I run the OTS normally the map doesn't crash the OTS, but nobody can login after you select your player because 'Connection Refused' is displayed in the client, but the player is online and never logs out. The RAM is about 2 GB. I don't know what to do because I have not a log where I can see...
  14. demon088

    Lua Armor

    You can increase the armor values for each vocation at vocation.xml, that could be useful for you. A better idea would be to find another server distro where armor works normally.
  15. demon088

    Linux Something is crashing my OTS...

    I tried this and I got this: >> Loading map > Map size: 2000x2000. [Thread 0x7ffff4cca700 (LWP 870) exited] [Thread 0x7ffff7fe8740 (LWP 868) exited] Program terminated with signal SIGKILL, Killed. The program no longer exists. I'm not sure what does this means but the server didn't started...
  16. demon088

    Changing Spell Effects TFS 1.0 HELP

    Try with this: OpenTibia - SpellCreator: A graphical spell creation enviroment Create a spell script that you need in the spell creator and then modify the script to fit exactly what you need for your server.
  17. demon088

    Linux Something is crashing my OTS...

    Hello again OtLand! I need your help... When I put online my OTS everything is fine, but after almost two days the server crashes and client says 'Connection refused' to every player. I'm running my OTS using 'putty.exe' remotely to a Linux VPS via screens. If I try to run the OTS again when it...
  18. demon088

    GlobalEvent Vip System

    Nice post. I'm using this on my OTs and I also added this script to my talkactions. This talkaction will show to the players how much days of VIP do they have by saying the command "!vip" function onSay(cid, words, param) if getPlayerStorageValue(cid,11551) > 0 then...
  19. demon088

    NPC Grizzly Adams (Killing in the name of... Quest) All tasks, more real-tibia

    I'm trying on TFS 1.2, but I don't think that it would work...
  20. demon088

    [MEXICO] TacoServ (low rates, nice loot!) 24/7 NO LAG! NO BOTS!

    Ok thanks for the comment, we will work on that!
Back
Top