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

    TFS 1.X+ TFS 1.X instruction - how add actions in script folder etc.

    You dont need anymore just register the event and id in the lua script. In my opinion that a mistake, because in system with alot items with system some times its better you have an xml to keep track of files by id easy in xml. any way some tips: Tutorial: Creating and Using Action Events...
  2. underewar

    [8.6] [The Forgotten Server] [0.4] UnderVersion 1.0.1

    You can compile this using windows with MVS and Linux with Cmake.
  3. underewar

    [MyAAC] [Plugin] [Template] Global Layout

    Hey my friend the CharBazar Feature dont exist in Fresh install of my-aac. To remove this feature you should go to : myaac-template-tibiacom/config.php Just remove the line 8 and you shoudl run perfect! Also if you want to run this template with all plugins working you should use this version.
  4. underewar

    No move dummy

    I dont think you need an script for this, use your item.OTB you should find an check box to make this item unMovable.
  5. underewar

    How to behave in an Internet Forum

    Dont Feed the TROLL
  6. underewar

    [8.6] [The Forgotten Server] [0.4] UnderVersion 1.0.1

    Content Warning! Well, I'll make available the dlls, the executables and the source, from a base that I've been improving for 8 years. This bug free one! Has run on servers with 500+ players online. We were able to compile using code blocks or mvs (2022 or 2019 for example) only mvs 2017...
  7. underewar

    TFS 1.X+ create teleport by pulling levers tfs 1.5

    Take a look here. https://otland.net/threads/tfs-1x-clickitems-to-createteleport.281485/
  8. underewar

    Lua [TFS 0.X] Mana Fluid error

    Looks like you take a datapack and trow in a random src.
  9. underewar

    Feature [TFS 0.3.6/0.4] MultiWorld Protocol System

    MultiWorld protocol system. ioaccountsql.cpp Look for Change for this (Obs: You need configure multiple words in your database). Account IOAccountSQL::loadAccount(uint32_t accno) { Account acc; Database* mysql = Database::instance(); DBQuery query; DBResult result; query...
  10. underewar

    [TFS 0.4/0.3.6] doTeleportMassThings

    Description - The function of all transport objects, teleported of the selected type (players, NPCs, monsters) from one place to another. The function structure looks like this: doTeleportMassThings (leftTopCorner, rightBottomCorner, newPos, minPlayerCount, toSamenewPos, typeOfObjects)...
  11. underewar

    Action [TFS 1x] ClickItems to CreateTeleport

    Once the main stone appears it will be necessary to click on all the others so that they are again "normal" stones. Then the teleport appears. in addition you may be charged something to enter the tp after using the stones. Enjoy. data/scripts/action.xml <action actionid = "10100" event =...
  12. underewar

    MoveEvent [TFS 1.x] Spell System onEquip

    Its a basic onEquip Change storage script. If you have a magic sword your storage value will be 1 and you can use a single spell. If value below 1 you cant use that single spell. data/scripts/movement/xml <movevent event="DeEquip" itemid="2400" slot="hand" function="onDeEquipItem" scripts =...
  13. underewar

    Solved Problem with compiling

    Could you share how you solved that problem? Maybe other member have same problem in future!
  14. underewar

    How to get FREE VPS from Oracle Cloud

    Works perfect!
  15. underewar

    Lua Could someone help me with this spell?

    I developed this system to create an aura of immortality and it was used to balance the fighting mode. luascript.cpp int32_t LuaScriptInterface :: luaGetPlayerSecureMode ( lua_Sta te * L ) { //getPlayerSecureMode(cid) ScriptEnviroment * env = getEnv ( ) ; Player * player = env ->...
  16. underewar

    Make your dream come true [never give up]

    Off course, I do!
  17. underewar

    [MyAAC] [Plugin] [Template] Global Layout

    @slaw how can I make a plugin just to extract and overwrite in template folder? Could you help me?
  18. underewar

    [MyAAC] [Plugin] [Template] Global Layout

    Credits @slaw I just edited the tibiacom template. Full customizable. I have an organized repo for this 'My-AAC last version', I will release I just need to fix something's Just check the template live version. How Install Rename your tibiacom folder and paste the downloaded one. Picture...
  19. underewar

    Eterna RPG Medieval

    Hello you still with this server running?
Back
Top