[Rift] First Emulator menu

User Tag List

Page 3 of 8 FirstFirst 1234567 ... LastLast
Results 31 to 45 of 118
  1. #31
    theonn's Avatar Member
    Reputation
    3
    Join Date
    Jan 2011
    Posts
    48
    Thanks G/R
    2/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    aw thats too bad. there is a ton of important information over there that is going to be helpful for the datapack.

    [Rift] First Emulator
  2. #32
    yamashi12's Avatar Master Sergeant
    Reputation
    60
    Join Date
    Jan 2011
    Posts
    126
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Test server is up !
    Use the following address in graben launcher : graben.servegame.com:6900
    PS: Don't tell me if it's down, I will probably be working on it and need to shut it down !
    If on the other hand it works and suddently it doesn't work anymore after you did something, tell me, it might mean that there is a bug somewhere !

    Note: You will not be able to create a character ! Clicking on create will just get you stuck and nothing will be saved, I still have to figure out a few things before I can enable it.
    You will see my character and you won't be able to do anything to him. Playing won't do much atm, you will just be redirected to GrabenWorld which is not ready to handle gameplay request so you will just get stuck to 99%.

    PS2:
    Two people tried to create characters :
    - Kitty, female, guardian, high elf.
    - Pewah, male, mathosian, guardian.
    Last edited by yamashi12; 01-14-2011 at 03:20 PM.

  3. #33
    theonn's Avatar Member
    Reputation
    3
    Join Date
    Jan 2011
    Posts
    48
    Thanks G/R
    2/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    oh, interesting. so. can we do once we get inside? or how far can we get in.

    this seems interesting to say the least.

  4. #34
    yamashi12's Avatar Master Sergeant
    Reputation
    60
    Join Date
    Jan 2011
    Posts
    126
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You cannot get inside that is the problem.
    I have a bad news :
    - I am unable to find how the encryption/compression works so I will have to wait for the next beta to use a debugger and maybe find the encryption/compression algorithms used...
    Meaning no in game until next beta (24 january).
    I will still try to figure out something but I doubt that I will succeed, it's really weird.

  5. #35
    GinjiBan's Avatar Private
    Reputation
    1
    Join Date
    Jan 2011
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks you for the amazing work.
    What about the client upload ?
    We cant download it if we don't have a beta account. and it doesn't work by torrent.

  6. #36
    yamashi12's Avatar Master Sergeant
    Reputation
    60
    Join Date
    Jan 2011
    Posts
    126
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Someone asked me if they could upload it, so I made a ftp account 2 days ago but still nothing...
    If someone wishes to send the game send me a PM I will give you an FTP account so that you can send it !

  7. #37
    thomas_hemme8188's Avatar Member
    Reputation
    1
    Join Date
    Oct 2007
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i suppose i could upload mine.

  8. #38
    l2chef's Avatar Private
    Reputation
    1
    Join Date
    Jan 2011
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by yamashi12 View Post
    I have a bad news :
    - I am unable to find how the encryption/compression works so I will have to wait for the next beta to use a debugger and maybe find the encryption/compression algorithms used...
    come on... it is not that hard to figure out.
    if you understood the .pak files, you should also be able to understand the data sent from the game server. after 3 bytes a zlib compressed stream starts and it has no ending !
    this is a bit unusual for an mmorpg server (at least I have not seen that before... and believe me I have analysed many of them)

  9. #39
    yamashi12's Avatar Master Sergeant
    Reputation
    60
    Join Date
    Jan 2011
    Posts
    126
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is it a stream ? Is that why the TCP window doesn't change ?
    I was looking for an RSA or AES of some sort...
    I will try your solution ! If you are right, send me your adress I will come and give you a kiss
    What about the 3 first bytes ? CRC + ?
    Last edited by yamashi12; 01-17-2011 at 06:07 PM.

  10. #40
    yamashi12's Avatar Master Sergeant
    Reputation
    60
    Join Date
    Jan 2011
    Posts
    126
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I tried to inflate raw packets but yeah, there was nothing I could do, it does not work and always fails on : Z_DATA_ERROR "incorrect header check"...
    And I don't think it's a gzip because it would be bigger...
    Edit: ZOMG I am soooo retarded... I didn't inflate the packets in order so yeah... It works ! Thank you very much for your help !
    The 00 00 FF FF at the end were a sign that it was a zlib algorithm but i never thought they would stream deflated data !
    Last edited by yamashi12; 01-18-2011 at 01:34 PM.

  11. #41
    v00zer's Avatar Member
    Reputation
    1
    Join Date
    Jul 2008
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Good work, I wish I could help you.

  12. #42
    Xel's Avatar ★ Elder ★
    Authenticator enabled
    Reputation
    1179
    Join Date
    Jul 2008
    Posts
    2,906
    Thanks G/R
    94/51
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    FileBeam seems to be down as for now, perhaps you could pick a few more options for downloading?
    Also, nice job!

  13. #43
    Stejin's Avatar Private
    Reputation
    1
    Join Date
    Jan 2011
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nice projekt

    What programming language you are using?

  14. #44
    thomas_hemme8188's Avatar Member
    Reputation
    1
    Join Date
    Oct 2007
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    well the beta is going on but i guess no meeting up and testing is necessary...

  15. #45
    Hiam's Avatar Private
    Reputation
    1
    Join Date
    Jan 2011
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Write your own sniffer.. It's max 30 min work, save the log from both send and recv and send it

Page 3 of 8 FirstFirst 1234567 ... LastLast

Similar Threads

  1. Replies: 1
    Last Post: 02-22-2011, 01:26 PM
  2. [Rift] First Emulator
    By yamashi12 in forum MMO Exploits|Hacks
    Replies: 67
    Last Post: 02-14-2011, 01:11 PM
  3. First Ever Emulation Contest
    By Ket in forum OC News
    Replies: 98
    Last Post: 01-25-2009, 09:12 AM
All times are GMT -5. The time now is 09:13 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search