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

    Lack of Player Info

    bumb
  2. P

    Lack of Player Info

    Hey all, Its very annoying that im not able to lookup who was when online. Is there a webapplication that records these kinds of info? Im having a small graph from vapus in my ModernAAC. This is a very nice feature. But I want more! :P So my request is a html/php/ajax/javascript (well as...
  3. P

    Super charged powerup (buff) in certain area

    Hey, Im looking for a script that when you are in a certain zone, you get a "powerup". In this area you will have a static amount of HP/mana/skills/mlv. Equivalent to (for example) a level 500, skills 200, magic lv 150 etc. Our server uses 8 different vocations. So in my case I need to be able...
  4. P

    Lua Artificial Intelligence Script boss

    Yes.. But i will try it again later this day.. Pasibun
  5. P

    Lua Artificial Intelligence Script boss

    I dont know. Got tips for me so I can figure this henceforth not having to ask about it. In this case it can be replaced with global storage value right?
  6. P

    Lua Artificial Intelligence Script boss

    Thanks, its working.. well the part that the monster loses Health.. Now when the monster is on 80% so.. if(monsterHP <= 0.8) then the console crashed.. Some one a idea? Pasibun
  7. P

    Lua Artificial Intelligence Script boss

    Alright! I will try it out, Thanks scarled:) Pasibun - - - Updated - - - Well i tryed like this: local t = { {name = "Raijin", pos = { x = 884, y = 423, z = 8, stackpos = 1 }}, {name = "Raijin", pos = { x = 881, y = 423, z = 8 , stackpos = 1 }}, {name = "Minor Entity", pos = { x...
  8. P

    Lua Artificial Intelligence Script boss

    I still got a problem.. The monster won't die.. well the monsters hp stays on 100%.. Pasibun
  9. P

    Lua "Super charged" group mission.

    I got a dungeon system in my OT server. A system similair as Annihilator but way more advanced and not restricted to 4 sqm. See it more like a dungeon in World of Warcraft of other MMORPGS that use this system. Im creating a new dungeon and for this one I need: - Its a pure PVE...
  10. P

    Lua Artificial Intelligence Script boss

    Yeah but now if you have this part: function onStatsChange(cid, attacker, type, combat, value) local monsterHP = getCreatureHealth(cid) / getCreatureMaxHealth(cid) Lets say there is a demon, its max health is 8200. currently the demon is at 6650 health. Using the above code, it will do...
  11. P

    Solved [PHP&ModernAAC] Signature change img to htdoc/public/image/items

    Appearantly the script already works like that. But nobody told me :( If you have custom items, you dont have to change the tibia.dat or spr. You can simply go to htdoc/public/images/items and create the item ID. So this problem is solved and can be closed (Im such a newb :P)
  12. P

    Lua Artificial Intelligence Script boss

    Thanks summ, I got another question, it is about this part.. local monsterHP = getCreatureHealth(cid) / getCreatureMaxHealth(cid) I want to get the % of the monster.. so if the monster is add 80% health.. he will activate the this part.. if(monsterHP <= 80) and getCreatureStorage(cid, 19200) ==...
  13. P

    Lua Artificial Intelligence Script boss

    Thanks i will try it out, but first the script needs to work.. Can some one help me with this? Pasibun
  14. P

    Lua Artificial Intelligence Script boss

    I mean the monster.. If the monsters use a spell (wich has 10 seconds of animation or something) and the monsters dies in that 10 seconds.. The server will report a shitload of errors.
  15. P

    Lua Artificial Intelligence Script boss

    Well, i tryed.. but when i tryed to attack the monster. it gave me an error: [16/11/2012 09:13:23] [Error - CreatureScript Interface] [16/11/2012 09:13:23] data/creaturescripts/scripts/dungeon/crystalcave/behavior_raijin.lua:onStatsChange [16/11/2012 09:13:23] Description: [16/11/2012...
  16. P

    Solved [PHP&ModernAAC] Signature change img to htdoc/public/image/items

    Haha true, cant change title only :( Some mod can change the title to php?
  17. P

    Solved [PHP&ModernAAC] Signature change img to htdoc/public/image/items

    Hey, The signature script works excellent, for one flaw. When you use custom items it does not recognize them and they dont place an image. Appearantly we have to change the .dat, .spr and the .otb. Ive tried asking on the forum, I tried it my self but im still at point 0 on this issue...
Back
Top