Jump to content
  • 0

Gatekeeper Script


Question

7 answers to this question

Recommended Posts

  • 0
Posted

hi, could anyone help me? I need the delux gk from allengc or similar to it. So that when you're flag u cannot use it.

 

Use Freya.

You can use any kind of gatekeeper, just use getPvpFlag() method into teleporter instance.
  • 0
Posted

You can use any kind of gatekeeper, just use getPvpFlag() method into teleporter instance.

True !

 

also "allengc"'s gatekeeper uses python which make your server lagging

  • 0
Posted

also "allengc"'s gatekeeper uses python which make your server lagging

Oh please, the server won't lag if you're using some python scripts. It is just better to be in java for better performance.

 

The only serious problem with python scripts is that they might stuck if you //reload.

  • 0
Posted

Oh please, the server won't lag if you're using some python scripts. It is just better to be in java for better performance.

 

The only serious problem with python scripts is that they might stuck if you //reload.

dunno what you mean by saying " better performance " but i faced lagging  problems on my own server when a lot of people was using the same npc at the same time , and when i replace them , lagging reduced a lot !
  • 0
Posted

add this bellow else if (!Config.ALT_GAME_KARMA_PLAYER_CAN_USE_GK && player.getKarma() > 0) //karma in L2TeleporterInstance.java

 

else if (player.getPvpFlag() > 0) // pvp
{
	player.sendMessage("Go away, you're flagged.");
	return;
}

  • 0
Posted

add this bellow else if (!Config.ALT_GAME_KARMA_PLAYER_CAN_USE_GK && player.getKarma() > 0) //karma in L2TeleporterInstance.java

 

else if (player.getPvpFlag() > 0) // pvp
{
	player.sendMessage("Go away, you're flagged.");
	return;
}

 

thanks for your answer, .......... and if they can close the topic.

Guest
This topic is now closed to further replies.


×
×
  • Create New...