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

    Lua Small modification

    You're awesome, thanks! :)
  2. D

    Lua Small modification

    I would like to make it so the upgrade's name is in the item's description, and not in it's name, eg: What I currently have: What I want: setItemName(itemEx.uid, getItemNameById(itemEx.itemid)..'UPGRADED'..slot) addEvent(doPlayerSendTextMessage,500,cid, 24,"Your item has been enchanted!")...
  3. D

    Item Upgrades 8.6 (cryingdamson 0.3.6 V8.2)

    gainAttack='&a+math.random(100)',loseAttack='&a-(1*(#+1))', Will select a number between 1-100
  4. D

    Lua Item upgrade script (Needs slight modification)

    I'm using this script, and basically I changed the line (added attackspeed). The weapon upgrades with attackspeed, but how can I make the attackspeed visible on item description? Example of what I'd want: --- Perfect refine system by Mock the bear (MTB). --- Email: [email protected]...
  5. D

    Error when connecting to my server?

    ..bump :D
  6. D

    Error when connecting to my server?

    TFS 0.3.6 V8.2 When I try to connect to my server via my ip and port 7171 , it crashes my client and I get this error;
  7. D

    Item Upgrades 8.6 (cryingdamson 0.3.6 V8.2)

    I got it working, but now I want to edit it so you can only upgrade an item once, and it would give better results (between 1-10)
  8. D

    Item bonuses don't work?

    Awesome, the answer I was looking for! Thanks :)
  9. D

    Item bonuses don't work?

    [cryingdamson 0.3.6 V8.2 Let's take for example, my bag (TIBIA 8.6) Inside ITEMS.XML Item ingame: When I equip the bag, I don't get any of the bonuses. I relogged and it didn't fix anything.
  10. D

    Item Upgrades 8.6 (cryingdamson 0.3.6 V8.2)

    ...bump tried using your script, but didn't seem to work as I got this error stated above
  11. D

    Item Upgrades 8.6 (cryingdamson 0.3.6 V8.2)

    [29/04/2014 21:19:57] [Error - LuaScriptInterface::loadFile] data/actions/scripts/upgrade.lua:1: unexpected symbol near '[' [29/04/2014 21:19:57] [Warning - Event::loadScript] Cannot load script (data/actions/scripts/upgrade.lua) [29/04/2014 21:19:57] data/actions/scripts/upgrade.lua:1...
  12. D

    Item Upgrades 8.6 (cryingdamson 0.3.6 V8.2)

    Can anybody link me to a working item upgrade system for (cryingdamson 0.3.6 V8.2)? I've been searching around, and every script I find comes up with errors and fails to launch! Any help really appreciated
  13. D

    Easy question... creating a new backpack/container

    I took the item 9076 and added it to items.xml (wasn't in the list) <item id="9076" article="a" name="greyish bag"> <attribute key="weight" value="800" /> <attribute key="containerSize" value="8" /> <attribute key="slotType" value="backpack" /> </item> In...
Back
Top