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

  1. chanteelee

    Built-in Database Manager

    Great job!
  2. chanteelee

    Moved to private subversion.

    Hey.. How can we submit Patches? We post it on the forum? How can we be part of developers team?
  3. chanteelee

    @ New TFS

    Mine too :D Oh, a lot of NPC's for 8.11 version doesn't work in the last revision ;)
  4. chanteelee

    House rent system

    I not sure, but i think each time you start the server, it count as a Day. So, if you shutdown a server by 10 times a day it will be like 10 days...
  5. chanteelee

    Raids

    Someone have a tip for how to make a Raid more ... Random!
  6. chanteelee

    Npc Script

    If you're using the last npc libs, yes!
  7. chanteelee

    Npc Script

    You write it in the NPC.lua script... Sample, Runes.lua: local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function...
  8. chanteelee

    Npc Script

    Try: shopModule:addBuyableItemContainer({'sd','sudden death'}, <BACKPACK_ID>, <SD ID>, <PRICE>, <CHARGES>, 'backpack of sudden death rune')
  9. chanteelee

    How to sell an item with charges???

    Some ppl don't read the posts and go for the reply... READ MY POST, AND AFTER TRY TO HELP. -.-
  10. chanteelee

    2 Bugs.. Or Only I Dont See It?

    I use TAGS and this work for me. Dunno about trunk
  11. chanteelee

    2 Bugs.. Or Only I Dont See It?

    1- Probably is the server save... You should set it to about 1~2hrs 2- dunno how to disable, but you can increase the gain cap per level into Vocations.xml
  12. chanteelee

    Runtime problem

    I'm using the last revision for about 3 days and it is working fine for me... o.O
  13. chanteelee

    How to sell an item with charges???

    Hello! In this new Npc system, my NPC's doesn't work! shopModule:addBuyableItem({'sudden death', 'sd'}, 2268, 10000, 100, 'sudden death rune') This should sell a 100 charges SD, but it sell a 1x only... i tried in the XML too: <parameter key="shop_buyable"...
  14. chanteelee

    No bugs now, only 2 questions!

    Don't ask me for support =P Learn the code Anihilator.lua function onUse(cid, item, frompos, item2, topos) if item.uid == 6666 then if item.itemid == 1946 then player1pos = {x=122, y=598, z=12, stackpos=253} player1 = getThingfromPos(player1pos) player2pos = {x=121, y=598...
  15. chanteelee

    Problem with Config.lua

    [04/08/2008 00:09:01] >> Loading config [04/08/2008 00:09:01] > ERROR: Unable to load config.lua! Every first time i try to open the server it gives me this error. THen, i close, and open again and it works... Some idea of what is that?
Back
Top