Jump to content

Question

Posted

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

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

ευχαριστω !

9 answers to this question

Recommended Posts

  • 0
Posted

Αυτό που θές , χρειάζετε 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") "

  • 0
Posted

Αυτό που θές , χρειάζετε 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

  • 0
Posted

auto den einai script

aplo edit java

 

Εγώ το πείρα απο το buffer.py του Rin4a , τεσπα...

  • 0
Posted

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

  • 0
Posted

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

Guest
This topic is now closed to further replies.


×
×
  • Create New...