Thread: Different xp rates

Page 1 of 2 12 LastLast
Results 1 to 10 of 16
  1. #1 Different xp rates 
    The internet's reject
    Andy's Avatar
    Join Date
    Jun 2007
    Age
    31
    Posts
    4,376
    Thanks given
    148
    Thanks received
    1,522
    Rep Power
    3133
    This will be useful if you want RS xp rates in the wild while still having a fast experience outside of it.

    Code:
    public double getXpModifierForSkill(int skill) {
    		if (user.inWilderness() && skill < 7 && skill != PRAYER)
    			return 1.0;
    		if (skill == ATTACK || skill == DEFENCE || skill == STRENGTH || skill == RANGED || skill == MAGIC || skill == CONSTITUTION)
    			return (user.isMember() ? (COMBAT_MULTIPLIER * 2.5) : COMBAT_MULTIPLIER);
    		else
    			return (user.isMember() ? (SKILL_MODIFIER * 1.5) : (XSKILL_MODIFIER));
    	}
    What am I watching now?

    Reply With Quote  
     

  2. #2  
    Registered Member
    Lysergist's Avatar
    Join Date
    Jul 2012
    Posts
    914
    Thanks given
    370
    Thanks received
    536
    Discord
    View profile
    Rep Power
    138
    Nice, I guess. Why post this though? I think most people could figure this out.
    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  3. #3  
    Mug Club


    Join Date
    Jul 2011
    Age
    26
    Posts
    1,875
    Thanks given
    510
    Thanks received
    890
    Discord
    View profile
    Rep Power
    332
    Quote Originally Posted by Arravs View Post
    Nice, I guess. Why post this though? I think most people could figure this out.
    No, it's the most helpful thing ever..


    My Open Source Projects
    [Only registered and activated users can see links. ]
    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  4. Thankful user:


  5. #4  
    touched like seafood
    Tyluur's Avatar
    Join Date
    Jun 2010
    Age
    23
    Posts
    4,838
    Thanks given
    1,676
    Thanks received
    1,567
    Discord
    View profile
    Rep Power
    1390
    Out of all the things you could release, you choose to go with this?
    [Only registered and activated users can see links. ] | [Only registered and activated users can see links. ] | [Only registered and activated users can see links. ] (official dog of rune-server)
    Quote Originally Posted by blakeman8192 View Post
    Keep trying. Quitting is the only true failure.
    Reply With Quote  
     

  6. Thankful user:


  7. #5  
    The internet's reject
    Andy's Avatar
    Join Date
    Jun 2007
    Age
    31
    Posts
    4,376
    Thanks given
    148
    Thanks received
    1,522
    Rep Power
    3133
    Quote Originally Posted by Arravs View Post
    Nice, I guess. Why post this though? I think most people could figure this out.
    Because people keep asking me how i did it on CodeUSA

    Quote Originally Posted by Tyluur View Post
    Out of all the things you could release, you choose to go with this?

    Few more months and i'm releasing the server anyway
    What am I watching now?

    Reply With Quote  
     

  8. #6  
    Registered Member Lord's Avatar
    Join Date
    Jul 2012
    Posts
    603
    Thanks given
    5
    Thanks received
    20
    Rep Power
    10
    Quote Originally Posted by Andy View Post
    Because people keep asking me how i did it on CodeUSA




    Few more months and i'm releasing the server anyway
    Why? Are you gonna go for higher revision or something?
    Reply With Quote  
     

  9. #7  
    The internet's reject
    Andy's Avatar
    Join Date
    Jun 2007
    Age
    31
    Posts
    4,376
    Thanks given
    148
    Thanks received
    1,522
    Rep Power
    3133
    Quote Originally Posted by Lord View Post
    Why? Are you gonna go for higher revision or something?
    No im bored and im tired of having no players
    What am I watching now?

    Reply With Quote  
     

  10. #8  
    Registered Member PavSwag's Avatar
    Join Date
    Jul 2012
    Posts
    1,079
    Thanks given
    310
    Thanks received
    98
    Rep Power
    57
    Nice hadn't thought of this
    changing osrs forever
    Reply With Quote  
     

  11. #9  
    Registered Member

    Join Date
    Dec 2012
    Posts
    3,006
    Thanks given
    899
    Thanks received
    929
    Rep Power
    2548
    Nice release, though it's simple, a million leeched servers are going to come out with this
    Reply With Quote  
     

  12. #10  
    Registered Member

    Join Date
    Jan 2013
    Age
    23
    Posts
    783
    Thanks given
    159
    Thanks received
    170
    Rep Power
    360
    pretty nice, good job
    Reply With Quote  
     

Page 1 of 2 12 LastLast

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. How do i fix xp rate?
    By Noble in forum RS2 Server
    Replies: 3
    Last Post: 04-16-2008, 04:35 AM
  2. How to change XP rate from NPC's
    By princes arta in forum Tutorials
    Replies: 4
    Last Post: 12-18-2007, 08:56 AM
  3. Changing XP rate for monster hits.
    By Tiger in forum Tutorials
    Replies: 17
    Last Post: 11-20-2007, 03:25 PM
  4. Server xp rate!
    By Laxika in forum Tutorials
    Replies: 4
    Last Post: 10-20-2007, 03:10 PM
  5. Full prayer with levels (Xp rate) (not icons!)
    By littleplop in forum Tutorials
    Replies: 31
    Last Post: 09-11-2007, 02:03 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
  •