Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

table column mass edit

Newbie Spellweaver
Joined
Jun 5, 2006
Messages
72
Reaction score
0
hi there,
I'm searching a little tool that modifies a whole column of a table in mangos, like multiplying the maxhp column in creatures_template with 2. or 0.5 if i want them weaker. there are just to much creatures to do it manually, so if you know a programm just let me know :)

thx
 
Elite Diviner
Joined
May 25, 2006
Messages
484
Reaction score
0
Newbie Spellweaver
Joined
Jun 5, 2006
Messages
72
Reaction score
0
i tried it but its not what i was searching. this is mostly for coding so i cannot show the sql file as a table but as text which is the same effect then opening a sql file with notepad :). but thx for this i think i will need it in future for other coding :). you know d2excel (dunno the exact name...)for making mods for diablo2?with it you can edit the whole column with a few clicks very easy, but this is only for excel files.
 
Experienced Elementalist
Joined
Jun 7, 2006
Messages
281
Reaction score
0

UPDATE table SET xp = xp * 2;

Use any mySQL manager to create a query; navicat has my preference
 
Newbie Spellweaver
Joined
Jun 5, 2006
Messages
72
Reaction score
0
I am really starting to hate mysql...but it works..thank you aceindy^^
 
Back
Top