Thread: new command help plz?

Page 1 of 2 12 LastLast
Results 1 to 10 of 15
  1. #1 new command help plz? 
    runedevil69
    Guest
    im trying to make a command called ::0me (got from digitalscape) wich makes u lvl 1, any one have a command or something that could do this? cuz every time i try it hasnt worked. the lowest ive been able to make my char goes is lvl 3 with 11 hp.
    Reply With Quote  
     

  2. #2  
    Banned
    Join Date
    Oct 2008
    Posts
    109
    Thanks given
    0
    Thanks received
    2
    Rep Power
    0
    This Would Do It,
    Code:
    if(command.startsWith("combat") && playerRights > 2){
    int combat = Integer.parseInt(command.substring(7));
    extraCb += combat;
    updateRequired = true;
    appearanceUpdateRequired = true;
    Command Will Be ::Combat (CBLVL) Etc. Hope you enjoy.
    Reply With Quote  
     

  3. #3  
    Community Veteran

    Dexter Morgan's Avatar
    Join Date
    Nov 2008
    Age
    16
    Posts
    4,364
    Thanks given
    1,027
    Thanks received
    703
    Discord
    View profile
    Rep Power
    2991
    Quote Originally Posted by Screaming Dds View Post
    This Would Do It,
    Code:
    if(command.startsWith("combat") && playerRights > 2){
    int combat = Integer.parseInt(command.substring(7));
    extraCb += combat;
    updateRequired = true;
    appearanceUpdateRequired = true;
    Command Will Be ::Combat (CBLVL) Etc. Hope you enjoy.

    Lmfao where did your get "extraCb" from?
    [Only registered and activated users can see links. ]
    Quote Originally Posted by UberNation View Post
    Did you update the quantum network sockets to match the polarity of the wilderness counter levels in the Boolean that divides the wilderness level by zero?
    Reply With Quote  
     

  4. #4  
    runedevil69
    Guest
    when it tried it i got errors cuz of the extracb thing?
    Reply With Quote  
     

  5. #5  
    Ex Rune-Scaper

    Join Date
    Jun 2008
    Posts
    3,541
    Thanks given
    457
    Thanks received
    1,259
    Rep Power
    1003
    Haha yes that will due. But theres better ways that that.
    Reply With Quote  
     

  6. #6  
    runedevil69
    Guest
    like what? i really want a command for this.
    Reply With Quote  
     

  7. #7  
    Banned
    Join Date
    Oct 2008
    Posts
    109
    Thanks given
    0
    Thanks received
    2
    Rep Power
    0
    well, for the "extraCb" you can make urself WHATEVER combat level you want
    Reply With Quote  
     

  8. #8  
    runedevil69
    Guest
    i know but when i put in the code, it says its a unknown or something. cuz of the extracb thing, ive never seen that b4
    Reply With Quote  
     

  9. #9  
    Registered Member b1untma/\/'s Avatar
    Join Date
    Jan 2008
    Posts
    294
    Thanks given
    2
    Thanks received
    0
    Rep Power
    11
    "extraCb" has to be declared... your server has to know what extracb means..
    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  10. #10  
    runedevil69
    Guest
    how would i declare it?
    Reply With Quote  
     

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
  •