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!

[Development] Zone bugs report, Files EMU (X-Team) all season (4 - 6 - 8).

Joined
Jun 27, 2010
Messages
940
Reaction score
1,193
i have tested custom/offline store on s6 and have no crashs

here are my config
Code:
;==================================================
; Custom Store Settings
;==================================================
CustomStoreSwitch = 1
CustomStoreMapZone = -1
CustomStoreEnable_AL0 = 1
CustomStoreEnable_AL1 = 1
CustomStoreEnable_AL2 = 1
CustomStoreEnable_AL3 = 1
CustomStoreRequireLevel_AL0 = 10
CustomStoreRequireLevel_AL1 = 10
CustomStoreRequireLevel_AL2 = 10
CustomStoreRequireLevel_AL3 = 10
CustomStoreRequireReset_AL0 = 0
CustomStoreRequireReset_AL1 = 0
CustomStoreRequireReset_AL2 = 0
CustomStoreRequireReset_AL3 = 0
CustomStoreCommandSyntax = /store
CustomStoreCommandJoBSyntax = bless
CustomStoreCommandJoSSyntax = soul
CustomStoreCommandJoCSyntax = chaos
CustomStoreCommandWCCSyntax = wcc
CustomStoreCommandWCPSyntax = wcp
CustomStoreCommandWCGSyntax = wcg
CustomStoreJoBName = .::BLESS STORE::.
CustomStoreJoSName = .::SOUL STORE::.
CustomStoreJoCName = .::CHAOS STORE::.
CustomStoreWCCName = .::WCC STORE::.
CustomStoreWCPName = .::WCP STORE::.
CustomStoreWCGName = .::WCG STORE::.
CustomStoreText1 = You do not have permission to use /store
CustomStoreText2 = You can only activate the command in the safe zone
CustomStoreText3 = Personal Shop is empty or items are without price
CustomStoreText4 = ATTENTION!! All items in this store are sold for Jewel of Bless
CustomStoreText5 = ATTENTION!! All items in this store are sold for Jewel of Soul
CustomStoreText6 = ATTENTION!! All items in this store are sold for Jewel of Chaos
CustomStoreText7 = ATTENTION!! All items in this store are sold for WCoinC
CustomStoreText8 = ATTENTION!! All items in this store are sold for WCoinP
CustomStoreText9 = ATTENTION!! All items in this store are sold for Goblin Point
CustomStoreText10 = You must be at least Level %d to use /store
CustomStoreText11 = You must be at least %d Resets to use /store

;==================================================
; Custom Store Offline Settings
;==================================================
CustomStoreOfflineSwitch = 1
CustomStoreOfflineGPGain = 0
CustomStoreOfflineMapZone = -1
CustomStoreOfflineEnable_AL0 = 1
CustomStoreOfflineEnable_AL1 = 1
CustomStoreOfflineEnable_AL2 = 1
CustomStoreOfflineEnable_AL3 = 1
CustomStoreOfflineRequireLevel_AL0 = 10
CustomStoreOfflineRequireLevel_AL1 = 10
CustomStoreOfflineRequireLevel_AL2 = 10
CustomStoreOfflineRequireLevel_AL3 = 10
CustomStoreOfflineRequireReset_AL0 = 0
CustomStoreOfflineRequireReset_AL1 = 0
CustomStoreOfflineRequireReset_AL2 = 0
CustomStoreOfflineRequireReset_AL3 = 0
CustomStoreOfflineCommandSyntax = /offstore
CustomStoreOfflineText1 = You do not have permission to use the /offstore
CustomStoreOfflineText2 = You need to open the Personal Store before
CustomStoreOfflineText3 = You can only activate the command in the safe zone
CustomStoreOfflineText4 = You must be at least Level %d to use the /offstore
CustomStoreOfflineText5 = You must be at least %d Resets to use the /offstore
 
Newbie Spellweaver
Joined
Mar 3, 2007
Messages
77
Reaction score
0
i have tested custom/offline store on s6 and have no crashs

here are my config
Code:
;==================================================
; Custom Store Settings
;==================================================
CustomStoreSwitch = 1
CustomStoreMapZone = -1
CustomStoreEnable_AL0 = 1
CustomStoreEnable_AL1 = 1
CustomStoreEnable_AL2 = 1
CustomStoreEnable_AL3 = 1
CustomStoreRequireLevel_AL0 = 10
CustomStoreRequireLevel_AL1 = 10
CustomStoreRequireLevel_AL2 = 10
CustomStoreRequireLevel_AL3 = 10
CustomStoreRequireReset_AL0 = 0
CustomStoreRequireReset_AL1 = 0
CustomStoreRequireReset_AL2 = 0
CustomStoreRequireReset_AL3 = 0
CustomStoreCommandSyntax = /store
CustomStoreCommandJoBSyntax = bless
CustomStoreCommandJoSSyntax = soul
CustomStoreCommandJoCSyntax = chaos
CustomStoreCommandWCCSyntax = wcc
CustomStoreCommandWCPSyntax = wcp
CustomStoreCommandWCGSyntax = wcg
CustomStoreJoBName = .::BLESS STORE::.
CustomStoreJoSName = .::SOUL STORE::.
CustomStoreJoCName = .::CHAOS STORE::.
CustomStoreWCCName = .::WCC STORE::.
CustomStoreWCPName = .::WCP STORE::.
CustomStoreWCGName = .::WCG STORE::.
CustomStoreText1 = You do not have permission to use /store
CustomStoreText2 = You can only activate the command in the safe zone
CustomStoreText3 = Personal Shop is empty or items are without price
CustomStoreText4 = ATTENTION!! All items in this store are sold for Jewel of Bless
CustomStoreText5 = ATTENTION!! All items in this store are sold for Jewel of Soul
CustomStoreText6 = ATTENTION!! All items in this store are sold for Jewel of Chaos
CustomStoreText7 = ATTENTION!! All items in this store are sold for WCoinC
CustomStoreText8 = ATTENTION!! All items in this store are sold for WCoinP
CustomStoreText9 = ATTENTION!! All items in this store are sold for Goblin Point
CustomStoreText10 = You must be at least Level %d to use /store
CustomStoreText11 = You must be at least %d Resets to use /store

;==================================================
; Custom Store Offline Settings
;==================================================
CustomStoreOfflineSwitch = 1
CustomStoreOfflineGPGain = 0
CustomStoreOfflineMapZone = -1
CustomStoreOfflineEnable_AL0 = 1
CustomStoreOfflineEnable_AL1 = 1
CustomStoreOfflineEnable_AL2 = 1
CustomStoreOfflineEnable_AL3 = 1
CustomStoreOfflineRequireLevel_AL0 = 10
CustomStoreOfflineRequireLevel_AL1 = 10
CustomStoreOfflineRequireLevel_AL2 = 10
CustomStoreOfflineRequireLevel_AL3 = 10
CustomStoreOfflineRequireReset_AL0 = 0
CustomStoreOfflineRequireReset_AL1 = 0
CustomStoreOfflineRequireReset_AL2 = 0
CustomStoreOfflineRequireReset_AL3 = 0
CustomStoreOfflineCommandSyntax = /offstore
CustomStoreOfflineText1 = You do not have permission to use the /offstore
CustomStoreOfflineText2 = You need to open the Personal Store before
CustomStoreOfflineText3 = You can only activate the command in the safe zone
CustomStoreOfflineText4 = You must be at least Level %d to use the /offstore
CustomStoreOfflineText5 = You must be at least %d Resets to use the /offstore


Hi can you create a test acc in your server and send me a private message with download link for main and dlls ? i would like to see if the command crash only in some windows. I have w7 32b

Tested your config still crash.
 
Last edited:
Junior Spellweaver
Joined
Mar 5, 2009
Messages
171
Reaction score
71
Custom Store "Fix"

on void CCustomStore::OpenCustomStore(LPOBJ lpObj,int type) find

if(lpObj->PShopOpen != 0)

and replace complete IF to

if(lpObj->PShopOpen == 0)
{
gNotice.GCNoticeSend(lpObj->Index,1,0,0,0,0,0,"Please Open Store before set Custom Store");
//gPersonalShop.GCPShopOpenSend(lpObj->Index,0);
return;
}

bellow find and comment

//gPersonalShop.GCPShopOpenSend(lpObj->Index,1); <-This cause the crash on client if client dont have store name setted

doing this we check if store is opened first and will change name to corresponding type of store

if store is not opened will not do anything

Need to be tested fine, and check if dont make another bug :p but seems to be working
 
Skilled Illusionist
Joined
Jun 7, 2014
Messages
315
Reaction score
18
maybe someone can convert Ex401 DB to sql 2000 ?
 
Experienced Elementalist
Joined
Mar 18, 2012
Messages
255
Reaction score
20
What you mean ? Normally example if i have 10 lucky coins i can direct exchange them without register while in my invertory, so u mean that first i should register then use them ?
 
Newbie Spellweaver
Joined
Aug 16, 2015
Messages
10
Reaction score
0
Hi, when i open game,exe (s8) this open antihack muemu and the mhpserver ok, but dont open main,exe
i aggre main,exe to DEP
Use Windows 7 :c
 
Experienced Elementalist
Joined
Dec 13, 2007
Messages
275
Reaction score
55
Season 8 box of kundus visual bug
Arca war npc not working
Lucky coins not working

Yes you need to register the coins before you exchange.
In my server client i edited some text to make it clear for the players.
uRFlu66 - [Development] Zone bugs report, Files EMU (X-Team) all season (4 - 6 - 8). - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Experienced Elementalist
Joined
Mar 18, 2012
Messages
255
Reaction score
20
Yes you need to register the coins before you exchange.
In my server client i edited some text to make it clear for the players.
uRFlu66 - [Development] Zone bugs report, Files EMU (X-Team) all season (4 - 6 - 8). - RaGEZONE Forums


Can you share it with me pls :)



And so many of muuns not working why ? do any one have any update for that?
 

Attachments

You must be registered for see attachments list
Last edited:
Experienced Elementalist
Joined
Dec 13, 2007
Messages
275
Reaction score
55
Can you share it with me pls :)



And so many of muuns not working why ? do any one have any update for that?

You simply edit text_eng.bmd and change some lucky coins exchange text.As for MUUN they work in the server, the client provided by MU EMU is poop. We need Kor or Jpn client, with full protocol support by the server.
 
Newbie Spellweaver
Joined
Mar 3, 2007
Messages
77
Reaction score
0
This is the fix for "crash main" when you use the command /store.
If the store not have name, the main cant write magicaly one name and the main crash.


You should check s8 verison. And this is a bug because the server set name to the shop it dosent metter if you write any name to the shop, the server change the name.



Custom Store "Fix"

on void CCustomStore::OpenCustomStore(LPOBJ lpObj,int type) find



and replace complete IF to



bellow find and comment



doing this we check if store is opened first and will change name to corresponding type of store

if store is not opened will not do anything

Need to be tested fine, and check if dont make another bug :p but seems to be working


I will test your code but the command working only if the shop its not open.
 
Junior Spellweaver
Joined
Mar 5, 2009
Messages
171
Reaction score
71
You should check s8 verison. And this is a bug because the server set name to the shop it dosent metter if you write any name to the shop, the server change the name.

The main crash when GS send the packet to Open the Store. With my "Fix" u will need to open store before set the type of Sell
 
Newbie Spellweaver
Joined
Mar 3, 2007
Messages
77
Reaction score
0
The main crash when GS send the packet to Open the Store. With my "Fix" u will need to open store before set the type of Sell

Well thanks but i have another problem, when i try to connect to the server i'm getting "disconnected from the server". I have compiled the gs and replaced in muemu server files. The rest of my subservers its working well but the compiled one its something wrong...
 
Newbie Spellweaver
Joined
Mar 27, 2016
Messages
13
Reaction score
0
For what I use the "Client_X401", the "Format", the "GetMainInfo", the "Protect" and the itens on "MHP" folder?
How I compile the MHP.exe?
 
Back
Top