Thread: [Vencillio] Double XP Ring?

Results 1 to 7 of 7
  1. #1 [Vencillio] Double XP Ring? 
    Donator

    Join Date
    Nov 2012
    Posts
    252
    Thanks given
    40
    Thanks received
    10
    Rep Power
    24
    Just came up with this idea to add a ring that gives double xp.

    Would be awesome if anyone could help me adding this.
    Reply With Quote  
     

  2. #2  
    Registered Member Ired's Avatar
    Join Date
    May 2012
    Posts
    160
    Thanks given
    13
    Thanks received
    10
    Rep Power
    12
    If the source already has double experience incorporated within it, you should be able to check if the player is wearing x item and just sets the double experience event to true.


    Reply With Quote  
     

  3. #3  
    Donator


    Join Date
    Nov 2012
    Age
    25
    Posts
    242
    Thanks given
    250
    Thanks received
    62
    Rep Power
    89
    Quote Originally Posted by Ired View Post
    If the source already has double experience incorporated within it, you should be able to check if the player is wearing x item and just sets the double experience event to true.
    But... that would make the entire server get double exp once that one person wears it?

    No, what you should do, is go to the method where you get xp added to any skill. Then, simply just check if the player is wearing the certain ring, and multiply the xp by 2.
    Quote Originally Posted by Therandomkid View Post
    if you wanna hate just remember i fucked your mom
    Reply With Quote  
     

  4. #4  
    Respected Member


    Join Date
    Jul 2015
    Posts
    781
    Thanks given
    206
    Thanks received
    394
    Rep Power
    524
    Quote Originally Posted by Venn View Post
    But... that would make the entire server get double exp once that one person wears it?

    No, what you should do, is go to the method where you get xp added to any skill. Then, simply just check if the player is wearing the certain ring, and multiply the xp by 2.
    The double experience event he's talking about is most likely something like double xp upon voting, or the likes of that. If it has that, then you can just set that to true when the item is equipped.
    Reply With Quote  
     

  5. #5  
    Registered Member

    Join Date
    Sep 2015
    Posts
    2,521
    Thanks given
    117
    Thanks received
    459
    Rep Power
    257
    Quote Originally Posted by RileyM View Post
    The double experience event he's talking about is most likely something like double xp upon voting, or the likes of that. If it has that, then you can just set that to true when the item is equipped.
    Its server-wide, and the double xp event doesn't work properly on Vencillio anyway
    Reply With Quote  
     

  6. #6  
    Respected Member


    Join Date
    Jul 2015
    Posts
    781
    Thanks given
    206
    Thanks received
    394
    Rep Power
    524
    Quote Originally Posted by hxze View Post
    Its server-wide, and the double xp event doesn't work properly on Vencillio anyway
    Haven't looked into it, I was just restating how the original way would work.
    Reply With Quote  
     

  7. #7  
    Registered Member Lil Peep's Avatar
    Join Date
    Oct 2012
    Posts
    881
    Thanks given
    234
    Thanks received
    58
    Rep Power
    0
    Quote Originally Posted by Xyro View Post
    Just came up with this idea to add a ring that gives double xp.

    Would be awesome if anyone could help me adding this.
    Find your xp variable and declare bonus xp bool wherver..

    Code:
    anIntExp = isBonusRing ? 2 : 1;
    Attached image Attached image Attached image Attached image Attached image
    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. 317 double/quad xp ring [pi] stop asking!
    By Shaloxis in forum Tutorials
    Replies: 28
    Last Post: 07-09-2013, 03:16 AM
  2. Replies: 5
    Last Post: 05-03-2013, 05:40 PM
  3. Ring that gives Double XP
    By Moronic in forum Snippets
    Replies: 23
    Last Post: 08-26-2011, 08:06 PM
  4. [PI]Double XP Ring
    By LoveandPower in forum Help
    Replies: 8
    Last Post: 06-06-2011, 07:16 AM
  5. Runescape Double Xp HOUR Good or Bad ?
    By Lenin in forum Voting
    Replies: 12
    Last Post: 03-08-2010, 10:07 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •