Jump to content
  • 0

Flag Gk


MusicMaker

Question

εχω κανει τοσα topic αλλα εαν δεν ρωτισω η αν δεν διαβασω δεν θα μαθω στο θεμα μας

πως μπορω να κανω οταν ειναι flag να μην μπορουν να use την gk? buffs δεν μπορουν να κανουν μονο οταν ειναι flag να μν μπωρουν

ευχαριστω !

Link to comment
Share on other sites

9 answers to this question

Recommended Posts

  • 0

Αυτό που θές , χρειάζετε srciptaki . Σου δίνω ένα παράδειγμα από τον buffer του Rin4a:

 

" if player.getPvpFlag() > 0 :

return showText("Info","You can't buff while you are flagged!<br>Wait some time and try again!","False","Return","main") "

Link to comment
Share on other sites

  • 0

Αυτό που θές , χρειάζετε srciptaki . Σου δίνω ένα παράδειγμα από τον buffer του Rin4a:

 

" if player.getPvpFlag() > 0 :

return showText("Info","You can't buff while you are flagged!<br>Wait some time and try again!","False","Return","main") "

auto den einai script

aplo edit java

Link to comment
Share on other sites

  • 0

Loipon..

 

 

Pigene sto L2TeleporterInstance anixe to  kai bres kapou lei..

 

 

 else if (!Config.ALT_GAME_KARMA_PLAYER_CAN_USE_GK
				&& player.getKarma() > 0) // karma
		{
			SystemMessage sm = new SystemMessage(SystemMessageId.S1_S2);
			sm.addString("Go away, you're not welcome here.");
			player.sendPacket(sm);
			return;
		} 

 

 

kato apo kato  bale auto

 

else if (player.isInCombat()) // PVP FLAG
			{
				SystemMessage sm = new SystemMessage(SystemMessageId.S1_S2);
				sm.addString("You are in Combat you can't use the GK");
				player.sendPacket(sm);
				return;
			}

 

qq mas :D

Link to comment
Share on other sites

  • 0

Loipon..

 

 

Pigene sto L2TeleporterInstance anixe to  kai bres kapou lei..

 

 

 else if (!Config.ALT_GAME_KARMA_PLAYER_CAN_USE_GK
				&& player.getKarma() > 0) // karma
		{
			SystemMessage sm = new SystemMessage(SystemMessageId.S1_S2);
			sm.addString("Go away, you're not welcome here.");
			player.sendPacket(sm);
			return;
		} 

 

 

kato apo kato  bale auto

 

 

else if (player.isInCombat()) // PVP FLAG

{

SystemMessage sm = new SystemMessage(SystemMessageId.S1_S2);

sm.addString("You are in Combat you can't use the GK");

player.sendPacket(sm);

return;

}

 

 

qq mas :D

 

:O Είσαι καλός εσύ xD

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...