Thread: 562 Skill boost in Command? Rep+..

Results 1 to 3 of 3
  1. #1 562 Skill boost in Command? Rep+.. 
    Registered Member mdjguy's Avatar
    Join Date
    Nov 2010
    Posts
    6
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Ok, i can boost skills in potions etc.
    But how i boost a skill using a command?
    Rep+ if you help me...
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Sep 2010
    Posts
    6
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    just add this code:

    player.setSkillLvl(skillID, LeveltoBoost);

    skillID is the id of the skill you want to boost.
    LeveltoBoost is the level you want to boost to.

    Example: player.setSkillLvl(3,99);
    to boost your hitpoints level to 99.

    or to boost your hitpoints level just 3 levels higher than it would be:
    player.setSkillLvl(3, player.skillLvl[3]+3);
    Reply With Quote  
     

  3. #3  
    Registered Member mdjguy's Avatar
    Join Date
    Nov 2010
    Posts
    6
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Quote Originally Posted by tarzan View Post
    just add this code:

    player.setSkillLvl(skillID, LeveltoBoost);

    skillID is the id of the skill you want to boost.
    LeveltoBoost is the level you want to boost to.

    Example: player.setSkillLvl(3,99);
    to boost your hitpoints level to 99.

    or to boost your hitpoints level just 3 levels higher than it would be:
    player.setSkillLvl(3, player.skillLvl[3]+3);

    Is that 562?
    Because i get alot errors...
    Thanks for trying tough.
    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. Skill Command
    By Light Moger in forum Help
    Replies: 2
    Last Post: 02-20-2009, 08:38 PM
  2. Just started? Want a boost?
    By Barrage Time in forum PC
    Replies: 19
    Last Post: 02-06-2009, 11:54 PM
  3. Replies: 3
    Last Post: 05-08-2008, 02:14 AM
  4. Incrase a skill command (admins)
    By Dick2Deep in forum Tutorials
    Replies: 0
    Last Post: 04-17-2008, 11:04 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
  •