Go Back   EQEmulator Home > EQEmulator Forums > Development > Development::Development

Development::Development Forum for development topics and for those interested in EQEMu development. (Not a support forum)

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #13  
Old 07-01-2009, 04:14 PM
ChaosSlayerZ's Avatar
ChaosSlayerZ
Demi-God
 
Join Date: Mar 2009
Location: Umm
Posts: 1,492
Default

Yeah let me show you my whole logic =)

basicly I am looking from the other side - what conditions needs to be
achived.

So w ehave 3 base Rules:

-ItemLossLevel -level at which you leave items on coprse (0=never)
-XPLossLevel - level at which you loose XP when you die (0=never)
-LeaveCoprse - if you leave corpse when you die.

How these 3 rules work together:

1. LIVE-like:
ItemLoss =10, XPLoss = 6 (or whatever it was), LeaveCorpse= YES.

2. Custom, do not loose items, but loose XP:
ItemLoss =0, XPLoss = 6, LeaveCorpse= YES.

3. Custom, do not loose XP, but leave items:
ItemLoss =10, XPLoss = 0, LeaveCorpse= YES.

4. Custom, loose nothing, but leave corpses as indication of your failure, or for PvP reasons:
ItemLoss =0, XPLoss = 0, LeaveCorpse= YES.

5. Custom, loose nothing, no corpses:
ItemLoss =0, XPLoss = 0, LeaveCorpse= NO.

6. HARD CORE: Loose XP on death wihout ability to resurect (permanent Xp loos):
ItemLoss =0, XPLoss = 6, LeaveCorpse= NO.

7. HARD CORE: Loose items on death wihout ability to get them back:
ItemLoss =10, XPLoss = 0, LeaveCorpse= NO.

8. ULTRA HARD CORE: Permanently Loose everything:
ItemLoss =10, XPLoss = 6, LeaveCorpse= NO.



So I have shown you 8 diffirent combos, with just 3 rules.
If I missed a posible combo - speak up =)

Now a GOOD Rule addition will be a rule which will determine if player looses a level when he looses XP - I know many devs would like to see it rule. Thsi way you can still punish players with death XP loss, but spare them the pain of loosing a level.
Reply With Quote
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 09:01 AM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3