Matrix™ Emulator
Go to websitePanel LoginRegisterFAQ
  • WELCOME
    • Server Documentation
      • 📂MuServer
        • 📂ConnectServer
          • 📝ConnectServer.ini
          • 🗒️ServerList.dat
        • 📂Data
          • 📂Character
            • 📄DefaultClassInfo.txt
          • 📂Custom
            • 📂BotSystem
              • 📄BotBuffer.txt
            • 📄ConsumableTicket.txt
            • 📄CustomArena.txt
            • 📄CustomCommandDescription.txt
            • 📄CustomEventDrop.txt
            • 📄CustomJewel.txt
            • 📄CustomMix.txt
            • 📄CustomMonster.txt
            • 📄CustomMove.txt
            • 📄CustomNpcCommand.txt
    • Lua Documentation
      • 📂Mu Server Side
        • Bridges
        • Functions
      • 📂Client Side
        • Bridges
        • Functions
  • CHANGE LOG
    • Version 1.0
    • Version 1.1
    • Version 1.2
    • Version 1.3
    • Version 1.4
    • Version 1.5
    • Version 1.6
    • Version 1.7
    • Version 1.8
    • Version 1.9
    • Version 2.0
    • Version 2.1
    • Version 2.2
    • Version 2.3
Powered by GitBook
On this page
  1. WELCOME
  2. Server Documentation
  3. MuServer
  4. Data
  5. Custom
  6. BotSystem

BotBuffer.txt

File intended for creating buffer bots.

The file contains 4 sections. Maximum number of bots is 40. Maximum number of buffs per bot is 5. Explanation of section 1: "Total 12 configuration columns related to the bot and its requirements" BotIndex = Bot number, it is advisable to follow a sequence starting from 0. Class = Bot class, below is the numbering of the character classes. Enabled = Enables or disables the bot to function, use 0 or 1. ColorName = Related to PK name colors, use 0 to 6. Zen = Zen value required to use the bot, use 0 for no charge. PCPoint = Coin3 amount required to use the bot, use 0 for no charge. MaxLvl = Maximum character level for using bots. Name = Bot name, max put 10 letters. Map = Number of the map where the bot will be positioned. X = X position of the bot in relation to the Map. Y = Y position of the bot in relation to the Map. Dir = Character position in relation to the map rotation. Number of classes 0 = Dark Wizard , 1 = Soul Master , 2 = Grand Master 16 = Dark Knight , 17 = Blade Knight , 18 = Blade Master 32 = Fairy Elf , 33 = Muse Elf , 34 = High Elf 48 = Magic Gladiator , 50 = Duel Master 64 = Dark Lord , 66 = Lord Emperor 80 = Summoner , 81 = Blood Summoner , 82 = Dimension Master 96 = Rage Fighter , 98 = First Master Explanation of section 2: "Total 5 configuration columns related to Gens requirements" BotIndex = Follow the numbering related to the bot in section 1. Only_AL = Account level requirement for using the bot, use 0 to 4. ReqGens = Enables or disables the bot to work according to Gens, use 0 or 1. Contribution = Contribution amount from the Gens family. GensFamily = Gens Family requested to use the Bot. Only_AL Explanation 0 = Released for Free, Vip1, Vip2 and Vip 3. 1 = Released for Vip1, Vip2 and Vip 3. 2 = Released for Vip2 and Vip 3. 3 = Released for Vip 3. GensFamily Explanation 1 = Vanert. 2 = Duprian. Explanation of section 3: "Total 6 configuration columns related to bot items" BotIndex = Follow the numbering related to the bot in section 1. Slot = Configure according to the Slots explanation below. Type = Item section number according to Item.txt. Index = Item number within the selected section according to Item.txt. Level = Item level, use 0 to 15. Option = Ancient option to add visual effect. Slot Explanation 0 = Sword 1 = Shield 2 = Helm 3 = Armor 4 = Pants 5 = Gloves 6 = Boots 7 = Wings 8 = Pet Explanation of section 4: "Total of 4 configuration columns related to buff awards when using the bot" BotIndex = Follow the numbering related to the bot in section 1. Buff = Select the Buff or Skill number/line from the Skill.txt file. Time = Buff usage time in minutes. Power = Power increase rate, Percentage.

Last updated 8 months ago

📂
📂
📂
📂
📄