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

    best interval time for Last Man event?

    read it again please i said i have bump it to 2 interval system that some count like sec in real life like 60 interval is 1 min and others count with much high number such like this 1 * 60 * 1000 be 1 minute and in his case he got the first altenativ with number 1 is 1 sec cuz i been teamviwerer...
  2. RockeTBunnYz

    [LUA] Support with LUA

    just change all your rewarding items to 0 oz or set it in item.xml and its should work for this all those item local specialQuests = { [2001] = 30015, [2002] = 7248, [2003] = 50090, [2004] = 42361, [2005] = 42371, [2006] = 42381, [2007] = 3097} and i dont see npc? script
  3. RockeTBunnYz

    Some random stuff.

    nice work those building look awsome
  4. RockeTBunnYz

    best interval time for Last Man event?

    lol no problem but interval have diffrent number to count it from my experience i bump it to that interval = 1 is 1 sec and some need to count like 1*60*1000 = 60000 for 1 min :P
  5. RockeTBunnYz

    Need Help With Dat / Spr Change From 854 to 860

    yes but cant you just download 8.6 dat and spr and just copy and paste it in your client folder?
  6. RockeTBunnYz

    best interval time for Last Man event?

    i think you should set it for 1 min for testing in your case is <globalevent name="LastMan" interval="60" event="script" value="lms/lastman.lua"/> <globalevent name="arena" interval="90" event="script" value="lms/arena.lua"/> and when you tested it's and its work best time for event depents...
  7. RockeTBunnYz

    [LUA] Support with LUA

    post your item id for the item to the chest and can you explain more what kind of error it is in your console?
  8. RockeTBunnYz

    Need Help With Dat / Spr Change From 854 to 860

    have you try downloading 8.6 client data and spr file ? if it work or do you have the modifacation one
  9. RockeTBunnYz

    Solved Monster Spawn error even i have the .xml

    well i think all i need to do was adding both line so i will choice automatic with it's best :P
  10. RockeTBunnYz

    Solved Monster Spawn error even i have the .xml

    All i did was remove the old <monster name="Bonebeast" file="Skeletons/bonebeast.xml"/> from my monster.xml and change it to this <monster file="Skeletons/bonebeast.xml" name="Bonebeast"/> <monster file="Skeletons/bonebeast.xml" name="Bone Beast"/> notice the new one got 2 line and old one...
  11. RockeTBunnYz

    Solved Monster Spawn error even i have the .xml

    well thanks now it's gone and the file you gave me did give me alots of missing monster so i just copy like for bonebeast and paste it's in my monster so now it's gone anyway ! thanks for your hard work haha !!!!
  12. RockeTBunnYz

    Solved Monster Spawn error even i have the .xml

    Nope doesn't work i already change everything in name bone beast to bonebeast. and also tested bonebeast to bone beast
  13. RockeTBunnYz

    Solved Monster Spawn error even i have the .xml

    my bonebeast is call bonebeast.xml and in monster.xml it's call <monster name="Bone beast" file="Skeletons/bonebeast.xml"/> so everything it's curret but i still getting this error ....
  14. RockeTBunnYz

    Solved Monster Spawn error even i have the .xml

    the error give [08/02/2015 00:37:16] [Spawn::addMonster] Cannot find "Bonebeast" so if i understand what you mean is i must have my bonebeast.xml as bonebeast.xml right? if that i already have that. excatly the name on .xml as script in monster.xml
  15. RockeTBunnYz

    Solved Monster Spawn error even i have the .xml

    i know what you mean but i already check that.... and also i have 3 bonebeast in my monster file 1 in undead file and 1 in skeleton file and 1 in engine monster file i dont think that monster name or nameDescription have something to do with it i dont know but it's doesnt work anyway...
  16. RockeTBunnYz

    Solved Monster Spawn error even i have the .xml

    that's doesnt help ....
  17. RockeTBunnYz

    Solved Monster Spawn error even i have the .xml

    Hey, i'm getting this error even i have Bone Beast.xml in my monster files [08/02/2015 00:37:16] [Spawn::addMonster] Cannot find "Bonebeast" here it's monster file <?xml version="1.0" encoding="UTF-8"?> <monster name="bone beast" nameDescription="a bone beast" race="UNDEAD" experience="580"...
  18. RockeTBunnYz

    Solved Neeeed heelp with events!!!!

    you do change it's in the globalevents interval i have set it on 15min but you can change its or if you using complie server. you maybe can force starting it?.. but remember you need to set arena.lua abit higher interval than lastman.lua because it's cant be starting at the same time for...
  19. RockeTBunnYz

    Solved Neeeed heelp with events!!!!

    post your position here and i will help you out :p otherwise the code i gave you really explain with green text what diffrent code mean so it's won't be any problem there :)
Back
Top