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

    OpenTibia Item Editor (10.98)

    download toast ... SIGN UP LOG IN HELP Something appears to be missing… The key you provided for file access was invalid. This is usually caused because the file is no longer stored on MediaFire. This occurs when the file is removed by the originating user or MediaFire. Still have...
  2. W

    10.98 item/spr/dat editor

    Anyone have this out there? can not find it on the forums at all.
  3. W

    Lua Thread stack overrun:

    Uniformserver XIII Top menu > Mysql > Edit config file my.ini should open in notepad. I set the following thread_stack = 256K Note you can not edit this while mysql is running and you need to just stop it before this option will be enabled. Cheers
  4. W

    Function on Look Item

    Thanks:D
  5. W

    [TFS 1.2] Simple Crafting System.

    1. Lua error on line, nil value when calling method 'Item' 2.Attempt to index global player a nil value - onto something! It at least shows a possible way I can fix that 3.Attempt to call method 'item' a nil value Though none of these 3 directly worked I chose to try and nudge #2 along because...
  6. W

    [TFS 1.2] Simple Crafting System.

    because the complicated method of giving the correct item generated by the modal window, adding line 78 or so of crafting library self:addItem(config.system[lastChoice].items[choice.id].itemID, config.system[lastChoice].items[choice.id].count) adding...
  7. W

    [TFS 1.2] Simple Crafting System.

    does anyone know how to add the creater name to this? so whoever crafts the item is written on the item after that
  8. W

    TalkAction [TFS 1.2] In game ranking

    Add in some commands here @ line 100ish. local function getSkillName(skill) if skill == SKILL_SHIELD then return 'Shielding' elseif skill == SKILL_MAGLEVEL then return 'Magic Level' elseif skill == SKILL_FISHING then return 'Fishing' elseif skill ==...
Back
Top