LazyBui
2008-07-17, 05:48 PM
Had these for a while, figured that I'd only use them personally when I coded them. So much for that.
Screenshots: http://www.southperry.net/forums/showpost.php?p=22504&postcount=9
1.1 (Fri Aug 22 00:39:54 2008) -
4.2 (Fri Aug 22 00:31:53 2008) -
Fixed slight issues with WDEF calculation (a .6 instead of a .5)
Added MDEF calculation
1.1 (Fri Aug 22 00:24:27 2008) -
Updated with Crimsonwood Keep mountain area monsters
Created a 'ratio' sort option
Changed location from a specific sort to a filtering option
Renamed tax dialog from ms_tax to tax_calc
1.0 (Mon Jul 21 05:33:18 2008) -
Better organization of files
Abstracted each utility from the main file
Compiled dialog definitions into a single script file
Updated readme components
Added a loader - default behavior is all files are loaded on first load
- May change this behavior if it's found to be annoying
Reversed the order of all version histories so the most recent is at the top
Updated all text files to adhere to the lame 80 character per line standard
Updated damage calculator to 4.1
Made the commands to launch more consistent
Icon for the loader from a pack called Simple
Keep in mind that I designed these for myself, so some features may not make sense to you. I tried to keep it as straightforward as possible.
They are scripted in mIRC's built-in language. What is mIRC? It's a client that allows you to connect to IRC networks. It, like many others, allows for scripting of numerous events. Suggested reading: http://www.mirc.com/mirc.html
I know I'll get some bitching about this, but trust me, it's faster to launch mIRC than it is to launch Excel. Plus, I can add an interface to it instead of having it just be a bunch of spreadsheet cells. You wouldn't complain about Excel calculators, would you? Good. Moving on.
Included are my damage calculator, my accuracy calculator, an HP/MP percentage calculator, and a small tax calculator. All are works in progress. There will be bugs that I haven't found, there will be mistakes somewhere, and above all, I will add more features in the future. Feedback is important to all of these. I am just a single user. You see something that would make the utilities better? Let me know.
Download links:
Main: http://www.mediafire.com/?jggzwjn1y4g
Lists: http://www.mediafire.com/?hzygxywdsjd
Feel free to virus scan it if you want, but it's just a bunch of .mrc/.ini/.txt files.
Old versions only come as a package of lists/scripts.
1.0 - http://www.mediafire.com/?zlybhewwhd1
Loading the script into mIRC:
There are two ways you can do this. The first is more advanced. You do want to run the initialization features, unless you feel like adding dialogs.mrc yourself and using the loader to load the rest.
1. /load -rs "path/to/script.mrc"
If it's somewhere within the mIRC directory, which I recommend for placement, you may omit the first part of the normal path and just put folders, e.g. /load -rs maple/maple.mrc. The only file you must load is maple.mrc.
2. Picture tutorial time. ^_^
1. Click http://i266.photobucket.com/albums/ii247/LazyBui/tut1-1.gif
2. Click http://i266.photobucket.com/albums/ii247/LazyBui/tut2-1.gif
3. Browse for file
4. When you get: http://i266.photobucket.com/albums/ii247/LazyBui/tut3.gif
Click yes
It's highly recommended that you unload the main script (maple.mrc) before deleting directories to load a new version.
Using it:
Should be able to right click anywhere and there'll be a "MapleStory" menu. Whether it's the Commands menubar item, a channel, or a status window, or a private chat. Alternatively, there are commands to bring up any of them if you prefer that method, the commands can be found in the titlebars for each utility.
As of official version 1.0, there's a loader that you can utilize to get rid of utilities that you won't be using, preventing them from taking up script space or allowing misclicks or whatever. I'll probably be messing around with these ideas a bit in the future, but hopefully this is fine for now.
Accuracy calculator note:
The accuracy calculator dynamically compiles sort lists based on monsters.ini, which means that the first time switching to them will be a little on the laggy side. I also offer precompiled lists because compiling all of them can take 20+ minutes on my decent PC. But sorting is very snappy afterward. Lists go in maple/accuracy/lists/
As of 1.1, list generation is definitely not for the faint of heart. It took almost 20 minutes to produce all 588 lists on my machine. Chances are that it'll take longer on a worse machine.
Screenshots: http://www.southperry.net/forums/showpost.php?p=22504&postcount=9
1.1 (Fri Aug 22 00:39:54 2008) -
4.2 (Fri Aug 22 00:31:53 2008) -
Fixed slight issues with WDEF calculation (a .6 instead of a .5)
Added MDEF calculation
1.1 (Fri Aug 22 00:24:27 2008) -
Updated with Crimsonwood Keep mountain area monsters
Created a 'ratio' sort option
Changed location from a specific sort to a filtering option
Renamed tax dialog from ms_tax to tax_calc
1.0 (Mon Jul 21 05:33:18 2008) -
Better organization of files
Abstracted each utility from the main file
Compiled dialog definitions into a single script file
Updated readme components
Added a loader - default behavior is all files are loaded on first load
- May change this behavior if it's found to be annoying
Reversed the order of all version histories so the most recent is at the top
Updated all text files to adhere to the lame 80 character per line standard
Updated damage calculator to 4.1
Made the commands to launch more consistent
Icon for the loader from a pack called Simple
Keep in mind that I designed these for myself, so some features may not make sense to you. I tried to keep it as straightforward as possible.
They are scripted in mIRC's built-in language. What is mIRC? It's a client that allows you to connect to IRC networks. It, like many others, allows for scripting of numerous events. Suggested reading: http://www.mirc.com/mirc.html
I know I'll get some bitching about this, but trust me, it's faster to launch mIRC than it is to launch Excel. Plus, I can add an interface to it instead of having it just be a bunch of spreadsheet cells. You wouldn't complain about Excel calculators, would you? Good. Moving on.
Included are my damage calculator, my accuracy calculator, an HP/MP percentage calculator, and a small tax calculator. All are works in progress. There will be bugs that I haven't found, there will be mistakes somewhere, and above all, I will add more features in the future. Feedback is important to all of these. I am just a single user. You see something that would make the utilities better? Let me know.
Download links:
Main: http://www.mediafire.com/?jggzwjn1y4g
Lists: http://www.mediafire.com/?hzygxywdsjd
Feel free to virus scan it if you want, but it's just a bunch of .mrc/.ini/.txt files.
Old versions only come as a package of lists/scripts.
1.0 - http://www.mediafire.com/?zlybhewwhd1
Loading the script into mIRC:
There are two ways you can do this. The first is more advanced. You do want to run the initialization features, unless you feel like adding dialogs.mrc yourself and using the loader to load the rest.
1. /load -rs "path/to/script.mrc"
If it's somewhere within the mIRC directory, which I recommend for placement, you may omit the first part of the normal path and just put folders, e.g. /load -rs maple/maple.mrc. The only file you must load is maple.mrc.
2. Picture tutorial time. ^_^
1. Click http://i266.photobucket.com/albums/ii247/LazyBui/tut1-1.gif
2. Click http://i266.photobucket.com/albums/ii247/LazyBui/tut2-1.gif
3. Browse for file
4. When you get: http://i266.photobucket.com/albums/ii247/LazyBui/tut3.gif
Click yes
It's highly recommended that you unload the main script (maple.mrc) before deleting directories to load a new version.
Using it:
Should be able to right click anywhere and there'll be a "MapleStory" menu. Whether it's the Commands menubar item, a channel, or a status window, or a private chat. Alternatively, there are commands to bring up any of them if you prefer that method, the commands can be found in the titlebars for each utility.
As of official version 1.0, there's a loader that you can utilize to get rid of utilities that you won't be using, preventing them from taking up script space or allowing misclicks or whatever. I'll probably be messing around with these ideas a bit in the future, but hopefully this is fine for now.
Accuracy calculator note:
The accuracy calculator dynamically compiles sort lists based on monsters.ini, which means that the first time switching to them will be a little on the laggy side. I also offer precompiled lists because compiling all of them can take 20+ minutes on my decent PC. But sorting is very snappy afterward. Lists go in maple/accuracy/lists/
As of 1.1, list generation is definitely not for the faint of heart. It took almost 20 minutes to produce all 588 lists on my machine. Chances are that it'll take longer on a worse machine.