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

Page 50 of 63 FirstFirst ... 40424344454647484950515253545556575860 ... LastLast
Results 736 to 750 of 944
  1. #736
    Account Upgraded | Title Enabled! ADMTec is offline
    MemberRank
    Aug 2011 Join Date
    474Posts

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

    Quote Originally Posted by solarismu View Post
    Ok... try
    1st.
    Is this a local server on your PC? If yes:
    open cmd -> ipconfig -> get your IPv4... (Not the WANIP_publicIP)
    If it's on a VPS/Dedicated Server.
    Get WANIP (google what is my IP)
    ----------------------------
    2nd.
    In DataServer\IGCDS.ini
    Change WanIP = the IP you got above.
    ----------------------------
    3rd.
    In MUnique.ChatServe\ChatServerListener


    Last, make sure matching ports, and no blocking in firewall.


    I'm running on my personal computer, my firewall is disabled. I'm using DMZ on my modem

    I have already tried using my ipv4 in dataserver (EXDB), and in the chatserver, but still giving offline talking

    it means that I should use the CMD > ipconfig
    Endereço IPv4. . . . . . . . . . . . . . . : 192.168.xx.xx



    3rd.
    In MUnique.ChatServe\ChatServerListener

    here it is possible to change in the configuration file (ChatServer.cfg) I did not put the ip direct in the code. I do not know if it will interfere with anything.
    Last edited by ADMTec; 03-04-18 at 05:27 PM.

  2. #737
    Account Upgraded | Title Enabled! solarismu is offline
    MemberRank
    May 2017 Join Date
    219Posts

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

    Quote Originally Posted by ADMTec View Post
    here it is possible to change in the configuration file (ChatServer.cfg) I did not put the ip direct in the code. I do not know if it will interfere with anything.
    No No, it (ExDbHost in CharServer.cfg) is NOT the same as the IP in
    //this.publicIp = PublicIpResolver.GetIPv4().ToString();
    this.publicIp = "192.168.xxx.xxx"; //<-Put your IPv4/WANIP here
    just change "this.publicIp" as I said + re-compile, and try it.
    For quick modification later, you can code it to take value from config file...
    Again this.publicIp is NOT ChatServer.cfg\ExDbHost

  3. #738
    Account Upgraded | Title Enabled! ADMTec is offline
    MemberRank
    Aug 2011 Join Date
    474Posts

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

    Quote Originally Posted by solarismu View Post
    No No, it (ExDbHost in CharServer.cfg) is NOT the same as the IP in
    just change "this.publicIp" as I said + re-compile, and try it.
    So I need to change directly in the source code and put my
    CMD> ipconfig
    IPv4 address. . . . . . . . . . . . . . . : 192.168.xx.xx

  4. #739
    Account Upgraded | Title Enabled! or30n is offline
    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 ADMTec View Post
    So I need to change directly in the source code and put my
    CMD> ipconfig
    IPv4 address. . . . . . . . . . . . . . . : 192.168.xx.xx

    I think yes. This is all from me, thats my settings,
    This is my IGCDS.ini
    //############################################################
    //# -- INTERNATIONAL GAMING CENTER NETWORK
    //# -- iDev.Games - TRONG.WIN - Dao Van Trong
    //# -- (C) 2010-2014 IGC-Network.com (R)
    //# -----------------------------------------------------------------------
    //# -- Modify if you know what you do only!
    //# -- File is a part of IGCN Group MuOnline Server files.
    //############################################################

    [SETTINGS]
    // --------------------------------------------------------------------
    // -- Max Game Servers that can connect to actual Data Server
    // -- Formula: MAX_SERVER * 20, reducing will lower memory consumption
    // --------------------------------------------------------------------
    MAX_SERVER = 10

    // -----------------------------------------------------------
    // -- Options allow to disable eDataServer modules, 0/1
    // -----------------------------------------------------------
    UseJoinServer = 1
    UseDataServer = 1
    UseExDataServer = 1


    // -----------------------------------------------------------
    // -- Ports configuration for eDataSrver and its components
    // -- Below ports must stay always closed for public access
    // -----------------------------------------------------------
    JoinServerPort = 56970
    DataServerPort = 56960
    ExDataServerPort = 56906

    // -----------------------------------------------------------------------------------------------------
    // -- Public (WAN) IP, required for purpose of ChatServer, max 15 characters
    // -----------------------------------------------------------------------------------------------------
    WanIP = 192.168.1.5

    // -----------------------------------------------------------------------------------------------------
    // -- Option disables other components of eDataServer such as Ranking, Event Servers, Join Server, etc
    // -- leaving the application in Data Servers only mode. Useful for complex server configurations,
    // -- separate Servers running within same Connect Server or for collocation purposes
    // -----------------------------------------------------------------------------------------------------
    DataServerOnlyMode = 0


    // ------------------------------------------------------------
    // -- Path to MapServerInfo.dat file used by GameServers
    // -- working within actual DataServer and same MapServerGroup
    // ------------------------------------------------------------
    MapServerInfoPath = "..\\IGCData\\IGC_MapServerInfo.xml"


    // ----------------------------------------------------------------------------------------------------
    // -- Global Connection Limit (per Group of Servers), local limit (per Game Server) in GameServer.ini
    // -- e.g. if having 5 servers (subs) within single group of servers, MachineIDConnectionLimitPerGroup
    // -- set to 3 and MachineIDConnectionLimitCount = 1 then player will be able to connect to 3 of 5
    // -- of Servers with single account only at the same time
    // ----------------------------------------------------------------------------------------------------
    MachineIDConnectionLimitPerGroup = 30

    // ----------------------------------------------------------------------------------------------------
    // -- Minimum level of regular character to unlock Magic Gladiator creation, set to 0 to do not limit
    // ----------------------------------------------------------------------------------------------------
    MagicGladiatorCreateMinLevel = 220

    // ----------------------------------------------------------------------------------------------------
    // -- Minimum level of regular character to unlock Dark Lord creation, set to 0 to do not limit
    // ----------------------------------------------------------------------------------------------------
    DarkLordCreateMinLevel = 250

    // ----------------------------------------------------------------------------------------------------
    // -- Minimum level of regular character to unlock Grow lancer creation, set to 0 to do not limit
    // ----------------------------------------------------------------------------------------------------
    GrowLancerCreateMinLevel = 200

    [SQL]
    // ------------------------------------------------------------------------
    // -- Specify selected value for PasswordEncryptType below
    // -- Referenced table for storing password: [dbo].[MEMB_INFO].[memb__pwd]
    // ------------------------------------------------------------------------
    // #######################################################################
    // ### NO MD5 - varchar(20) - for x86/x64 SQL ############################
    // #######################################################################
    // --- PWENC_NONE - 0
    // #######################################################################
    // ### WZ_MD5 - binary(16) - for x86 SQL only, requires WZMD5MOD.dll #####
    // #######################################################################
    // -- PWENC_WZMD5 - 1
    // #######################################################################
    // ## IGC_MD5 - varchar(32) - for x86/x64 SQL, uses md5($pass) from PHP ##
    // #######################################################################
    // -- PWENC_MD5 - 2
    // #######################################################################
    // ## NOT IN USE YET #####################################################
    // #######################################################################
    // -- PWENC_SHA2 - 3
    // ------------------------------------------------------------------------
    PasswordEncryptType = 0


    // -------------------------------------------
    // -- DATABASE & Access SETUP
    // -------------------------------------------
    MuOnlineDB = MuOnline
    MeMuOnlineDB = MuOnline
    EventDB = Events
    RankingDB = Ranking

    User = sa
    Pass = passwdsa

    // --------------------------------------------------------------------------
    // -- IP or INSTANCE_NAME OR COMPUTER_NAME - depends of SQL configuration
    // --------------------------------------------------------------------------
    SQLServerName = "(local)"


    [GensSystem]
    // -------------------------------------------------------------------------------------
    // -- Interval time in hours to update Gens Ranking
    // -- Not recoomended to update more often than every 5h.
    // -------------------------------------------------------------------------------------
    GensRankingUpdateTimeHour = 10

    // -------------------------------------------------------------------------------------
    // -- Path to IGC_GensRanking.dat file used by GameServers
    // -------------------------------------------------------------------------------------
    GensRankingPath = "..\\IGCData\\IGC_GensSystem.xml"

    // -------------------------------------------------------------------------------------
    // -- Days to wait before it is possible to join gens after leaving it, 0 for no limit
    // -------------------------------------------------------------------------------------
    GensReJoinDaysLimit = 0
    This in DataServer source

    GetPrivateProfileString("SETTINGS","WanIP","127.0.0.1", szWANIP, 150, ".\\IGCDS.ini");

    My ChatServer.cfg
    ##############################
    # ChatServer Configuration #
    ##############################

    # The following values are defaults and are even applied if this file or single configuration value-pairs are missing or are in the wrong format:
    # ChatServerListenerPort=55980
    # ExDbHost=127.0.0.1
    # ExDbPort=55906
    # Xor32Key=AB 11 CD FE 18 23 C5 A3 CA 33 C1 CC 66 67 21 F3 32 12 15 35 29 FF FE 1D 44 EF CD 41 26 3C 4E 4D


    ChatServerListenerPort=55980

    ExDbHost=127.0.0.1
    ExDbPort=56906

    Xor32Key=AB 11 CD FE 18 23 C5 A3 CA 33 C1 CC 66 67 21 F3 32 12 15 35 29 FF FE 1D 44 EF CD 41 26 3C 4E 4D
    Now, i'm trying to download vs 2017 so i can compile OpenMU ChatServer and change this

    public ChatServerListener(int port)
    {
    this.port = port;
    this.manager = new ChatRoomManager();
    //this.publicIp = PublicIpResolver.GetIPv4().ToString();
    this.publicIp = "192.168.xxx.xxx"; //<-Put your IPv4/WANIP here
    ...
    }

  5. #740
    Account Upgraded | Title Enabled! or30n is offline
    MemberRank
    Jun 2005 Join Date
    738Posts

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

    In the first place, i would like to thank solarismu and nevS for their help to fix chat server.
    Thank you guyz
    Secondly, along time ago, when i use these files i notice some things that didn't work or where miss configured like,
    -Cherry blossom event
    -Delgado visual bug when click on npc but event works

    And some other staff like,
    -Add WCoin(P), extra
    -Remove facebook tab from mu helper.

    So, if there is someone who can help or manage to fix/configure some thing from these just post below.

  6. #741
    Account Upgraded | Title Enabled! ADMTec is offline
    MemberRank
    Aug 2011 Join Date
    474Posts

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

    Quote Originally Posted by or30n View Post
    In the first place, i would like to thank solarismu and nevS for their help to fix chat server.
    Thank you guyz
    Secondly, along time ago, when i use these files i notice some things that didn't work or where miss configured like,

    1-Cherry blossom event
    2-Delgado visual bug when click on npc but event works

    And some other staff like,

    3-Add WCoin(P), extra
    4-Remove facebook tab from mu helper.

    So, if there is someone who can help or manage to fix/configure some thing from these just post below.


    I also want to thank [B] solarismu [/ B] and [B] nevS [/ B] thanks to them, ChatServer is working properly with the system to invite another player to chat

    I have not tested these alleged bugs

    1-friend what would be the bug in Cherry blossom event ??
    2-You could post a picture of this bug with Delgado
    3-I do not understand exactly what you mean Add WCoin (P), extra ??
    4-this needs to be done directly on the main

  7. #742
    Account Upgraded | Title Enabled! or30n is offline
    MemberRank
    Jun 2005 Join Date
    738Posts

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

    1)You cant add red and white branches but only gold and when you try to combine nothing happens.
    2)

    3)Where to edit this
    https://imgur.com/WFgUoTq
    In season 6 there was wcoin(p), wcoin(c) and goblin points.
    Now its only wcoin(p) and goblin points.

    4)I look main but couldn't find a mention to this not even to facebook api.

  8. #743
    Account Upgraded | Title Enabled! ADMTec is offline
    MemberRank
    Aug 2011 Join Date
    474Posts

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

    Quote Originally Posted by or30n View Post
    1)You cant add red and white branches but only gold and when you try to combine nothing happens.
    2)

    3)Where to edit this
    https://imgur.com/WFgUoTq
    In season 6 there was wcoin(p), wcoin(c) and goblin points.
    Now its only wcoin(p) and goblin points.

    4)I look main but couldn't find a mention to this not even to facebook api.

    1) I'll test on my server later.
    2) I will also check if it happens on my server and if I have the same bug I will try to solve it.
    3) WCoins (C) no longer exists from Season 8, this is not a bug and anyway.
    4) I will see if I can find where to remove, in case you should search for SNS and not for Facebook i think


    Enviado do meu iPhone usando Tapatalk

  9. #744
    Account Upgraded | Title Enabled! or30n is offline
    MemberRank
    Jun 2005 Join Date
    738Posts

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

    I already did, but no luck with SNS.

  10. #745
    Account Upgraded | Title Enabled! ADMTec is offline
    MemberRank
    Aug 2011 Join Date
    474Posts

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

    Quote Originally Posted by or30n View Post
    I already did, but no luck with SNS.
    I'm coming home now, I'll do the tests.


    Enviado do meu iPhone usando Tapatalk

    - - - Updated - - -

    Quote Originally Posted by or30n View Post
    1)You cant add red and white branches but only gold and when you try to combine nothing happens.
    2)

    3)Where to edit this
    https://imgur.com/WFgUoTq
    In season 6 there was wcoin(p), wcoin(c) and goblin points.
    Now its only wcoin(p) and goblin points.

    4)I look main but couldn't find a mention to this not even to facebook api.
    1)what I saw in relation to the Cherry blossom event should be something related to the client's files, so I've seen does not show the description of white or red only gold.

    2) if you look in the files IGC_MonsterSpawn, you will see this <
    ! - <Spawn Index = "478" Distance = "0" StartX = "191" StartY = "17" Dir = "3" /> - Temporary disabled due to lack of compatibility with Season 8 Game Client ->

  11. #746
    Account Upgraded | Title Enabled! or30n is offline
    MemberRank
    Jun 2005 Join Date
    738Posts

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

    1)For season 6 once i manage to fix the description of these but i don't remember how or what file was.
    (igcn use for season 9 other encryption for *.bmd)
    2) Yeap, i notice that but i thought there will be a solution until now after years of s9 source release.

  12. #747
    Account Upgraded | Title Enabled! ADMTec is offline
    MemberRank
    Aug 2011 Join Date
    474Posts

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

    Quote Originally Posted by or30n View Post
    1)For season 6 once i manage to fix the description of these but i don't remember how or what file was.
    (igcn use for season 9 other encryption for *.bmd)
    2) Yeap, i notice that but i thought there will be a solution until now after years of s9 source release.
    2) they must have corrected but not this source, which has been released

  13. #748
    /m\ q[0_o]p /m\ Boossik is offline
    MemberRank
    Aug 2006 Join Date
    LorenciaLocation
    342Posts

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

    Quote Originally Posted by or30n View Post

    -Delgado visual bug when click on npc but event works

    -Add WCoin(P), extra
    -Remove facebook tab from mu helper.
    +
    * stadium visual bug (u cant change stadium map, get black screen around /battlesoccer area)
    * in cash shop make gift write %n - dataserver crash
    * exp multiplier cant remove
    * ancient items - green color exc - no exc glow
    * offlevel ask almost all magic list
    * client talk some bugs (mage npc in lorencia), need switch off that talking.. i dont know how
    Attached Thumbnails Attached Thumbnails exp2.jpg   exp.jpg  

  14. #749
    Account Upgraded | Title Enabled! ADMTec is offline
    MemberRank
    Aug 2011 Join Date
    474Posts

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

    Quote Originally Posted by Boossik View Post
    +
    * stadium visual bug (u cant change stadium map, get black screen around /battlesoccer area)
    * in cash shop make gift write %n - dataserver crash





    * exp multiplier cant remove


    * ancient items - green color exc - no exc glow
    * offlevel ask almost all magic list
    * client talk some bugs (mage npc in lorencia), need switch off that talking.. i dont know how
    My friend, I do not understand, what do you mean?

    * exp multiplier cant remove



    Enviado do meu iPhone usando Tapatalk

  15. #750
    /m\ q[0_o]p /m\ Boossik is offline
    MemberRank
    Aug 2006 Join Date
    LorenciaLocation
    342Posts

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

    Quote Originally Posted by ADMTec View Post
    My friend, I do not understand, what do you mean?

    * exp multiplier cant remove



    Enviado do meu iPhone usando Tapatalk
    look Attached Thumbnails
    all people get premium exp multiplier x1.1 x1.2 and etc from nothing... example u equipt panda pet u get +65% exp not 50%



Advertisement