I'm currently working on a new Sickness System, anyone interested in testing and giving feedback while it is in development, PM me for a copy and instructions!
I have set one two years ago, that NPC and players transmit when they are close enough each other.
Some are dangerous (can die) some are annoying (scratch message), all are evolving with the time and can be cured.
ex: scabies, flue, tuberculosis...
**For anyone following this project, I'm uploading a beta version here, it does not have Vampire or Werewolf implemented yet as I want to test the base system first, this is also not refactored yet, don't mind the mess(Unused Values/Notations etc etc)!
Please help with the following
+Test for Bugs
+Make Suggestions (in this thread)
Instructions : This is a Plug and Play System that runs on One Time(Will need to install as well)
In game once the system is installed, the random illness is already running so players will have a chance to get sick without anything being done, but this will be no good without a way to cure themselves, so spawn a medic in popular towns or hubs. They will provide medicine to cure the illnesses.
If you want to increase the chance for players to get sick, spawn unseenillness, they are hidden mobs that when in contact with players will at random infect them!
Once infected, the heart will appear, this will represent the level of the virus, once a player reaches level 100 on a stage, the illness progresses and does more harm to the player, there are three stages to illnesses, each stage changes the heart beat, stage one is red, two is yellow and three is white!
Each stage also gets faster, so it might take a few days to get through stage one, it will only take 2/3 of that time for stage 2 and 2/3 of that for stage 3
Also the heart will react to the players hits, if the player is getting closer to death, the heart beats faster!
Last update for today, Added weakness's for Vampire/werewolf
Vampire needs to stay out of light, either by being inside or covering up enough to qualify good protection.
Werewolf gets damaged by silver coins being within a short distance of them, only coins atm, will expand on silver items that will be harmful just by being presence.
*More polishing
*Refactored System Core
*Fixed a few bugs with Vampire Stages and GM Progression
*Added Silver Slayer to Items that hurt werewolves and Garlic now hurts Vampires!
Post automatically merged:
*Bugs Fixes
*Added more animations
*Waxed and Polished
*Added a check for rats in range to increase chances of getting sick!
*Value corrections
*Bug fixes
*Code refactoring
+More animations
+Garlic and Silver now are checked for in packs, no hiding from the things that hurt you! (Vampire/Werewolf)
+Debug for GM's in game is now being worked on, double click virus to turn on/off!
+Enjoy
Just saw this thread and this looks pretty cool. I've enjoyed watching you keep getting better and you share some great stuff. It's really appreciated!
_E_I_G_E_N_E_/Test/SicknessSys/SicknessSys/Illnesses/Cold.cs:
CS1043: Line 5: { oder ; erwartet.
CS1043: Line 6: { oder ; erwartet.
CS1043: Line 7: { oder ; erwartet.
CS1043: Line 8: { oder ; erwartet.
CS1043: Line 9: { oder ; erwartet.
+ _E_I_G_E_N_E_/Test/SicknessSys/SicknessSys/Illnesses/Flu.cs:
CS1043: Line 5: { oder ; erwartet.
CS1043: Line 6: { oder ; erwartet.
CS1043: Line 7: { oder ; erwartet.
CS1043: Line 8: { oder ; erwartet.
CS1043: Line 9: { oder ; erwartet.
+ _E_I_G_E_N_E_/Test/SicknessSys/SicknessSys/Illnesses/Lycanthropia.cs:
CS1043: Line 11: { oder ; erwartet.
CS1043: Line 12: { oder ; erwartet.
CS1043: Line 13: { oder ; erwartet.
CS1043: Line 14: { oder ; erwartet.
CS1043: Line 15: { oder ; erwartet.
+ _E_I_G_E_N_E_/Test/SicknessSys/SicknessSys/Illnesses/Vampirism.cs:
CS1043: Line 9: { oder ; erwartet.
CS1043: Line 10: { oder ; erwartet.
CS1043: Line 11: { oder ; erwartet.
CS1043: Line 12: { oder ; erwartet.
CS1043: Line 13: { oder ; erwartet.
+ _E_I_G_E_N_E_/Test/SicknessSys/SicknessSys/Illnesses/Virus.cs:
CS1043: Line 5: { oder ; erwartet.
CS1043: Line 6: { oder ; erwartet.
CS1043: Line 7: { oder ; erwartet.
CS1043: Line 8: { oder ; erwartet.
CS1043: Line 9: { oder ; erwartet.
+ _E_I_G_E_N_E_/Test/SicknessSys/SicknessSys/Items/Lycanthropia/WereClaws.cs:
CS1002: Line 11: ; erwartet.
Scripts: One or more scripts failed to compile or no script files were found.
- Press return to exit, or R to try again.
Funny, I just asked you what you were working on too and then saw this thread Lol
Nice! Did you improve on the Vamp system, or create something totally new?
Funny, I just asked you what you were working on too and then saw this thread Lol
Nice! Did you improve on the Vamp system, or create something totally new?
Currently working on Black Box, Then I'll turn my attention to these systems, they all need updating or fixing! Just glad to be back, and as soon as I can I am down with the sickness!