Thread: Item Weights

Page 1 of 4 123 ... LastLast
Results 1 to 10 of 34
  1. #1 Item Weights 
    Registered Member
    G0nzo's Avatar
    Join Date
    Feb 2009
    Posts
    4,961
    Thanks given
    514
    Thanks received
    546
    Rep Power
    1735
    Did 317 have item weights?

    and if so how does any1 have the ratio of how it affects run energy??

    also would u like to see this is the rs2 remake?
    Computer Science Graduate, Java Expert
    Need help with something? PM me
    Reply With Quote  
     

  2. #2  




    Scu11's Avatar
    Join Date
    Aug 2007
    Age
    27
    Posts
    16,200
    Thanks given
    7,190
    Thanks received
    12,174
    Discord
    View profile
    Rep Power
    5000
    More weight = more energy it uses to run. Nobody has the ratio because jagex don't release their formulas.

    [Only registered and activated users can see links. ]



    Reply With Quote  
     

  3. #3  
    Registered Member
    G0nzo's Avatar
    Join Date
    Feb 2009
    Posts
    4,961
    Thanks given
    514
    Thanks received
    546
    Rep Power
    1735
    so did 317 have it?

    and hmm i might have to log on rs and see how it works try get an accurate forumula
    Computer Science Graduate, Java Expert
    Need help with something? PM me
    Reply With Quote  
     

  4. #4  




    Scu11's Avatar
    Join Date
    Aug 2007
    Age
    27
    Posts
    16,200
    Thanks given
    7,190
    Thanks received
    12,174
    Discord
    View profile
    Rep Power
    5000
    Quote Originally Posted by G0nzo View Post
    so did 317 have it?

    and hmm i might have to log on rs and see how it works try get an accurate forumula
    Ofcourse it does.... Every revision did... Why else would the emote tab have "Weight: 0kg" underneath run energy.

    [Only registered and activated users can see links. ]



    Reply With Quote  
     

  5. #5  
    Registered Member
    G0nzo's Avatar
    Join Date
    Feb 2009
    Posts
    4,961
    Thanks given
    514
    Thanks received
    546
    Rep Power
    1735
    ahh k, im gonna look into this then like tonight try get a little system goin
    Computer Science Graduate, Java Expert
    Need help with something? PM me
    Reply With Quote  
     

  6. #6  
    Registered Member

    Join Date
    Nov 2008
    Posts
    2,180
    Thanks given
    148
    Thanks received
    99
    Rep Power
    2004
    Make a loop and add a extra integer to your item.cfg
    Then make the loop add all Wearing items. Thus producing the weight.

    Then you'll have to work on the run which atm to fucking tired to deal with
    Reply With Quote  
     

  7. #7  
    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
    Logging into RuneScape won't help you. With the release of rest their running was changed. 99 Agility doesn't mean you'll loose energy slower anymore, just means faster restore with rest.

    On a more helpful side of things:

    It could probably be done easily, example with if-statements.

    Code:
    if (playerWeight == 0) {
    *insert your servers remove energy code* 1;
    }
    else if (playerWeight >1 && playerWeight <= 10) {
    *Remove evergy code* 2;
    }
    Couldn't make it neat because I wrote this on the forums. Not with notepad.

    EDIT: you'd have to attatch that to your running because otherwise your just going to loose energy with the way I wrote it

    Reply With Quote  
     

  8. #8  
    Registered Member
    G0nzo's Avatar
    Join Date
    Feb 2009
    Posts
    4,961
    Thanks given
    514
    Thanks received
    546
    Rep Power
    1735
    ye i was on runewiki and gonna look into the packet,

    also i might need to dump all item wieghts
    Computer Science Graduate, Java Expert
    Need help with something? PM me
    Reply With Quote  
     

  9. #9  
    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
    Shouldn't be so hard. Actually seems pretty basic, though you could probably make it an array rather than if statements or loading VIA Item.CFG

    Reply With Quote  
     

  10. Thankful user:


  11. #10  
    Fuckin PRO

    Tyler's Avatar
    Join Date
    Jan 2008
    Age
    30
    Posts
    6,023
    Thanks given
    46
    Thanks received
    507
    Rep Power
    3330
    There isn't anything on how it decreases but heres a calc from runehq for regaining energy depending on weight/agility level

    [Only registered and activated users can see links. ]
    Free Filehost Premium Accounts
    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  12. Thankful users:


Page 1 of 4 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
  •