I made this for 2d, but I'll post it for you all. This little utility takes a .txt file with INSERT INTO commands and converts them all to UPDATE commands. Example:
Code:
INSERT INTO creature_names VALUES (1337,4,4,-1)
becomes
Code:
UPDATE creature_names SET entry = 1338 WHERE entry = 1337
The entry number (in that example, 133
is set by the user for each entry, so if you're doing a big list you'll be typing in a LOT of numbers.
Things to note:
-The thing breaks if a line doesn't follow the syntax in the first code box. Comments are a no-no.
-You need to press Load before Convert.
-You need the full path of each file, drive and all. If the output file exists....I don't know what will happen XD
Changelog:
v1.0 - Initial release
Virus Scan:
http://www.virustotal.com/analisis/0...d352ab52167e4c
Download:
Filebeam - Free Fast File Hosting