Welcome!

Join our community of MMORPG enthusiasts and private server developers! By registering, you'll gain access to in-depth discussions on source codes, binaries, and the latest developments in MMORPG server files. Collaborate with like-minded individuals, explore tutorials, and share insights on building and optimizing private servers. Join us today and unlock the full potential of MMORPG server development!

Join Today!

Verry many usefull scripts For Your Mu Online Server !

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
 
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
 
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!
 
Bro where should put that? give some guide so we will know.
 
Back