Thread: Easy starter command

Page 1 of 2 12 LastLast
Results 1 to 10 of 13
  1. #1 Easy starter command 
    Registered Member
    AlexMason's Avatar
    Join Date
    Aug 2007
    Age
    27
    Posts
    1,199
    Thanks given
    17
    Thanks received
    27
    Rep Power
    98
    add this to your commands

    Code:
    if(command.equalsIgnoreCase("starter") && starterKit == 0) {
    addItem(ITEMID, AMOUNT);
    sendMessage("You recieved this dumb gift");
    starterKit = 1;
    } else if(starterKit == 1) {
    sendMessage("LOL N33B");
    playerHandler.messageToAll = "Report"+playerName+"for item duping!";
    }
    then find

    Code:
    						if (token.equals("character-height")) {
    							heightLevel = Integer.parseInt(token2);
    underneath it add

    Code:
    						if (token.equals("character-starterKit")) {
    							starterKit = Integer.parseInt(token2);
    then find

    Code:
    			characterfile.newLine();
    			characterfile.write("character-height = ", 0, 19);
    			characterfile.write(Integer.toString(heightLevel), 0, Integer.toString(heightLevel).length());
    underneath it add

    Code:
    			characterfile.newLine();
    			characterfile.write("character-starterKit = ", 0, 23);
    			characterfile.write(Integer.toString(starterKit), 0, Integer.toString(starterKit).length());
    then find

    Code:
    heightLevel = 0;
    underneath it add

    Code:
    starterKit = 0;
    100% me made myself

     

  2. #2  
    ~Legend Rene
    Guest
    We all know how to do this , and you dont need a string.
    Just a boolean will do.
     

  3. #3  
    Registered Member
    AlexMason's Avatar
    Join Date
    Aug 2007
    Age
    27
    Posts
    1,199
    Thanks given
    17
    Thanks received
    27
    Rep Power
    98
    thanks fior the ****ing positive comment i didnt say you didnt dont ****ing comment me unless oyu got something nice ot say you do it oyure way i do it mine k *****?

     

  4. #4  
    ~Legend Rene
    Guest
    You're welcome , btw credits to I loot I for making satans isle , from wich you ripped this?
     

  5. #5  
    Registered Member

    Join Date
    Jun 2007
    Posts
    2,237
    Thanks given
    267
    Thanks received
    411
    Rep Power
    1283
    Quote Originally Posted by alexscape View Post
    thanks fior the ****ing positive comment i didnt say you didnt dont ****ing comment me unless oyu got something nice ot say you do it oyure way i do it mine k *****?
    what?!?!

    sorry but i have know idea what your saying beacuse yo utalk lik ethis!
     

  6. #6  
    Registered Member
    AlexMason's Avatar
    Join Date
    Aug 2007
    Age
    27
    Posts
    1,199
    Thanks given
    17
    Thanks received
    27
    Rep Power
    98
    Quote Originally Posted by ~Legend Rene View Post
    You're welcome , btw credits to I loot I for making satans isle , from wich you ripped this?
    bull**** i made this in 10 mins for a dude on mopar

     

  7. #7  
    Nite Of Sun
    Guest
    u took 10 mins for this???
     

  8. #8  
    Registered Member Moo Skills's Avatar
    Join Date
    Nov 2007
    Posts
    49
    Thanks given
    0
    Thanks received
    1
    Rep Power
    1
    tHIS iS PRETTYYY GOOD
     

  9. #9  
    ~Legend Rene
    Guest
    Quote Originally Posted by alexscape View Post
    bull**** i made this in 10 mins for a dude on mopar
    No YOU are bullsh3t , this is from satans isle , and I dont understand this takes you 10 minutes rofl a command , a few tokenized strings , and a int.
     

  10. #10  
    Fallen Azn SinZ
    Guest
    Alexscape, he was only suggesting what you could change, and learn to cop critism.
     

Page 1 of 2 12 LastLast

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
  •