Jump to content

Tryskell

Legendary Member
  • Posts

    5,360
  • Credits

  • Joined

  • Last visited

  • Days Won

    62
  • Feedback

    0%

Everything posted by Tryskell

  1. Both codes you c/ped are regular L2J stuff. Try to add logs on calcLethal( to see what values are used.
  2. Sure thing, did you read my PM on L2JFrozen website ? For ppl who aren't registered on Frozen here was Maximilion post (on Offtopic section, then it has been locked) : As I couldn't reply, I first PMed Nefer to unlock the topic to reply, but as I didn't have any answer, I sent following PM to Maximilion : Be your own judge. And if maximilion2, you continue to troll, I will warn you. You can have an opinion without insulting my work and aCis community. New revision anyway.
  3. The problem on both screens is the same, and I invite you to search on Google for explanation. Seems it's linked to Windows. I didn't find a single "question + good answer" topic, only things to test. As I'm lazy to copy paste, jsut search on google with the name of the error. You can eventually directly search on L2J Forum about that error, or ask if no one speaked about.
  4. Now, if you are 100% SURE (and don't say "i'm probably sure", be SURE) when you hit a raidboss you can lethal it, here are some tracks : - the target isn't a raidboss (type of the L2Npc in npc.sql MUST BE RaidBossInstance or GrandBossInstance). - isRaid() check is wrong (either doesn't check one of instances I said higher, or return false anytime).
  5. It's open source for workers. For others, there are others packs. Simple. Pack has, is and will never been intented to be sold. The current system works well, people undertsand they need to share in order to develop the pack. They share, I commit some of my fixes + some of community fixes, and all are happy. "Open source" got nice philosophy, but it is exploited by ghosters and leechers. I think I gave enough proofs in the past to make ppl want to follow - and contribute to - my project.
  6. Edit one or both clientpackets : RequestRefineCancel / RequestConfirmCancelItem Prices are hardcoded following type and number of crystals the item is made of.
  7. Dude I'm not your mama. If you can't use search tool alone, forget the idea to open a server, even for fun. public static final boolean calcLethalHit(L2Character activeChar, L2Character target, L2Skill skill) { if (!target.isRaid() && !(target instanceof L2DoorInstance) Your code got it already. Now if it doesn't work, that's another problem.
  8. It's not even needed, as you can see the diff patch got 5 lines, 4 are configs lines and one is the "fix", the fix just allow to use arrows when geodata is off (and if it's like that there is a reason). Turn on geodata on any L2J pack and you can use arrows. Give to prehistoric man a box of matches and you got 4 pages of "awesome" comments.
  9. Locked, both links down.
  10. calcLethalHit( in Formulas.java That stuff already exists on L2J since a long time.
  11. Edit Blow skillhandler.
  12. Just download a clean system and apply it and if not working probably your textures or something else is corupted. You will have to dl a fresh client. System or client, wherever you download it (i think you can find clean client system folder in client section, about full client search on active torrent links), both have to be of the chronicle you want...
  13. Not a supermarket, locked.
  14. Checkout project anew or upgrade your current (local) copy. If not working you skill got L2J Tutorials : http://trac.l2jserver.com/wiki/Eclipse
  15. There are more than 20 ppl registered in the project. Guess why.
  16. Pack owner must implement current L2J "Random.java", because java 7 doesn't allow anymore some "MTRandom.java" part of code.
  17. Since the beginning, everyone is talking about client and you are stuck speaking about server. I don't know if it's fine to criticize, but seriously, you don't help to make it better. And if now you got problems with server, post question, screen or whatever. That's a second problem, added to your corrupted client. Must I say, to complete the draw, your question can be found on Google ? 11200 results. I find that after 1min of search. That's CLIENT related. Not SERVER.
  18. There are probably configs, just on/off it. If you want to drop it entirely, search for the config's name in Config.java (it is linked to an internal variable used by the core, such as ALLOW_BLABLA), and from here, find all used occurences of that config over the project and clean (and be clever cleaning else you will surely end with a non functional server).
  19. Once you will understand the difference between client and server, perhaps you will succeed.
  20. That does a certain a-beep-t of time I didn't reply, anyway, release 232 is commited.
  21. If such mobs still exist on retail, create an account, go ingame and prepare macros //spawn with good ids. Btw minideed it's not possible to have "good" infos, or perhaps L2DC got retail spawn system ? :P
  22. Probably he wants make it automatically, as it's part of his gameplay. :P
  23. Give more details or I lock. That's already in wrong section...
  24. If existing on a higher chronicle or another pack, you can copy/paste and adapt. If not existing, you can use an existing instance and modify it from that model.
×
×
  • Create New...