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] IGCN Season 9 Repack + Custom + Source

Joined
Nov 29, 2009
Messages
505
Reaction score
92
Try this one:

To somehow who knows, please help fix the ff:

*doppelganger events seems not working fine with this source.
*small cape changes into conqueror wings (visually)...
 
Last edited:
Junior Spellweaver
Joined
Feb 4, 2017
Messages
117
Reaction score
13
]help me find the offset :
pSetCursorFocus
pDrawColorText
pCheckWindow
pCloseWindow
pOpenWindow
pDrawColorButton
pDrawToolTip
DrawInterfaceText
pDrawButton
pViewNPCTargetID
pViewAttackTargetID

Or someone instructed me to find one thank you​
[SUB][/SUB]
 
Initiate Mage
Joined
Aug 23, 2020
Messages
42
Reaction score
8
@myheart

i found some bugs, i try solve with files but not have sucess

Player gain master level exp with level 28

myheart - [Release] IGCN Season 9 Repack + Custom + Source - RaGEZONE Forums


ilusion temple not work, click button and no enter event

myheart - [Release] IGCN Season 9 Repack + Custom + Source - RaGEZONE Forums


expired iten not disappear of vault

myheart - [Release] IGCN Season 9 Repack + Custom + Source - RaGEZONE Forums


very ty all, if solved this bug please shared here ty
 
Initiate Mage
Joined
Apr 17, 2020
Messages
21
Reaction score
0
Find the post of the IGCN sources, i posted the fix :)

Update...

Hello @myheart

Have you the offset for print text?

I want to show a simple message when use the camera and dont know the offset.


I uses this function:


Code:
#define Main_PrintGlobal 00597630H; // 1.04D S6EP3

void Message(int ColorId, char* Message)
{
    _asm
    {
        Mov Edi, Main_PrintGlobal
        Push ColorId
        Push Message
        Call Edi
        Add Esp, 0x8
    }
}
thevjfla Did you find the function address?
 
Initiate Mage
Joined
Jun 6, 2016
Messages
33
Reaction score
4
Hi guys! Please help with a chance of success, for the chaos of a goblin In Noria, I'm trying to create a chaos weapon for the wings, I write a 100% chance while things are deformed

In the code I found the download of this file g_UpgradeCmd.LoadFile (this-> GetPath ('IGC_JoinMu_UpgradeCommand.xml'));, but it was not in the server files

fnx! Problem is resolved
 
Last edited:
Junior Spellweaver
Joined
Feb 4, 2017
Messages
117
Reaction score
13
Can anyone help fix it when using the new wing the yellow wolf becomes red

 
Back
Top