Thread: how do i get rid of this in the quest tab?

Results 1 to 7 of 7
  1. #1 how do i get rid of this in the quest tab? 
    Registered Member pofroze's Avatar
    Join Date
    Jan 2012
    Posts
    282
    Thanks given
    22
    Thanks received
    20
    Rep Power
    50


    when i click the food on quest tab it gives me them unnoted even when im in wildy i would like to make them noted instead so people cant abuse this in wildy and bossing costs 100k for food FYI
    Reply With Quote  
     

  2. #2  
    Registered Member pofroze's Avatar
    Join Date
    Jan 2012
    Posts
    282
    Thanks given
    22
    Thanks received
    20
    Rep Power
    50
    bumps
    Reply With Quote  
     

  3. #3  
    Banned
    Join Date
    May 2013
    Age
    22
    Posts
    557
    Thanks given
    35
    Thanks received
    45
    Rep Power
    0
    Do you want it to give you un noted when you're out of pvp?
    Reply With Quote  
     

  4. #4  
    Registered Member pofroze's Avatar
    Join Date
    Jan 2012
    Posts
    282
    Thanks given
    22
    Thanks received
    20
    Rep Power
    50
    Quote Originally Posted by Cryptic7th View Post
    Do you want it to give you un noted when you're out of pvp?
    algood guys i edit clickingbutton.java and changed it to give me 100 noted sharks and tuna potatos for 100k/150k cash
    Reply With Quote  
     

  5. #5  
    Banned
    Join Date
    Dec 2012
    Posts
    347
    Thanks given
    8
    Thanks received
    11
    Rep Power
    0
    Or you could just add a if(c.inWild
    Reply With Quote  
     

  6. Thankful user:


  7. #6  
    Middle Finger is Here


    Join Date
    Feb 2012
    Age
    31
    Posts
    2,546
    Thanks given
    377
    Thanks received
    502
    Rep Power
    162
    Quote Originally Posted by Vernorexia View Post
    Or you could just add a if(c.inWild
    Yea that

    Code:
     if (c.inWild) {
    return;
    or send em to bank (:
    Hi
    Reply With Quote  
     

  8. #7  
    -Founder Off Returnofpk-


    Join Date
    Oct 2012
    Age
    28
    Posts
    655
    Thanks given
    97
    Thanks received
    211
    Rep Power
    303
    Quote Originally Posted by pofroze View Post


    when i click the food on quest tab it gives me them unnoted even when im in wildy i would like to make them noted instead so people cant abuse this in wildy and bossing costs 100k for food FYI
    only change button id and amount

    Code:
    case 5645:
    			if (c.inWild()) {
    			    int cashAmount = c.getItems().getItemAmount(995);
    				c.getItems().playerHasItem(995, cashAmount);
    			    c.getItems().deleteItem(995, 100000000);
    				c.getItems().addItem(386,200);
    			} else  {
    				c.getItems().addItem(385,25000);	
    			}
    			 break;
    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. Replies: 3
    Last Post: 02-15-2013, 04:54 AM
  2. How Do i get rid of this
    By Zak Wins in forum Help
    Replies: 4
    Last Post: 08-31-2012, 04:12 PM
  3. how do i get rid of this?
    By newbzor in forum Application Development
    Replies: 4
    Last Post: 01-10-2012, 10:02 PM
  4. How do i get rid of this ugly sky?
    By Ho H0 Ho in forum Help
    Replies: 3
    Last Post: 07-25-2010, 10:50 PM
  5. How do I get rid of this? [Delta]
    By jack24 in forum Help
    Replies: 11
    Last Post: 10-17-2009, 04:44 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
  •