Thread: Some variables.

Results 1 to 3 of 3
  1. #1 Some variables. 
    I don't take you serious
    Kastro's Avatar
    Join Date
    Nov 2008
    Posts
    2,504
    Thanks given
    92
    Thanks received
    389
    Rep Power
    604
    Okay, how/where exactly do we find these?

    Example: "+playerName+", "+objectID+" ect.

    Reply With Quote  
     

  2. #2  
    Registered Member
    Alec_'s Avatar
    Join Date
    Aug 2009
    Posts
    274
    Thanks given
    3
    Thanks received
    9
    Rep Power
    111
    Quote Originally Posted by Kastro View Post
    Okay, how/where exactly do we find these?

    Example: "+playerName+", "+objectID+" ect.
    CTR+F what you need to find, for example, objectID is an int, I would use Z-FileSearcher and search for int objectID or just CTR+F for it.


    Quote Originally Posted by i say smd k View Post
    How about you stop flaming and understand the concept, my isp stops rsbot from working over here, when i go to my dad's house i bring my computer, and it works fine there, so..., if you have no fucking idea whats going on, and still talk shit, gtfo.
    Reply With Quote  
     

  3. #3  
    Registered Member
    PSNB's Avatar
    Join Date
    Aug 2009
    Posts
    885
    Thanks given
    8
    Thanks received
    103
    Rep Power
    590
    Quote Originally Posted by Kastro View Post
    Okay, how/where exactly do we find these?

    Example: "+playerName+", "+objectID+" ect.
    The Client places that data onto a buffer in it's Stream class, then sends it across the Socket to the Server where it's read onto a buffer onto the Server-sided Stream class for that Player. When we go to handle the packets, we use the data on the Server-Sided buffer to determine that type of data.

    Also; PlayerName is sent on login, and kept as a variable on the Server's Player instance.
    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
  •