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

    Windows How to import items into RME?

    Hi. I made some custom items (sprites are not edited, just copied sprites from otb file and made new item) How can I use these items in Remere?
  2. G

    Lua TFS 1.2 Item Attributes

    Hi. I want to make item upgrade system with more options than just modifying attack, defense, range, hitchance. Is there any way to make action script that increases attack speed, adds elemental damage, health/ mana regen, particular skill, walking speed? I dont think its possible with...
  3. G

    Lua Comparing values returns unexpected value

    Hi. Im trying to write a new script for upgrading an item. I have this in my global.lua: function getItemAttribute(uid, key) local i = ItemType(Item(uid):getId()) local string_attributes = { [ITEM_ATTRIBUTE_NAME] = i:getName(), [ITEM_ATTRIBUTE_ARTICLE] = i:getArticle()...
Back
Top