Thread: Changing certain players rare drop rate to 100%?????

Results 1 to 5 of 5
  1. #1 Changing certain players rare drop rate to 100%????? 
    Extreme Donator

    Join Date
    Apr 2013
    Posts
    84
    Thanks given
    21
    Thanks received
    2
    Rep Power
    11
    so I got the project-nightmare redone source I want to know how would I go around making it so when a player like the owner kills a monster he gets all the rare possible drop from the npc?
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Feb 2015
    Posts
    97
    Thanks given
    8
    Thanks received
    0
    Rep Power
    11
    Assuming Project Insanity base,

    Code:
    if (c.playerRights == 3) {
             //Shit for dropping and changing the drop rate to 100%...
    }
    Reply With Quote  
     

  3. #3  
    Extreme Donator

    Join Date
    Apr 2013
    Posts
    84
    Thanks given
    21
    Thanks received
    2
    Rep Power
    11
    Quote Originally Posted by Azuline View Post
    Assuming Project Insanity base,

    Code:
    if (c.playerRights == 3) {
             //Shit for dropping and changing the drop rate to 100%...
    }
    where dafuq do I put that?? teach me lol
    Reply With Quote  
     

  4. #4  
    Super Donator

    StanDev's Avatar
    Join Date
    Apr 2014
    Posts
    660
    Thanks given
    82
    Thanks received
    255
    Rep Power
    592
    Quote Originally Posted by kishan View Post
    where dafuq do I put that?? teach me lol
    search your dropitem method, probably in a class with npc in it. Post the stuff that Azuline gave you in there and inside that set your droprate to 100.
    Reply With Quote  
     

  5. #5  
    Banned Changing certain players rare drop rate to 100%????? Market Banned

    -3clipse-'s Avatar
    Join Date
    May 2015
    Posts
    839
    Thanks given
    101
    Thanks received
    311
    Rep Power
    389
    Quote Originally Posted by kishan View Post
    where dafuq do I put that?? teach me lol
    Attached image
    Reply With Quote  
     

  6. Thankful users:



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. Replies: 3
    Last Post: 07-30-2011, 05:31 PM
  2. Replies: 4
    Last Post: 07-15-2011, 01:47 PM
  3. PI How To Change Drop Rate Npcs?
    By Trivzor in forum Help
    Replies: 6
    Last Post: 02-21-2011, 02:30 PM
  4. Replies: 12
    Last Post: 12-09-2009, 03:40 PM
  5. How do i change max player to 100 from 2000?
    By Ninja assassin in forum Help
    Replies: 0
    Last Post: 05-11-2009, 07:05 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
  •