Jump to content

shavloxa

Members
  • Posts

    6
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by shavloxa

  1.  

    Where in L2PcInstance should i add this code? im using l2jfrozen.

    @@ -4321,6 +4339,22 @@
     			teleToLocation(184351, 20318, -3174, 0);
     		}
     		
    +		if (isAutoPot(728))
    +		{
    +			sendPacket(new ExAutoSoulShot(728, 0));
    +			setAutoPot(728, null, false);
    +		}
    +		if (isAutoPot(1539))
    +		{
    +			sendPacket(new ExAutoSoulShot(1539, 0));
    +			setAutoPot(1539, null, false);
    +		}
    +		if (isAutoPot(5592))
    +		{
    +			sendPacket(new ExAutoSoulShot(5592, 0));
    +			setAutoPot(5592, null, false);
    +		}
    +		
     		return true;
     	}
     	
    
    

    Man Where have you:

    :D:D:D

    data/xml/items/1500-1599.xml

    data/xml/items/0700-0799.xml

    data/xml/items/5500-5599.xml

×
×
  • Create New...