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

    Solved Simple PhpMyAdmin Command :)

    Hey there. I'm just looking for a command to change this for every character on the server: loss_experience, loss_mana, loss_skills, loss_items :) Thanks.
  2. T

    Whirlwind Throw (Exori Hur)

    I'm trying to cast the Exori Hur spell on a knight, but when I type Exori Hur I get "A player with this name is not online".. Here's my script.. I tried to change the name of the words to execute the spell but it didn't help. <instant name="Whirlwind" words="exori hur" lvl="28" mana="40"...
  3. T

    Cannot increase damage of distance weapons.

    I'm running an 8.0 XML-OT Server. The distance weapon files looks like this: In ITEMS.XML <item id="7368" article="an" name="assassin star"> <attribute key="weight" value="200" /> <attribute key="attack" value="65" /> <attribute key="weaponType" value="distance"/>...
  4. T

    Is it possible to make Infernal Bolt only usable with Arbalest?

    As the topic says.. Thanks in advance!
  5. T

    Distance fighting hitchance?

    I have searched on TibiaWiki but I didn't find anything. I'm trying to find the real HitChance percentage on distance weapons, such as Assassin Star hitchance = 90 etc. The one in my server is wrong like, spear hitchance is 100, is not true :) So where can I find all weapons correct hitchance...
  6. T

    Lua Assassin star doesn't end?

    My assassin star script: function onUseWeapon(cid, var) rand = math.random(1,5) if rand >= 10 and rand < 11 then doPlayerRemoveItem(cid,7368,1) else return doCombat(cid, combat, var) end end Hmm? :P I always have one left it never disappear :p I think math random 1,5 means 1 out of 5 it...
Back
Top