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!

[Release] MuServer Season 10.3 based on src igcn x9

Elite Diviner
Joined
Sep 9, 2014
Messages
469
Reaction score
498
hello people. I add new update.

Link:

Pw: muonline-team.com


#-------------------------- Update - 22-03-2017 -------------------------------#
# Add Mix Creation Ancient´s Hero´s Soul ..
# Fix NPC Ruud 100% Working..
# Add ( RuudPrice ) config price the item in IGC_ItemList.xml
# Add RuudPrice in Ruud on IGC_BotList.xml
# Add Ruud Reward in ItemBag (Ruud GainRate="5000" MinValue="1" MaxValue="10" ) GainRate:(10000 = 100%)-(5000 = 50%)
# Add Enable/Disable Reward Ruud for Resets. and RuudCount for reset in IGC_Common.xml
# Add Ruud Reward for Events in IGC_CashShop.ini
# Fix Party List.
# Add Event Entry Notification --> For Moment Active Icon BloodCastle.
# Change Interface GameServers
#--------------------------------------------------------------------------------#
 
Last edited:
Newbie Spellweaver
Joined
Dec 4, 2015
Messages
39
Reaction score
2
hii! #michi28 When you have a bug fix skill master GL.
I think we deal with the basics first
 
Newbie Spellweaver
Joined
May 5, 2014
Messages
12
Reaction score
0
thank you very much michi28
thank for update sir ..
i tested it .
 
Newbie Spellweaver
Joined
Dec 4, 2015
Messages
39
Reaction score
2
Update - 22-03-2017 npc ruud error
Jhoancito Gomez - [Release] MuServer Season 10.3 based on src igcn x9 - RaGEZONE Forums
 
Newbie Spellweaver
Joined
Mar 9, 2017
Messages
64
Reaction score
7
hello people. I add new update.

Link:

Pw: muonline-team.com


#-------------------------- Update - 22-03-2017 -------------------------------#
# Add Mix Creation Ancient´s Hero´s Soul ..
# Fix NPC Ruud 100% Working..
# Add ( RuudPrice ) config price the item in IGC_ItemList.xml
# Add RuudPrice in Ruud on IGC_BotList.xml
# Add Ruud Reward in ItemBag (Ruud GainRate="5000" MinValue="1" MaxValue="10" ) GainRate:(10000 = 100%)-(5000 = 50%)
# Add Enable/Disable Reward Ruud for Resets. and RuudCount for reset in IGC_Common.xml
# Add Ruud Reward for Events in IGC_CashShop.ini
# Fix Party List.
# Add Event Entry Notification --> For Moment Active Icon BloodCastle.
# Change Interface GameServers
#--------------------------------------------------------------------------------#

thanks michi you are reallyl the best!!
 
Newbie Spellweaver
Joined
May 5, 2014
Messages
12
Reaction score
0
help me sir ..

i have 2 problem in GS_BattleCore and GS_CastleSiege

 
Newbie Spellweaver
Joined
Nov 13, 2012
Messages
8
Reaction score
0
@michi28
thanks for the share
can you tell me how fix the Ruud shop protocol。
My technique is very poor, please help me

i add this code.But do not show this items .thanks

BOOL NpcJamesTalk(LPOBJ lpNpc, LPOBJ lpObj)
{

if (!gObjIsConnected(lpObj->m_Index))
return false;

if (lpObj->m_IfState.use > 0)
return false;

PMSG_TALKRESULT pResult;



pResult.h.c = 0xC3;
pResult.h.headcode = 0x30;
pResult.h.size = sizeof(pResult);
pResult.result = 0x35;

IOCP.DataSend(lpObj->m_Index, (LPBYTE)&pResult, pResult.h.size);

return true;
}
 
King of the bongo
Joined
Oct 17, 2009
Messages
829
Reaction score
214
michi28 master skills have been fixed?
 
Last edited:
Newbie Spellweaver
Joined
May 15, 2014
Messages
99
Reaction score
4
michi28 master skills have been fixed?

where your see master skill fix?
#-------------------------- Update - 22-03-2017 -------------------------------#
# Add Mix Creation Ancient´s Hero´s Soul ..
# Fix NPC Ruud 100% Working..
# Add ( RuudPrice ) config price the item in IGC_ItemList.xml
# Add RuudPrice in Ruud on IGC_BotList.xml
# Add Ruud Reward in ItemBag (Ruud GainRate="5000" MinValue="1" MaxValue="10" ) GainRate:(10000 = 100%)-(5000 = 50%)
# Add Enable/Disable Reward Ruud for Resets. and RuudCount for reset in IGC_Common.xml
# Add Ruud Reward for Events in IGC_CashShop.ini
# Fix Party List.
# Add Event Entry Notification --> For Moment Active Icon BloodCastle.
# Change Interface GameServers
#--------------------------------------------------------------------------------#

Wait for next update and read the changelog to avoid obvious questions.
 
Newbie Spellweaver
Joined
May 5, 2014
Messages
12
Reaction score
0
can you help me sir .
i have problem in Market Server
look at attachement.
sorry for bad english.

this is my error . all in market server
5 - [Release] MuServer Season 10.3 based on src igcn x9 - RaGEZONE Forums 4 - [Release] MuServer Season 10.3 based on src igcn x9 - RaGEZONE Forums 3 - [Release] MuServer Season 10.3 based on src igcn x9 - RaGEZONE Forums 2 - [Release] MuServer Season 10.3 based on src igcn x9 - RaGEZONE Forums 1 - [Release] MuServer Season 10.3 based on src igcn x9 - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Experienced Elementalist
Joined
Dec 2, 2004
Messages
225
Reaction score
30
michi28
thanks for the share
can you tell me how fix the Ruud shop protocol。
My technique is very poor, please help me

i add this code.But do not show this items .thanks

BOOL NpcJamesTalk(LPOBJ lpNpc, LPOBJ lpObj)
{

if (!gObjIsConnected(lpObj->m_Index))
return false;

if (lpObj->m_IfState.use > 0)
return false;

PMSG_TALKRESULT pResult;



pResult.h.c = 0xC3;
pResult.h.headcode = 0x30;
pResult.h.size = sizeof(pResult);
pResult.result = 0x35;

IOCP.DataSend(lpObj->m_Index, (LPBYTE)&pResult, pResult.h.size);

return true;
}

Is Only for look interface need complete script for items look and buy items

verry good job , michi . Chaos Castle ticket dont work and mastery boxes (Ruud) not work any fixes for this ?

next update i not fix now

can you help me sir .
i have problem in Market Server
look at attachement.
sorry for bad english.

this is my error . all in market server
View attachment 160202View attachment 160203View attachment 160204View attachment 160205View attachment 160206

i not need run gs market download new update
 
Elite Diviner
Joined
Oct 1, 2007
Messages
413
Reaction score
9
item_eng.bmd
skill_eng.bmd


Client modification tools?
 
Newbie Spellweaver
Joined
Jan 20, 2015
Messages
30
Reaction score
0
Bug in update 22/11/2017 - Wings LV1 have visual BUG in Blood Castle
 
Back
Top