Jump to content
  • 0

Question

Posted

how i can make like this http://www.maxcheaters.com/forum/index.php?topic=61184.0

on eclipse need find this java/net/sf/l2j/gameserver/model/L2Character.java

all delete from L2Character.java or anywher copy this?

 

--- java/net/sf/l2j/gameserver/model/L2Character.java  (revision 1225)

+++ java/net/sf/l2j/gameserver/model/L2Character.java  (working copy)

@@ -51,13 +51,17 @@

import net.sf.l2j.gameserver.model.L2Skill.SkillType;

import net.sf.l2j.gameserver.model.actor.instance.L2ArtefactInstance;

import net.sf.l2j.gameserver.model.actor.instance.L2BoatInstance;

+import net.sf.l2j.gameserver.model.actor.instance.L2ControlTowerInstance;

import net.sf.l2j.gameserver.model.actor.instance.L2DoorInstance;

+import net.sf.l2j.gameserver.model.actor.instance.L2GuardInstance;

import net.sf.l2j.gameserver.model.actor.instance.L2MonsterInstance;

+import net.sf.l2j.gameserver.model.actor.instance.L2SummonInstance;

import net.sf.l2j.gameserver.model.actor.instance.L2NpcInstance;

import net.sf.l2j.gameserver.model.actor.instance.L2PcInstance;

import net.sf.l2j.gameserver.model.actor.instance.L2RiftInvaderInstance;

import net.sf.l2j.gameserver.model.actor.instance.L2PetInstance;

import net.sf.l2j.gameserver.model.actor.instance.L2PlayableInstance;

+import net.sf.l2j.gameserver.model.actor.instance.L2SiegeGuardInstance;

import net.sf.l2j.gameserver.model.actor.instance.L2PcInstance.SkillDat;

import net.sf.l2j.gameserver.model.actor.knownlist.CharKnownList;

import net.sf.l2j.gameserver.model.actor.knownlist.ObjectKnownList.KnownListAsynchronousUpdateTask;

@@ -251,6 +255,11 @@

          _calculators = new Calculator[stats.NUM_STATS];

          Formulas.getInstance().addFuncsToNewCharacter(this);

      }

+      if (!(this instanceof L2PcInstance) && !(this instanceof L2MonsterInstance) &&

+            !(this instanceof L2GuardInstance) && !(this instanceof L2SiegeGuardInstance) &&

+            !(this instanceof L2ControlTowerInstance) && !(this instanceof L2SummonInstance) &&

+            !(this instanceof L2DoorInstance))

+        setIsInvul(true);

    }

 

    protected void initCharStatusUpdateValues()

@@ -4613,7 +4622,7 @@

    public boolean isInsidePeaceZone(L2Object attacker, L2Object target)

    {

      if (target == null) return false;

-      if (target instanceof L2MonsterInstance) return false;

+      if (target instanceof L2NpcInstance) return false;

      if (attacker instanceof L2MonsterInstance) return false;

      if (Config.ALT_GAME_KARMA_PLAYER_CAN_BE_KILLED_IN_PEACEZONE)

      {

9 answers to this question

Recommended Posts

  • 0
Posted

( - ) Delete the lines

 

( + ) Add the lines

 

( Search ) for a guide how to install mods.

better how to apply patches*

 

  • 0
Posted

i looking this http://www.maxcheaters.com/forum/index.php?topic=64593.0 but i dont understend how can i got team=apply patch then click clipbord  what need now?  if click  next  tell me clipbord does not have contain valid patch

You need to do manualy...

( - ) Delete the lines

 

( + ) Add the lines

 

( Search ) for a guide how to install mods.

 

  • 0
Posted

i opened this file L2Character.java but o cant find this lines @@ -51,13 +51,17 @@

import net.sf.l2j.gameserver.model.actor.instance.L2BoatInstance;

+import net.sf.l2j.gameserver.model.actor.instance.L2ControlTowerInstance;

 

You need find this red line above + .. damn, is very simple.. you do not need a big head

  • 0
Posted

1more questen if any new on l2teon how i can update svn,pack... on eclipse*?

 

ohh you use shitlude...team -> update its soooo hard to find i know...

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...