Thread: Dementhium Help

Results 1 to 2 of 2
  1. #1 Dementhium Help 
    Registered Member
    Join Date
    Jul 2013
    Posts
    14
    Thanks given
    2
    Thanks received
    0
    Rep Power
    11
    Hey,
    I've searched for a while now and can't find anything on settings ::master and :ure on dementhium.
    Although, I do have the commands, they set the skills to maximum experience, and i can't have that because I have high scores.

    If you guys can point me in the right direction, or link me a snippet or something I would be pretty happy. =)
    Reply With Quote  
     

  2. #2  
    Registered Member
    Mylyn's Avatar
    Join Date
    Dec 2012
    Posts
    1,536
    Thanks given
    602
    Thanks received
    278
    Rep Power
    119
    Master command:
    (note I have a different xp modifier so you may want to change that 150000000)
    Code:
    if (command[0].equals("master")) {
    			for (int i = 0; i < 25; i++) {
    				player.getSkills().addExperience2(i, 150000000);
    			}
    		}
    pure:
    Code:
    if (command[0].equals("pure")) {
    			player.getSkills().setLevelAndXP(0, AMOUNT_HERE, XP_AMT_HERE);
    			player.getSkills().setLevelAndXP(1, AMOUNT_HERE, XP_AMT_HERE);
    			player.getSkills().setLevelAndXP(2, AMOUNT_HERE, XP_AMT_HERE);
    			player.getSkills().setLevelAndXP(3, AMOUNT_HERE, XP_AMT_HERE);
    			player.getSkills().setLevelAndXP(4, AMOUNT_HERE, XP_AMT_HERE);
    			player.getSkills().setLevelAndXP(5, AMOUNT_HERE, XP_AMT_HERE);
    			player.getSkills().setLevelAndXP(6, AMOUNT_HERE, XP_AMT_HERE);
    		}
    AMOUNT_HERE represents the level you wish to set the skill to, 1-99. XP_AMT_HERE means you will set the xp to the xp required for the level.
    Reply With Quote  
     

  3. 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. [Dementhium] help pls
    By Gorilla in forum Help
    Replies: 3
    Last Post: 07-29-2011, 10:02 PM
  2. Dementhium Help Please!@!@!!
    By Rune Sage in forum Help
    Replies: 0
    Last Post: 07-26-2011, 11:34 PM
  3. Dementhium help [Paying]
    By greater99 in forum Help
    Replies: 3
    Last Post: 07-14-2011, 08:53 PM
  4. Dementhium help
    By Bubz in forum Help
    Replies: 4
    Last Post: 04-29-2011, 04:07 AM
  5. Dementhium help
    By Rawr-Rawr in forum Help
    Replies: 12
    Last Post: 04-25-2011, 02:14 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
  •