• 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 !

Junior Spellweaver
Joined
Aug 14, 2007
Messages
131
Reaction score
2
UPDATE Character
SET LevelUpPoint=('') + 1500
WHERE cLevel<=1 and Resets<=1
this script aint working .... i put it in SQL it shows me that i put it coreect but when i make a new char... Nothing :| No start up points

You got 2 make a procedure in ur sql
 
Newbie Spellweaver
Joined
Aug 26, 2005
Messages
16
Reaction score
0
Hi guyz

how can i make a script for cashshop
i want give 1cashshop point every 1Minute noline
and disconnect all afk players after 15min

can i make it?:mellow::mellow:

---------- Post added at 12:33 PM ---------- Previous post was at 10:47 AM ----------

Hi guyz

how can i make a script for cashshop
i want give 1cashshop point every 1Minute noline
and disconnect all afk players after 15min

can i make it?:mellow::mellow:

i make it and run like this
UPDATE MEMB_INFO
SET cspoints = cspoints + 1
FROM MEMB_INFO JOIN MEMB_STAT ON MEMB_INFO.memb___id = MEMB_STAT.memb___id
COLLATE Chinese_PRC_CI_AS
WHERE ConnectStat = 1

and schedule like auto reset :thumbup1:

ciao! :D
 
Newbie Spellweaver
Joined
May 24, 2010
Messages
5
Reaction score
0
Hi!

If I want to add this in my server :

UPDATE Character
SET cLevel=('1') , experience=('0')
WHERE cLevel>349


where do it put it? SQL of txt file?

Thanks!
 
Newbie Spellweaver
Joined
Aug 12, 2011
Messages
28
Reaction score
0
Bro where should put that? give some guide so we will know.
 
Initiate Mage
Joined
Dec 22, 2012
Messages
1
Reaction score
0
Hello guys,

can you help me with 1 script for combo ( mu online )
Thank!
 
Junior Spellweaver
Joined
Aug 9, 2012
Messages
160
Reaction score
34
One script for reseting Skill Tree of a specific character? Please :D
 
Back
Top