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

[Release] IGCN - MuEmu Server Season 12 ep 2 + Sources

Newbie Spellweaver
Joined
Jun 6, 2016
Messages
33
Reaction score
4
For whom this is still relevant, the problem with equipping a horse and a crow at the same time! go to the server opens the protocol.cpp file go to method
Code:
 void GameProtocol :: CGInventoryEquipment (_tagPMSG_REQ_INVENTORY_EQUIPMENT_ITEM * lpMsg, int iIndex)
before him we announce
Code:
 #define DARK_HORSE 4
Code:
 #define DARK_RAVEN 5
Code:
 #define CLASS_DL DARK_HORSE
then we move to the case
Code:
 case ITEMGET (13,2): case ITEMGET (13,3): case ITEMGET (13,4): case ITEMGET (13,37):
replace the contents of this case with this
Code:
 	case ITEMGET(13, 2):  	case ITEMGET(13, 3):  	case ITEMGET(13, 4):  	case ITEMGET(13, 37):  	case ITEMGET(13, 5):  		if (lpMsg->btValue == 254) {  			if (lpObj->pInventory[lpMsg->btItemPos].m_Type == ITEMGET(13, 4) && lpObj->Class != CLASS_DL) { 				goto DK_HORSE; 			} 			if (lpObj->pInventory[lpMsg->btItemPos].m_Type == ITEMGET(13, DARK_RAVEN) && lpObj->pInventory[lpMsg->btItemPos].m_JewelOfHarmonyOption == 0) { 				 					lpObj->pInventory[lpMsg->btItemPos].m_JewelOfHarmonyOption = 1; 					 					lpObj->m_btInvenPetPos = lpMsg->btItemPos; 				 					pMsg.btResult = -2; 				 			} 			if (lpObj->pInventory[lpMsg->btItemPos].m_Type != ITEMGET(13,DARK_RAVEN) && lpObj->pInventory[lpObj->m_btInvenPetPos].m_JewelOfHarmonyOption == 0) { 					 				lpObj->m_btInvenPetPos = lpMsg->btItemPos;  					lpObj->pInventory[lpMsg->btItemPos].m_JewelOfHarmonyOption = 1; 					 					pMsg.btResult = -2; 				 			} 		}  		if (lpMsg->btValue == 255) {  			if (lpObj->pInventory[lpMsg->btItemPos].m_JewelOfHarmonyOption == 1) {  				if (lpObj->pInventory[lpMsg->btItemPos].m_Type == ITEMGET(13, DARK_RAVEN)) { 					 					lpObj->m_btInvenPetPos = lpMsg->btItemPos;  				} else {  					lpObj->m_btInvenPetPos = lpMsg->btItemPos; 				} 				 					lpObj->pInventory[lpMsg->btItemPos].m_JewelOfHarmonyOption = 0; 					lpObj->m_wInvenPet = -1; 					pMsg.btResult= -1; 				 			} 		} 		gObjMakePreviewCharSet(iIndex);		 		this->GCEquipmentChange(iIndex, lpMsg->btItemPos); 		DK_HORSE:IOCP.DataSend(iIndex, (LPBYTE)&pMsg, pMsg.h.size); 		break;  	 	 	default: 	DEF_SWITCH: 		gObjCalCharacter.CalcCharacter(iIndex); 		IOCP.DataSend(iIndex, (LPBYTE)&pMsg, pMsg.h.size); 		break;
I spied this decision in the 13th season. In general, I did as I could if someone corrects it, I will be glad
 
Newbie Spellweaver
Joined
Aug 19, 2020
Messages
34
Reaction score
0
This source code only support seed sphere until lv5, does anyone have patch to support until seed sphere lv 10 ?
 
Newbie Spellweaver
Joined
Jun 6, 2016
Messages
33
Reaction score
4
This source code only support seed sphere until lv5, does anyone have patch to support until seed sphere lv 10 ?


sorry i am no have patch!
I plan to build 13 season from the Korean build as it is easier to customize than igcn releases
 
Junior Spellweaver
Joined
Oct 12, 2014
Messages
173
Reaction score
5
Someone know how to use /item command?
i tried to make stuff +all but i have no idea what to write..

i tried this code but it failed: /item 0 20 15 7 2 7 -3 0 0 0 0 0

also, i find this problem:
Sending an email does not work properly, it is not possible to see the contents of the email..
also, chat does not work..
Anyone know how to fix this?
 
Last edited:
Skilled Illusionist
Joined
Jun 9, 2016
Messages
336
Reaction score
23
Wings 4th seems very OP ... GG Webzen :)
Is it elemental dmg really +195% in kor Mu? Or just a translation error in IGCN Client?
a1WAGJ - [Release] IGCN - MuEmu Server Season 12 ep 2 + Sources - RaGEZONE Forums

sir can you share you muserver and client files
 

Attachments

You must be registered for see attachments list
Skilled Illusionist
Joined
Jun 9, 2016
Messages
336
Reaction score
23
mates any one have compiled on this server please share
 
Newbie Spellweaver
Joined
Jul 4, 2021
Messages
12
Reaction score
0
Longtime no test Mu. Now try to test with IGCN s12. I have problem with Notification box at Left of Mu Windows. Help

Screenshot 2021-07-04 131547 - [Release] IGCN - MuEmu Server Season 12 ep 2 + Sources - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Back
Top