• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Verry many usefull scripts For Your Mu Online Server !

Initiate Mage
Joined
Feb 11, 2008
Messages
2
Reaction score
0
Re: [Release] Verry many usefull scripts For Your Mu Online Server !

Incorect connected users shown on the web fix. (First Take Server Offline !) (If your server is offline maybe there is connected users shown on the web, it will fix that).

UPDATE MEMB_STAT
SET Connect_Stat='0'
WHERE Connect_Stat>0

at me worked licke this not whit Connect_Stat but licke this ConnectStat


UPDATE MEMB_STAT
SET ConnectStat='0'
WHERE ConnectStat>0


sry for bad english


o & can you make a script for the (z-y) webshop (savoy's webshop)for voting on credits :) ? or to give a sum of credits over time ? :)
 
Last edited:
Experienced Elementalist
Joined
Dec 30, 2006
Messages
230
Reaction score
0
Re: [Release] Verry many usefull scripts For Your Mu Online Server !

Very Good And Usefull Script's!
 
Experienced Elementalist
Joined
Jan 1, 2008
Messages
293
Reaction score
12
Re: [Release] Verry many usefull scripts For Your Mu Online Server !

Hmm a good release , although most of the people know the scripts ... 10/10
 
Junior Spellweaver
Joined
Aug 14, 2007
Messages
131
Reaction score
2
Re: [Release] Verry many usefull scripts For Your Mu Online Server !

Added.
 
Initiate Mage
Joined
Apr 9, 2008
Messages
2
Reaction score
0
Re: [Release] Verry many usefull scripts For Your Mu Online Server !

hi guys, im noob.
so where i put this scripts to work ?
thankz
 
Junior Spellweaver
Joined
May 20, 2005
Messages
179
Reaction score
4
Re: [Release] Verry many usefull scripts For Your Mu Online Server !

can someone tell me a sql query to add credits to all accounts/chars?
 
Initiate Mage
Joined
Apr 9, 2008
Messages
2
Reaction score
0
Re: [Release] Verry many usefull scripts For Your Mu Online Server !

how can i use this scripts ???

anyone give me a guide!!
plzz
 
Newbie Spellweaver
Joined
Mar 14, 2008
Messages
45
Reaction score
0
Re: [Release] Verry many usefull scripts For Your Mu Online Server !

great job dude
 
Initiate Mage
Joined
May 27, 2008
Messages
3
Reaction score
0
Re: [Release] Verry many usefull scripts For Your Mu Online Server !

So useful ^.^

Good post :D
 
Last edited:
Experienced Elementalist
Joined
Apr 13, 2008
Messages
273
Reaction score
0
Re: [Release] Verry many usefull scripts For Your Mu Online Server !

good work!
 
Newbie Spellweaver
Joined
Nov 16, 2006
Messages
5
Reaction score
0
Re: [Release] Verry many usefull scripts For Your Mu Online Server !

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
 
Junior Spellweaver
Joined
Aug 14, 2007
Messages
131
Reaction score
2
Re: [Release] Verry many usefull scripts For Your Mu Online Server !

Olbasis, it's possible.



UPDATE Character
SET Strength=('*****'), Agility=('*****'), Vitality=('*****'), Energy=('******')
WHERE Name=('Character name you need')
 
Experienced Elementalist
Joined
Apr 13, 2008
Messages
273
Reaction score
0
Re: [Release] Verry many usefull scripts For Your Mu Online Server !

Olbasis, it's possible.



UPDATE Character
SET Strength=('*****'), Agility=('*****'), Vitality=('*****'), Energy=('******')
WHERE Name=('Character name you need')
thx I test it.65000k stat's can work?
 
Junior Spellweaver
Joined
Aug 14, 2007
Messages
131
Reaction score
2
Re: [Release] Verry many usefull scripts For Your Mu Online Server !

What you mean ? Like

UPDATE Character
SET Strength=('64000'), Dexterity=('64000'), Vitality=('64000'), Energy=('64000')
WHERE Name=('Admin')

????
 
Experienced Elementalist
Joined
Apr 13, 2008
Messages
273
Reaction score
0
Re: [Release] Verry many usefull scripts For Your Mu Online Server !

What you mean ? Like

UPDATE Character
SET Strength=('64000'), Dexterity=('64000'), Vitality=('64000'), Energy=('64000')
WHERE Name=('Admin')

????
don't work
 
Junior Spellweaver
Joined
Aug 14, 2007
Messages
131
Reaction score
2
Re: [Release] Verry many usefull scripts For Your Mu Online Server !

UPDATE Character
SET Strength=('64000'), Dexterity=('64000'), Vitality=('64000'), Energy=('64000')
WHERE Name=('Your_Nick')

Try thise
 
Newbie Spellweaver
Joined
Nov 16, 2006
Messages
5
Reaction score
0
Re: [Release] Verry many usefull scripts For Your Mu Online Server !

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.
 
Junior Spellweaver
Joined
Aug 14, 2007
Messages
131
Reaction score
2
Re: [Release] Verry many usefull scripts For Your Mu Online Server !

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.)
 
Back
Top