[Release] MFS Team Season V FULL- Update 5

Page 111 of 138 FirstFirst ... 1161101103104105106107108109110111112113114115116117118119121 ... LastLast
Results 1,651 to 1,665 of 2062
  1. #1651
    SnapsterzMU Founders GoldbertGTR is offline
    MemberRank
    Mar 2009 Join Date
    Kuala Lumpur, MLocation
    417Posts

    Re: MFS Team Season V FULL- Update 4

    its working on WindowsXP Sp3?
    sorry noob Question :)

  2. #1652
    Member dyablows is offline
    MemberRank
    Oct 2007 Join Date
    Romania,IasiLocation
    92Posts

    Re: MFS Team Season V FULL- Update 4

    For some people , it works , but anyway it is not recommended.
    My advice is to use Win 7 / Win Server 2008 . I use it on Win Serv 2008 and with proper configuration it work 99 %

  3. #1653
    www.signmu.tk freakmastersx is offline
    MemberRank
    Sep 2009 Join Date
    PhilippinesLocation
    387Posts

    Re: MFS Team Season V FULL- Update 4

    Quote Originally Posted by Piteel View Post
    Change the SQL Password on MuServer\CashShopServer\CashShopOption.ini and Configs.ini
    Enable on MuServer\CashShopServer\CashShopOption.dat

    --------------

    Perfect Server! Tested & Approved!
    But, I can't transform +15 items on Chaos Machine, only go to +14, why? Chaos Machine Hangs.
    Sry Bad english :D
    but it say can't connect to [cashshop]shopserver?

  4. #1654
    Enthusiast TuGLaKz is offline
    MemberRank
    Oct 2010 Join Date
    45Posts

    Re: MFS Team Season V FULL- Update 4

    Quote Originally Posted by MuIsBest View Post
    Thanks. But the thing is, Castle Siege doesn't seem to work properly. Whenever I start Castle Siege GameServer it says "False Date" and I configured it properly, hmm.
    need help ! for this problem please :)

  5. #1655
    Member nguyentuanphu is offline
    MemberRank
    Nov 2009 Join Date
    78Posts

    Re: MFS Team Season V FULL- Update 4

    Quote Originally Posted by Piteel View Post
    Change the SQL Password on MuServer\CashShopServer\CashShopOption.ini and Configs.ini
    Enable on MuServer\CashShopServer\CashShopOption.dat

    --------------

    Perfect Server! Tested & Approved!
    But, I can't transform +15 items on Chaos Machine, only go to +14, why? Chaos Machine Hangs.
    Sry Bad english :D
    i followed exactly what you said, it is connected and change the colour to green, so it is running. but when i run the client, inside the game i open the cash shop in the safe zone, it is kinda not connect to client , how to fix that

  6. #1656
    Novice tusyga is offline
    MemberRank
    Jan 2009 Join Date
    1Posts

    Re: MFS Team Season V FULL- Update 4

    Links not working. Please put the files again.

  7. #1657
    Apprentice trepa4a_3 is offline
    MemberRank
    Apr 2009 Join Date
    6Posts

    Re: MFS Team Season V FULL- Update 4

    Cash shop servers is stopped ;)

  8. #1658
    Apprentice Piteel is offline
    MemberRank
    Nov 2010 Join Date
    5Posts

    Re: MFS Team Season V FULL- Update 4

    About CashShop, active in Data\CashShop\CashShopOption.ini too, i guess that works.

  9. #1659
    Member nguyentuanphu is offline
    MemberRank
    Nov 2009 Join Date
    78Posts

    Re: MFS Team Season V FULL- Update 4

    i activated that one, it is running fine but in the game, it is not usable\
    look down the picture that i attached
    Attached Thumbnails Attached Thumbnails cash.jpg  
    Last edited by nguyentuanphu; 16-11-10 at 11:15 AM.

  10. #1660
    Enthusiast scrsky is offline
    MemberRank
    Oct 2010 Join Date
    37Posts

    Re: MFS Team Season V FULL- Update 3

    Quote Originally Posted by naja04 View Post
    Client Full suport Update 3 MEGAUPLOAD - The leading online storage and file delivery service

    Main Connect To Server main.rar


    I'm Test Work 100% Thx For MFS Team Season V FULL- Update 3
    thank you verymuch
    i want muserver season5 bugless
    kobkunkhup/\

    ---------- Post added at 04:11 AM ---------- Previous post was at 04:08 AM ----------

    link dead main from naja04
    http://www.mediafire.com/?pohkg6n084tof0q
    please upload new link naja04 naja

  11. #1661
    Proficient Member kakarot200 is offline
    MemberRank
    Jun 2008 Join Date
    188Posts

    Re: MFS Team Season V FULL- Update 4

    how can can use cashshop.

  12. #1662
    Valued Member wesker is offline
    MemberRank
    Aug 2006 Join Date
    110Posts

    Re: MFS Team Season V FULL- Update 4

    Quote Originally Posted by diablo71 View Post
    MFS Team Season V FULL

    ...
    What is new?

    Open "Query Analyzer" and insert this script in MuOnline:

    Spoiler:

    alter table memb_info add SCFWareVipCount int Not NULL default 0

    After this add this script in MuOnline:
    Spoiler:

    CREATE TABLE [dbo].[ExtendedWarehouse] (
    [AccountID] [varchar] (10) NOT NULL ,
    [Items] [varbinary] (1920) NULL ,
    [Money] [int] NULL ,
    [EndUseDate] [smalldatetime] NULL ,
    [DbVersion] [tinyint] NULL ,
    [pw] [smallint] NULL ,
    [SCFExtWare] [int] NULL ,

    ) ON [PRIMARY]
    GO

    After this add this other script in MuOnline:
    Spoiler:

    if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[BotPet]') and OBJECTPROPERTY(id, N'IsUserTable') = 1)
    drop table [dbo].[BotPet]
    GO

    CREATE TABLE [dbo].[BotPet] (
    [AccountID] [varchar] (10) COLLATE Chinese_PRC_CI_AS NOT NULL ,
    [Name] [nvarchar] (10) COLLATE Chinese_PRC_CI_AS NOT NULL ,
    [cLevel] [int] NOT NULL ,
    [Class] [tinyint] NULL ,
    [Experience] [bigint] NULL ,
    [Power] [smallint] NULL ,
    [Defense] [smallint] NULL ,
    [Inventory] [varbinary] (1728) NULL ,
    [MagicList] [varbinary] (180) NULL ,
    [Life] [real] NOT NULL ,
    [MaxLife] [real] NOT NULL ,
    [Mana] [real] NOT NULL ,
    [MaxMana] [real] NOT NULL ,
    [MapNumber] [smallint] NULL ,
    [MapPosX] [smallint] NULL ,
    [MapPosY] [smallint] NULL ,
    [CDate] [smalldatetime] NULL ,
    [BotLife] [int] NOT NULL ,
    [BotMaxLife] [int] NOT NULL ,
    [BotLvlUpDefense] [int] NOT NULL ,
    [BotLvlUpPower] [int] NOT NULL ,
    [BotLvlUpLife] [int] NOT NULL ,
    [BotLvlUpMana] [int] NOT NULL ,
    [BotLvlUpExp] [int] NOT NULL ,
    [BotLvlUpMaxLevel] [int] NOT NULL
    ) ON [PRIMARY]
    GO

    Excuse my ignorance,
    but these I have to execute sql statements in the database after restore,
    or already made in the database?
    Last edited by wesker; 18-11-10 at 08:57 PM.

  13. #1663
    MFS Team Owner diablo71 is offline
    MemberRank
    Jan 2007 Join Date
    BulgariaLocation
    876Posts

    Re: MFS Team Season V FULL- Update 4

    i write in red after this lines that the databases has last tables and upgrades so you dont need to insert them i show them for people that want to upgrade there own database with the new things

  14. #1664
    █║▌║▌║TheMerc iful║▌║▌║█ 4pLay is offline
    MemberRank
    Jan 2005 Join Date
    DXBLocation
    1,444Posts

    Support Re: MFS Team Season V FULL- Update 4

    Quote Originally Posted by diablo71 View Post
    i write in red after this lines that the databases has last tables and upgrades so you dont need to insert them i show them for people that want to upgrade there own database with the new things
    Diablo, Got Some Major Serious System Crashing Goin' On Here With My Test Server?!

    Got Some Ideas Why Is That?...

    And Could You Check Out That S6 That Had Just Been Released!

    More Fire Power!

  15. #1665
    MFS Team Owner diablo71 is offline
    MemberRank
    Jan 2007 Join Date
    BulgariaLocation
    876Posts

    Re: MFS Team Season V FULL- Update 4

    s6 will be finished in 2011 year then we will have files that can be played on s6 without much bugs for now s6 is not recommend to use



Advertisement