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

    Lua Problem Reflect System

    Like i said in the other topic: Change this for i = 1, #slotPos do if getPlayerSlotItem(cid, slotPos).uid > 1 then if getItemReflectPercent(getPlayerSlotItem(cid, slotPos).uid) then reflectPercent = reflectPercent +...
  2. Caronte1

    Lua Add Item (no cap)

  3. Caronte1

    Lua Add Item (no cap)

    You can force it, through doPlayerSetMaxCapacity(cid, cap). you give more cap to the player, add the item, and then, you take the additional cap. To calculate how mach capacity you should give, use this function: getPlayerFreeCap(cid) and to know how much the player need...
  4. Caronte1

    Lua Reflect System Help

    Try this: Paste it only after <event type="statschange" name="ReflectDamage" event="script"><![CDATA[ local slotPos = {CONST_SLOT_NECKLACE, CONST_SLOT_FEET, CONST_SLOT_RING} function onStatsChange(cid, attacker, type, combat, value) if isCreature(cid) == true and isCreature(attacker) ==...
  5. Caronte1

    [Archived] "[Quick Showoff] Post your latest maps"

    it's herpes in the dick
  6. Caronte1

    [Archived] "[Quick Showoff] Post your latest maps"

    Yeah man, i said to he , but he dont belive...
Back
Top