Jump to content

EdgySedgy

Member
  • Posts

    7
  • Joined

  • Last visited

Posts posted by EdgySedgy

  1. This is the best conversation I've seen in awhile

    Mostly because he didn't even go to the help section...
    he just helped him here, thats called two things
    1. Being Nice
    2. Not Following Forums Rules And Get In Trouble
    the second one is what the higher ups are probably thinking

  2. Hey so, I'm a simple person.
    So for all those simple mates out there, I got you!

    This also will work off GroupManager if you want it to change Groups/Ranks when going to the classes...
    If you don't want that, then just remove the line that says
    make console execute command "/manuadd %player% Beast/Human/Elf"

    Also if you want a menu skript to go with this, tell me and I'll make a new topic WITH the New Skript

    In here will also show how you can change the effects or add your OWN class...
    although it should be pretty simple if you just.... look

     

     

    command /beast:
     trigger:
      make console execute command "/effect clear %player%"
      wait 5 ticks
      make console execute command "/effect give %player% strength 99999 0 true" 
      make console execute command "/manuadd %player% Beast"
    
    
    
    
    command /human:
     trigger:
      make console execute command "/effect clear %player%"   
      wait 5 ticks
      make console execute command "/effect give %player% resistance 99999 0 true"
      make console execute command "/manuadd %player% Human"
    
    
    
    
    command /elf:
     trigger:
      make console execute command "/effect clear %player%"   
      wait 5 ticks
      make console execute command "/effect give %player% regeneration 99999 0 true"
      make console execute command "/manuadd %player% Elf"
    



    How To Change The Skript To Your Liking

     

    Copy one of the paragraph of the skript and paste it
    (command /elf:)
     trigger:
      make console execute command "/effect clear %player%"
      wait 5 ticks
      (make console execute command "/effect give %player% strength 99999 0 true") 
      (make console execute command "/manuadd %player% Beast")
    
    
    
    All that's in () you will need to edit.
    where it says "strength/resistance/regeneration" you will want to change it to WHATEVER effect you want it to.
    If you want to add multiple effects, then copy that one line
    "make console execute command "/effect give %player% strength 99999 0 true"
    and paste it under that same line you copied it from.
    
    Now, if you want to change the command that triggers the class, you edit the
    "command /elf:"
    Make the "elf" say ANYTHING you want, it will become that command.
    
    
    Now if your using groupmanager, change "Beast/Elf/Human" to whatever the group you created called.
    EX:
    /mangadd Jeff
    make console execute command "/manuadd %player% Jeff"
    

     


×
×
  • Create New...