Item Search
     
BG-Wiki Search
Page 3 of 5 FirstFirst 1 2 3 4 5 LastLast
Results 41 to 60 of 86

Thread: FFXI Private server...     submit to reddit submit to twitter

  1. #41
    Taj
    Taj is offline
    Old Merits
    Join Date
    Mar 2006
    Posts
    1,170
    BG Level
    6

    Quote Originally Posted by Not Kuno
    I don't speak hex, please explain.
    Decrypted packet containing two opcodes, to set your player Location and to End the current NPC Conversation. It was just an example.

  2. #42
    the whitest knight u' know
    Join Date
    May 2006
    Posts
    15,485
    BG Level
    9
    FFXIV Character
    Miya Kai
    FFXIV Server
    Excalibur

    I stand by what I said.

  3. #43
    Ridill
    Join Date
    May 2005
    Posts
    13,568
    BG Level
    9

    Unless the logic to operate mobs AI is stored client-side, I don't see it happening. The reason why Diablo2/Starcraft/etc private servers were possible is because all the necessary code to host a game were stored in the client for direct-connect play. For FFXI, I think a bulk of the server code is only on SE's servers. So unless you spend a long time observing the behavior of the server code and then a long time writing something that simulates it, you're not going to have a functional copy of FFXI.

  4. #44
    Sea Torques
    Join Date
    Mar 2005
    Posts
    610
    BG Level
    5

    Quote Originally Posted by Taj
    No &No.
    Quote Originally Posted by Taj
    Yes it will.
    I imagine you have some argument in mind, maybe you should elaborate more? WHy would you think writing server code to move monsters in simple patterns and give and receive fixed damage is not easy (the first "No"), but also think having them move in a complex pattern and with the exact same damage equations+random is easy and what people plan to do? (the second "No")...
    You could record all the packets of a few of the movemens of each monster, and then either play them back exactly (bad implementation) or try to reverse engineer them (too much work i'd say).
    So far i'd still stand by my statements. Trying to get the game to work exactly as-is would not be possible. Getting it sorta close would still be a lot of work (more than probably reasonable since the main point would be to change things) but would be possible. But making it different would be the easiest and most likely.

  5. #45
    the whitest knight u' know
    Join Date
    May 2006
    Posts
    15,485
    BG Level
    9
    FFXIV Character
    Miya Kai
    FFXIV Server
    Excalibur

    The project would:

    A) Take too much time

    B) Cost too much money

    C) Take too many people

    D) Ultimately suck ass

    E) All of the above

  6. #46
    Ridill
    Join Date
    Aug 2004
    Posts
    12,275
    BG Level
    9
    FFXIV Character
    Septimus Atumre
    FFXIV Server
    Gilgamesh
    FFXI Server
    Bahamut

    Quote Originally Posted by miokomioko
    The project would:

    A) Take too much time

    B) Cost too much money

    C) Take too many people

    D) Ultimately suck ass

    E) All of the above
    I think we finally have a winning argument.

  7. #47
    Relic Horn
    Join Date
    Oct 2005
    Posts
    3,132
    BG Level
    7
    FFXI Server
    Unicorn
    WoW Realm
    Shattered Hand

    Yeah I wouldn't ever try arguing with that. The way Mioko backs up each point with solid information and facts is just impenetrable.

  8. #48
    Taj
    Taj is offline
    Old Merits
    Join Date
    Mar 2006
    Posts
    1,170
    BG Level
    6

    Quote Originally Posted by miokomioko
    The project would:

    A) Take too much time

    B) Cost too much money

    C) Take too many people

    D) Ultimately suck ass

    E) All of the above
    Really? Because up until now I've been the only one working on it, and I don't recall it ever costing me a dime.

  9. #49
    Sea Torques
    Join Date
    Jan 2005
    Posts
    535
    BG Level
    5

    Presumably a Private Server's goal would be to re-use the existing FFXI Client.

    How does the FFXI Client interact with the server? Packets. That's it.

    If you can emulate the current FFXI Servers packet behavior, then you can make a private FFXI Server. You'll need to know how to decrypt all of the clients packets, make sense out of the data, and reply with the appropriate response packet(s).

    How you manage the data internally (Mobs HP, Movement Speed, Movement Patterns, damage from attacks/spells, attack/accuracy, pop conditions for NMs, etc, etc) would have to be re-written entirely from scratch. Not happening :3

    Edit: I'm not even sure how many people know how to decrypt/encrypt the packets, or make any sense of the data.

  10. #50
    Old Merits
    Join Date
    May 2005
    Posts
    1,210
    BG Level
    6
    FFXI Server
    Asura

    Quote Originally Posted by aurik
    Unless the logic to operate mobs AI is stored client-side, I don't see it happening. The reason why Diablo2/Starcraft/etc private servers were possible is because all the necessary code to host a game were stored in the client for direct-connect play. For FFXI, I think a bulk of the server code is only on SE's servers. So unless you spend a long time observing the behavior of the server code and then a long time writing something that simulates it, you're not going to have a functional copy of FFXI.
    That's a shame, theres a couple Ultima Online shards that were fun, my friends used to play on Lineage 2 private servers (with like x50 xp gain) and I believe someone mentioned a DAoC private server too. It'd be nice just to screw around with.

  11. #51
    the whitest knight u' know
    Join Date
    May 2006
    Posts
    15,485
    BG Level
    9
    FFXIV Character
    Miya Kai
    FFXIV Server
    Excalibur

    Quote Originally Posted by Taj
    Quote Originally Posted by miokomioko
    The project would:

    A) Take too much time

    B) Cost too much money

    C) Take too many people

    D) Ultimately suck ass

    E) All of the above
    Really? Because up until now I've been the only one working on it, and I don't recall it ever costing me a dime.
    I guess a connection for this "private server" that could handle all that data would be free as would be the equipment. Sorry, my mistake.

  12. #52
    Taj
    Taj is offline
    Old Merits
    Join Date
    Mar 2006
    Posts
    1,170
    BG Level
    6

    Quote Originally Posted by miokomioko
    Quote Originally Posted by Taj
    Quote Originally Posted by miokomioko
    The project would:

    A) Take too much time

    B) Cost too much money

    C) Take too many people

    D) Ultimately suck ass

    E) All of the above
    Really? Because up until now I've been the only one working on it, and I don't recall it ever costing me a dime.
    I guess a connection for this "private server" that could handle all that data would be free as would be the equipment. Sorry, my mistake.
    Sorry, I thought we were talking about the development of said private server.

  13. #53
    Cerberus
    Join Date
    Feb 2006
    Posts
    483
    BG Level
    4

    But it is about the development of it! And time is money!

    Don't you guys know your adages?!

    And to further clarify my comments from a previous post, a private server would be better when played ... not really sparingly, but not as obsessive compulsive as some people play online now. It's a given that the content would be consumed much more quickly without having to compete for things.

    See Assault and to some degree Limbus for exactly that, but in the current servers. Dynamis would be the same way if not for the horrible drop rates.

  14. #54
    Relic Weapons
    Join Date
    Dec 2005
    Posts
    372
    BG Level
    4

    go taj go !! fuck SE !! private servers means all the gilbuyers (that want everything for free) will quit and play on them.. SE will loose money cuz gilsellers wont have anymore customers.. and the world will be a happy place !!

    and fk that miokomioko.. private severs will make SE realize how much the game is going down.. and that will force them to do things right.. i.e. endgame

  15. #55
    the whitest knight u' know
    Join Date
    May 2006
    Posts
    15,485
    BG Level
    9
    FFXIV Character
    Miya Kai
    FFXIV Server
    Excalibur

    Quote Originally Posted by Cletis
    private severs will make SE realize how much the game is going down.. and that will force them to do things right.. i.e. endgame
    Illusions of grandeur.

    It's been what, over 3 years and we have one copy paste of a PC location packet? Go play a different game.

  16. #56
    BRP
    BRP is offline
    Banned.

    Join Date
    Dec 2005
    Posts
    15,019
    BG Level
    9

    Quote Originally Posted by Cletis
    go taj go !! fuck SE !! private servers means all the gilbuyers (that want everything for free) will quit and play on them.. SE will loose money cuz gilsellers wont have anymore customers.. and the world will be a happy place !!

    and fk that miokomioko.. private severs will make SE realize how much the game is going down.. and that will force them to do things right.. i.e. endgame
    Man, I really want you to kill yourself.

  17. #57
    Taj
    Taj is offline
    Old Merits
    Join Date
    Mar 2006
    Posts
    1,170
    BG Level
    6

    Quote Originally Posted by miokomioko
    Quote Originally Posted by Cletis
    private severs will make SE realize how much the game is going down.. and that will force them to do things right.. i.e. endgame
    Illusions of grandeur.

    It's been what, over 3 years and we have one copy paste of a PC location packet? Go play a different game.
    Would you just shut the fuck up and go post whore on another thread? I said it was an example, I've been working in the network protocol for no more than a week, and I've already got enough information to make a Sandbox. So kindly go fuck yourself.

  18. #58
    Relic Weapons
    Join Date
    Dec 2005
    Posts
    372
    BG Level
    4

    you want me to go kill myself cuz i wasnt one of those ppl that lvled rng before the 'nerf' ?

    and i said down with the gilsellers.. then you said down with me... so.. wtf ?

    you like gilsellers or something ?

  19. #59
    Sea Torques
    Join Date
    Jan 2006
    Posts
    634
    BG Level
    5

    Quote Originally Posted by Cletis
    you want me to go kill myself cuz i wasnt one of those ppl that lvled rng before the 'nerf' ?

    and i said down with the gilsellers.. then you said down with me... so.. wtf ?

    you like gilsellers or something ?
    edit: whoops nvm

  20. #60
    Relic Weapons
    Join Date
    Dec 2005
    Posts
    372
    BG Level
    4

    no i know xD i meant BRP and mio

Page 3 of 5 FirstFirst 1 2 3 4 5 LastLast

Similar Threads

  1. Possibly private server or are mithra's just that Op now?
    By Gulkeeva in forum FFXI: Everything
    Replies: 189
    Last Post: 2008-09-08, 09:23
  2. FFXI Private Server... (Might be old?)
    By Ikith in forum FFXI: Everything
    Replies: 33
    Last Post: 2008-02-25, 18:09
  3. Free FFXI vent server for anyone that is interested.
    By Senoska in forum FFXI: Everything
    Replies: 270
    Last Post: 2007-04-05, 17:49
  4. FFXI: Private Servers...
    By Vade in forum FFXI: Everything
    Replies: 27
    Last Post: 2006-10-13, 19:24