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

    Help removing charges of a ring in a spell

    I have a script that u hit more with sd and a ring dissapear, but I want make it that remove 1 charge of the ring, thanks -- config -- local percent = 50 local ring_id = 2357 -- config -- local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_DISTANCEEFFECT...
  2. K

    MoveEvent If you wear a ring you hit more with SD

    CREATED BY Helveg Modified by Kimat (me) Explication: When you wear item id 2357 then you hit more with sd and ring disappear. Movements.xml <movevent event="Equip" itemid="2357" slot="ring" function="onEquip" script="SDRing.lua" /> <movevent event="DeEquip" itemid="2357" slot="ring"...
  3. K

    request, administrator protocol for TFS

    where do I find administrator protocol for TFS?
  4. K

    Items of houses dissapear

    sometimes items of houses dissapear, why?
  5. K

    Walking bug

    when u walk and use potions sometimes the character have a bug and cant move, how to fix that? im using \tags\0.2 sources, thx I know that there is another post , but is since 2007 and there is no fix. another think, wich I must compile tags\0.2 or trunk? :S EDIT :: Find walk bug, and now I...
Back
Top