Thread: [PI] Master, Pure and pickup command

Results 1 to 5 of 5
  1. #1 [PI] Master, Pure and pickup command 
    Donator


    Join Date
    Jan 2010
    Age
    26
    Posts
    4,101
    Thanks given
    266
    Thanks received
    521
    Discord
    View profile
    Rep Power
    685
    ALREADY FOUND PICKUP

    Hello im new to PI and i need master and pure command
    can anybody give them already found where to put them

    thnx
     

  2. #2  
    Registered Member
    Join Date
    Jul 2008
    Posts
    3,167
    Thanks given
    235
    Thanks received
    74
    Rep Power
    209
    Code:
    if (playerCommand.equalsIgnoreCase("master")) {
    				for (int i = 0; i < 21; i++) {
    					c.playerLevel[i] = 99;
    					c.playerXP[i] = c.getPA().getXPForLevel(100);
    					c.getPA().refreshSkill(i);	
    					c.getPA().requestUpdates();
    				}
    			}
     

  3. #3  
    The Drug in Me is You Market Banned Market Banned


    RevoDead's Avatar
    Join Date
    Nov 2008
    Age
    28
    Posts
    1,097
    Thanks given
    77
    Thanks received
    16
    Rep Power
    183
    idiot...
    easiest command. do something by yourself.
     

  4. #4  
    Donator


    Join Date
    Jan 2010
    Age
    26
    Posts
    4,101
    Thanks given
    266
    Thanks received
    521
    Discord
    View profile
    Rep Power
    685
    Quote Originally Posted by Oliver Sykes View Post
    idiot...
    easiest command. do something by yourself.
    im mabye new too pi i tryed a master command but getted error
     

  5. #5  
    Donator


    Join Date
    Jan 2010
    Age
    26
    Posts
    4,101
    Thanks given
    266
    Thanks received
    521
    Discord
    View profile
    Rep Power
    685
    Quote Originally Posted by dani_gonzales View Post
    Code:
    if (playerCommand.equalsIgnoreCase("master")) {
    				for (int i = 0; i < 21; i++) {
    					c.playerLevel[i] = 99;
    					c.playerXP[i] = c.getPA().getXPForLevel(100);
    					c.getPA().refreshSkill(i);	
    					c.getPA().requestUpdates();
    				}
    			}
    and thnx i try it
     


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
  •