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

    MyAAC v0.7.12

    Hi, where i can change password type?, acc created with your acc maker is using not using sha1 and i need them to be sha1, any ideas how i can change acc maker to create accounts with sha1 passwords? thanks in advance Edit: Problem solved, adding this line to my config.lua passwordType = "sha1"
  2. calidacs

    Teleport to player spell

    All he have to do is make sure to add in spells.xml in the spell line this: needtarget="1" blockwalls="1" i though thats obvious that you cant cast this spell in pz since you cant have a toggled target in pzzone lol
  3. calidacs

    Teleport to player spell

    Hope that will help you. function onCastSpell(cid, var) local pos1 = getCreaturePosition(cid) local target = getCreatureTarget(cid) local pos2 = getCreaturePosition(target) if target == isCreature then doTeleportThing(cid,pos2) doSendMagicEffect(pos1, 2) //here you set your effect after...
  4. calidacs

    Team Need team for Shinigami Legends OTS.

    #Refresh
  5. calidacs

    Team Need team for Shinigami Legends OTS.

    Hello, my name is Patryk, and im from Poland, actually i was thinking about something different in the thread of anime open tibia servers, this one would be based on Bleach anime but a little bit more spectacular: Dynamic class system that allows players to become a different class by passing...
  6. calidacs

    Lua OnEquip Exiva Tfs 0.3.6

    ok i found a way how to do it, but still need some help with it i added a new bool to spells called needitem something like needweapon almost the same, but now i need some help with change needweapon code to getplayeritemid if its even possible heres the code, maybe someone will be able to help...
  7. calidacs

    Lua OnEquip Exiva Tfs 0.3.6

    i dont really want to edit SearchPerson, main code because i want to have 2 kinds of this spell, first one is the normal exiva, and another is the one that need an equpped item to work
  8. calidacs

    -

    config.lua > showHealingDamage = "yes" maybe thats what are you looking for? but, OThire 0.0.2 what protocol is that server? isnt it 7.72? if it is 7.72 you need to add this option in sources.
  9. calidacs

    Lua OnEquip Exiva Tfs 0.3.6

    Hello, could someone help me and make for me spell Exiva which will work only if ill have equipped XXXX item? Thanks Tfs 0.3.6
Back
Top