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

    Pliz Search is Map.

    i am highly disappointed with the op XD
  2. Karain

    OpenTibia [RME 3.x] RME Modification 3

    You did a superb job nonetheless, many Thanks!
  3. Karain

    OpenTibia [10.76] Remere's Map Editor

    How do I make custom extensions work on the standalone version of remere? (no remere folder in appdata)
  4. Karain

    [USA] Forge of Elements: [Death] & [Souls] & [Havoc] Multi-world []8.7[]

    i have been on and off when it comes to OTs nowadays, work and other life stresses comes in the way, but i am working on a new project which will take some time :)
  5. Karain

    [USA] Forge of Elements: [Death] & [Souls] & [Havoc] Multi-world []8.7[]

    FoE was one of my first large scale projects, but it was too chaotic and very unprofessional, it was quite messy but it was a very good learning experience for me and i am glad that people enjoyed it back in the day.
  6. Karain

    [USA] Forge of Elements: [Death] & [Souls] & [Havoc] Multi-world []8.7[]

    it wasn't even polish. lol. i can sell it if anyone wants it.
  7. Karain

    [USA] Forge of Elements: [Death] & [Souls] & [Havoc] Multi-world []8.7[]

    Nah, it was closed long time ago @Demonatti
  8. Karain

    Attack rate for monsters

    i believe that interval="2000" in your monster xml controls the speed of the attack
  9. Karain

    Lua Sudden Death Modify

    your code was too messy, so i came up with this. local combat = Combat() combat:setParameter(COMBAT_PARAM_TYPE, COMBAT_DEATHDAMAGE) combat:setParameter(COMBAT_PARAM_EFFECT, CONST_ME_MORTAREA) combat:setParameter(COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_SUDDENDEATH) local combat2 = Combat()...
  10. Karain

    Change the MagicDamage?

    did you have more than 8 vocations? :o
  11. Karain

    Change the MagicDamage?

    change "changehealth" to "healthchange" in creaturescript.xml and change "onChangeHealth" to "onHealthChange" in voc.lua
  12. Karain

    Evrytime someone dies he get start items ^^ whats the prob

    hmmm, this might be a bit more complicated than i first thought. do you have skype or an email?
  13. Karain

    Evrytime someone dies he get start items ^^ whats the prob

    um.... you seem to have a missing table called "events" is this some sort of a repack server?
  14. Karain

    Evrytime someone dies he get start items ^^ whats the prob

    more screenshots then :D
  15. Karain

    Evrytime someone dies he get start items ^^ whats the prob

    hmm... i am not sure why does it try to insert instead of update... try deleting the row where player id is 14 and key is 0 from the database.
  16. Karain

    Evrytime someone dies he get start items ^^ whats the prob

    you really have to post the full error or give screenshots.
  17. Karain

    Evrytime someone dies he get start items ^^ whats the prob

    can you post the script of the start items? is there any errors showing up on your console?
  18. Karain

    What has the drop in OT Players been?

    So you can pretty much boil this down to 2 things: "First impressions" & "Marketing"?
  19. Karain

    GlobalEvent [TFS 1.2] Hunger Games Event [with maps]

    massive thanks to you :D globalevents/scripts/hunger.lua is now updated with the latest fix.
Back
Top