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!

1.01E Main Bugs Fixed

o_O
Loyal Member
Joined
Nov 24, 2004
Messages
147
Reaction score
2
File Consist of :

65k Command SQL File ----> Delete MX_selectcharacter Procedure ( go enterprise manager>MuOnline > Stored Procedure Find MX_selectcharacter and delete drop all
Two Query 1500 Level Up Points
M Commands Fixed

Listed Bugs(Need to Search the Forum and Find the Guide)
*Zen Bug*
*DS +5 + 6

*No one have a solution for this
Blood Castle
Chao Castle
Devil Square
GM trace command dun work <Only work with name with capital nick> --> this explains =D

Easy Adding of Stored Procedure ^_^

Just Open Query Analyzer then Windows Authentication Change to MuOnline > open the sql script file and Press F5
(1st query 1500 <-- Execute this then 2nd query)

I dun need a credit at all.. Credit Goes to Exernon and Ragezone for working on it

Any Bug Fixed Or Question Post Here
 
Last edited:
Initiate Mage
Joined
Sep 19, 2004
Messages
2
Reaction score
0
it work :p
i test it its do the command 10 XD

i know my english sux :p
 
Newbie Spellweaver
Joined
Sep 25, 2005
Messages
78
Reaction score
1
lol sure you dont need any credits...

you havent fix any bugs...

65k command its a SQL script, first released was on exernon team, and the another bugs havent been fix yet, exept for bronze armor bug.
 
Initiate Mage
Joined
Sep 19, 2004
Messages
2
Reaction score
0
thaiquangnguyen said:
i can't download it !!!! why????????????????????????

hm..
try this :
 
o_O
Loyal Member
Joined
Nov 24, 2004
Messages
147
Reaction score
2
LoL i make the file more easily for noob =D
 
Newbie Spellweaver
Joined
Sep 25, 2005
Messages
78
Reaction score
1
navossoc said:
Well the fix for 65k comes from me



[]'s

lol your fix is new...

when i was in exernon XEO was the first on made a script for fix it...

dont say bullshits, rights are from XEO, if he leech you in that time not my problem but was the first fix for 65k commands.
 
Initiate Mage
Joined
Jan 5, 2004
Messages
1
Reaction score
0
Also you can use this for your client:



The mukidz patch was used and the mxmain.exe from the server files was used too.
 
Joined
Nov 24, 2004
Messages
2
Reaction score
0
If 56k patch doesn't work, so READ the readme.txt :p .. you have to delete the Stored procedure called "MX_SelectCharacter" and then run the script.. it will work! =) ....

Takashi.. i can't find a working client for your 1.01E guide... a hand please? =P
 
Newbie Spellweaver
Joined
Nov 6, 2005
Messages
89
Reaction score
0
so..the chaos castle fix? in wich sql script is? or it is in progres...
 
Newbie Spellweaver
Joined
Jul 2, 2005
Messages
6
Reaction score
0
yeah what about chaos castle blood castle and devil square??
 
o_O
Loyal Member
Joined
Nov 24, 2004
Messages
147
Reaction score
2
Ok u can find the Chao Castle Fix In the Releases Or Guide

The BC itself is working just for SM , DK , Elf, MG for DL ---> lot of problem here
 
o_O
Loyal Member
Joined
Nov 24, 2004
Messages
147
Reaction score
2
nope see the fixed =) but now coderznetwork have fixed bc +7
 
o_O
Loyal Member
Joined
Nov 24, 2004
Messages
147
Reaction score
2
CREATE procedure MX_SelectCharacter

@Name nvarchar(10)
as

set nocount on

Update Character set Quest=0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9CFFFF
where Name=@name and Class='64'

Update Character set Leaderpoint ='15' where Name=@Name and Leaderpoint>65000

SELECT AccountID, cLevel, Class, LevelUpPoint, Experience, Strength, Dexterity, Vitality, Energy, Leaderpoint, Money, Life, MaxLife, Mana, MaxMana, MapNumber, MapPosX, MapPosY, MapDir, PkCount, PkLevel, PkTime, CtlCode, DbVersion FROM [Character] where [Name]=@Name


set nocount off
GO

This should work
 
Last edited:
Junior Spellweaver
Joined
Dec 30, 2004
Messages
104
Reaction score
4
Quest=0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF FF9CFFFF
i thing there is an extra space that is not required.
And why Leaderpoint>6500?
Maybe it should be 65000?
As for me, i corrected this bug with a different method and its ok.
 
Back
Top