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

    Rooks Tale

    game and website are almost done. server will be up and running 24/7 within this week!
  2. UpInSmoke

    increase the power of sudden death ?

    just set these values higher in the sudden death script setCombatFormula(combat, COMBAT_FORMULA_LEVELMAGIC, -1, -60, -1, -60, 5, 5, 4, 7)
  3. UpInSmoke

    Solved Manrune problem

    Dont use as a spell, will add exhaust delay too spells. which is bad for pvp etc.. use this in actions local exhaust = createConditionObject(CONDITION_EXHAUST) setConditionParam(exhaust, CONDITION_PARAM_TICKS, 1000) -- time in seconds x1000 function onUse(cid, item, fromPosition, itemEx...
  4. UpInSmoke

    castle

    what script are you using for castle? or are you not using any and its just a regular house?
  5. UpInSmoke

    Solved NPC problem

    frodo only sells... okay so the xml trade module wasnt working so for anyone else who has this problem just take your time and hardcode it in lua and it will work. for example: local shopModule = ShopModule:new() npcHandler:addModule(shopModule) -- sell to him...
  6. UpInSmoke

    Rooks Tale

    bump
  7. UpInSmoke

    Solved NPC problem

    nope doesnt work :( i added an axe to the end and it was able to sell the axe.. idk why but it wont let me sell any of these food products.. does it have something to do with being able to hold multiple of them?
  8. UpInSmoke

    Solved NPC problem

    found the page, sadly there was so solution posted on it.. Remaking the NPC doesnt work either and my other NPC that sells similar stuff also doesnt.. Guess it has to do with the items it sells? Any suggestions? :/
  9. UpInSmoke

    Rooks Tale

    haha i know you did, i fixed the banana tree, doublet, katana, cip/dallheim, food/regen and ill make sure i spend some time touching up those places! sounds good
  10. UpInSmoke

    Solved NPC problem

    So i am really confused... can someone please tell me why this NPC's buying option doesnt work: <?xml version="1.0" encoding="UTF-8"?> <npc name="Willie" script="data/npc/scripts/default.lua" walkinterval="2000" floorchange="0"> <health now="100" max="100"/> <look type="153" head="77"...
  11. UpInSmoke

    Rooks Tale

    Thank you for the reports, regeneration/food and doublet quest has been fixed. I am at work right now so I can't reload the server for the fixes to take place. I am unsure why the monsters would be doing that I will look into it after work. And thank you for reporting the banana palm and katana...
  12. UpInSmoke

    Rooks Tale

    Okay i like that Idea, ill do the 31+ is x2 thank you for that Updated stages, main post has been updated to new exp rate
  13. UpInSmoke

    Item gives spell

    change needlearn="0" to 1
  14. UpInSmoke

    Multiple Questions - How to edit NPC Responses, How to make a chest obtainable once?

    that only works for 8.6 for 9.8 make sure its the chest and then 2000 action id and uniqueid is the item you want them to get
  15. UpInSmoke

    Rooks Tale

    Lag has been fixed, quests have been fixed! give it a try and let me know :)
  16. UpInSmoke

    Rooks Tale

    Sounds good! i have to go to my dads house so i wont be able to log on till later tonight myself :) just thought id let the beta testing go for abit even without me xD
  17. UpInSmoke

    Rooks Tale

    Test Server now up: ip: rookstale.servegame.com client: 9.8 DO NOT USE WEBSITE. it was created for a different server i was working on; simply use in-game AAC. website will be made shortly. Post any glitches here please or pm me. thanks!
  18. UpInSmoke

    Solved God character

    ah fixed thank you limos :D
  19. UpInSmoke

    Solved God character

    I made a god character with this distro http://otland.net/f18/9-80-9-86-forgotten-server-v0-2-15-mystic-spirit-188228/ but it wont let me use any of the commands like: /i 2160 or /t whenever i use it i get the following message: You can not execute this command now i only get this message...
  20. UpInSmoke

    Solved Manrune problem

    show script
Back
Top