Since the GM Script is currently not working properly, I have actually made a workaround method for setting up a shop, that uses Notepad++, You can download that [
download.cnet.com]
Here, Full URL is [
download.cnet.com]
http://download.cnet.com/Notepad/3000-2352_4-10327521.html.
The workaround utilizes Notepad++'s Regular expression search and replace function, it's not exactly easy to get setup, but if you follow my directions as they are written you should not have any problems. Here are the steps on how to do it:
1. Go to the equipment store, and choose the type of equipment you want to gather information for.
2. Once there, right click the page and go to "View Source".
3. Copy and Paste the entire source code into a new notepad++ document.
4. In Notepad++ Go to Macro->Start Recording
5. Now Go to Search->Replace...
6. In the new window that has opened Change the search mode in the bottom left to Regular Expression. Keep in mind, the next two Search and Replaces the find string is very sensitive.
7. Enter the following into their corresponding fields and replace all. (Note: You can customize your own item format by changing the replace string, just make sure you keep the ** at the front.)
Find: .*undefined, 'right', 540, 200, 340, 320, '([ a-zA-Z-]*)',.*, 'Level ([0-9]*) (.*) .*\(([0-9]*), '([0-9a-f]*)'\).*
Replace: ** []
\1 - LV \2 - Cr.
8. Enter the following into their corresponding fields and replace all. After this step there will be a LOT of white space. And yes replace should be empty in this case.
Find: ^[^*].*
Replace:
9. Change the search mode from Regular Expression to Extended.
10. Enter the following into their corresponding fields and replace all. There will be just one big line after this. And replace should be empty again.
Find: \r\n
Replace:
11. Enter the following into their corresponding fields and replace all. Now you will see the items as you will want them for pasting into your very own shop =)
Find: **
Replace: \r\n
12. Go to Macro->Stop Recording
13. Rinse, Wash, Repeat, with all other equipment types you want to sell. Just so you know, now all you need to do is Step 1-3, then go to Macro->Playback. And if you feel like it you can even save the macro.
I hope this helps!
This post has been edited by Darque_Flux: Jan 13 2012, 08:12