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

    Lua possible to make custom summon spell?

    yes that is actually kind of overkill in the spell I had in mind but will help me make it right, thank you very much. And I knew they had pet systems out, but I didn't know they had them this complex!
  2. ziggy46802

    Lua possible to make custom summon spell?

    Is it possible to make a custom summonmonster spell like utevo res, but where only one monster is the choice and, if that can be done, can that monster also be edited by having it's health be based on the players and such?
  3. ziggy46802

    Lua What's wrong with this script?

    local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_BLOCKARMOR, 1) setCombatParam(combat, COMBAT_PARAM_BLOCKSHIELD, 1) setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE) setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_EXPLOSIONAREA)...
  4. ziggy46802

    Lua Rod that heals per swing

    So far I got to this local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_BLOCKARMOR, 1) setCombatParam(combat, COMBAT_PARAM_BLOCKSHIELD, 1) setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE) setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_EXPLOSIONAREA)...
  5. ziggy46802

    NPC Ultimate Shield Dealer

    thanks for taking use of my npcs, although 3 of them, including this guy, needs a few (not many just a few) items added from the newer versions of tibia that didnt work when only 8.6 was around, which was when I made these (or maybe 9.6 was around, but it didnt have any distros for it yet, so...
  6. ziggy46802

    NPC Ultimate Shield Dealer

    Wow, I don't know how I didn't see that. I'm lucky that my server isn't public yet and people are buying and selling tower shields like no tomorrow! Thank you very much for pointing that out, I edited my original post so now he only buys them for 8k, not 80k lol
  7. ziggy46802

    Linux Compiling

    try this tutorial http://otland.net/f479/compiling-ubuntu-12-04-precise-64bit-170202/
  8. ziggy46802

    Solved NPC wont respond except to hi

    Wow Summ that script works just fine! Thank you so much!
  9. ziggy46802

    NPC Ultimate Axe Dealer

    There is too much information about each npc to compile all 9 of them into one thread. Each NPC took 4-5 hours to make so I wish for each one to have it's own thread to discuss things about (like prices on high end weapons).
  10. ziggy46802

    Lua Need Globalevents - Move Players

    You could try doing a math.rand(1,4) and then set 1 = turn left, 2 = turn right, etc. in the code, and do it something like, it triggers when they move, so they just have to move once then it moves them which triggers it to move them again, and again, and again. That might work. And search...
  11. ziggy46802

    Windows an ipchanger

    you could try PyIpChanger, its the only Ip Changer that worked for me (I'm using linux, but still....) and it's very basic and simple and boots up tibia for you, just search for it "PyIpChanger"
  12. ziggy46802

    Windows Dedicated Server - Windows Vs. Linux

    Try using the latest Linux Ubuntu distribution, which is 12.10, it might work a little bit better And I agree that Linux is much more stable and faster and wont crash on you and wont lag as much.
  13. ziggy46802

    Solved NPC wont respond except to hi

    well all my other npc's work, but all they do is do shop modules in the .lua file, they dont selfsay or docreaturesay anything. And I'm using the latest lib folder from TFS 9.6, so I don't think theres a problem there, I think theres a problem in the talkstate system. Is it out of date?
  14. ziggy46802

    Cannot connect to a login server

    try putting your real ip in the config, not 127.0.0.1 or localhost but on your ip changer, put 127.0.0.1
  15. ziggy46802

    Solved NPC wont respond except to hi

    I don't know, I'm not hosting it so I really can't tell you but he wont respond when using selfSay either
  16. ziggy46802

    Solved NPC wont respond except to hi

    Here is the npc local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local talkState = {} -- OTServ event handling functions start function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid)...
  17. ziggy46802

    NPC Ultimate Sword Weapons Dealer

    Made him compatible with latest NPC system, and TFS 9.6. He now sells every single sword that exists. And I made a thread for each npc because, ummm hello? Each npc took 4-5 hours to make.
  18. ziggy46802

    NPC Ultimate Sword Weapons Dealer

    Need to edit out the 1's at the end of each line since they make 9.6 servers not work, and need to add in the 9.6 items (that work) Also added in LUA tags so that it is easier to see
  19. ziggy46802

    NPC Ultimate Shield Dealer

    Need to edit out the 1's and add in 9.6 items Added in LUA tags so it is easier to see
  20. ziggy46802

    NPC Ultimate Boots Dealer

    Added in 9.6 items and fixed for version 9.6 Also added in LUA tags so that it is easier to see
Back
Top