[REQ] Marriage (CoEmu v2)

07/16/2009 18:45 xellios#1
I already have the codes does someone knows how to get the (balbla wants to marry with you) popping up? and if you click yes i wanna propose to someone the icons come up?

If someone knows it and say it i will release the marriage system it already works i just need to get the things pop up..


Help will be appreciated kk:)

Xellios.
07/16/2009 19:49 alexbigfoot#2
[Only registered and activated users can see links. Click Here To Register...]
^
Marriage.cs -> Handler

PHP Code:
case 8Handler.MariageProposal(CSocketData); break;
case 
9Handler.MariageAccept(CSocketData); break; 
^ goes into PacketProcessor -> Attack Region -> AType switch.
07/16/2009 21:20 xellios#3
Quote:
Originally Posted by alexbigfoot View Post
[Only registered and activated users can see links. Click Here To Register...]
^
Marriage.cs -> Handler

PHP Code:
case 8Handler.MariageProposal(CSocketData); break;
case 
9Handler.MariageAccept(CSocketData); break; 
^ goes into PacketProcessor -> Attack Region -> AType switch.
No i mean calling it trough the NPC:P the dialogue ID :P
07/16/2009 22:58 alexbigfoot#4
ConquerPacket.General(CSocket.Client.ID, 1067, 0, 0, 0, 0, (CoEmu_v2_GameServer.Structs.Struct.DataType)116);