Free Style Server Files (Maybe Complet Files)

Page 1 of 4 1234 LastLast
Results 1 to 15 of 53
  1. #1
    Alpha Member terzo is offline
    MemberRank
    Sep 2007 Join Date
    BrazilLocation
    1,608Posts

    Free Style Server Files (Maybe Complet Files)

    Last edited by terzo; 20-06-09 at 09:29 PM.


  2. #2
    I'll take you all on. Liselotte is offline
    MemberRank
    May 2004 Join Date
    Sector 7Location
    5,800Posts

    Re: [SHARE] Free Style Server Files (Maybe Complet Files)

    no db =/

  3. #3
    Alpha Member terzo is offline
    MemberRank
    Sep 2007 Join Date
    BrazilLocation
    1,608Posts

    Re: [SHARE] Free Style Server Files (Maybe Complet Files)

    Yah no db, maybe analizing the .exe's files is easly to make.

  4. #4
    I'll take you all on. Liselotte is offline
    MemberRank
    May 2004 Join Date
    Sector 7Location
    5,800Posts

    Re: [SHARE] Free Style Server Files (Maybe Complet Files)

    hmm, item files, shops, etc is there, so i think its complete

  5. #5
    Alpha Member terzo is offline
    MemberRank
    Sep 2007 Join Date
    BrazilLocation
    1,608Posts

    Re: [SHARE] Free Style Server Files (Maybe Complet Files)

    Yah have much files. is a good game.
    Good work on it maybe give a sucess.

  6. #6
    ThuGie.NL - Webmaster ThuGie is offline
    MemberRank
    Apr 2006 Join Date
    NetherlandsLocation
    1,131Posts

    Re: [SHARE] Free Style Server Files (Maybe Complet Files)

    Seems to be using mssql,
    and no its not complete but i remember this server files being released before
    it could be that those did have the db ?

    Try looking for stuff like this in hex
    SELECT FriendID, Status, SvrNum, Position FROM tblMyFriend WHERE GameID
    you see stuff like this meaning you can create a basic table already for the friends stuff
    Code:
     CREATE TABLE `tblMyFriend` (
    `GameID` INT NOT NULL ,
    `FriendID` INT NOT NULL ,
    `Status` VARCHAR( 255 ) NOT NULL ,
    `SvrNum` INT NOT NULL ,
    `Position` INT NOT NULL ,
    INDEX ( `GameID` )
    ) ENGINE = MYISAM
    Made the table in mysql since i dont have mssql currently installed.
    But you get my point.
    But there is also stuff like this
    CALL SP_UpdateFriendPos('%s',%d)
    meaning you have to make these 2 in the mssql db
    and figure out what the 2 values are and what you might need to do with them ;).
    Code:
    SELECT ProcessID, ServiceID, IP, Port, ChannelType, MaxChannelNum, GameName, UserCount, MaxUserCount , MinLvCondition , MaxLvCondition  FROM %s WHERE GameType = %d and ServiceID > 0
    SELECT ProcessID, ServiceID, IP, Port, ChannelType, MaxChannelNum, GameName, UserCount, MaxUserCount , MinLvCondition , MaxLvCondition  FROM %s WHERE GameType = %d AND ProcessID > %d and ServiceID > 0
    SELECT ProcessID, ServiceID, IP, Port, ChannelType, MaxChannelNum, GameName, UserCount, MaxUserCount , MinLvCondition , MaxLvCondition FROM %s WHERE GameType = %d AND ProcessID <= %d and ServiceID > 0
    SELECT COUNT(*) FROM %s WHERE GameType = %d AND ServiceID > 0
    SELECT COUNT(*) FROM %s WHERE GameType = %d AND ProcessID > %d and ServiceID > 0
    SELECT COUNT(*) FROM %s WHERE GameType = %d AND ProcessID <= %d and ServiceID > 0
    easy to find in hex etc,
    To bad the pdb files arent included since that most of the time contains enough information to completly restore the db :p.

  7. #7
    Alpha Member terzo is offline
    MemberRank
    Sep 2007 Join Date
    BrazilLocation
    1,608Posts

    Re: [SHARE] Free Style Server Files (Maybe Complet Files)

    anyone working here?

  8. #8
    Mocro.net Mocro is offline
    MemberRank
    Feb 2008 Join Date
    Amsterdam.Location
    891Posts

    Re: [SHARE] Free Style Server Files (Maybe Complet Files)

    omg i love that game hope a tut comes out ;)

  9. #9
    Enthusiast Masi Oka is offline
    MemberRank
    Jan 2008 Join Date
    32Posts

    Re: [SHARE] Free Style Server Files (Maybe Complet Files)

    After alot of time and work put into this I got it to work, tutorial coming soon. btw it has lots of bugs.

  10. #10
    Alpha Member Canon is offline
    MemberRank
    Apr 2007 Join Date
    1,549Posts

    Re: [SHARE] Free Style Server Files (Maybe Complet Files)

    Omfg, i cant normally play this game where i'm at. I'll lend a hand if anyone needs it.

    Get this sorted once and for all.

  11. #11
    Mocro.net Mocro is offline
    MemberRank
    Feb 2008 Join Date
    Amsterdam.Location
    891Posts

    Re: [SHARE] Free Style Server Files (Maybe Complet Files)

    Quote Originally Posted by Masi Oka View Post
    After alot of time and work put into this I got it to work, tutorial coming soon. btw it has lots of bugs.

    omg awsome but to bad for the bugs can i know what bugs?

    btw does it work with mysql or microsoft sql server management

  12. #12
    Apprentice Kill4FuNNN is offline
    MemberRank
    Nov 2007 Join Date
    7Posts

    Re: [SHARE] Free Style Server Files (Maybe Complet Files)

    Quote Originally Posted by Masi Oka View Post
    After alot of time and work put into this I got it to work, tutorial coming soon. btw it has lots of bugs.
    omg i hope you not lieing

    Please make the tut fast :D

  13. #13
    Alpha Member terzo is offline
    MemberRank
    Sep 2007 Join Date
    BrazilLocation
    1,608Posts

    Re: [SHARE] Free Style Server Files (Maybe Complet Files)

    waiting ur guide and i edit first post :)

  14. #14
    Mocro.net Mocro is offline
    MemberRank
    Feb 2008 Join Date
    Amsterdam.Location
    891Posts

    Re: [SHARE] Free Style Server Files (Maybe Complet Files)

    Quote Originally Posted by terzo View Post
    waiting ur guide and i edit first post :)

    cmon tut :(

  15. #15
    ThuGie.NL - Webmaster ThuGie is offline
    MemberRank
    Apr 2006 Join Date
    NetherlandsLocation
    1,131Posts

    Re: [SHARE] Free Style Server Files (Maybe Complet Files)

    Believing a guy with 9 posts,
    Damn thats something i would never do :p,

    More so since he should have rewriten a whole new database to make it work,
    And i doubt he just thought sure why not..



Page 1 of 4 1234 LastLast

Advertisement