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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...