Jump to content

GoldenNightmare

Members
  • Posts

    273
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

1 Follower

About GoldenNightmare

Contact Methods

  • Skype
    tzortzoglou2

Profile Information

  • Current Mood
    Speachless
  • Gender
    Male
  • Country
    Greece

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

GoldenNightmare's Achievements

Newbie

Newbie (1/16)

4

Reputation

1

Community Answers

  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
  2. lf developer for bug fixes l2j h5 pack contract tzortzoglou2 skype
  3. hello im looking for dev l2jserver to fix me the new target system problem on core, the files affectscope affectobject targettype already implement in datapack
  4. 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
  5. hello if someone want to trade ES/WarLock/PS for gladiator pm me or write here or skype tzortzoglou2
  6. wtb Shilen elder 52+ no items gludio na classic pm here or skype tzortzoglou2
  7. SWS 45-50 or above items are not nessesary for classic NA gludio server
  8. yes but this is a custom way there is a way to make this happend with packets run faster ?
  9. im using l2jserver last rev are u talking about this ? broadcastPacket(new MagicSkillUse(this, target, skill.getDisplayId(), skill.getDisplayLevel(), hitTime, reuseDelay)); but guys maybe its happening on official from packet priority?
  10. hello guys if anyone can help me with this or i can pay to make it done i want to make packets on cast skills to finish shorter than normal like this server and without touch the skill cast time just to make it from skill packets like this video :
  11. 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); }
×
×
  • Create New...