[Release] latest version MuEX803!

Page 38 of 86 FirstFirst ... 28303132333435363738394041424344454648 ... LastLast
Results 556 to 570 of 1280
  1. #556
    OMEGA favgames is offline
    MemberRank
    Oct 2006 Join Date
    LorenciaLocation
    309Posts

    re: [Release] latest version MuEX803!

    MueX Editor. Need translate to eng ( HEXAEDITOR)
    https://mega.co.nz/#!nBpGGaQJ!rJnr0_...hdoTiKGzw7PYpQ

  2. #557
    Novice HIRT is offline
    MemberRank
    Nov 2013 Join Date
    1Posts

    re: [Release] latest version MuEX803!

    Hello guys i need some help, i tried to start ArcaBattle event and AcheronGuard , established the hour,min,seconds but both event don't work, i need another gs or, what's the correct structure of these files?, the message for register for the events don't show in game.

    sorry for bad english, not is my main leguage...

  3. #558
    Account Upgraded | Title Enabled! tranphuoctai is offline
    MemberRank
    Jan 2013 Join Date
    503Posts

    re: [Release] latest version MuEX803!

    Quote Originally Posted by YesOfCourse View Post
    To fix your shopserver just make sure database is restored (IBSGameShopGB) and check these 2 files and make sure the red parts are matching like below:

    ShopServer/ShopServer.ini

    Code:
    [NETWORK]
    #ShopServer IP
    IPAddress=127.0.0.1
    #ShopServer Port
    PortNum=45644
    #Maximum Session Count for connect ShopServer from Client
    MaxSessionCount=256
    #Network(IOCP) thread count
    IOThreadCount=8
    Data/CashShopOption.dat

    Code:
    [CashShopOption]
    UseCashShop        = 1            // CashShopを利用するか? (0:No , 1:Yes)
    ConnectShopServer    = 1            // ShopServerに連結するか?(0:No, 1:Yes)
    ShopServerIP        = 127.0.0.1      // 新規Shop Server IP
    ShopServerPort        = 45644            // Shop Server Port (20100824 変更: 55821 → 45616 )
    
    UseLotteryEvent        = 1            // 宝くじイベントを実施するか?
    MapMoveBoundCheck    = 0            // エンブレムアイテムの購入時、マップ移動制限
    @YesOfCourse : How to add Wcoin to buy item! help me

  4. #559
    Proficient Member Denciok is offline
    MemberRank
    Sep 2008 Join Date
    151Posts

    re: [Release] latest version MuEX803!

    i cant restore database im used SQL 2005
    pls help is always error....
    how-to-solve.png

  5. #560
    OMEGA favgames is offline
    MemberRank
    Oct 2006 Join Date
    LorenciaLocation
    309Posts

    re: [Release] latest version MuEX803!

    Quote Originally Posted by Denciok View Post
    i cant restore database im used SQL 2005
    pls help is always error....
    how-to-solve.png
    Only SQL 2008 R2

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

    re: [Release] latest version MuEX803!

    you need to use SQL 2008 R2

  7. #562
    Proficient Member Denciok is offline
    MemberRank
    Sep 2008 Join Date
    151Posts

    re: [Release] latest version MuEX803!

    anyone can share a link of SQL 2008 R2 ang guides thnx

  8. #563
    SDK Ema Leto is offline
    MemberRank
    Feb 2009 Join Date
    Villa PueyrredLocation
    309Posts

    re: [Release] latest version MuEX803!

    Exp work???

  9. #564
    Account Upgraded | Title Enabled! thejaguar1 is offline
    MemberRank
    Dec 2004 Join Date
    フィリピンLocation
    507Posts

    re: [Release] latest version MuEX803!

    20150310 10:38:37.139(1,0x000019c0,FATAL) Shop Server Started Version (1.0.0.4) (Console Mode) CompileTime Nov 7 2011 22:09:20
    20150310 10:38:37.145(7,0x000019c0,INFO) Shop DB Kor : IP(127.0.0.1), DBName(IBSGameShopGB)
    20150310 10:38:37.150(12,0x000019c0,INFO) Payment DB kor : IP(127.0.0.1), DBName(IBSGameShopGB)
    20150310 10:38:37.154(16,0x000019c0,INFO) Shop DB Kor : IP(127.0.0.1), DBName(IBSGameShopGB)
    20150310 10:38:37.158(20,0x000019c0,INFO) Payment DB kor : IP(127.0.0.1), DBName(IBSGameShopGB)
    20150310 10:38:37.162(24,0x000019c0,INFO) Shop DB Kor : IP(127.0.0.1), DBName(IBSGameShopGB)
    20150310 10:38:37.166(28,0x000019c0,INFO) Payment DB kor : IP(127.0.0.1), DBName(IBSGameShopGB)
    20150310 10:38:37.170(32,0x000019c0,INFO) Shop DB Kor : IP(127.0.0.1), DBName(IBSGameShopGB)
    20150310 10:38:37.176(39,0x000019c0,INFO) Payment DB kor : IP(127.0.0.1), DBName(IBSGameShopGB)
    20150310 10:38:37.181(44,0x000019c0,INFO) Created Shop Thread (4)
    20150310 10:38:37.184(47,0x000019c0,ERROR) WBANetwork Library Version 1.0.0.1 (0)

  10. #565
    Member YesOfCourse is offline
    MemberRank
    Jan 2015 Join Date
    79Posts

    re: [Release] latest version MuEX803!

    @tranphuoctai - You can add cash in MuOnline database -> UserPoints table
    @thejaguar1 - I always get same messages but it doesn't seem to be an actual error. You can see the start messages shows as FATAL :D

    @Ema Leto - If in ServerInfo.dat IsSpeedServer is enabled the code below must be added to the commonserver.cfg (I include some more that are not in the basic package)

    Code:
    ;//If Speed Server enabled from ServerInfo.dat
    SpeedS_AddExperience = 100
    SpeedS_ML_AddExperience = 100
    SpeedS_PcBang_AddExperience = 100
    
    ;//If Gold Channel enabled from ServerInfo.dat
    AddExperience_gold  = 100
    ML_AddExperience_gold = 100
    ShadowPhantomMaxLevel_gold = 100
    
    ;//Enable Pentagram and Entry item rate
    UsePentagramMixBox    = 1
    SpriteMapPieceItemDropRate    = 2000
    
    ;//Enable Illusion Temple League & Renewal mode
    IllusionTempleLeagueEvent            = 1
    IllusionTempleRenewal                = 1
    Later after I tested more I will post them :)

  11. #566
    Account Upgraded | Title Enabled! tranphuoctai is offline
    MemberRank
    Jan 2013 Join Date
    503Posts

    re: [Release] latest version MuEX803!

    Quote Originally Posted by YesOfCourse View Post
    @tranphuoctai - You can add cash in MuOnline database -> UserPoints table
    @thejaguar1 - I always get same messages but it doesn't seem to be an actual error. You can see the start messages shows as FATAL :D

    @Ema Leto - If in ServerInfo.dat IsSpeedServer is enabled the code below must be added to the commonserver.cfg (I include some more that are not in the basic package)

    Code:
    ;//If Speed Server enabled from ServerInfo.dat
    SpeedS_AddExperience = 100
    SpeedS_ML_AddExperience = 100
    SpeedS_PcBang_AddExperience = 100
    
    ;//If Gold Channel enabled from ServerInfo.dat
    AddExperience_gold  = 100
    ML_AddExperience_gold = 100
    ShadowPhantomMaxLevel_gold = 100
    
    ;//Enable Pentagram and Entry item rate
    UsePentagramMixBox    = 1
    SpriteMapPieceItemDropRate    = 2000
    
    ;//Enable Illusion Temple League & Renewal mode
    IllusionTempleLeagueEvent            = 1
    IllusionTempleRenewal                = 1
    Later after I tested more I will post them :)
    you can tell me how to add? i add to UserPoints table but ingame don't have Wcoin!

  12. #567
    Valued Member ALPANICO is offline
    MemberRank
    Oct 2011 Join Date
    In House PCLocation
    113Posts

    re: [Release] latest version MuEX803!

    could someone explain to me how I should add money to chasshop because I tried but it does not apply the points




    [Imgur](http://i.imgur.com/mlIMv31.jpg)
    Last edited by ALPANICO; 10-03-15 at 02:11 PM.

  13. #568
    selling server files is against RZ rules LTPTeam is offline
    MemberRank
    Feb 2013 Join Date
    UkraineLocation
    551Posts

    re: [Release] latest version MuEX803!

    Quote Originally Posted by favgames View Post
    MueX Editor. Need translate to eng ( HEXAEDITOR)
    https://mega.co.nz/#!nBpGGaQJ!rJnr0_...hdoTiKGzw7PYpQ
    Its not working(



  14. #569
    Proficient Member Denciok is offline
    MemberRank
    Sep 2008 Join Date
    151Posts

    re: [Release] latest version MuEX803!

    how to change this serial thnx
    asdasdsadsadasd.jpg

  15. #570
    Account Upgraded | Title Enabled! thejaguar1 is offline
    MemberRank
    Dec 2004 Join Date
    フィリピンLocation
    507Posts

    re: [Release] latest version MuEX803!

    Quote Originally Posted by Denciok View Post
    how to change this serial thnx
    asdasdsadsadasd.jpg
    open:
    D:\Muserver\Data\lang\tha\commonloc.cfg

    [ConnectServerInfo]

    IP = 127.0.0.1

    PORT = 55557

    [GameServerInfo]

    ClientExeSerial = mUuJnr3Cdqp8hvxT
    ClientExeVersion = 1.04.04

    LootingTime = 10
    - - - Updated - - -

    Quote Originally Posted by YesOfCourse View Post
    @thejaguar1 - I always get same messages but it doesn't seem to be an actual error. You can see the start messages shows as FATAL :D
    LOL! Haven't notice that one. hahaha. Tnx.



Advertisement