DarkstarProject / darkstar

DEPRECATED - FFXI Server Emulator - See Project Topaz
https://github.com/project-topaz/topaz
GNU General Public License v3.0
455 stars 549 forks source link

Claim updates #6413

Closed cocosolos closed 4 years ago

cocosolos commented 4 years ago

Add a var to char entity to keep track of currently claimed mob and centralized all places that currently set claim/owner to battleutils::ClaimMob.

Issues:

2109 functionality based mostly on these comments

4240 point 2

3923 claim issue

3876

2789

1738

1900

KnowOne134 commented 4 years ago

i beleive that a party can have 1 mob claimed that party for however many people are in the party, pets do not count. so a party of 3 can all be attacking different mobs and all 3 are claimed to that party

cocosolos commented 4 years ago

Interesting. It looks like you're right, I'll see what I can do about it. I think it should be as easy as not unclaiming party member mobs in the claim function.

cocosolos commented 4 years ago

needs work, will revise