8000 Release DBViewer Version 0.4.2.0 and DBEditor Version 0.0.1.3 · ZeromusXYZ/AAEmu-Tools · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

DBViewer Version 0.4.2.0 and DBEditor Version 0.0.1.3

Compare
Choose a tag to compare
@ZeromusXYZ ZeromusXYZ released this 25 May 13:13
· 83 commits to master since this release

DBViewer

  • Added some basic NPC spawner information to the NPCs
  • Added NP Skills view to NPCs
  • Added Initial Buffs to the NPCs
  • Added Interactions to the NPCs
  • Added AI file name to NPCs
  • Added loot pack items node (by Nikes)
  • Added NPC base skills
  • Added search text history for the following search boxes: Buffs, Doodads, Items, NPCs, Quests, Skills and the manual SQL text box.
  • Fixed buff search anchor settings so it doesn't deform anymore when you resize
  • Changed search histories so they are now saved with the character case instead of all lowercase (needed mostly for SQL history)
  • Fixed a issue where Monster Group Names data was always empty. Also fixes duplicate entry issues for NpcInteractions and AiFiles if the DB was changed at runtime.
  • Added Passive Buffs and Initial buffs and skills to the Vehicles tab
  • Enhanced the search of vehicles to also include the model type description
  • Double-Click on custom node properties now uses the Id rather than the name for auto-search functions
  • Fixed the issues where auto-search from a double-click would not first enable the search button. Making the initial search not work.
  • Added Vehicle bindings
  • Fixes for compatibility with database version 3.0.3.0
  • Skill effects will now display their trigger rate based on their weight (if they are weighted)
  • Added skill id to skill tree plot root
  • Added Owner names to the Faction search
  • Removed Owner Name localization field and replaced it with grabbing from the NPCs table.
  • Added experimental new Loot table view to NPC tab

DBEditor

  • Updated EF to most recent develop version of the AAEmu DB as of 2024 May 25
  • Fixed the issue where it was not possible to add a SKU if there were not previous ones.
  • Added basic item search
  • Item Form is now decently searchable
  • Added new iteration of ClipboardHelper
  • Labels on the Items form can now be copied to clipboard like in DBViewer
  • ICS Shop Editor now has buttons added to lookup ItemIds for SKU and item display overrides
  • Added support to Server -> Accounts to allow Add, Delete, change Username or Password for accounts
  • Added Random password generator for accounts
  • Added filter option for the accounts list, can use account names or character names to filter
  • Account editor now allows editing Labor, Credits, Loyalty and AccessLevel (account level only)
  • Added warning when trying it edit to remaining sales on a ShopItem and it's value had changed.
  • Fixed issue where account details would not update if it was changed by the game server while the editor was running.
  • Added and enabled character server data viewing
  • Moved GetMoney function to AaTextHelper class as CopperToString
  • Added tab page for owned objects like Pets and Houses
  • Character Stats tab now contains more stats
  • Character class name now has it's name as well as it's individual skill trees displayed

Co-authored-by: NL0bP
Co-authored-by: nikes

0