Jump to content
  • 0

[Help] Passive Stin armor


Question

15 answers to this question

Recommended Posts

  • 0
Posted

Μπορείς απλώς να κολλήσεις ένα passive skill noblesse στο skill-list της armor.

 

den ginete afto, giati to nobless einai check active skill apo core, gia na ginei prepei na ftia3ei ena costum skill. meta sto doDie 9a valei skill check kai return sto stopalleffects...

  • 0
Posted

den ginete afto, giati to nobless einai check active skill apo core, gia na ginei prepei na ftia3ei ena costum skill. meta sto doDie 9a valei skill check kai return sto stopalleffects...

Εννοούσα να δημιουργήσει ένα passive noblesse και να το κολλήσει, το ίδιο πράγμα είναι.
  • 0
Posted

Εννοούσα να δημιουργήσει ένα passive noblesse και να το κολλήσει, το ίδιο πράγμα είναι.

9elei kai core oxi mono xml omos

  • 0
Posted

9elei kai core oxi mono xml omos

Ε προφανώς, όλα τα skills που έχουν special effects χρειάζονται core edit.
  • 0
Posted

9elei kai core oxi mono xml omos

Μπορείς απλώς να κολλήσεις ένα passive skill noblesse στο skill-list της armor.

  mporte na m pite pws akribos to enoeite sas parakalo ????
  • 0
Posted

  mporte na m pite pws akribos to enoeite sas parakalo ????

 

go L2Character.java, find:

	else
	{
		stopAllEffectsExceptThoseThatLastThroughDeath();
	}

and change it to:

	else if (!((L2PcInstance) this).getActiveChestArmorItem().getItemId()==50)
	{
		stopAllEffectsExceptThoseThatLastThroughDeath();
	}

 

where 50 is your Chest Id, ps you can add a skill, an armor set or w/e you like as check, but this should work for now.

 

if it wont work, then you have to change the L2PcInstance boolean itself, its the same thing tho

  • 0
Posted

go L2Character.java, find:

	else
	{
		stopAllEffectsExceptThoseThatLastThroughDeath();
	}

and change it to:

	else if (((L2PcInstance) this).getActiveChestArmorItem().getItemId()==50)
	{
		stopAllEffectsExceptThoseThatLastThroughDeath();
	}

 

where 50 is your Chest Id, ps you can add a skill, an armor set or w/e you like as check, but this should work for now.

 

if it wont work, then you have to change the L2PcInstance boolean itself, its the same thing tho

exw l2jfrozen den to brisko me to search  pfff  stopAllEffectsExceptThoseThatLastThroughDeath

  • 0
Posted

go L2Character.java, find:

	else
	{
		stopAllEffectsExceptThoseThatLastThroughDeath();
	}

and change it to:

	else if (((L2PcInstance) this).getActiveChestArmorItem().getItemId()==50)
	{
		stopAllEffectsExceptThoseThatLastThroughDeath();
	}

 

where 50 is your Chest Id, ps you can add a skill, an armor set or w/e you like as check, but this should work for now.

 

if it wont work, then you have to change the L2PcInstance boolean itself, its the same thing tho

Περίπτωση else δε θα υπάρχει;
  • 0
Posted

Περίπτωση else δε θα υπάρχει;

 

oxi den xriazete, giati kanonika eprepe na einai NOT me ! pou to 3exasa. edited

  • 0
Posted

oxi den xriazete, giati kanonika eprepe na einai NOT me ! pou to 3exasa. edited

Δηλαδή άμα δε φοράει τη συγκεκριμένη armor και πεθάνει δε θα γίνει τίποτα; πολύ θέλω να μάθω το σκεπτικό σου.
  • 0
Posted

Δηλαδή άμα δε φοράει τη συγκεκριμένη armor και πεθάνει δε θα γίνει τίποτα; πολύ θέλω να μάθω το σκεπτικό σου.

 

afou einai not re... an foraei ali armor ektelite to method, an foraei afti den ektelite. simple OOP

  • 0
Posted

afou einai not re... an foraei ali armor ektelite to method, an foraei afti den ektelite. simple OOP

και αν δε φοράει armor;
  • 0
Posted

και αν δε φοράει armor;

tote einai null, to activeChest kai kanei throw nullPointerException

  • 0
Posted

tote einai null, to activeChest kai kanei throw nullPointerException

δείξε μου όλο τον κώδικα γιατί μπερδεύτηκα.
Guest
This topic is now closed to further replies.


×
×
  • Create New...