-
[Release] IGCN Season 9 Repack + Custom + Source
Folder Client + serverfiles + source
Link 1 , Link 2
i stop working on this.
this is IGCN file + Xteam customs
fixed wing charset add wings dynamic effect.
some stuff missing in server side for fixed just copy from xteam source.
- update client side
+ optimize and cleaned
+ add camera 3D
+ allow switch font
+ add launcher checker
Code:
#define oUserPreviewstruct *(int*)0x7F7E904
#define pPlayerState *(int*)0x1205338
#define MAIN_WINDOW *(HWND*)(0x123CA8C)
#define pPreviewThis ((LPVOID(*)()) 0x437357)
#define pGetPreviewStruct ((DWORD(__thiscall*)(LPVOID This, int ViewportID)) 0x958F37)
#define pCursorX *(int*)0x8B97684
#define pCursorY *(int*)0x8B97688
#define pLoadImage ((int(__cdecl*)(char *Path, int, int, int, char, char)) 0x7B98E8)
#define pDrawGUI ((int(__cdecl*)(int, float, float, float, float)) 0x7CB14F)
#define pDrawImage ((int(__cdecl*)(int ImageID, float PosX, float PosY, float Width, float Height, float Arg6, float Arg7, float ScaleX, float ScaleY, BYTE FillCenter, BYTE FillBolder, float alpha)) 0x638FFB)
#define pDrawInterface ((void(*)()) 0x82141C) //1.05.25
#define pDrawInterfaceCall 0x008213FA
#define pLoadSomeForm ((void(*)())0xA275B6)
#define pLoadSomeFormCall 0x00632DD3
#define pMapNumber *(int*)0x1206ED0
#define pPlaySound ((int(__cdecl*)(char * path, int a2)) 0x4D6801)
//Text
#define pTextThis ((LPVOID(*)())0x4512A0)
#define pSetFont ((int(__thiscall*)(LPVOID This, HFONT font)) 0x45150F)
#define pTextUnknown1 ((int(__thiscall*)(LPVOID This, int a2)) 0x45148E) // -1
#define pTextUnknown2 ((int(__thiscall*)(LPVOID This, int a2)) 0x4514E7) // 0
#define pSetBGColor ((int(__thiscall*)(LPVOID This, BYTE r, BYTE b, BYTE g, BYTE h)) 0x4514B6)
#define pSetTextColor ((int(__thiscall*)(LPVOID This, BYTE r, BYTE b, BYTE g, BYTE h)) 0x45145D)
#define pDrawText ((int(__thiscall*)(LPVOID This, int PosX, int PosY, LPCTSTR Text, int nCount, int nTabPositions, LPINT lpnTabStopPositions, int nTabOrigin)) 0x451537)
#define pGetTextLine ((int(__stdcall*)(int line)) 0x436D3A)
Code:
#pragma once
#pragma pack(push, 1)
struct Vangel
{
float X;
float Y;
float Z;
};
#pragma pack(pop)
#pragma pack(push, 1)
struct ObjectModel
{
/*+0*/ int Prev;
BYTE gap01[30];
/*+34*/ WORD AnimationID;
BYTE gap02[28];
/*+64*/ DWORD skinID;
/*+68*/ //DWORD unknown68
BYTE gap03[48];
/*+116*/ float Scale;
BYTE gap04[120];
/*+240*/ Vangel SelectZone;
/*+252*/ Vangel Unknown248;
/*+264*/ Vangel VecPos;
/*+276*/ Vangel WorldPos;
BYTE gap548[260];
/*+548*/ DWORD GlowType; //= 1 like Monster 258 Luke helper
};
#pragma pack(pop)
#pragma pack(push, 1)
typedef struct //season 9
{
BYTE gap01[14];
/*+14*/ bool InSafeZone;
/*+15*/ BYTE Unknown15;
/*+16*/ BYTE Unknown16;
/*+17*/ BYTE IsLiveObject;
/*+18*/ BYTE Unknown18;
/*+19*/ BYTE Class;
/*+20*/ BYTE Unknown20;
/*+21*/ BYTE CtlCode;
/*+22*/ BYTE Unknown22;
/*+23*/ BYTE Unknown23;
/*+24*/ BYTE Unknown24;
/*+25*/ BYTE Unknown25;
/*+26*/ BYTE Unknown26;
/*+27*/ BYTE Unknown27;
/*+28*/ BYTE Unknown28;
/*+29*/ BYTE Unknown29;
/*+30*/ BYTE Unknown30;
/*+31*/ BYTE GensInfluence;
/*+32*/ BYTE Unknown32;
/*+33*/ BYTE Unknown33;
/*+34*/ BYTE Unknown34;
/*+35*/ BYTE Unknown35;
/*+36*/ BYTE Unknown36;
/*+37*/ BYTE Unknown37;
/*+38*/ WORD Unknown38;
/*+40*/ BYTE Unknown40;
/*+41*/ BYTE Unknown41;
/*+42*/ BYTE Unknown42;
BYTE gap03[2];
/*+45*/ BYTE RespawnPosX;
/*+46*/ BYTE RespawnPosY;
BYTE gap04[3];
/*+50*/ BYTE ActiveMagic;
BYTE gap05[5];
/*+56*/ char Name[25];
/*+120/ //BYTE IsCharacterMove; //?
/*+390*/ //maybe WORD ID or aIndex
BYTE gap444[363];
/*+444*/ DWORD MapPosX;
/*+448*/ DWORD MapPosY;
BYTE gap540[88];
/*+540*/ short HelmSlot;
/*+542*/ BYTE HelmLevel;
/*+543*/ BYTE HelmExcellent;
/*+544*/ BYTE HelmAncient;
BYTE gap12[31];
/*+576*/ short ArmorSlot;
/*+578*/ BYTE ArmorLevel;
/*+579*/ BYTE ArmorExcellent;
/*+580*/ BYTE ArmorAncient;
BYTE gap13[31];
/*+612*/ short PantsSlot;
/*+614*/ BYTE PantsLevel;
/*+615*/ BYTE PantsExcellent;
/*+616*/ BYTE PantsAncient;
BYTE gap14[31];
/*+648*/ short GlovesSlot;
/*+650*/ BYTE GlovesLevel;
/*+651*/ BYTE GlovesExcellent;
/*+652*/ BYTE GlovesAncient;
BYTE gap15[31];
/*+684*/ short BootsSlot;
/*+686*/ BYTE BootsLevel;
/*+687*/ BYTE BootsExcellent;
/*+688*/ BYTE BootsAncient;
BYTE gap16[31];
/*+720*/ short WeaponFirstSlot;
/*+722*/ BYTE WeaponFirstLevel;
/*+723*/ BYTE WeaponFirstExcellent;
/*+724*/ BYTE WeaponFirstAncient;
BYTE gap17[31];
/*+756*/ short WeaponSecondSlot;
/*+758*/ BYTE WeaponSecondLevel;
/*+759*/ BYTE WeaponSecondExcellent;
/*+760*/ BYTE WeaponSecondAncient;
BYTE gap18[31];
/*+792*/ short WingsSlot;
/*+794*/ BYTE WingsLevel;
/*+795*/ BYTE WingsExcellent;
/*+796*/ BYTE WingsAncient;
BYTE gap19[31];
/*+828*/ short PetSlot;
/*+830*/ BYTE PetLevel;
/*+831*/ BYTE PetExcellent;
/*+832*/ BYTE PetAncient;
BYTE gap948[115];
/*+948*/ BYTE unknown948;
BYTE gap1072[123];
/*+1072*/ ObjectModel m_Model;
}ObjectPreview, *lpViewObj;
#pragma pack(pop)
Credits:
Me
IGCN
Xteam
-
re: [Release] IGCN Season 9 Repack + Custom + Source
-
re: [Release] IGCN Season 9 Repack + Custom + Source
Source.rar and ServerS9ep2.rar Corrupted
Source.rar Corrompida.
-
re: [Release] IGCN Season 9 Repack + Custom + Source
can post to maininfo source?
-
re: [Release] IGCN Season 9 Repack + Custom + Source
What would i need to change on server side to fix WSARecv failed with error 10038 ?
With the GameServer provided it works but not with mine, it gives WSARecv when I use exile.dll, so what else Do I need to change ?
-CustomWing.cpp CustomWing.h MemScript & every instance of gCustomWing inside, what else is there ?
----- A topic with title ;Wsarecv() failed with error 10038 Fix; says
Quote:
3.Try login in client- This error appears when you try login in your account from client.Why its not connecting?It's simply. Your Client version is just different protocol typeIf you are using other protocol type you will need to change in server side to support this protocol.Manual its Data/Commonserver.cfg > Language = ?
So where is exactly this Protocol Type in the GameServer ?
Searched for hours in gs.. still no luck
It is inside Protocol.cpp
Works ty
Pls upload source elixir
-
re: [Release] IGCN Season 9 Repack + Custom + Source
-
re: [Release] IGCN Season 9 Repack + Custom + Source
So the WSARecv 10038 error is because PMSG_IDPASS is different :( Really need exile.dll source
-
re: [Release] IGCN Season 9 Repack + Custom + Source
Quote:
Originally Posted by
MaxMuON
So the WSARecv 10038 error is because PMSG_IDPASS is different :( Really need exile.dll source
no error for me.
- and first post updated.
-
re: [Release] IGCN Season 9 Repack + Custom + Source
Quote:
Originally Posted by
myheart
no error for me.
- and first post updated.
EXILE_DLL from sources is missing and the problem is that my PMSG_IDPASS is
Quote:
PBMSG_HEAD h;
BYTE subcode; // 3
char Id[10]; // 4
char Pass[20]; // E
char HWID[100]; // NEW
char Lang[11];
DWORD TickCount; // 18
BYTE CliVersion[5]; // 1C
BYTE CliSerial[16]; // 21
DWORD ServerSeason;
float version;
Yours is
Quote:
PBMSG_HEAD h;
BYTE subcode; // 3
char Id[10]; // 4
char Pass[20]; // E
DWORD TickCount; // 18
BYTE CliVersion[5]; // 1C
BYTE CliSerial[16]; // 21
DWORD ServerSeason;
If I add version and Lang it wont work because of exile.dll, I could live with that but HWID is also not comming back :(
without exile.dll
https://i.imgur.com/r5FxzQh.pnghttps://i.imgur.com/2dDmJtC.pngwith
If you wont post the source for client, could you please add in MainInfo.ini the GCAlterPShopVault 4 price tags Name for us to change ? :D ty
And a Hwid
Code:
#include <Rpc.h>
#pragma comment(lib,"Rpcrt4.lib")
char* GetHwid3()
{
DWORD VolumeSerialNumber;
if (GetVolumeInformation("C:\\", 0, 0, &VolumeSerialNumber, 0, 0, 0, 0) == 0)
{
return "no Volume";
}
UUID uuid;
UuidCreateSequential(&uuid);
SYSTEM_INFO SystemInfo;
GetSystemInfo(&SystemInfo);
DWORD ComputerHardwareId1 = VolumeSerialNumber ^ 0x12B586FE;
DWORD ComputerHardwareId2 = *(DWORD*)(&uuid.Data4[2]) ^ 0x5D78A569;
DWORD ComputerHardwareId3 = ((*(WORD*)(&uuid.Data4[6]) & 0xFFFF) | (SystemInfo.wProcessorArchitecture << 16)) ^ 0xF45BC123;
DWORD ComputerHardwareId4 = ((SystemInfo.wProcessorLevel & 0xFFFF) | (SystemInfo.wProcessorRevision << 16)) ^ 0xB542D8E1;
char msg[35];
wsprintf(msg, "%08X-%08X-%08X-%08X", ComputerHardwareId1, ComputerHardwareId2, ComputerHardwareId3, ComputerHardwareId4);
//printf("%08X-%08X-%08X-%08X\n", ComputerHardwareId1, ComputerHardwareId2, ComputerHardwareId3, ComputerHardwareId4);
return msg;
}
& memcpy(lpMsg2->HWID, GetHwid3(), 100); in PMSG_IDPASS_NEW * lpMsg2 = (PMSG_IDPASS_NEW *)NewIDPass;
-
re: [Release] IGCN Season 9 Repack + Custom + Source
Quote:
Originally Posted by
MaxMuON
EXILE_DLL from sources is missing and the problem is that my PMSG_IDPASS is
https://mega.nz/#!SBdV1CCR!poC8l3ReK...8q6_6Cou1LP7_o
updated by your request.
-
re: [Release] IGCN Season 9 Repack + Custom + Source
Quote:
Originally Posted by
myheart
please share the source code. thanks
-
re: [Release] IGCN Season 9 Repack + Custom + Source
Quote:
Originally Posted by
myheart
Amazing, it works, thanks so much :D
@myheart
oh no there is a huge problem :( every option on every purple item has attack options instead of defense options like Increase Attack 2%, instead of increase life or mana :(
It appears to be a problem with half of items in game (shields,helm to boots with sockets) inside tooltip in exile.dll, these items read Attack excellent options instead of Defense excellent options (ex: /item 7 44 0 0 0 0 63)
-
re: [Release] IGCN Season 9 Repack + Custom + Source
Quote:
Originally Posted by
MaxMuON
Amazing, it works, thanks so much :D
@
myheart
oh no there is a huge problem :( every option on every
purple item has attack options instead of defense options like Increase Attack 2%, instead of increase life or mana :(
It appears to be a problem with half of items in game (shields,helm to boots with sockets) inside tooltip in exile.dll, these items read Attack excellent options instead of Defense excellent options (ex: /item 7 44 0 0 0 0 63)
first post updated.
-
re: [Release] IGCN Season 9 Repack + Custom + Source
Quote:
Originally Posted by
myheart
first post updated.
You are amazing, thanks! :D
It works!
-
re: [Release] IGCN Season 9 Repack + Custom + Source
@myheart
The characters move, the wings disappear, and the sky doesn't move.
-
re: [Release] IGCN Season 9 Repack + Custom + Source
Quote:
Originally Posted by
yiyuan126
@myheartThe characters move, the wings disappear, and the sky doesn't move.
If the wings disappear, it means you have not set the charsets inside gameserver.exe properly. Use the gameserver from the download link and the Custom folder inside IGCData
Quote:
Originally Posted by
yiyuan126
@
MaxMuONThe exact document, the colorful gems didn't work.
@
MaxMuON
Do you have a custom new dress available?
gems and dress ? I don't know about that, I only said about the wings :D
video1 video2
Quote:
Originally Posted by
yiyuan126
@
MaxMuON
Client Version [Exception Address] 0x7787eb83[Exception Code] STATUS_ACCESS_VIOLATIONRtlRandomEx() (0x7787e8c8)RtlRandomEx() (0x7787e8c8)StackWalk failed: 487
why?
dont know
-
re: [Release] IGCN Season 9 Repack + Custom + Source
@MaxMuON
The exact document, the colorful gems didn't work.
- - - Updated - - -
@MaxMuON
Do you have a custom new dress available?
- - - Updated - - -
@
Can you share your normal files and client?
-
re: [Release] IGCN Season 9 Repack + Custom + Source
@MaxMuON
Client Version [Exception Address] 0x7787eb83[Exception Code] STATUS_ACCESS_VIOLATIONRtlRandomEx() (0x7787e8c8)RtlRandomEx() (0x7787e8c8)StackWalk failed: 487
why?
-
re: [Release] IGCN Season 9 Repack + Custom + Source
Main.exe no open.
exile.dll source?
-
re: [Release] IGCN Season 9 Repack + Custom + Source
And what about gift system, gens? Are they working?:
-
re: [Release] IGCN Season 9 Repack + Custom + Source
Is anyone here who use this file and have more then 30 players online in game ?
-
re: [Release] IGCN Season 9 Repack + Custom + Source
Quote:
Originally Posted by
alamic
Is anyone here who use this file and have more then 30 players online in game ?
Edit GameServer.ini Player count.
-
re: [Release] IGCN Season 9 Repack + Custom + Source
Quote:
Originally Posted by
lexa111
Edit GameServer.ini Player count.
.....
Is already have set to 100 players but can't connect more then 30 players this is the pronblem , that why i wanna ask some one to tell me what settings have in
GameServer.ini = MachineIDConnectionLimitCount = (What number have here ?)
Dataserver IGCDS.ini = MachineIDConnectionLimitPerGroup =(What number have here ?)
To set in my file
-
re: [Release] IGCN Season 9 Repack + Custom + Source
I found another problem, mounted golden fenrir + new wings, = the charset of new wings mounted on you will be +1.
So if you have golden fenrir on you and you also have one of the new wings with id 271, it will switch you to wing 272 charset.
Or if you have 282 charset, you fenrir wont be gold.
edit:Yes, it is a visual bug, charset number is different:P
-
re: [Release] IGCN Season 9 Repack + Custom + Source
Quote:
Originally Posted by
MaxMuON
I found another problem, mounted golden fenrir + new wings, = the charset of new wings mounted on you will be +1.
So if you have golden fenrir on you and you also have one of the new wings with id 271, it will switch you to wing 272 charset.
Or if you have 282 charset, you fenrir wont be gold.
is only visual bug :)
-
re: [Release] IGCN Season 9 Repack + Custom + Source
Quote:
Originally Posted by
MaxMuON
I found another problem, mounted golden fenrir + new wings, = the charset of new wings mounted on you will be +1.
So if you have golden fenrir on you and you also have one of the new wings with id 271, it will switch you to wing 272 charset.
Or if you have 282 charset, you fenrir wont be gold.
edit:Yes, it is a visual bug, charset number is different:P
first post added Client dll source, you can fix by yourself.
check Other.cpp
-
re: [Release] IGCN Season 9 Repack + Custom + Source
Hi! Main exe not opening for me!! Any solution or ideas? Maby someone can share with updated client? :blush:
-
re: [Release] IGCN Season 9 Repack + Custom + Source
Quote:
Originally Posted by
JoJoGy
Hi! Main exe not opening for me!! Any solution or ideas? Maby someone can share with updated client? :blush:
Client norm 100 % work. Install driver Microsoft .NET Framework 4
and Microsoft Visual C++ 2010 SP1 (x86)
-
re: [Release] IGCN Season 9 Repack + Custom + Source
How can open vault cause if multi warehouse activated cant open
-
re: [Release] IGCN Season 9 Repack + Custom + Source
Who can tell me how this can be changed?
https://i.imgur.com/fsibK7Z.jpg
To This like original? I newer hawe tryed change this, but i see its must be changed in Exile.dll? to this!! But Where and How? Help!
https://i.imgur.com/osFYsgg.jpg
-
re: [Release] IGCN Season 9 Repack + Custom + Source
just take another main.exe
-
re: [Release] IGCN Season 9 Repack + Custom + Source
At first i think this must be inside in Main but no! After i change exile.dll my login page change to default! So somewhere in Exile.dll this can be changed! But how! Must be compiled from source new exile.dll or can be done with some hex edits? myheart?
-
re: [Release] IGCN Season 9 Repack + Custom + Source
@myheart How to put CAMERA?
-
re: [Release] IGCN Season 9 Repack + Custom + Source
@myheart
ServerInfo.bmd
Codepage=3A8 main will crash
-
re: [Release] IGCN Season 9 Repack + Custom + Source
Hello, first of all tnx for your work, i can normally connect to server but i have a problem with exile.dll
1. exile.dll from client source with main.exe works.
2. any exile.dll attached to comment in this topic dont work.
3. I personally compiled it using vs studio 2010 and its compiles normally
but the problem is that with any other except client source exile.dll main.exe dont starts, just noothing happends, what can be reason for that? what wrong with exile.dll source?
Also i checked code and 3d camera related functionality is commented, mby its not finished yet or just off hardcoded?
Also it dont works with client in this topics, i can connect but i than i am disconnected from server and in logs i see that something with version mismatch but i think there all versions should be the same? or its was changed somewhere?
-
re: [Release] IGCN Season 9 Repack + Custom + Source
plz make enc . build main.bmd
-
re: [Release] IGCN Season 9 Repack + Custom + Source
Im cant normaly restore DB , Only creat With Queries! Why ? If i take DB from other IGC proj i can restor DB normaly! I use SQL 2008 R2 Win7x64... Or for this Server DB must be created only with Queries?
-
re: [Release] IGCN Season 9 Repack + Custom + Source
Where did you get the client?
https://i.imgur.com/fsibK7Z.jpg
Can I have a link?
-
re: [Release] IGCN Season 9 Repack + Custom + Source
Quote:
Originally Posted by
MaxMuON
If the wings disappear, it means you have not set the charsets inside gameserver.exe properly. Use the gameserver from the download link and the Custom folder inside IGCData
gems and dress ? I don't know about that, I only said about the wings :D
video1 video2
dont know
I used GS from yours source code and still can't figure out how to fix Wings issue. They disappear when I do re-login or warp somewhere else, those from 300 ID + models disappear in invetory but I assume it's due to MAX_CUSTOM_WINGS 15 case but don't worry about it. My problem is that Wings on ID 300 have Effects on (while 300 ID is 6444 ID in CustomWings.ini / CustomDynamicEffects / CustomWingsEffects / ItemTRSData) I have only 6413 ID there which is assigned to 269 ID but those wings don't have any effects on them. No matter what I will put into those files, only wings 300 ID have got visual effects. Btw. New wings have names only on the ground, in invetory there is nothing showing up. I assume it's due to not finished release of GameServer source or I do something wrong with assigning items :D
-
re: [Release] IGCN Season 9 Repack + Custom + Source
Hey! Who can help me with this?
https://i.imgur.com/XV5LlUr.jpg
How to move this window to other place??
- - - Updated - - -
Quote:
Originally Posted by
TraspyAble
Client Source has got a lot of stuff missing. CRC32, RSA etc.
@
Edit
My fault, I fixed it by myself, now the dll is working properly cheers
Mate can you tell plz how do you fix it?
-
re: [Release] IGCN Season 9 Repack + Custom + Source
If you want to compile the Source code of the Client DLL you just need to get CRC32,RSA and few different files, to do that just copy 'Library' folder from 'Sources' (that comes with Server source code) to your 'Client DLL Source' folder, it should work. If not you will just need to adjust it by putting locations manually.
If you are looking for fix for that Custom Interface in left top corner, there is none. It's Custom Interface part done by person who has released it I assume and it's not finished (has got scaling bug that on different resolutions its acting differently). I noticed it as well but I don't have fix for that yet because I am too busy doing other thing but as soon as I fix it I will share it here in this section/topic. Maybe somebody will do it quicker until then.
-
re: [Release] IGCN Season 9 Repack + Custom + Source
Quote:
Originally Posted by
TraspyAble
If you want to compile the Source code of the Client DLL you just need to get CRC32,RSA and few different files, to do that just copy 'Library' folder from 'Sources' (that comes with Server source code) to your 'Client DLL Source' folder, it should work. If not you will just need to adjust it by putting locations manually.
If you are looking for fix for that Custom Interface in left top corner, there is none. It's Custom Interface part done by person who has released it I assume and it's not finished (has got scaling bug that on different resolutions its acting differently). I noticed it as well but I don't have fix for that yet because I am too busy doing other thing but as soon as I fix it I will share it here in this section/topic. Maybe somebody will do it quicker until then.
Maby U can explain closer about crc32 and about this few files! Or you can share your lib? O_o it was be great ... Because when i Compile exile.dll everythink wenth fine no mising libs...
-
re: [Release] IGCN Season 9 Repack + Custom + Source
So if you compile it and everything goes fine without any missing libs then it's fine and you don't need to fix it.
I think you misunderstood. Your problem with Interface isn't because of something missing, it's not coded properly.
-
re: [Release] IGCN Season 9 Repack + Custom + Source
Quote:
Originally Posted by
TraspyAble
So if you compile it and everything goes fine without any missing libs then it's fine and you don't need to fix it.
I think you misunderstood. Your problem with Interface isn't because of something missing, it's not coded properly.
I hawe compiled all exe files and dll to! BUT
MainExeCRC = 1 ; main.exe
DLLCRC = 1 ; IGC.dll
PlayerBmdCRC = 1 ; Player.bmnd
SkillCRC = 1 ; \Data\Local\Eng\Skill_eng.bmd (only)
This options dont work i set 1 for DLLCRC but in reality its 04d6f8d4 and GS dont show crccheck before i enter in gameserver!
-
re: [Release] IGCN Season 9 Repack + Custom + Source
No idea mate, I hadn't done it and my CRC was about CCRC32.cpp from libraries because it was missing for me somehow.
But about your problem I don't have a clue.
-
re: [Release] IGCN Season 9 Repack + Custom + Source
Quote:
Originally Posted by
TraspyAble
No idea mate, I hadn't done it and my CRC was about CCRC32.cpp from libraries because it was missing for me somehow.
But about your problem I don't have a clue.
you can get from xteam source.
-
re: [Release] IGCN Season 9 Repack + Custom + Source
Like I said before, I have it already.
What about CustomWings charset? Can you post solution for that or just updated sources because I can't find solution for that, no matter what charset I put in GS nothing changes.
-
re: [Release] IGCN Season 9 Repack + Custom + Source
Hi guys, i have a problem modifying Skill Dmg% from DL, RF and BK... i don`t find in configs this setting ... can someone help me please?http://dezploiesti.ro/test.JPG
-
re: [Release] IGCN Season 9 Repack + Custom + Source
Who can help !! Im trying to fix Client file CRC!! Gameserver show incorect CrC but in comoon.ini its corect!!
https://i.imgur.com/U8sUUFr.png
https://i.imgur.com/Tg0Irjc.png
Why GS dont see CrC code in Comoon.ini?
I found the mistake! And now CrC Works perfect!
- - - Updated - - -
Quote:
Originally Posted by
JoJoGy
FIXED now CRC works Perfect!
-
re: [Release] IGCN Season 9 Repack + Custom + Source
Quote:
Originally Posted by
JoJoGy
Who can help !! Im trying to fix Client file CRC!! Gameserver show incorect CrC but in comoon.ini its corect!!
https://i.imgur.com/U8sUUFr.png
https://i.imgur.com/Tg0Irjc.png
Why GS dont see CrC code in Comoon.ini?
I found the mistake! And now CrC Works perfect!
- - - Updated - - -
FIXED now CRC works Perfect!
What was the mistake?
-
re: [Release] IGCN Season 9 Repack + Custom + Source
Quote:
Originally Posted by
TraspyAble
I used GS from yours source code and still can't figure out how to fix Wings issue. They disappear when I do re-login or warp somewhere else, those from 300 ID + models disappear in invetory but I assume it's due to MAX_CUSTOM_WINGS 15 case but don't worry about it. My problem is that Wings on ID 300 have Effects on (while 300 ID is 6444 ID in CustomWings.ini / CustomDynamicEffects / CustomWingsEffects / ItemTRSData) I have only 6413 ID there which is assigned to 269 ID but those wings don't have any effects on them. No matter what I will put into those files, only wings 300 ID have got visual effects. Btw. New wings have names only on the ground, in invetory there is nothing showing up. I assume it's due to not finished release of GameServer source or I do something wrong with assigning items :D
i experience similar problem to yours only ID 300 wings dont disappear during warp or login efect works. wings until id 310 dont have disappearence problems but for some reason wing model doesnt change (ID 300 model doesnt change either) i rechecked 4times for model names and path and files i still get conqueror wing model regardless of what i do. but wings from 311 and above model works fine wings disappear when warping and no effect. perhaps you have an idea what to do? or maybe @myheart knows how to deal with that?
-
re: [Release] IGCN Season 9 Repack + Custom + Source
Does anyone has exile.dll that works with custom stuff? the one from source doesnt work at all the main.exe dont even start...
-
re: [Release] IGCN Season 9 Repack + Custom + Source
decided who the problem with the new exile.dll
- - - Updated - - -
Quote:
Originally Posted by
yxas
Does anyone has exile.dll that works with custom stuff? the one from source doesnt work at all the main.exe dont even start...
you need to update main.bmd
from update 1.1 + HWID
-
re: [Release] IGCN Season 9 Repack + Custom + Source
Quote:
Originally Posted by
MaxMuON
Hi guys, i have a problem modifying Skill Dmg% from DL, RF and BK... i don`t find in configs this setting ... can someone help me please?
http://dezploiesti.ro/test.JPG
edit the damage formulas directly in the source code of the server
-
Re: [Release] IGCN Season 9 Repack + Custom + Source
Quote:
Originally Posted by
JoJoGy
Who can help !! Im trying to fix Client file CRC!! Gameserver show incorect CrC but in comoon.ini its corect!!
https://i.imgur.com/U8sUUFr.png
https://i.imgur.com/Tg0Irjc.png
Why GS dont see CrC code in Comoon.ini?
I found the mistake! And now CrC Works perfect!
- - - Updated - - -
FIXED now CRC works Perfect!
dang im trap with the same issue, how is this solved?
-
Re: [Release] IGCN Season 9 Repack + Custom + Source
Quote:
Originally Posted by
myheart
you can get from xteam source.
how to use this exile.dll?
- - - Updated - - -
how sir?any link for it sir..im a newbie developer in learning stage..thanks in advance
-
Quote:
Originally Posted by
nofeara
dang im trap with the same issue, how is this solved?
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
}
}
-
Re: [Release] IGCN Season 9 Repack + Custom + Source
Quote:
Originally Posted by
JoJoGy
were you able to solved this? i mean if i compiled the exile.dll from source i am not getting the new login screen...
also if you compile the source or use the latest update you will have a white space after the server time...
https://i.imgur.com/PxHOvQB.png
if we could also adjust the position of the timer or the arrow quantity, in other chars it wont be a prob but for elves i think its somehow a problem..
-
Re: [Release] IGCN Season 9 Repack + Custom + Source
Quote:
Originally Posted by
nofeara
extract to the client: https://mega.nz/#!jAMT1CZD!7Yiu2s69p...k334RAzAGwNqQA
but this repack too old, not recommend.
-
Re: [Release] IGCN Season 9 Repack + Custom + Source
Quote:
Originally Posted by
myheart
ohh so it was the camera control, was really looking for how to activate it :D
https://i.imgur.com/idlN7u8.jpg
Its still good man, this camera is very important, specially it has button features and you can really rotate compared to other camera released here and the hardware id thing is very important for administrative purpose :)
Uhm do you mind sharing how to use the custom login screen in exile source?
-
Re: [Release] IGCN Season 9 Repack + Custom + Source
@myheart main suport hook MHP muemu antihack?
can you share main ?
-
Re: [Release] IGCN Season 9 Repack + Custom + Source
Try this one: https://mega.nz/#F!8Ip0iS7T!QLGhAZtyJEgRw2QSnjNPLw
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)...
-
Re: [Release] IGCN Season 9 Repack + Custom + Source
]
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
-
Re: [Release] IGCN Season 9 Repack + Custom + Source
Hi myheart, you have the source of maininfo (encrypt.exe). Thank you. :D:
-
Re: [Release] IGCN Season 9 Repack + Custom + Source
@myheart
i found some bugs, i try solve with files but not have sucess
Player gain master level exp with level 28
https://i.ibb.co/YtG8Qqp/master-exp-level-28.jpg
ilusion temple not work, click button and no enter event
https://i.ibb.co/k1ymX8b/ilusion-tem...anpionship.jpg
expired iten not disappear of vault
https://i.ibb.co/mXQf8DD/expired-iten.jpg
very ty all, if solved this bug please shared here ty
-
Re: [Release] IGCN Season 9 Repack + Custom + Source
Quote:
Originally Posted by
thevjfla
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?
-
Re: [Release] IGCN Season 9 Repack + Custom + Source
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
-
Re: [Release] IGCN Season 9 Repack + Custom + Source
Can anyone help fix it when using the new wing the yellow wolf becomes red
https://www.youtube.com/watch?v=oW2Tp7XXnwI