Jump to content

EdgySedgy

Member
  • Posts

    7
  • Joined

  • Last visited

Recent Profile Visitors

261 profile views

EdgySedgy's Achievements

Lurker

Lurker (1/6)

0

Reputation

  1. Mostly why I made it VERY simple. I could make it work better where you still have it when you die.. by using Variables. But Personally I decided not to for now
  2. 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
  3. 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"
  4. Can you make a leveling skript : >
  5. Hey, you should make a Adventure RPG type server.... Just a suggestion.... yknow.... pls
  6. Hey man, I dare you try to make a quest type skript EX: Right clicking a CERTAIN entity, named entity if want, gives them a quest to do. Pretty simple said... I don't know how hard it is to skript, so kinda want to see what you could do.
×
×
  • Create New...