[Release] IGCN Season 9.5 (src-x9.5 9.5.1.15) SRC (April/2016)

Page 47 of 63 FirstFirst ... 37394041424344454647484950515253545557 ... LastLast
Results 691 to 705 of 944
  1. #691
    0x4D696E68 myheart is offline
    MemberRank
    Jun 2017 Join Date
    354Posts

    re: [Release] IGCN Season 9.5 (src-x9.5 9.5.1.15) SRC (April/2016)

    Quote Originally Posted by ReaperMuAdmin View Post
    after multiple tries, changing IGC.DLLs, trying different CSs, disabling DLL check on login (allow login invalid dll = 1)
    I still cannot login to a server that's hosted on LAN with all LAN IPs configured.
    I get immediate DC after main.exe loads.
    Dummy 1.02Q server setup locally works fine.
    I don't know what to do anymore

    What I tried:
    Ashlay's EXEs
    Ashlay's DLL
    Stock EXEs
    Stock DLLs
    Repacked Bins
    HEX Edit of Main and IGC.Dll
    enabling loopback
    gameserver.ini (disable DLL Check or smtg along those lines)

    FILES USED:
    Everything that was provided in this thread
    Originals (with AUTH system disabled)
    and ASHLAY modified files

    EDIT:
    hosted on
    server 2012 R2 x64
    SQL 2012 Enterprise
    ServerInfo.cpp
    Code:
    void CServerInfo::Load(std::string file)
    {
    	char ver[5];
    	char szTemp[250];
    	LPSTR filedec = "/ServerInfo.bmd";
    
    	FILE* hFile = fopen(file.c_str(), "rb");
    	if (!hFile)
    	{
      MessageBoxA(0, "ServerInfo.bmd is missing", "ERROR", 0);
      ExitProcess(0);
    	}
    
    	fseek(hFile, 0, SEEK_END);
    	int size = ftell(hFile);
    	fseek(hFile, 0, SEEK_SET);
    
    	BYTE* buf = new BYTE[size];
    	fread(buf, 1, size, hFile);
    	fclose(hFile);
    
    	for (int i = 0; i < size; i++)
    	{
      buf[i] ^= xorKey[i % 4];
    	}
    
    	std::ofstream decFile;
    	decFile.open(filedec);
    	decFile << buf;
    	decFile.close();
    
    	GetPrivateProfileStringA("Connection", "IP", "10.0.0.1", szTemp, 250, filedec);
    	m_Ip = std::string(szTemp);
    	m_Port = GetPrivateProfileInt("Connection", "Port", 44405, filedec);
    	m_ChatServerPort = GetPrivateProfileIntA("Connection","ChatPort", 56960, filedec);
    	GetPrivateProfileStringA("Main", "Version", "1.05.25", szTemp, 8, filedec);
    	sscanf(szTemp, "%c.%c%c.%c%c", &ver[0], &ver[1], &ver[2], &ver[3], &ver[4]);
    	for (int i = 0; i < 5; i++)
    	{
      ver[i] = ver[i] + (i + 1);
    	}
    	memcpy(m_Version, ver, 5);
    
    	GetPrivateProfileStringA("Main", "Serial", "PoweredByIGCN800", szTemp, 17, filedec);
    	memcpy(m_Serial, szTemp, 16);
    	m_UseLauncher = GetPrivateProfileIntA("Launcher", "Enabled", 0, filedec);
    	GetPrivateProfileStringA("Launcher", "ExeName", "Launcher.exe", szTemp, 255, filedec);
    	m_LauncherFile = std::string(szTemp);
    	m_AllowXShop = GetPrivateProfileIntA("Gameplay", "SellXShopQuestItems", 0, filedec);
    	m_Charset = GetPrivateProfileIntA("Gameplay", "CodePage", 0xFDE9, filedec);/** 1258vn0x4B0 0x4E4 */
    	m_BlockVirtualMachine = GetPrivateProfileInt("Gameplay", "BlockVirtualMachine", 0, filedec);
    	m_UsePatcher = GetPrivateProfileIntA("Patcher", "Enabled", 0, filedec);
    	GetPrivateProfileStringA("Patcher", "ExeName", "Patcher.exe", szTemp, 255, filedec);
    	m_PathcherFile = std::string(szTemp);
    	
    	DeleteFileA(filedec);
    }
    and change IP in ServerInfo.bmd

  2. #692
    Apprentice onfqzmpgvr is offline
    MemberRank
    Jan 2015 Join Date
    Thành phố HLocation
    12Posts

    re: [Release] IGCN Season 9.5 (src-x9.5 9.5.1.15) SRC (April/2016)

    Does anyone notice DW cannot attack player (or monster) while in teleport. In SS6 or SS8, it works normally

  3. #693
    Enthusiast MaxMuON is offline
    MemberRank
    Nov 2016 Join Date
    42Posts

    re: [Release] IGCN Season 9.5 (src-x9.5 9.5.1.15) SRC (April/2016)

    Quote Originally Posted by onfqzmpgvr View Post
    Does anyone notice DW cannot attack player (or monster) while in teleport. In SS6 or SS8, it works normally
    I wonder if that is a problem from the client or from the server ,if it is from the client then nobody will fix that.

  4. #694
    Alpha Member ianvalls90 is offline
    MemberRank
    Apr 2007 Join Date
    ArgentinaLocation
    1,829Posts

    re: [Release] IGCN Season 9.5 (src-x9.5 9.5.1.15) SRC (April/2016)

    Quote Originally Posted by MaxMuON View Post
    I wonder if that is a problem from the client or from the server ,if it is from the client then nobody will fix that.
    at data/skills/IGC_SKILLSETTINGS.ini:

    [SkillInfo];---------------------------------------------------------------------;-- Determines whether Dark Wizard can use skills during teleport, 0/1;---------------------------------------------------------------------CanDarkWizardUseSkillsWhileTeleport = 0

  5. #695
    Apprentice bakaa1 is offline
    MemberRank
    Mar 2010 Join Date
    8Posts

    re: [Release] IGCN Season 9.5 (src-x9.5 9.5.1.15) SRC (April/2016)

    Someone can tell me how to make other ppl connect to server? Mapserverinfo and server list set to ipv4, serverinfo set to wan ip but client freeze when someone try to connect. only local connection is work, all neccessary ports are open

  6. #696
    Enthusiast MaxMuON is offline
    MemberRank
    Nov 2016 Join Date
    42Posts

    re: [Release] IGCN Season 9.5 (src-x9.5 9.5.1.15) SRC (April/2016)

    Does anyone have problem with crash on GS when Lord Silvester is atacked ?!

    Any idea or guidance on why a gameserver will crash without a dmp sometimes ? I have enough space.
    Last edited by MaxMuON; 18-12-17 at 09:41 PM.

  7. #697
    Account Upgraded | Title Enabled! nofeara is offline
    MemberRank
    Nov 2009 Join Date
    510Posts

    re: [Release] IGCN Season 9.5 (src-x9.5 9.5.1.15) SRC (April/2016)

    Quote Originally Posted by MaxMuON View Post
    Does anyone have problem with crash on GS when Lord Silvester is atacked ?!
    i didn't tried it many times.

  8. #698
    Developer nevS is offline
    MemberRank
    Aug 2005 Join Date
    GermanyLocation
    531Posts

    re: [Release] IGCN Season 9.5 (src-x9.5 9.5.1.15) SRC (April/2016)

    @drakelv: is the included PacketTwister algorithm the complete "official" one, or not?
    I tried to encrypt(twist) a chat packet and compared it to a 'twisted' one which I captured a few years ago with ex700 GMO, but the result wasn't the same which has been sent to the server back then.

  9. #699
    IGCN Co-Founder drakelv is offline
    MemberRank
    Jun 2006 Join Date
    IGCN HQLocation
    998Posts

    re: [Release] IGCN Season 9.5 (src-x9.5 9.5.1.15) SRC (April/2016)

    Quote Originally Posted by nevS View Post
    @drakelv: is the included PacketTwister algorithm the complete "official" one, or not?
    I tried to encrypt(twist) a chat packet and compared it to a 'twisted' one which I captured a few years ago with ex700 GMO, but the result wasn't the same which has been sent to the server back then.
    No it's old, you have to reverse it from main.exe.

  10. #700
    Account Upgraded | Title Enabled! nofeara is offline
    MemberRank
    Nov 2009 Join Date
    510Posts

    re: [Release] IGCN Season 9.5 (src-x9.5 9.5.1.15) SRC (April/2016)

    Does anyone know how to reduce the duration of errtel of gale stun from 3 minutes to any lower value??????

  11. #701
    Account Upgraded | Title Enabled! or30n is online now
    MemberRank
    Jun 2005 Join Date
    738Posts

    re: [Release] IGCN Season 9.5 (src-x9.5 9.5.1.15) SRC (April/2016)

    1)Please how to edit ItemLevelTooltip_eng.bmd?

    2)About wandering merchant zyro, i install ARIAL and ARIALUNI fonts but its not fonts issue.
    Does anyone know where i can edit this text?
    https://s24.postimg.org/twp5n5mjp/quest_error.jpg

    - - - Updated - - -

    Quote Originally Posted by or30n View Post
    1)Please how to edit ItemLevelTooltip_eng.bmd?

    2)About wandering merchant zyro, i install ARIAL and ARIALUNI fonts but its not fonts issue.
    Does anyone know where i can edit this text?
    https://s24.postimg.org/twp5n5mjp/quest_error.jpg
    1)?
    2)Fixed
    Last edited by or30n; 27-12-17 at 12:19 AM.

  12. #702
    Account Upgraded | Title Enabled! Piiirags is offline
    MemberRank
    Apr 2009 Join Date
    225Posts

    re: [Release] IGCN Season 9.5 (src-x9.5 9.5.1.15) SRC (April/2016)

    Quote Originally Posted by or30n View Post
    2)Fixed
    So what was wrong?

  13. #703
    Account Upgraded | Title Enabled! or30n is online now
    MemberRank
    Jun 2005 Join Date
    738Posts

    re: [Release] IGCN Season 9.5 (src-x9.5 9.5.1.15) SRC (April/2016)

    Quote Originally Posted by Piiirags View Post
    So what was wrong?
    In client side, "Data\Local\Eng\QuestWords_eng.bmd" in column "C1" and "Texto" 7001 need translation.
    + in client side, "Data\Local\Eng\Item_eng.bmd" lacking of ancient statue but in server side in itemlist.xml, ancient statue exist.

  14. #704
    Account Upgraded | Title Enabled! or30n is online now
    MemberRank
    Jun 2005 Join Date
    738Posts

    re: [Release] IGCN Season 9.5 (src-x9.5 9.5.1.15) SRC (April/2016)

    Where can i edit this?



    I would like to add both wcoin(c) and (p)!
    Last edited by or30n; 29-12-17 at 06:11 PM.

  15. #705
    Novice glados1337 is offline
    MemberRank
    Jan 2017 Join Date
    4Posts

    re: [Release] IGCN Season 9.5 (src-x9.5 9.5.1.15) SRC (April/2016)

    Hi there,

    I have same question in different topic, but seems here is more active.

    We preparing server with reset system and dynamic exp 999x down to 20x at last.
    - IGCN files from MUEMU ( not good idea, but money )..

    Our problem is VIP system, we dont want pay to win server, so we want VIP system with ExpBonuses. And there is it, vip system is expressed in "+" it's mean our platinum +30EXPBonus, for example =>

    800 base exp + 30 vip = 830, totally useless to buy something like that.
    40x base exp +30 vip = 70, now its double.
    ________

    Is there any solution how to fix this problem, or make a system expressed in "%" 30% vip. Other solution is make each VIP type for each reset.

    Thank you and sorry for english.



Advertisement