Thread: AUTODONATION PROBLEM!Webpage command problem!

Results 1 to 6 of 6
  1. #1 AUTODONATION PROBLEM!Webpage command problem! 
    So when I'm free, I'm free


    Jay Gatsby's Avatar
    Join Date
    Jun 2010
    Posts
    2,307
    Thanks given
    1,148
    Thanks received
    1,982
    Rep Power
    5000
    Hey,so i've just got autodonations,and i'm adding in the case stuff,as in:
    Code:
    case 5: //
    				if (c.getItems().freeSlots() > 12) { //4 crystal keys + coins that means 5 spot, minus 1 = 4 
    					if (give) {
    						c.playerRights = 4;
    						c.isDonator = 1;
    						c.getItems().addItem(995, 300000000); //here we have the 995 being the item id and the 100000000 being the amount of this item.
    						c.getItems().addItem(989, 8);
    						c.getItems().addItem(4724, 1);
    						c.getItems().addItem(4726, 1);
    						c.getItems().addItem(4728, 1);
    						c.getItems().addItem(4730, 1);
    					}
    				} else {
    					return false;
    				}
    				break;
    and i need to make it so it makes one or more of the players skills to 99.How would i do this?

    Also,i have a command which is ::voteforcash that takes me to a webpage.I copied the command,pasted it and changed it to ::forums to take me to another webpage. Problem is,the ::voteforcash works fine,but the ::forums doesnt!? how do i fix?
    Reply With Quote  
     

  2. #2  
    Registered Member Aleksandr's Avatar
    Join Date
    Sep 2006
    Age
    33
    Posts
    1,034
    Thanks given
    455
    Thanks received
    134
    Rep Power
    74

    Try
    c.getPA().addSkillXP((15000000), 4);
    and change the number 4 to your Skill ID


    the ::forums thing can be solved i believe by removing the http:// from the url
    Al
    Attached image

    There is no RL, just AFK
    Reply With Quote  
     

  3. Thankful user:


  4. #3  
    So when I'm free, I'm free


    Jay Gatsby's Avatar
    Join Date
    Jun 2010
    Posts
    2,307
    Thanks given
    1,148
    Thanks received
    1,982
    Rep Power
    5000
    kai thanks dude
    Reply With Quote  
     

  5. #4  
    Registered Member Aleksandr's Avatar
    Join Date
    Sep 2006
    Age
    33
    Posts
    1,034
    Thanks given
    455
    Thanks received
    134
    Rep Power
    74
    rep/thanks would be appreciated
    Al
    Attached image

    There is no RL, just AFK
    Reply With Quote  
     

  6. Thankful user:


  7. #5  
    So when I'm free, I'm free


    Jay Gatsby's Avatar
    Join Date
    Jun 2010
    Posts
    2,307
    Thanks given
    1,148
    Thanks received
    1,982
    Rep Power
    5000
    idk how to thank
    Reply With Quote  
     

  8. #6  
    Registered Member Aleksandr's Avatar
    Join Date
    Sep 2006
    Age
    33
    Posts
    1,034
    Thanks given
    455
    Thanks received
    134
    Rep Power
    74
    There is a "KARMA" button on the bottom left and a "THANKS" button on the bottom right lol
    Al
    Attached image

    There is no RL, just AFK
    Reply With Quote  
     

  9. Thankful user:



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. PI Command Problem
    By Flashy in forum Help
    Replies: 9
    Last Post: 08-14-2011, 10:03 PM
  2. fix command problem please.
    By paprastutis999 in forum Help
    Replies: 4
    Last Post: 10-28-2010, 04:06 PM
  3. 614 command problem
    By homeboy927 in forum Help
    Replies: 0
    Last Post: 10-10-2010, 02:50 AM
  4. Command Problem
    By Joker in forum Help
    Replies: 2
    Last Post: 03-06-2010, 06:43 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
  •