Jump to content
  • 0

[Help]Den brisko kati sto eclipse


Question

Posted

pO kathos pernousa flood protect

 

ola kala ola mia xara

ftanw sxedon sto telos kai den vrisko auto

/trunk/Eclipse/java/net/sf/l2j/gameserver/model/actor/instance/L2NpcBufferInstance.java

 

L2Npcbufferinstance.java ---- > den uparxei!!! twra ti kanw ??? :D

2 answers to this question

Recommended Posts

  • 0
Posted

FIle m diavase  mia auto kai kiriws sto telos...! Den einai kai poli sxetiko omos isws s lisei tin aporia... :p simvainei kati paroloio se mena kai me Help...

 

http://www.maxcheaters.com/forum/index.php?topic=177113.0

  • 0
Posted

mmm auto to 3erw pou me eipes.. .

 

to thema ine oti tha eprepe auto na iparxi.. :D

251.--- /trunk/Eclipse/java/net/sf/l2j/gameserver/model/actor/instance/L2NpcBufferInstance.java (revision 421)
252.+++ /trunk/Eclipse/java/net/sf/l2j/gameserver/model/actor/instance/L2NpcBufferInstance.java (revision 423)
253.@@ -18,4 +18,6 @@
254. import java.util.concurrent.ScheduledFuture;
255. 
256.+import net.sf.l2j.gameserver.network.serverpackets.ActionFailed;
257.+
258. import net.sf.l2j.gameserver.ThreadPoolManager;
259. import net.sf.l2j.gameserver.datatables.NpcBufferSkillIdsTable;
260.@@ -191,4 +193,9 @@
261.                if (command.startsWith("npc_buffer_heal"))
262.                {
263.+                       if (!playerInstance.getFloodProtectors().getBuffer().tryPerformAction("npc_buffer_heal"))
264.+                       {
265.+                               playerInstance.sendPacket(ActionFailed.STATIC_PACKET);
266.+                               return;
267.+                       }
268.                        if (playerInstance.getCurrentHp() == 0 || playerInstance.getPvpFlag() > 0)
269.                        {
270.@@ -204,4 +211,9 @@
271.                if (command.startsWith("npc_buffer_cancel"))
272.                {
273.+                       if (!playerInstance.getFloodProtectors().getBuffer().tryPerformAction("npc_buffer_cancel"))
274.+                       {
275.+                               playerInstance.sendPacket(ActionFailed.STATIC_PACKET);
276.+                               return;
277.+                       }
278.                        if (playerInstance.getCurrentHp() == 0 || playerInstance.getPvpFlag() > 0)
279.                        {
280.@@ -215,4 +227,9 @@
281.                if (command.startsWith("npc_buffer_buff"))
282.                {
283.+                       if (!playerInstance.getFloodProtectors().getBuffer().tryPerformAction("npc_buffer_buff"))
284.+                       {
285.+                               playerInstance.sendPacket(ActionFailed.STATIC_PACKET);
286.+                               return;
287.+                       }
288.                        String[] params = command.split(" ");
289.                        int skillId = Integer.parseInt(params[1]);

 

ego dn eksigisa kala soz :D

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock