Jump to content

GoldenNightmare

Members
  • Posts

    273
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by GoldenNightmare

  1. L2j Server High Five project i work on it since 2017 and is updated from l2jserver since last commit

    almost all mechanism work like official but has some bugs too

    all retail like feutures taken from rpg club

    only got 5-6 bugs in it

    - fear not work properly

    - mobs walking manager has an issue they just walk instead of running

    - there is a problem when interact to npc character doesnt move to it

    - char doesnt move to fortress gate to attack

     

    i will add more details in future 

    this pack is so much better than paid projects just test and u will be suprised

    https://bitbucket.org/FinalDestination/l2j-high-five-classic/src/master/

     

    http://www.mediafire.com/file/e1ajxv2n1euucdd/mmocore.jar/file

     

    • Like 1
    • Upvote 1
  2. Elemental Master 79lvl 80% exp VIP4 - 120 EURO

    Arcana Lord 79 lvl 55% exp - 120 EURO

    Spectral Dancer 79lvl 40% exp - 120 EURO

    Sword Muse 79 lvl 78% exp VIP 4 - 120 EURO

    Shilien Saint 79 lvl 35% exp - 120EURO

    DoomCryer 79 lvl 40% - 100 EURO

    Spellsinger 73 lvl VIP4 30 EURO

    Dark Avenger 59 lvl -15 EURO

    Elemental Summoner 58 lvl - 15 EURO

    Phantom Summoner 58 lvl - 15 EURO

    with b grade items in inventory and few adena pm for more info or add me in skype tzortoglou2

    items doesnt go seperate from characters

     

    NEW ITEM TALISMAN OF FATE +10(MAX ENCHANT)  200 EURO

    IF NEED PROOFS WITH IMAGES PM ME I WILL SEND YOU

     

  3. hello mxc i need some help with this code

    i want to make rush impact take 50 range but with this code only goes in front of target always, i want to go on which location skill is casted with 50 range

    not front please help me

     

    video here:

     

     

    code here

    public final Location getFlyLocation(L2Character target, Skill skill)
    	{
    		if (target == null)
    		{
    			target = this;
    		}
    		
    		int sign = 1;
    		
    		Location toLoc = null;
    		int heading = target == this ? getHeading() : target.getHeading();
    		double radian = Util.convertHeadingToRadian(heading);
    		
    		if (target != this)
    		{
    			toLoc = new Location(target.getX() + (int) (Math.sin(radian) * 40), target.getY() + (int) (Math.cos(radian) * 40), target.getZ());
    		}
    		else
    		{
    			toLoc = new Location(target.getX() + (int) (Math.sin(radian) * (skill.getFlyRadius() * (-sign))), target.getY() + (int) (Math.cos(radian) * (skill.getFlyRadius() * sign)), target.getZ(), heading);
    		}
    		
    		if (isFlying())
    		{
    			return toLoc;
    		}
    		
    		return GeoData.getInstance().moveCheck(this, toLoc);
    	}

     

  4. treasure hunter 40lvl and 30% exp on giran 

    backstab deadly blow etc unlocked

    moon d grade light armor set

    536k adena

    vip 3

    17 days rune exp 50% boost

    14 scrolls 30% exp/sp

    201 iron ore

    94 vip coin

    novice dagger

    soulshot 2k no grade

    1 proof of blood (20k adena cost)

    6 special fruit buff

    pm here or skype tzortzoglou2

    https://imgur.com/a/eFEOC83

    https://imgur.com/a/HMvywGa

×
×
  • Create New...