Thread: Cheap fix for female equipment model offsets

Results 1 to 10 of 10
  1. #1 Cheap fix for female equipment model offsets 
    Rune-Server Affiliate

    Join Date
    Apr 2014
    Posts
    1,761
    Thanks given
    75
    Thanks received
    714
    Rep Power
    1073
    ItemDefinition class, #getEquippedModel

    Code:
    if (gender == 1) {
        if (id == 11283 || id == 11284 || id == 11285) {
            model.translate(-3, 0, 0);
        }
        for (String itemActions: actions) {
            if (itemActions != null) {
                if (itemActions.equalsIgnoreCase("Wield")) {
                    model.translate(3, femaleOffsetY - 12, 5);
                }
            }
        }
    }
    Before:


    After:
    Reply With Quote  
     

  2. Thankful users:


  3. #2  
    Extreme Donator


    Join Date
    Oct 2010
    Posts
    2,853
    Thanks given
    1,213
    Thanks received
    1,622
    Rep Power
    5000
    Hey, thanks for this.
    However, for some reason it changed nothing at all for me haha.
    Reply With Quote  
     

  4. #3  
    Rune-Server Affiliate

    Join Date
    Apr 2014
    Posts
    1,761
    Thanks given
    75
    Thanks received
    714
    Rep Power
    1073
    Quote Originally Posted by Professor Oak View Post
    Hey, thanks for this.
    However, for some reason it changed nothing at all for me haha.
    Are you loading 600 data? or you must've renamed it wrong
    Reply With Quote  
     

  5. #4  
    Extreme Donator


    Join Date
    Oct 2010
    Posts
    2,853
    Thanks given
    1,213
    Thanks received
    1,622
    Rep Power
    5000
    Quote Originally Posted by Zion View Post
    Are you loading 600 data? or you must've renamed it wrong
    Nope, osrs 131 data. I guess this is for higher revision models? My bad if that's the case
    Reply With Quote  
     

  6. #5  
    Rune-Server Affiliate

    Join Date
    Apr 2014
    Posts
    1,761
    Thanks given
    75
    Thanks received
    714
    Rep Power
    1073
    Quote Originally Posted by Professor Oak View Post
    Nope, osrs 131 data. I guess this is for higher revision models? My bad if that's the case
    Yeah it is aha
    in #500+ the female offsets are broken.
    Reply With Quote  
     

  7. #6  
    Extreme Donator


    Join Date
    Oct 2010
    Posts
    2,853
    Thanks given
    1,213
    Thanks received
    1,622
    Rep Power
    5000
    Quote Originally Posted by Zion View Post
    Yeah it is aha
    in #500+ the female offsets are broken.
    I see. Thanks anyway!
    Reply With Quote  
     

  8. #7  
    Rune-Server Affiliate

    Join Date
    Apr 2014
    Posts
    1,761
    Thanks given
    75
    Thanks received
    714
    Rep Power
    1073
    No problem
    Reply With Quote  
     

  9. #8  
    Donator


    Join Date
    Jan 2012
    Posts
    1,288
    Thanks given
    491
    Thanks received
    229
    Rep Power
    127
    Very helpful, thank you



    Developer of Valor, Exigence, & Mystic.
    Reply With Quote  
     

  10. #9  
    Rune-Server Affiliate

    Join Date
    Apr 2014
    Posts
    1,761
    Thanks given
    75
    Thanks received
    714
    Rep Power
    1073
    No problem.
    Reply With Quote  
     

  11. #10  
    Rune-Server Affiliate

    Join Date
    Apr 2014
    Posts
    1,761
    Thanks given
    75
    Thanks received
    714
    Rep Power
    1073
    Quote Originally Posted by Previlla View Post
    Is this for a select few revs in 500+? Because I remember using 602 chars and not having issues
    I am pretty sure yes. Haven't tried 602 in forever.
    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

Similar Threads

  1. Cheap fix for the player saving in PI/hybrid PvP
    By wildernessX in forum Snippets
    Replies: 9
    Last Post: 06-26-2011, 07:10 PM
  2. Runelimited - Cheap fix for the settings button
    By thim slug in forum Snippets
    Replies: 11
    Last Post: 06-19-2011, 05:26 PM
  3. Cheap-fixes for SWAT's animation tutorial bugs
    By Naughty Panda in forum Tutorials
    Replies: 28
    Last Post: 10-02-2010, 04:00 PM
  4. cheap fix for espeon friendlist saving.
    By zeroeh in forum Snippets
    Replies: 29
    Last Post: 11-23-2009, 03:55 AM
  5. [TuT]A Cheap Fix For Npc's Noclipping[TuT]
    By hoodlom in forum Tutorials
    Replies: 21
    Last Post: 05-10-2008, 02:57 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •