Jump to content

Intrepid

Legendary Member
  • Posts

    5,521
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Intrepid

  1. And what about your internet connection ok you dont have too much ram but with 20ppl on i think its not your pc the problem because you have good op system and enough ram and cpu to run 20ppl:Di think your internet is the problem
  2. Take a look on http://www.l2jdp.com/forum/ take the skills and implement them to l2jfree
  3. For those who want it for l2j with a lot of cleanup because the l2jfree code has a lot of unneeded import and line etc... ONLY the core side the datapack side is the same. http://www.4shared.com/file/95537634/befa8e4b/Item_Market.html sry for upload the diff is too big to post it:D
  4. Thats a reshare with another description...first Rizel share it as a fix for his item restriction share to dont cheat with the armors weapons Kazeno only take a part of the code and post it with another description as a "bug fix to subclass SA stuck bug" so credits to kazeno?...i dont think so...credits goes to Leeching...Fakoykas that share and rizels share is the same Kazeno take a part of rizels code and he share it nothing more Rizels share solve this SA stuck bug too so i dont see any reason why credits to Kazeno he only c/p a part from Rizels code...
  5. Because of project closed topic locked sorry.
  6. just a question where the java part?...
  7. only bumping...Use the SEARCH button. Topic Locked until delete
  8. hmm interesting:)Testing...
  9. Well with 83 online player i have 0 ping:Dso i dont want to share it:Dofc the best way is to buy your own
  10. Our forum domain is changed!The new domain is: http://lineage2x.eu/l2jct/index.php 1st post edited
  11. *unlocked* Yes you absolutely right but you forget about someting:) Take the biggest exploit with phx for example the multisell enchant exploit... This "bug" works on a lot of server and (i dont want to insult anybody)but its work because of 1 simple thing and that thing is everybody can open a server with 0 knowledge and they make totally wrong multisell files thats why it works *locked*
  12. yes and in my opinion those who use official datapack open a low rate server not easy noblesse high rates so thats totally useless ofc easier to ask a friend and like you said trade points and both of you get hero after the period
  13. Thanks for it its very annoying like Fakoykas said:)
  14. its not so hard just take that line // If heroConsecutiveKillCount > 4 (5+ kills) give hero aura if(heroConsecutiveKillCount > 4) setHeroAura(true); and make it like // If heroConsecutiveKillCount > 20 (21+ kills) give hero aura if(heroConsecutiveKillCount > 20) this.getPlayer().addSkill(SkillTable.getInstance().getInfo(skillId, skillLvl), false); and if you want to remove the skill search for that // Remove kill count for special hero aura if total pvp < 100 heroConsecutiveKillCount = 0; if (!isPermaHero) { setHeroAura(false); sendPacket(new UserInfo(this)); } and make it like // Remove kill count for special hero aura if total pvp < 100 heroConsecutiveKillCount = 0; if (!isPermaHero) { setHeroAura(false); this.getPlayer().removeSkill(SkillTable.getInstance().getInfo(skillId, skillLvl), false); sendPacket(new UserInfo(this)); } with that a character receive a custom skill after 20 row kill and its easier to add the stat via a skill than via java because in java its damn hard
  15. Thanks i start to implement them Ps.:rev 131 Curse of Life Flow added
  16. allow the ports in firewall first and config the gs and ls properties correctly
  17. Lineage...wow is shit in graphic shit in exping shit in economy(there are too much rude ppl in l2 but wow...i cant find any good man in 1 year:D)shit in effects shit in classes and more and more:D
  18. Thanks for report i'm alredy working on it.
  19. If you dont know how to compile insert that sql table to your database because of i forget to add to the databse side of clan notice and its added only in rev 121. SET FOREIGN_KEY_CHECKS=0; -- ---------------------------- -- Table structure for clan_notices -- ---------------------------- CREATE TABLE `clan_notices` ( `clanID` int(32) NOT NULL, `notice` varchar(512) NOT NULL, `enabled` varchar(5) NOT NULL, PRIMARY KEY (`clanID`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  20. you make something wrong when you config your altsettings check it again
  21. rofl...our latest stable release is the revision 105 and in the main post there are the download link to revison 105 so its up to date... link to our releases added//
  22. frenzy guts angelic icon and zealot
  23. first of all you not my bro...and learn the life?you think you are funny ehh?so let me tell you are wrong!And why not stick it?Because you said?The pack is good(not only my opinion)have some problem but its good and its usefull for those who want a server so why not?And again you are spam stay intopic and dont fight...We understand that you are a wannaba coder only but thats not mean you can blame others... //OFF
  24. Enough is enough say that for stef too L2DoT sticked too...ohh and 1.If you dont like it dont post 2.If you disagree with something use PERSONAL MESSAGE YOU RETARD DONT SPAM... 3.Learn to write my name 4.What a -beep- i do?Take a look at the timeline and read it -1 karma because you insult again without any reason! I know that but we make cleanups exploit fixes and others before add custom stuff again because nothing is about custom things:)
×
×
  • 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