#504 group options / loot needs discovery and implementation

Closed
opened 1 year ago by image · 2 comments
image commented 1 year ago

split from #428 to be put into combat stage

also taken from Issue #314

also it should be player option as to whether encounters lock at all

ALT-O Group Options Default Group Auto Lock Default Solo Auto Lock
split from https://git.eq2emu.com/devn00b/EQ2EMu/issues/428 to be put into combat stage also taken from Issue #314 ``` also it should be player option as to whether encounters lock at all ALT-O Group Options Default Group Auto Lock Default Solo Auto Lock ```
image commented 2 months ago
Collaborator

Outline of what needs to be completed: Group Loot Methods

  • FFA (what we currently have) needs to be available after the dampen period of the selected group loot method
  • Leader Only
  • Lottery
  • Need Before Greed
  • Round Robin

Client Considerations

  • Group Options menu needs support from client->server
  • Group Options needs to be updated to client from the default UI values (player profile or some other group options opcode?)
  • DoF client does not support Need Before Greed, have it default to Lottery, all/selected will serve as "need". No greed option will be supported.
  • DoF client does not support Round Robin, while it is not displayed as a group option, this can still be done server side.

Additional Group Options

  • Selected Loot Item Rarity
  • Auto Split Coin
  • Group Yell Method
  • Group Lock Method
  • Group Auto Lock
  • Solo Auto Lock
  • Auto Loot Mode

Commands

  • setautolootmode 0 Sets Auto-Loot mode for your character. 0 = None 1 = Greed or Accept 2 = Decline update commands set handler=534 where command='setautolootmode';
Outline of what needs to be completed: Group Loot Methods - [x] FFA (what we currently have) needs to be available after the dampen period of the selected group loot method - [x] Leader Only - [x] Lottery - [x] Need Before Greed - [x] Round Robin Client Considerations - [x] Group Options menu needs support from client->server - [x] Group Options needs to be updated to client from the default UI values (player profile or some other group options opcode?) - [x] DoF client does not support Need Before Greed, have it default to Lottery, all/selected will serve as "need". No greed option will be supported. - [x] DoF client does not support Round Robin, while it is not displayed as a group option, this can still be done server side. Additional Group Options - [x] Selected Loot Item Rarity - [x] Auto Split Coin - [x] Group Yell Method - [x] Group Lock Method - [x] Group Auto Lock - [x] Solo Auto Lock - [x] Auto Loot Mode Commands - [x] setautolootmode 0 Sets Auto-Loot mode for your character. ``` 0 = None 1 = Greed or Accept 2 = Decline``` ```update commands set handler=534 where command='setautolootmode';```
image commented 1 month ago
Collaborator
  • need to double check decline all doesn't send any data really so it omits sending the loot window complete
  • need to double check after dampen time that the loot distribution goes FFA, also sanity checks to not allow FFA before the dampen time
- need to double check decline all doesn't send any data really so it omits sending the loot window complete - need to double check after dampen time that the loot distribution goes FFA, also sanity checks to not allow FFA before the dampen time
Sign in to join this conversation.
Loading...
Cancel
Save
There is no content yet.