DEVELOPER TASKS
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
- Zoey76
- L2j Inner Circle
- Posts: 7008
- Joined: Tue Aug 11, 2009 3:36 am
Re: DEVELOPER TASKS
Updated Adry_85 and my tasks.
Powered by Eclipse 4.34
| Eclipse Temurin 21
| MariaDB 11.3.2
| L2J Server 2.6.3.0 - High Five 
Join our Discord! 

- UnAfraid
- L2j Veteran
- Posts: 4199
- Joined: Mon Jul 23, 2007 4:25 pm
- Location: Bulgaria
- Contact:
Re: DEVELOPER TASKS
Stealing task 'Fix/Update all Agathion summon skills' from Zoey76 and transferring it to Adry_85.
- Zoey76
- L2j Inner Circle
- Posts: 7008
- Joined: Tue Aug 11, 2009 3:36 am
Re: DEVELOPER TASKS
Don't, I have it done already, beside Adry_85 has lot of tasks alreadyUnAfraid wrote:Stealing task 'Fix/Update all Agathion summon skills' from Zoey76 and transferring it to Adry_85.

You actually need to ask me to move a task from my list, otherwise there is no point on having the task assigned.
Powered by Eclipse 4.34
| Eclipse Temurin 21
| MariaDB 11.3.2
| L2J Server 2.6.3.0 - High Five 
Join our Discord! 

- Zoey76
- L2j Inner Circle
- Posts: 7008
- Joined: Tue Aug 11, 2009 3:36 am
Re: DEVELOPER TASKS
Added one task to UnAfraid related to a changeset.
Powered by Eclipse 4.34
| Eclipse Temurin 21
| MariaDB 11.3.2
| L2J Server 2.6.3.0 - High Five 
Join our Discord! 

- Zoey76
- L2j Inner Circle
- Posts: 7008
- Joined: Tue Aug 11, 2009 3:36 am
Re: DEVELOPER TASKS
Updated my tasks after yesterday's commits and added one task to malyelfik.
Powered by Eclipse 4.34
| Eclipse Temurin 21
| MariaDB 11.3.2
| L2J Server 2.6.3.0 - High Five 
Join our Discord! 

- Zoey76
- L2j Inner Circle
- Posts: 7008
- Joined: Tue Aug 11, 2009 3:36 am
Re: DEVELOPER TASKS
Done: Fix/Update all Agathion summon skills in Changeset 5696 and DP Changeset 9281.
Powered by Eclipse 4.34
| Eclipse Temurin 21
| MariaDB 11.3.2
| L2J Server 2.6.3.0 - High Five 
Join our Discord! 

- Zoey76
- L2j Inner Circle
- Posts: 7008
- Joined: Tue Aug 11, 2009 3:36 am
Re: DEVELOPER TASKS
Added a couple of bugs to fix to my list related to my work 

Powered by Eclipse 4.34
| Eclipse Temurin 21
| MariaDB 11.3.2
| L2J Server 2.6.3.0 - High Five 
Join our Discord! 

- Zoey76
- L2j Inner Circle
- Posts: 7008
- Joined: Tue Aug 11, 2009 3:36 am
Re: DEVELOPER TASKS
Added new unassigned task:
More retail like implementation of viewtopic.php?f=41&t=26543
Updated
More retail like implementation of viewtopic.php?f=41&t=26543
- Rename TARGET_ALLY to TARGET_ALLY_AURA due it's behaviour.
- Implement TARGET_NEUTRAL_AREA that should return all neutral players (ally, clan, party, non chaotic) around any given target.
- Change Chain Heal to sue this new target type and remove the TODO tast in XML.
- If possible move Chain Heal from skill handler to datapack.
Updated

Powered by Eclipse 4.34
| Eclipse Temurin 21
| MariaDB 11.3.2
| L2J Server 2.6.3.0 - High Five 
Join our Discord! 

- MELERIX
- L2j Veteran
- Posts: 6667
- Joined: Sat Sep 23, 2006 11:31 pm
- Location: Chile
- Contact:
Re: DEVELOPER TASKS
also don't forget support for "affect_limit" that is missing for "Chain Heal" and others skills too.
affect_limit is min-max target to affect (randomly).
affect_limit is min-max target to affect (randomly).
- Zoey76
- L2j Inner Circle
- Posts: 7008
- Joined: Tue Aug 11, 2009 3:36 am
Re: DEVELOPER TASKS
I think that almost all pole skile use affect_limit parameter.MELERIX wrote:also don't forget support for "affect_limit" that is missing for "Chain Heal" and others skills too.
affect_limit is min-max target to affect (randomly).
Powered by Eclipse 4.34
| Eclipse Temurin 21
| MariaDB 11.3.2
| L2J Server 2.6.3.0 - High Five 
Join our Discord! 

- UnAfraid
- L2j Veteran
- Posts: 4199
- Joined: Mon Jul 23, 2007 4:25 pm
- Location: Bulgaria
- Contact:
Re: DEVELOPER TASKS
Can someone confirm if pole master's passive skill that increases amount of targets that he can attack is included in skills.Zoey76 wrote:I think that almost all pole skile use affect_limit parameter.MELERIX wrote:also don't forget support for "affect_limit" that is missing for "Chain Heal" and others skills too.
affect_limit is min-max target to affect (randomly).
I can parse affect limit and implement it but i need some info..
- MELERIX
- L2j Veteran
- Posts: 6667
- Joined: Sat Sep 23, 2006 11:31 pm
- Location: Chile
- Contact:
Re: DEVELOPER TASKS
affect_limit is for area related skills (how min and max players are affected inside the area randomly).
not related with poles as I know.
not related with poles as I know.
- Adry_85
- DP Team Leader
- Posts: 742
- Joined: Thu Jun 15, 2006 10:00 am
- UnAfraid
- L2j Veteran
- Posts: 4199
- Joined: Mon Jul 23, 2007 4:25 pm
- Location: Bulgaria
- Contact:
Re: DEVELOPER TASKS
Its not about relation with pole.
Here we have a skill that inceases amount of targets for the pole master i want to know if that skill affects other skills or just plain attack.
Here we have a skill that inceases amount of targets for the pole master i want to know if that skill affects other skills or just plain attack.
- VlLight
- L2j Veteran
- Posts: 577
- Joined: Fri Dec 14, 2007 11:58 am
- Location: Russia
Re: DEVELOPER TASKS
If you mean "p_hit_number" parameter ("atkCountMax" in L2J), it applies only to physical attack. AFAIK