A simple application to write the scripts for an equipment set, known here as a synergy set. The items in the set gain power as more of them are equipped, making the whole much greater than the sum of its parts. By filling out a few forms, the set can be easily put together, without any scripting needed.
What's new in version 2.0:
- Rewrote the Scripter from scratch
- Made both of the windows resizable
- Made the Scripter run more efficiently
- Added the readme file to the Scripter's Help menu
- Added "Copy All" button to the script window
- Changed error handling to display a message, but the Scripter is not terminated
- Completed all property data files, namely:
- On Hit
- Regeneration: Vampiric
- Fixed a bug that would cause a parsing error in the Aurora compiler if an item name had special characters in it
- Fixed a bug where the Scripter would not write the closing braces for items that didn't have the same number of levels as the number of items in the Synergy Set
- Fixed a bug where rings would only work on the left hand
- Fixed a bug where arrows were the only valid ammunition that could be added to a synergy set
Haha, forget my last post. I forgot to update my shortcut to the new executable. Testing again...
Posted by Merkio at on08/09/05
Thanks for all your hard work you've put into this. It is greatly appreciated. Unfortunately, I just downloaded and tried the current version and it crashes as soon as I click on any item property box (Item - Level - Property - *crash*). Getting JIT error saying: "Object reference not set to an instance of an object."
Posted by Mondryn at 2005-10-1219:44:19
Hey everybody! Version 2.0 of the Synergy Set Scripter is now available! Sorry for the delay, but I've been bogged down with "real life". *shudder* So, what's new with it? Well, for starters, I completely rewrote the Scripter from the ground up. While this shouldn't have too much effect on how it's used, it runs much more cleanly and efficiently now. I also did a lot better job with the code itself, so updates should be easier and more timely. I hope. I believe that I addressed all of the comments made on this forum, both bugs and suggestions. However, nobody is perfect, and the Scripter is no exception. Let me know if you find a problem with anything.
Posted by Danmar at 2005-10-0513:20:55
Error in the data files it looks like. This file: AttackBonusVsRace.xml Should be: AttackBonusVsRacialgroup.xml D
Posted by dutch206 at 2005-09-1107:00:45
I can't get scripts created by this program to compile in the toolset. I keep getting an error message that reads: FUNCTION DEFINITION MISSING PARAMETER LIST. The compiler then highlights a line of script which begins with the command "const string".
Posted by Mondryn at 2005-08-1108:39:43
Thanks for your comments, Merkio! I'll look into them. "Real life" has been pretty hectic lately, but expect a new version soon.
Posted by Merkio at on08/09/05
(Looks like my comments got truncated...) 4) Version 1.8 still says 1.2 in help | about 5) Rings only work on the left hand. Thanks again for the great utility!
Posted by Merkio at on08/09/05
I'm loving the scripter. So far, I've put together about nine or ten sets in about an hour's time. Really cool. If you are taking requests, then I'd like to make a few. 1) Any chance of being able to resize the window? Scrolling around is a nuisance when the window takes up only a fraction of my desktop. 2) If an XML file is not found, the error message pops up and then BAM! All your work since your last save is gone. How about if the program just lets you know what the missing file name is and lets you continue working? 3) If you create a set that has N items, but you don't assign N levels to each item, then the script doesn't generate the close braces properly. The code looks like this: oItem = GetItemInSlot (INVENTORY_SLOT_LEFTHAND, oPC); if (GetTag (oItem) == ITEM_TAG) {
Posted by Merkio at on08/09/05
I'm loving the scripter. So far, I've put together about nine or ten sets in about an hour's time. Really cool. If you are taking requests, then I'd like to make a few. 1) Any chance of being able to resize the window? Scrolling around is a nuisance when the window takes up only a fraction of my desktop. 2) If an XML file is not found, the error message pops up and then BAM! All your work since your last save is gone. How about if the program just lets you know what the missing file name is and lets you continue working? 3) If you create a set that has N items, but you don't assign N levels to each item, then the script doesn't generate the close braces properly. The code looks like this: oItem = GetItemInSlot (INVENTORY_SLOT_LEFTHAND, oPC); if (GetTag (oItem) == ITEM_TAG) {
Posted by Mondryn at 2005-07-2500:02:23
Merkio: That was quite a problem. It has now been fixed. I'm surprised that version 1.2 had been up for almost a month and no one else ever let me know about that major problem... Oh, well... It's fixed now. Thanks for the feedback, and PLEASE let me know if there's a problem so I can fix it!