Skip to content

Releases: harliq/AceCreator

Version 2.0.1.0

05 Nov 18:38
bd8e40c
Compare
Choose a tag to compare

Added:
Add Encounter button to Advanced Tab
Remove Selected Encounter button to Advanced Tab.

  • Add Encounter - Adds an encounter of the specified Generator WCID.
  • Remove Encounter - Removes selected encounter from the DB.

Version 2.0

17 Jun 21:45
394466d
Compare
Choose a tag to compare

Version 2.0

New Tabs

  • Nudge
  • Advanced
  • Help

New Features

  • Move/Rotate objects
  • Export Landblocks
  • Parent/Child Linking.
  • Misc. Features.

* NOTE: You must be on the current master as of 6/17/2020 for the new features to work . *

To see all the new features, and what they do, see the Ace Creator Wiki. It has been updated.
Creator Wiki

Thanks to gmriggs for providing the support in the code. Without it, this plugin could not be possible. Also thanks to Drid for the help understanding Parent/Child Objects.

v1.1.0.1

13 Mar 02:23
Compare
Choose a tag to compare

Fix for lists not refreshing correctly

v1.1.0.0

29 Feb 00:35
Compare
Choose a tag to compare

New Tabs Added

image

Landblocks - Now you can import landblocks, reload current landblock, and clear the cache.
Quests/Recipes - You can now import Quests/Recipes

Added a button to point to the Ace Creator Wiki.

Lots of under the hood changes. Should not have any effect, but since a lot was changed/moved let me know on discord if you run into any issues

NOTE: You will have to redo your paths that point to your correct folders.

v1.0.5.0

08 Feb 00:54
Compare
Choose a tag to compare

Added WCID look up on PCAP Exports ex. https://github.com/ACEmulator/ACE-PCAP-Exports/search?q=filename:12345
This was a requested a few times. Its not exactly like I was shown, but this works just as well (and same results), just looks different

Also a bit of a Ux redesign, to balance the new button
image

v1.0.4.5

07 Feb 17:43
Compare
Choose a tag to compare

Added Remove Instance Button.
Some minor Ux changes to make room for new button, and to make controls line up better
Code changes to make Request.IDs easier

image

v1.0.4.0

06 Feb 03:52
549ec3c
Compare
Choose a tag to compare

Finally able to refresh the drop downs correctly. So you shouldn't have to use the file refresh button much anymore. Exporting auto refreshes.

The edit buttons launch your default editor for .json or .sql files. If you want to use different programs for editing, you will have to set that in your editor or Windows settings. That has nothing to do with Ace Creator.

The WCID lookup on ac.yotesfan.com might be helpful to some. Just something I added in case someone needs it.
Also I think I have finally figured out how to keep the plugin from jumping all over the toolbar. Hopefully its staying where it is now for the rest of its life.

I am not sold on the layout of the plugin. I have tried to use it a little even though I don't do content, and it doesn't feel like its a good flow. Its not horrible, but it could be improved. Don't be surprised if some of the buttons are moved or adjusted. I think it will be better in the long run. A few seconds here and there, can make a huge difference overall.
image

Added WCID lookup on http://ac.yotesfan.com
Added Edit JSON Button
Added Edit SQL Button
Lists now Refresh correctly when exporting a JSON or SQL File
Misc little changes and code cleanup

v1.0.2.6

04 Feb 18:10
Compare
Choose a tag to compare

Moved Delete Button (by request, it was a little to easy to hit), Made Getinfo text field wider to account for longer WeenieClassNames, removed some debugging info, code cleanup.
image

v1.0.2.4

04 Feb 04:05
Compare
Choose a tag to compare

Added Delete Button, Getinfo now populates both WCID exports (JSON and SQL)

v1.0.1.4

03 Feb 05:49
Compare
Choose a tag to compare

Updated GetInfo, so it auto examines (fixed timing so you don't have to click it several times to get the right object).
Removed unnecessary spam (most was used to debug).
Minor Misc changes