Jump to content

L2j Lisvus (C4) Scions of Destiny.


Message added by Renato Ribeiro,

 

Operação Backup - L2JBrasil

O processo de backup dos arquivos deste tópico foi realizado com sucesso!

Links Backup

System: https://mega.nz/file/9R9liC4Z#B07U-oprUyHyrCgxdO3AUk0iMgTax5qJVSRy-JT7WhI
Geodata: https://mega.nz/file/UAtXELAa#TwwSFEpgc6-aRR0zDadSypOQrYgdR7Ln_WEYRlJehZ8
Revisão 727: https://mega.nz/file/pIclgBzA#6K0Ud_aJ_sK-DL5H4qLahYsmsx89f9IuiWWi6OlmUxE

 

Recommended Posts

Em 20/02/2020 at 21:16, ~DnR~ disse:

This is a non-stackable effect - related issue caused by original L2J Character Effect List queue, which removes old effect later than new effect resulting in 2 consumed slots instead of 1. The reason this occured in Lisvus is because we are using a different slot count algorithm in order to allow admins set maximum buff and maximum debuff slots separately. Client buff window limit requires smart solutions. 🙂

For the time being, we have used a dirty way to solve this in revision 715. I believe it will be properly solved in 716. Thank you very much for reporting.

 

 

the big boss orfen says he is online, but he is not at his place of origin, can you tell me if it's working? if it is, how does it summon him without if  //spawn

  • Like 1
Link to comment
Share on other sites


12 hours ago, Christian-SDM said:

 

 

the big boss orfen says he is online, but he is not at his place of origin, can you tell me if it's working? if it is, how does it summon him without if  //spawn

There are 4 different spawns for Orfen. She usually spawns to 1 of 3 using a Random algorithm. She teleports to 4th one at 50% of remaining HP.

	private static final int[][] POS =
	{
		{
			43728,
			17220,
			-4342
		},
		{
			55024,
			17368,
			-5412
		},
		{
			53504,
			21248,
			-5486
		},
		{
			53248,
			24576,
			-5262
		}
	};

For questions, I suggest that you also ask help in our forums or discord channel. There, you can find more people and discuss about ingame issues.

 

BR,

DnR

Edited by ~DnR~
  • Like 1
Link to comment
Share on other sites

4 horas atrás, ~DnR~ disse:

There are 4 different spawns for Orfen. She usually spawns to 1 of 3 using a Random algorithm. She teleports to 4th one at 50% of remaining HP.


	private static final int[][] POS =
	{
		{
			43728,
			17220,
			-4342
		},
		{
			55024,
			17368,
			-5412
		},
		{
			53504,
			21248,
			-5486
		},
		{
			53248,
			24576,
			-5262
		}
	};

For questions, I suggest that you also ask help in our forums or discord channel. There, you can find more people and discuss about ingame issues.

 

BR,

DnR

 

thanks! really he was in a different place ^^

Link to comment
Share on other sites

this c4 is the best i've seen in Java.
DnR a lot or thanks for continuing with the active project.
so i can continue with my c4 project and nostalgia for c4

vlw manu Christian-SDM , pela ajuda que você vem dando ao projeto. e pela ajuda com alguns mods que você me deu.

  • I love it 1
  • Thanks 1
Link to comment
Share on other sites

Agora, SCRASH0 disse:

this c4 is the best i've seen in Java.
DnR a lot or thanks for continuing with the active project.
so i can continue with my c4 project and nostalgia for c4

vlw manu Christian-SDM , pela ajuda que você vem dando ao projeto. e pela ajuda com alguns mods que você me deu.

todos os bugs que o pessoal encontrar no meu servidor de testes, sera postado aqui, meu serve é l2extreme 45x, tem um pessoal testando tudo. Ta online para o publico xd

Edited by Christian-SDM
Link to comment
Share on other sites

6 horas atrás, ~DnR~ disse:

 

BR,

DnR

one of the players who tests our server, said that you can't use the item macro completely, for example, you put more than one item in the macro, and only use the first item, the correct thing would be to use them all. Thank you, I hope the correction ^^

 

 

Link to comment
Share on other sites

56 minutos atrás, Christian-SDM disse:

todos os bugs que o pessoal encontrar no meu servidor de testes, sera postado aqui, meu serve é l2extreme 45x, tem um pessoal testando tudo. Ta online para o publico xd

show eu vi o site,.

Link to comment
Share on other sites

58 minutes ago, Christian-SDM said:

one of the players who tests our server, said that you can't use the item macro completely, for example, you put more than one item in the macro, and only use the first item, the correct thing would be to use them all. Thank you, I hope the correction ^^

 

 

POST EDITED.

Not a bug. This is how client handles item shortcuts in macros when flood protection is active. Servers like L2OFF Elite have a flood protection too, and that's why only first item is equipped even there.

You see, macro executes UseItem packet multiple times simultaneously and this is considered server flood. I'll check if there is a middle solution, but I think it's safer this way.

If you set UseItem flood protection to zero, it's going to work but your server will be open to flaws.

Reference: https://www.l2jserver.com/forum/viewtopic.php?t=30799

Edited by ~DnR~
Link to comment
Share on other sites

Agora, L2jOne disse:

Oque já foi corrigido nesse projeto estou pensando em migrar para o C4 

c4 ta mto bom mano, eu to com serve em test online, e todo tipo de bug eu posto aqui, agora sim o projeto c4, da pra dizer que ta estável..

Agora, ~DnR~ disse:

Not a bug. This is how C4 client handles item shortcuts in macros (you could say it's a client bug). Tested in L2OFF Elite.

ok thanks, not really in c4, only in interlude, thanks again, I continue with the tests!

Edited by Christian-SDM
Link to comment
Share on other sites

3 minutes ago, Christian-SDM said:

 

when you drop the item, it shows the percentage and not the quantity, can you fix it? thanks!

 

 

 

This is a bug related to your own patch and has nothing to do with server. Also, I suggest that you use project forums for reporting problems.

BR,

DnR

Edited by ~DnR~
Link to comment
Share on other sites

11 horas atrás, Christian-SDM disse:

c4 ta mto bom mano, eu to com serve em test online, e todo tipo de bug eu posto aqui, agora sim o projeto c4, da pra dizer que ta estável..

ok thanks, not really in c4, only in interlude, thanks again, I continue with the tests!

Disponibiliza o cliente C4 pra eu baixar procurei na web mais tá acusando vírus a maioria.

Link to comment
Share on other sites

12 horas atrás, L2jOne disse:

Disponibiliza o cliente C4 pra eu baixar procurei na web mais tá acusando vírus a maioria.

Mega.nz

https://mega.nz/#!jpI3kS4Y!PdBGSWziadyZGu0dYEcbrxLwMK8usx9mJWejJS1qzI0

ou mediafire

http://www.mediafire.com/file/yc56u33z9415n44/LineageII_CH4.rar/file

 

Edited by Christian-SDM
  • I love it 1
Link to comment
Share on other sites

  • 3 weeks later...
Em 22/02/2020 at 13:58, ~DnR~ disse:

 

BR,

DnR

found bug in revision 721, some wizards do not take damage, the skill cuts at the end

 

until my friend tested it on his computer, he downloaded it directly and didn't add anything.

 

 

 

Link to comment
Share on other sites

só pra deixar informado aqui pessoal, o bug das skills dos mages, só acontece na revisao 720 e 721!  a única revisao confiável ate o momento, é  a 719, testei aqui e ta 100%, Para usar as novas versões, só depois que corrigirem o erro da 721

Link to comment
Share on other sites

19 hours ago, Christian-SDM said:

found bug in revision 721, some wizards do not take damage, the skill cuts at the end

 

until my friend tested it on his computer, he downloaded it directly and didn't add anything.

 

 

 

Issue was fixed in revision 722. It was a serious mistake in revision 720. Thanks a lot for reporting, and I'm sorry for the inconvenience. 🙂

  • I love it 1
Link to comment
Share on other sites

  • 2 weeks later...

Revision 724

- Added retail Siege messages. Thanks confejulian.
- Added script for HeavyMedal NPC support. Also, renamed 'Medals' faenor script to 'HeavyMedal'.
- Fixed 'Shards of Golem' quest errors. Thanks Karakan.
- Corrected 'Trader Shari' name references in HTML files. Thanks Karakan.
- Added clanLeader, siegeAttacker, and siegeDefender states for player item/skill condition.
- From now on, skills can have more than 1 condition. For reference, check skill 246.
- Cleanup for few siege skill checks. They'll use new conditions now.
- Castle holy artifacts will always be spawned by default.
- Fixed bad Z spawn coord for raid boss 'Skyla'. Thanks confejulian.
- 'SiegeLength' parameter will now accept hours instead of minutes.
- Removed CastleManorUpdater class since it's never used.
- Fixed a serious siege guard AI problem that allowed healers to help faction and attack at the same time (attack was breaking cast animation but skill was still casted).
- Improved stopAITask for siege guards. This might help get rid of NPE errors.
- Reworked equipment for two-handed weapons. This also fixes duplicated sound problems for two-handed weapons. Thanks confejulian.
- Small improvements for 'admin_para' commands.
- Admin Enchant menu won't unequip and equip item during enchantment. Thanks confejulian.
- Improved inventory update during item enchantment.
- Removed 'clearDebugItems' method that was cleaning up debugging-adena on certain zones, as it wasn't fully effective.
- Fixed a fishing bug which caused all lures to be consumed. Thanks CaHTeXHuK.
- From now on, server will clean up grandboss_list table data on startup. Thanks Marmock.
- Cleanup of unnecessary try-catch blocks in L2Clan.
- Fixed GMViewSkillInfo window being broken. Thanks confejulian.
- Faenor parser has now become friendlier. This allows admins to add comments at the beginning of their scripts.
- Fixed a really serious memory leak in AutoAnnounceTaskManager.
- From now on, it is possible to set infinite repeat for auto-announcements by setting 'cycle' column to -1.
- In the case of raid curse, if attacker is a summon then raid boss will compare itself with the highest level among owner and summon. This fixes an issue reported by confejulian, thanks a lot.
- Upon mount and dismount, attack and cast will now get cancelled.
- Added checks for admin commands that start and end siege to prevent issues.

  • I love it 2
  • Thanks 1
Link to comment
Share on other sites

  • 3 weeks later...
Em 12/04/2020 at 14:39, ~DnR~ disse:

Revision 724

- Added retail Siege messages. Thanks confejulian.
- Added script for HeavyMedal NPC support. Also, renamed 'Medals' faenor script to 'HeavyMedal'.
- Fixed 'Shards of Golem' quest errors. Thanks Karakan.
- Corrected 'Trader Shari' name references in HTML files. Thanks Karakan.
- Added clanLeader, siegeAttacker, and siegeDefender states for player item/skill condition.
- From now on, skills can have more than 1 condition. For reference, check skill 246.
- Cleanup for few siege skill checks. They'll use new conditions now.
- Castle holy artifacts will always be spawned by default.
- Fixed bad Z spawn coord for raid boss 'Skyla'. Thanks confejulian.
- 'SiegeLength' parameter will now accept hours instead of minutes.
- Removed CastleManorUpdater class since it's never used.
- Fixed a serious siege guard AI problem that allowed healers to help faction and attack at the same time (attack was breaking cast animation but skill was still casted).
- Improved stopAITask for siege guards. This might help get rid of NPE errors.
- Reworked equipment for two-handed weapons. This also fixes duplicated sound problems for two-handed weapons. Thanks confejulian.
- Small improvements for 'admin_para' commands.
- Admin Enchant menu won't unequip and equip item during enchantment. Thanks confejulian.
- Improved inventory update during item enchantment.
- Removed 'clearDebugItems' method that was cleaning up debugging-adena on certain zones, as it wasn't fully effective.
- Fixed a fishing bug which caused all lures to be consumed. Thanks CaHTeXHuK.
- From now on, server will clean up grandboss_list table data on startup. Thanks Marmock.
- Cleanup of unnecessary try-catch blocks in L2Clan.
- Fixed GMViewSkillInfo window being broken. Thanks confejulian.
- Faenor parser has now become friendlier. This allows admins to add comments at the beginning of their scripts.
- Fixed a really serious memory leak in AutoAnnounceTaskManager.
- From now on, it is possible to set infinite repeat for auto-announcements by setting 'cycle' column to -1.
- In the case of raid curse, if attacker is a summon then raid boss will compare itself with the highest level among owner and summon. This fixes an issue reported by confejulian, thanks a lot.
- Upon mount and dismount, attack and cast will now get cancelled.
- Added checks for admin commands that start and end siege to prevent issues.

 

To return with L2, is there a way to post the review with backup? Thank you DNR.

 

To voltando com L2, tem como postar a revisão com backup ?

Obrigado DNR.

Posso todas as coisas naquele que me fortalece.

Filipenses 4:13 😀

Saimon Cordeiro.gif

Link to comment
Share on other sites

Agora, SaYmOn Cordeiro disse:

 

To return with L2, is there a way to post the review with backup? Thank you DNR.

 

To voltando com L2, tem como postar a revisão com backup ?

Obrigado DNR.

Programas Usados.

MariaDB

https://mega.nz/file/jxZlXKZA#wwZZ-l6gPz11JXcCnEt0Sol-0RFUsrelRvWUkLj3dgg

Navicat
 

https://mega.nz/file/PsQ3BAxb#cSzT17pAIPFgjUnrwiDx-WbqUrZPpx2JfzkOyc4pFGo

JDK 11

https://mega.nz/file/30gwDC4L#oxqcOL0Q88BqmnW6myI5yckJB-WfKkkXBOTstT7mkfE

Revisão 724 + backup


https://mega.nz/file/PxZmWAwK#unW8SiCmzDKBSFiJxS-rk2uWKOxG13TWGvp3OmzUuhY

 

  • I love it 1
Link to comment
Share on other sites

7 minutos atrás, SCRASH0 disse:

Programas Usados.

MariaDB


https://mega.nz/file/jxZlXKZA#wwZZ-l6gPz11JXcCnEt0Sol-0RFUsrelRvWUkLj3dgg

Navicat
 


https://mega.nz/file/PsQ3BAxb#cSzT17pAIPFgjUnrwiDx-WbqUrZPpx2JfzkOyc4pFGo

JDK 11


https://mega.nz/file/30gwDC4L#oxqcOL0Q88BqmnW6myI5yckJB-WfKkkXBOTstT7mkfE

Revisão 724 + backup



https://mega.nz/file/PxZmWAwK#unW8SiCmzDKBSFiJxS-rk2uWKOxG13TWGvp3OmzUuhY

 

Obrigado meu amigo !!

Baixando aqui ! 🙂

  • Like 1

Posso todas as coisas naquele que me fortalece.

Filipenses 4:13 😀

Saimon Cordeiro.gif

Link to comment
Share on other sites





×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.