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

    PlayerPos + Lever = TP

    It is a tile (like the DP tile) that's right beside the lever.
  2. Ozo

    PlayerPos + Lever = TP

    Nope, wouldn't work =/ suggestions? =)
  3. Ozo

    PlayerPos + Lever = TP

    I am sorry but, my lua skills is not good enough.. been trying for an hour or so now. Could anyone please help me out? :) this is what the code looks like now function onUse(cid, item, frompos, item2, topos) playerpos = getPlayerPosition(cid) nplayer1pos = {x=572 , y=532 , z=12 } --...
  4. Ozo

    PlayerPos + Lever = TP

    Hello! Scenario: Player stands at a specific tile -> pulls lever -> gets teleported How would i modify this script to check if a player stands at the correct position instead of an item/corpse? Lua: function onUse(cid, item, frompos, item2, topos) playerpos =...
  5. Ozo

    NPC [Release]Spell NPCs

    Probably not ;o
  6. Ozo

    OpenTibia [tool] OTLoot

    Omg! ... all i have to say Awesome tool!
  7. Ozo

    NPC [Release]Spell NPCs

    Empty? Bump
  8. Ozo

    NPC [Release]Spell NPCs

    Sorcerer Trainer 00:20 Ozo [63]: 18 00:20 Sorcerer Trainer: I can teach you, light and find person. Edit: 00:20 Ozo [63]: 60 00:20 Sorcerer Trainer: I can teach you, rage of the skies. Edit2: 00:20 Ozo [63]: fierce berserk 00:20 Knight Trainer: Would you like to learn berserk?
  9. Ozo

    NPC [Release]Spell NPCs

    Paladins: Great light = learn Light?
  10. Ozo

    NPC [Release]Spell NPCs

    Oh, sorry i meant Great Light = would you like to learn light? :) Could i add you on MSN? cause in the future i guess i will find every bug the scripts has and trough msn it'll be much easier to communicate :o
  11. Ozo

    NPC [Release]Spell NPCs

    Alright :) Thank you Empty! Edit: Paladins can't buy ultimate light
  12. Ozo

    NPC [Release]Spell NPCs

    I just noticed that "great energy beam" = " would you like to learn energy beam?" Could you please tell me how to make him understand since i know it will happen with more spells ;o
  13. Ozo

    NPC [Release]Spell NPCs

    oh cool ^^ You should also add the holy spells for paladins :) Good job btw! Edit: And if you dont mind, could you give me a small explanation of what you changed/did to make him understand? :)
  14. Ozo

    NPC [Release]Spell NPCs

    Sorcerer :) Some other spells has the same issue, great light, ultimate light -> Would you like to learn light for 100gp? intense healing rune -> would you like to learn light healing for xxxgp? etc :o
  15. Ozo

    NPC [Release]Spell NPCs

    Hmm.. When i want to learn "great light" he asks med if i want to learn "light" for 100 gp, any way to fix this? Cheers!
  16. Ozo

    [Problem] Npc sells premiums for free.

    at if doPlayerRemoveMoney(cid,20000) then add if doPlayerRemoveMoney(cid,20000) == TRUE then
  17. Ozo

    NPC [fixed] Forgotten Server Oracle!

    The teleport effect would make this awesome!
  18. Ozo

    Yet another NPC problem

    I also have this problem ;o
Back
Top