EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Development::Feature Requests (https://www.eqemulator.org/forums/forumdisplay.php?f=612)
-   -   Rule(s) to handle PVP death (https://www.eqemulator.org/forums/showthread.php?t=40739)

eqrage 07-06-2016 07:51 AM

Rule(s) to handle PVP death
 
1. A rule to set the percentage of mana upon repopping after a PvP death
2. A rule for the HP in the same conditions
3. A rule to set res timer on PVP deaths in particular
Thank you.

eqrage 07-06-2016 08:35 AM

Can't edit the post in Chrome... :(

Anyway, I'll just add some more rule requests here:

4. A rule that would flag any character above a particular level as PvP
5. A rule that would control sending the message "You are now player kill and follow the ways of Discord.." on PVP status change.

eqrage 07-06-2016 08:48 AM

6. Rule to set the maximum level difference between two PK characters to allow them to engage in PVP.

N0ctrnl 07-06-2016 01:09 PM

4 & 5. You could do this yourself. Something like:

Code:

sub EVENT_LEVEL_UP {
  if ($ulevel > 50) {
    quest::pvp(on);
    plugin::Whisper("You are now a follower of Discord");
  }
}

Also, you might work on your approach a little. Just making a post with a numbered list and not actually asking anybody to help is probably not the best way to make friends. :)

eqrage 07-06-2016 02:01 PM

Well, this is the feature suggest forum, and I was suggesting features. But sure, I'll try to put in more style next time.

Also, any idea about the points 1, 2, 3 and 6 ? It would be greatly appreciated and I would sing praises of your name to the people all over the land ;)


All times are GMT -4. The time now is 02:07 PM.

Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.