Thread: Making a client F2P

Results 1 to 10 of 10
  1. #1 Making a client F2P 
    Banned

    Join Date
    Jun 2008
    Age
    24
    Posts
    2,313
    Thanks given
    485
    Thanks received
    231
    Rep Power
    0
    I found this code,

    Code:
            if(!aBoolean182 && class8.aBoolean161)
            {
                class8.aString170 = "Members Object";
                class8.aByteArray178 = "Login to a members' server to use this object.".getBytes();
                class8.aStringArray168 = null;
                class8.aStringArray189 = null;
                class8.anInt202 = 0;
            }
    in class8, how does it work? I want one world f2P and another p2p...
    Reply With Quote  
     

  2. #2  
    Registered Member

    Join Date
    Jun 2007
    Age
    26
    Posts
    3,007
    Thanks given
    52
    Thanks received
    98
    Rep Power
    3208
    I think there is a int you can change for custom items to make them free or members like 0 is free and 1 is members and also you can change "members" to "free" in run.bat and the members items display as member objects.
    Reply With Quote  
     

  3. #3  
    Banned

    Join Date
    Feb 2007
    Posts
    1,578
    Thanks given
    16
    Thanks received
    20
    Rep Power
    0
    Use refactored and find out..
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Jul 2009
    Posts
    475
    Thanks given
    1
    Thanks received
    4
    Rep Power
    56
    Quote Originally Posted by Requa View Post
    Use refactored and find out..
    that isnt helpful at all
    anyways i found a TUT on making both f2p and p2p worlds, its in the server tut section
    Reply With Quote  
     

  5. #5  
    Banned

    Join Date
    Jun 2008
    Age
    24
    Posts
    2,313
    Thanks given
    485
    Thanks received
    231
    Rep Power
    0
    Chocolate, i changed 1 to 0 and membs to free and

    outStream.writeByteA(1);
    to

    outStream.writeByteA(0);

    and it still dont work..
    Reply With Quote  
     

  6. #6  
    Banned

    Join Date
    Jun 2008
    Age
    24
    Posts
    2,313
    Thanks given
    485
    Thanks received
    231
    Rep Power
    0
    Quote Originally Posted by burnt w pwnt View Post
    that isnt helpful at all
    anyways i found a TUT on making both f2p and p2p worlds, its in the server tut section
    Link pl0x
    Reply With Quote  
     

  7. #7  
    Registered Member

    Join Date
    Jun 2007
    Age
    26
    Posts
    3,007
    Thanks given
    52
    Thanks received
    98
    Rep Power
    3208
    Strange I changed "Members" to "Free" in the run.bat of a unedited 317 deob

    Reply With Quote  
     

  8. #8  
    Banned

    Join Date
    Jun 2008
    Age
    24
    Posts
    2,313
    Thanks given
    485
    Thanks received
    231
    Rep Power
    0
    Oh, an unedited one..That might be the problem.
    Reply With Quote  
     

  9. #9  
    Registered Member

    Join Date
    Jun 2007
    Age
    26
    Posts
    3,007
    Thanks given
    52
    Thanks received
    98
    Rep Power
    3208
    Might be but download Pablo's change members to free and test it.
    Reply With Quote  
     

  10. #10  
    Registered Member

    Join Date
    Jul 2009
    Posts
    597
    Thanks given
    158
    Thanks received
    95
    Rep Power
    632
    aBoolean959 = true;

    That is it for the members items so try adding it in the main method or something lol
    Reply With Quote  
     


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
  •