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

    Cure CURSE_CONDITION in area makes player get white skull (even in protection zone) - Help -

    The same, I try and I get white skull in depot because it's like I've attacked another player... is almost 100% = than exura gran mas res. I can't find the difference... Why this spell is considered like attacking and exura gran mas res doesn't even start combat (small swords in interface). I...
  2. bury

    Cure CURSE_CONDITION in area makes player get white skull (even in protection zone) - Help -

    Hello, I haven't found anything like this in the forum. I'm testing a very powerful monster in my server but it makes a very strong curse. EDITED: I'm using this script that actually works but makes the character that has casted it (druid or elder druid) with skull and I dont know why: local...
  3. bury

    Solved How many creatures a monster can summon?

    FIXED, THANKS YOU ALL!!! I set the first one as best answer since it was the first. Merry Christmas!
  4. bury

    Lua Math.random equipment and skilling to a player

    idk if this script is possible, it could be an action or a talkaction. A player level 8 get firstitems.lua but with this script, it clicks an item or speak an npc and it replace his items for like 10 items in a list in order: helmet, shield, legs, boots, weapon... It also receives a random...
  5. bury

    Solved How does "chance" work on a loot table?

    0.4 Still happening!
  6. bury

    Solved How many creatures a monster can summon?

    <summons maxSummons="3"> <summon name="Magebomb" interval="10" chance="100"/> <summon name="Magebomb" interval="15" chance="100"/> <summon name="Magebomb" interval="20" chance="100"/> </summons> I'm trying this, but the creature only makes 1 summon (i've waited for a second summon...
  7. bury

    Solved How does "chance" work on a loot table?

    <?xml version="1.0" encoding="UTF-8"?> <monster name="Ferumbras" nameDescription="Ferumbras" race="venom" experience="12000" speed="320" manacost="0"> <health now="35000" max="35000"/> <look type="229" corpse="6078"/> <targetchange interval="5000" chance="8"/> <strategy...
  8. bury

    Solved How does "chance" work on a loot table?

    What happen then if I set chance=100000 and i have loot rate x3? it's weird because im editing a monster that i want an item 100% chance to loot it but it doesnt work. Same with ferumbras: <item id="5903" chance="100000"/><!-- ferumbras' hat --> but i've killed 9 ferumbras and...
  9. bury

    Reseting DB problem with houses and player items

    Ok. Truncating the db player_storage the firstitems.lua script works with all players. Also I could get all the houses cleaned by removing house_data tables and maybe tile_store too.
  10. bury

    Reseting DB problem with houses and player items

    I shutdown the server and truncated the "house" table. It got repopulated in the startup but all houses keep the items. What is more strange, some house's doors say: nobody owns this house (and shows the price) but other doors says: playerx owns this house. LOL tile_items table is empty. Maybe...
  11. bury

    Reseting DB problem with houses and player items

    I've a problem with two tables. First one: I dont know how to remove house owners and all the items in the houses. The table "tile_items" it's empty. And in the table "houses" I've set owners = 0 in all the table, but ingame there are some doors that still says "someone owns this house". Also...
  12. bury

    Reset database without deleting anything, just editing it.

    Thanks! Sorry, I've a problem with two tables. First one: I dont know how to remove house owners and all the items in the houses. The table "tile_items" it's empty. And in the table "houses" I've set owners = 0 in all the table, but ingame there are some doors that still says "someone owns this...
  13. bury

    Reset database without deleting anything, just editing it.

    Hello. For example if I want to set all players level 8. Inside the players column the level is the 6th column so: UPDATE table_name SET column1 = value1, column2 = value2, ... to UPDATE players SET column6 = value8 Is this correct? Edit: It says to me: Error SQL Query: UPDATE...
  14. bury

    Reset database without deleting anything, just editing it.

    I couldn't find any tutorial of this. I just want to have my database like if everybody starts from 0 but without removing anything, just editing. players will have their account already created on the database. For example, player that is level 338, elite knight, ml 6, skills 100/100, that...
  15. bury

    Problem with my test server (Windows 10/64 bits)

    b u m p
  16. bury

    Problem with my test server (Windows 10/64 bits)

    I dont know because here I manage everything very quickly, if a script works I just add it to my real server. The thing is, why it worked for that long time and now it doesn't? If I download 0.4 from zero and install everything it won't work because of this minidump issue....
  17. bury

    Problem with my test server (Windows 10/64 bits)

    I can't do a test server in my hosting because I only have 1 ip. If Windows is the problem what have changed on it? I've been working on this test server more than 7 months but suddenly it started doing mini dumps on the start. I haven't done any update etc
Back
Top