Thread: Need some information [Rep++]

Results 1 to 7 of 7
  1. #1 Need some information [Rep++] 
    Registered Member
    PSNB's Avatar
    Join Date
    Aug 2009
    Posts
    885
    Thanks given
    8
    Thanks received
    103
    Rep Power
    590
    I've finally began implementing equipment bonuses into my source, and have come across yet another issue. How exactly do I go about setting the equipment bonus values?

    Don't post anything that requires me to send a string packet for each bonus, because I'm almost certain that's not the correct way to do it (seeing as energy, weight, and skills have their own packets to edit the data). I'll give some karma to anyone who can give me an answer.
    Reply With Quote  
     

  2. #2  
    Registered Member

    Join Date
    Jul 2009
    Posts
    187
    Thanks given
    70
    Thanks received
    9
    Rep Power
    212
    Well you should know because earlier in the shoutbox you said 'I when people act like they even have slight beginners knowledge in java, but not to be rude I'm probably one of the best at java in the community. ( No offense) ' Remember that? So why did you need to post a help thread?
    Spoiler for Scu is funny:




    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 X-PoSED View Post
    Well you should know because earlier in the shoutbox you said 'I when people act like they even have slight beginners knowledge in java, but not to be rude I'm probably one of the best at java in the community. ( No offense) ' Remember that? So why did you need to post a help thread?
    I never said that. I said 'Although I'm no expert in Java, I'm still one of the best in the community. I know I probably sound like an asshole, but it's true.' I was simply saying that the level of programming knowledge this community has is undeniably low. Funny you happened to omit some parts and replace then with other parts to make me sound like I just flamed everyone, isn't it?

    Regardless, knowledge in the programming language has nothing to do with this topic. If you were able to read (which its apparent you cannot), you would know that. I'm simply asking if someone could provide me with the correct packet, for sending the bonuses, as I assume the way that it's being done now (replacing 12 strings each time), is wrong.

    It's probably also worth noting that I have made several threads in the help section in the past, but not a single one of them was saying, 'Omg guys! How does I fix this glitch!? Whenever I login it logs me out! Help!' (which just so happens to be the type of shit that a majority of the threads in this community are made up of.) Point is; a vast majority of this community couldn't even write a program from scratch that compiles without having to use Google... And that's just sad.
    Reply With Quote  
     

  4. #4  
    Registered Member
    Hunter's Avatar
    Join Date
    Jun 2009
    Age
    33
    Posts
    857
    Thanks given
    3
    Thanks received
    23
    Rep Power
    216
    Correct me if I'm wrong .. (not a professional on packets) .. wouldn't you send bonus data through the wearing packet? Or..rather update the bonus info through that packet? If that's the case then it'd be 41.
    Reply With Quote  
     

  5. #5  
    Registered Member
    PSNB's Avatar
    Join Date
    Aug 2009
    Posts
    885
    Thanks given
    8
    Thanks received
    103
    Rep Power
    590
    Quote Originally Posted by Hunter View Post
    Correct me if I'm wrong .. (not a professional on packets) .. wouldn't you send bonus data through the wearing packet? Or..rather update the bonus info through that packet? If that's the case then it'd be 41.
    No, that's an incoming packet. It'd need to be an outgoing packet (or a frame, I suppose) in order for the client to receive data.
    Reply With Quote  
     

  6. #6  
    Registered Member
    Hunter's Avatar
    Join Date
    Jun 2009
    Age
    33
    Posts
    857
    Thanks given
    3
    Thanks received
    23
    Rep Power
    216
    Oh.. well if a frame is a possibility wouldn't it be 126? That's what a source of mine uses.
    Reply With Quote  
     

  7. #7  
    Registered Member
    PSNB's Avatar
    Join Date
    Aug 2009
    Posts
    885
    Thanks given
    8
    Thanks received
    103
    Rep Power
    590
    Quote Originally Posted by Hunter View Post
    Oh.. well if a frame is a possibility wouldn't it be 126? That's what a source of mine uses.
    126 changes the string of an interface message (Which I addressed in the op). There should be an alternative way to do it that doesn't require you to send 12 different packets.
    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
  •