Jump to content

HyperBlown

Gaming Moderator
  • Posts

    841
  • Credits

  • Joined

  • Last visited

  • Days Won

    8
  • Feedback

    100%

Everything posted by HyperBlown

  1. I was using the armor tho. Still static.
  2. Does this works out of the box? Or it needs upgraded engine.dll? For me the cloaks are static -> no animation. Good job anyway!
  3. Depending on budget, Mobius is the best way to go. If you have a bit more, then checkout scripts. But there are a lot of features missing.
  4. I did not receive any request nor on skipe as in discord.
  5. Essence version. Its the most focused to solo players.
  6. Possibly custom lobby then. But Age of Splendor is the one I sent. @NevesOma can do custom Lobbies for any client.
  7. Spoiler: CLASSIC 1.5 (Age of Splendor) Client / Клиент: Скрытый контент. 'system' folder / папка 'system' (patched / пропатченная, NOGG): Скрытый контент.
  8. Atualstudio. What did you expect?
  9. on the setTarget method, you can debug it this way: filter by owner name, sor for example, if my character name is "mxc" you make something like this: if(getName().equals("mxc") && getTarget()==null){ Thread.dumpStack(); } With this, you will get a stacktrace with initial location from where your target is beeing set. Debug it till u find the correct place, and simply edit the initial action. For example. On an source I have, I made this: L2Character::callSkill(L2Skill skill, L2Object[] targets if (GabConfig.ALLOW_AUTO_TARGET_WHEN_HIT && target.isPlayer() && (target.getActingPlayer().getTarget() == null) && !skill.hasEffectType(L2EffectType.REMOVE_TARGET)) { target.getActingPlayer().setTarget(this); }
  10. You have 2 options. Mobius, has a completly free option or paid option : https://l2jmobius.org/ Or Jscripts http://l2-scripts.com/ Although, their older classic versions are really incomplete, I dont really recommend going for the expensive option for these chronicles. Or if you really want to, expect to work on datapack for like 6 months before launching server. Ive worked for a few people that bought Zaken, Antharas, Secret of Empire from scripts, paid 2~3k dollars for the source code, and still needed to work for 4+ months on datapack before they had something playable Mobius on the other hand, they have a big community doing alot of the dp work. The choise is yours.
  11. Any pack really. As long you have Java knowledge and actual Lineage 2 Knowledge, u can make the best pack. There are a few "trustable" alternatives. Cleanest one is L2j. Unstable at latest builds but some of them are pretty ok. If you want an "good" and stable pack without much customs, and u have some bucks laying around, Try L2scripts. If u want an customzied cheaper alternative, u can go with L2 Eternity or even more cheaper L2jsunrise. Although Sunrise is 150 euros? per year, They are really "slow" with updates. Like 4-5 per month maybe? There are also a few shared, like old fandc, ave but I wouldnt use those.... Anyway, good luck
  12. https://bitbucket.org/MobiusDev/l2j_mobius/src/master/
  13. Way to go bud! Good luck!
  14. I will be locking this topic and won't be accepting new clients for a while. I am currently full booked every week working for some big essence - classic servers. When I find some place I will unlock the topic for new requests. If you still think you need me or what so ever, explain it to me on my discord why it can only be me and no other dev. Yours truly.
  15. Spoiler: CLASSIC 2.0 (Saviors) Client / Client: Hidden content. 'system' folder (patched, NOGG): Hidden content.
  16. "C:\Program Files\Java\jdk1.8.0_261\bin\java" -Djava.util.logging.manager=net.sf.l2j.util.L2LogManager -XX:MaxPermSize=256M -Xmx2024m -cp ./../libs/*;l2jserver.jar net.sf.l2j.gameserver.GameServer mere example.
  17. To run any java aplication, the command line "java" is required. you then give as parameter your classpath (lib folder) and simply create your own ".bat". It isnt that hard to create one.
  18. Ever heard of private source projects? There are many "GNU Licensed" files around there that are meant to be private. And still some people share them --> 0 respect
  19. nothing is wrong with me. The issue is people coming to an leaked share and not respecting original authors files. Btw, source is leaked somewhere. But not here anyway. Thats the only problem I have
  20. DKP ? Donkey Kong Points? Dora Killer Profano? Sorry for my lack of intelligence.
  21. The original share didnt contain the source. Hence why he shared the compiled version. If you want source, buy from the Makers.
  22. Yes I understand that, but still, this will hurt you more than him...
  23. Why would you share some files that YOU sold to someone just to break your sales even more?
×
×
  • 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