HerculesWS / Hercules

Hercules is a collaborative software development project revolving around the creation of a robust massively multiplayer online role playing game (MMORPG) server package. Written in C, the program is very versatile and provides NPCs, warps and modifications. The project is jointly managed by a group of volunteers located around the world as well as a tremendous community providing QA and support. Hercules is a continuation of the original Athena project.
http://herc.ws
GNU General Public License v3.0
895 stars 754 forks source link

5 secs invulnerability on positive/supportive AOE buff #964

Open kyeme opened 8 years ago

kyeme commented 8 years ago

In Official the moment you respawn any AOE positive buffs on ground will take effect on you while in Hercules you need to wait 5 secs until the buffs take effect.

AnnieRuru commented 8 years ago

I got a feeling this will create exploits, or unfair advantage like in battleground or woe area ...

kyeme commented 8 years ago

Well.. that's how it is xD

kyeme commented 8 years ago

Or make a config like invulnerability_negative_aoe: 5000 // in milliseconds invulnerability_positive_aoe: 5000 // in milliseconds

AnnieRuru commented 8 years ago

wait, you mean the behavior you described is official behavior ?

kyeme commented 8 years ago

sorry for the confusion, I edited my 1st post

In Official the moment you respawn any AOE positive buffs on ground will take effect on you while in Hercules you need to wait 5 secs until the buffs take effect.