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

    Mapper Need Mapper

    I been working on a project for about 6 months now i need a mapper i will pay or if you want your worked showed off we can set something up
  2. Z

    Trying to gathering item attributes to make a overall equipment power

    local totalEquipmentPower = 0 local slots = {SLOT_HEAD, SLOT_NECKLACE, SLOT_BACKPACK, SLOT_ARMOR, SLOT_LEGS, SLOT_FEET, SLOT_RING, SLOT_WEAPON, SLOT_AMMO} for _, slot in ipairs(slots) do local item = player:getSlotItem(slot) if item then local itemName = item:getName() -- Added item name...
Back
Top