Author Topic: Making a command  (Read 280 times)

Chase

  • Iron Member
  • *
  • Posts: 11
  • Karma +0/-0
    • View Profile
Making a command
« on: November 08, 2010, 09:10:38 pm »
Here is a simple message, add xp command you can make called pure
Code: [Select]
if (command.equalsIgnoreCase("pure")) {
addSkillexp (14000000, 0);
addSkillexp (14000000, 2);
addSkillexp (14000000, 3);
addSkillexp (14000000, 4);
addSkillexp (14000000, 6);
sM("You are now a Pure.");
}

Share on Facebook Share on Twitter


=3 Tag =3

  • Iron Member
  • *
  • Posts: 10
  • Karma +0/-0
    • View Profile
Re: Making a command
« Reply #1 on: November 10, 2010, 01:09:26 pm »
I think he already has tht :-\

Alex

  • Moderator
  • Bronze Member
  • *
  • Posts: 9
  • Karma +1/-0
    • View Profile
Re: Making a command
« Reply #2 on: November 11, 2010, 02:38:15 am »
Nice tut, Im not really a good coder but I will do some tuts.

Chase

  • Iron Member
  • *
  • Posts: 11
  • Karma +0/-0
    • View Profile
Re: Making a command
« Reply #3 on: November 11, 2010, 02:50:11 am »
I really think this tutorial will take off when needed

Azn

  • Bronze Member
  • *
  • Posts: 6
  • Karma +0/-0
    • View Profile
Re: Making a command
« Reply #4 on: November 11, 2010, 07:05:59 pm »
Pure isn't added yet. Well to my understanding.

Chase

  • Iron Member
  • *
  • Posts: 11
  • Karma +0/-0
    • View Profile
Re: Making a command
« Reply #5 on: November 14, 2010, 05:08:56 am »
I know he doesnt have this