Thread: how to make real f2p pali based server ( 508 way & 525)

Page 1 of 3 123 LastLast
Results 1 to 10 of 24
  1. #1 how to make real f2p pali based server ( 508 way & 525) 
    Always 1 step In front Of the Rest!

    lol ftw lol's Avatar
    Join Date
    Nov 2008
    Age
    30
    Posts
    597
    Thanks given
    68
    Thanks received
    35
    Rep Power
    91
    how to make reall f2p way for pali based 508 & pali 525

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

    Difficulty: 0/100
    credit: 100% me
    File edited Login.java
    require: a brain

    for the 508
    in login.java u will see this

    Code:
                	p.stream.writeByte(returnCode);
                	p.stream.writeByte(p.rights);
                	p.stream.writeByte(0);
                	p.stream.writeByte(0);
                	p.stream.writeByte(0);
                	p.stream.writeByte(1);/* change the 1 for 0 to make an f2p world */
                	p.stream.writeByte(0);
                	p.stream.writeByte(p.playerId);
                	p.stream.writeByte(0);
    for 525
    in login.java u will see this

    Code:
                p.stream.writeByte(returnCode);
                p.stream.writeByte(p.rights);
                p.stream.writeByte(0);
                p.stream.writeByte(0);
                p.stream.writeByte(0);
                p.stream.writeByte(0);
                p.stream.writeByte(0);
                p.stream.writeByte(0);
                p.stream.writeWord(p.playerId);//PlayerID
                p.stream.writeByte(0);
                p.stream.writeByte(1);/* change the 1 for 0 to make an f2p world */
    better than change from client side cause this lock all member object a member feature like piety ect...
    I Always do my best to make us progress
    Dont Ask Yes I'm French That Why I'm Not The Best In English!
    RuneScape is copyright © Jagex Ltd 1999-2014. RuneScape and Jagex are registered trademarks of Jagex Ltd.
    Orion is not affiliated with Jagex Ltd in any way and exists solely for educational purposes.

     

  2. #2  
    We be steady Mobbin'

    Stefan's Avatar
    Join Date
    Sep 2008
    Age
    26
    Posts
    2,380
    Thanks given
    38
    Thanks received
    23
    Rep Power
    1988
    really easy D: but nice.
    People still use this site?
     

  3. #3  
    Always 1 step In front Of the Rest!

    lol ftw lol's Avatar
    Join Date
    Nov 2008
    Age
    30
    Posts
    597
    Thanks given
    68
    Thanks received
    35
    Rep Power
    91
    i relashed when i was ip of rune-server on a fiew site now i added on rune-server.
    and yh its really eazy and do all you need on client side no more (members or free) in client run.cmd this is the better way in my view.
    I Always do my best to make us progress
    Dont Ask Yes I'm French That Why I'm Not The Best In English!
    RuneScape is copyright © Jagex Ltd 1999-2014. RuneScape and Jagex are registered trademarks of Jagex Ltd.
    Orion is not affiliated with Jagex Ltd in any way and exists solely for educational purposes.

     

  4. #4  
    Registered Member
    Grey's Avatar
    Join Date
    May 2007
    Posts
    634
    Thanks given
    0
    Thanks received
    23
    Rep Power
    433
    Nice. Simple, and effective. Now players can create two different server versions, or even two different worlds, if they so desire .
    Working on The Rebirth.
     

  5. #5  
    Officially Retired


    Join Date
    Oct 2007
    Age
    27
    Posts
    5,456
    Thanks given
    558
    Thanks received
    122
    Rep Power
    1364
    it easy for me
     

  6. #6  
    Banned

    Join Date
    Aug 2008
    Posts
    1,171
    Thanks given
    21
    Thanks received
    44
    Rep Power
    0
    Quote Originally Posted by lol ftw lol View Post
    how to make reall f2p way for pali based 508 & pali 525

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

    Difficulty: 0/100
    credit: 100% me
    File edited Login.java
    require: a brain

    for the 508
    in login.java u will see this

    Code:
                	p.stream.writeByte(returnCode);
                	p.stream.writeByte(p.rights);
                	p.stream.writeByte(0);
                	p.stream.writeByte(0);
                	p.stream.writeByte(0);
                	p.stream.writeByte(1);/* change the 1 for 0 to make an f2p world */
                	p.stream.writeByte(0);
                	p.stream.writeByte(p.playerId);
                	p.stream.writeByte(0);
    for 525
    in login.java u will see this

    Code:
                p.stream.writeByte(returnCode);
                p.stream.writeByte(p.rights);
                p.stream.writeByte(0);
                p.stream.writeByte(0);
                p.stream.writeByte(0);
                p.stream.writeByte(0);
                p.stream.writeByte(0);
                p.stream.writeByte(0);
                p.stream.writeWord(p.playerId);//PlayerID
                p.stream.writeByte(0);
                p.stream.writeByte(1);/* change the 1 for 0 to make an f2p world */
    better than change from client side cause this lock all member object a member feature like piety ect...
    I can still edit client and make it skip read it and just set it to 1
     

  7. #7  
    Registered Member
    josue992222's Avatar
    Join Date
    Mar 2009
    Posts
    922
    Thanks given
    11
    Thanks received
    5
    Rep Power
    460
    cool this is helpfull it saved me time instead of messing with client ty.



     

  8. #8  
    Banned

    Join Date
    Aug 2008
    Posts
    1,171
    Thanks given
    21
    Thanks received
    44
    Rep Power
    0
    Quote Originally Posted by josue992222 View Post
    cool this is helpfull it saved me time instead of messing with client ty.
    [Only registered and activated users can see links. ] you always post stuff like htat on EVERY tut even on tuts from 08
     

  9. #9  
    Always 1 step In front Of the Rest!

    lol ftw lol's Avatar
    Join Date
    Nov 2008
    Age
    30
    Posts
    597
    Thanks given
    68
    Thanks received
    35
    Rep Power
    91
    noobscape this as never been posted ...
    i read the post before post...
    I Always do my best to make us progress
    Dont Ask Yes I'm French That Why I'm Not The Best In English!
    RuneScape is copyright © Jagex Ltd 1999-2014. RuneScape and Jagex are registered trademarks of Jagex Ltd.
    Orion is not affiliated with Jagex Ltd in any way and exists solely for educational purposes.

     

  10. #10  
    Banned

    Join Date
    Aug 2008
    Posts
    1,171
    Thanks given
    21
    Thanks received
    44
    Rep Power
    0
    Quote Originally Posted by lol ftw lol View Post
    noobscape this as never been posted ...
    i read the post before post...
    talking bout josue
     

Page 1 of 3 123 LastLast

Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •