Jump to content

imacopycat3

Banned
  • Posts

    19
  • Credits

  • Joined

  • Last visited

    Never
  • Feedback

    0%

Posts posted by imacopycat3

  1. Hey  :o  :o  :o  :o

    I need your help  8)

    I want to make a java-based program, but i can't find how  :-\  :-[

    I am googling 3hours  :D

    Maybe someone can help me?

     

    I mean i want a program or whatever, to create a software with ( buttons ) that are based on a java function !  :)

     

    Thx, in advance

  2. +++ /java/net/sf/l2j/gameserver/model/actor/instance/L2PcInstance.java (revision 56)
    @@ -1830,10 +1830,13 @@
             for (L2Effect currenteffect : getAllEffects())
             {
                 L2Skill effectSkill = currenteffect.getSkill();
    
    -            if (currenteffect.getSkill().isToggle())  
    -             	currenteffect.exit();
    -             	
                 // Ignore all buff skills that are party related (ie. songs, dances) while still remaining weapon dependant on cast though.
    +            if (!effectSkill.isOffensive() && !(effectSkill.getTargetType() == SkillTargetType.TARGET_PARTY && effectSkill.getSkillType() == SkillType.BUFF))
    -            else if (!effectSkill.isOffensive() && !(effectSkill.getTargetType() == SkillTargetType.TARGET_PARTY && effectSkill.getSkillType() == SkillType.BUFF))
                 {
                     // Check to rest to assure current effect meets weapon requirements.
                 	if (!effectSkill.getWeaponDependancy(this))
                     {
    

    Is a toggle skill that's why..

    Just delete the lines on the patch and done ;)

  3. Server is online but nobody can log in server :| whi ??? pls help me  >:( www.l2freedompvp.webs.com << status from server is offline but my server is online whi??? :|:| 

     

     

     

     

     

     

    lolxu.jpg

    Maybe is a protocol problem.

    What pack are you using ?

    Post your server/login.properties files ! if you can

     

     

  4. hi all i have a problem.i have l2j archid 1508 by stefoulis 15 interlude pack.i get this buffer http://www.maxcheaters.com/forum/index.php?topic=74991.0            and i wanted to instal it in my srv and all works perfectly until i get this  error http://img130.imageshack.us/img130/4945/shot00019ma.jpg pls help me to corect it thx

    It's a import problem, you need to modify .py

    Tell us what pack are you using and post your buffer's .py

     

  5. L2GuardInstance...

     

    maybe this can help you.

     

    Index: L2JEclipse-Game/java/net/sf/l2j/gameserver/model/actor/instance/L2GuardInstance.java
    ===================================================================
    --- L2JEclipse-Game/java/net/sf/l2j/gameserver/model/actor/instance/L2GuardInstance.java	(revision 649)
    +++ L2JEclipse-Game/java/net/sf/l2j/gameserver/model/actor/instance/L2GuardInstance.java	(working copy)
    @@ -202,11 +203,19 @@
    	@Override
    	public void onAction(L2PcInstance player)
    	{
    -		if (!canTarget(player)) return;
    +		if (!canTarget(player))
    +			return;
    
    		// Check if the L2PcInstance already target the L2GuardInstance
    		if (getObjectId() != player.getTargetId())
    		{
    +			
    +			if (!player.isAlikeDead() || player.isFakeDeath())
    +				return;
    +			
    +			if (!player.isSilentMoving())
    +				return;
    +			
    			if (Config.DEBUG) _log.fine(player.getObjectId()+": Targetted guard "+getObjectId());
    
    			// Set the target of the L2PcInstance player
    

  6. Oh man,I shot s in the face

    you really did ?

     

    You're a smart guy.

    <space>

    <space>

    <space>

    <space>

    <space>

    <space>

    <space>

    <space>

    <space>

    <space>

    <space>

    <space>

    <space>

    <space>

    <space>

    <space>

    <space>

    <space>

    <space>

    <space>

    <space>

    <space>

    <space>

    <space>

    <space>

    <space>

    <space>

    <space>

    NOT.

    Indeed ::)

×
×
  • 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