can someone tell me a sql query to add credits to all accounts/chars?
This is a discussion on Verry many usefull scripts For Your Mu Online Server ! within the MU Releases forums, part of the MU Online category; hi guys, im noob. so where i put this scripts to work ? thankz...
can someone tell me a sql query to add credits to all accounts/chars?
[SIGPIC][/SIGPIC]
Been on Ragezone Since 2005
how can i use this scripts ???
anyone give me a guide!!
plzz
great job dude
So useful ^.^
Good post :D
Last edited by N00BWAR; 01-06-08 at 06:37 PM.
good work!
[b]Auto Stats Fix :
UPDATE Character
SET Strength='32766'
WHERE Strength<1
UPDATE Character
SET Dexterity='32766'
WHERE Dexterity<1
UPDATE Character
SET Vitality='32766'
WHERE Vitality<1
UPDATE Character
SET Energy='32766'
WHERE Energy<1
It
thx i needed.
Olbasis, it's possible.
UPDATE Character
SET Strength=('*****'), Agility=('*****'), Vitality=('*****'), Energy=('******')
WHERE Name=('Character name you need')
What you mean ? Like
UPDATE Character
SET Strength=('64000'), Dexterity=('64000'), Vitality=('64000'), Energy=('64000')
WHERE Name=('Admin')
????
UPDATE Character
SET Strength=('64000'), Dexterity=('64000'), Vitality=('64000'), Energy=('64000')
WHERE Name=('Your_Nick')
Try thise
Thanks for your reply Jahte but i want to know for specific class (Bk/SM/DL/ELF/SuM) not for specific character name , all the blade knight with same stats, all the soul masters with same stats... maybe i didnt explain well at the beginig.
olbasis, then it's will be like
UPDATE Character
SET Strength=('str'), Dexterity=('agi'), Vitality=('vit'), Energy=('ene')
WHERE CtlCode=('chacters class in Ctlcode'), Strength>str2, Dexterity>agi2, Vitality>vit2, Energy>ene2
Replace "str" with strength u wanth to set, "agi" with agility u wanth to set e.t.c.
Replace "str2", agi2, vit2, ene2 with the number above stats will be changed
Replace "chacters class in Ctlcode" with characters's CTLCode (I think MG=48, BK=1 but i dont reember others.)