Jump to content

Intrepid

Legendary Member
  • Posts

    5,521
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Intrepid

  1. this jerk is banned topic closed.
  2. L2PcInstance public void refreshExpertisePenalty() method insert a boolean config so it will look like public void refreshExpertisePenalty() { if (Config.ALLOW_GRADE_PENALTY) { int newPenalty = 0; for (L2ItemInstance item : getInventory().getItems()) { if (item != null && item.isEquipped()) { if (item.getItem().getCrystalType() > newPenalty) newPenalty = item.getItem().getCrystalType(); } } newPenalty = newPenalty - getExpertiseIndex(); if (newPenalty <= 0) newPenalty = 0; if (getExpertisePenalty() != newPenalty) { _expertisePenalty = newPenalty; if (newPenalty > 0) super.addSkill(SkillTable.getInstance().getInfo(4267, 1)); // level used to be newPenalty else super.removeSkill(getKnownSkill(4267)); sendPacket(new EtcStatusUpdate(this)); } } }
  3. the trunk is always a "use it on your own risk" thing since sometimes if something is under rewrite and it needs 5 changeset and you compile when its started but not done you can find broken things
  4. i played on retail too i know its not expensive but most ppl dont do it for the gameplay they do it for an admin char
  5. yes thats true but a 10y old kid cant create retail like(C based)server but he can create an l2j in a few minutes
  6. yes but you know 90% of the server are high rate :) the main problem if it comes to modding and kill lineage its the high rate category not the low/mid rate
  7. thats other thing you always say =]
  8. use the magic search button.
  9. but still you are the one who act like an angry kid.stop it thats a forum if you want to live your real life in a forum ok do it but somewhere else if you want to have wars because you are the one who start the wars always in spam section and than you cry because of spam in spam section nonsense yes Dream deleted some post because 1.hes topic is not about flame hes topic about "+1 things to laugh" your topic about "let me show how a kid act like"...so stfu +1 is not spam he just agree with me...and you can get +5karma?maxtor going to change to +1 so owned and hard to get so owned again until you collect your precious adena to give yourself karma you get banned 4356354 times because of your childish behavior =]
  10. every pack have tvt engiine so locked.
  11. never use preconf pack take a clean source config it yourself
  12. first of all learn some PHP because the ready-to-use scripts are sometimes really unstable and the 99% of the server hacked via php scripts...after you learn PHP you dont need any other help to connect it with your database ;)
  13. yeah explain it better i dont understand it
  14. than i close it :D
  15. <skill id="913" levels="1" name="Deflect Magic"> <set name="hitTime" val="1500" /> <set name="mpConsume" val="37" /> <set name="operateType" val="OP_ACTIVE" /> <set name="reuseDelay" val="1800000" /> <set name="skillType" val="BUFF" /> <set name="target" val="TARGET_SELF" /> <for> <effect name="Buff" time="1200" val="0"> <mul order="0x30" stat="magicDamVul" val="0.5" /> <!-- TODO: needs to be verified, desc say 100% but it can't be 100% resist for 20min (is weird) --> </effect> </for> </skill>
  16. But heres an other thing without custom items you fail but with customs you fail to(no class balance).I think im not alone with my opinion i think the best is IF AND ONLY IF you keep your players interest on the server for example you have a basic server auto tvt ctf and ofc good balance because its neccessary now everything is fine and when you see players start to get bored you add auto dm voila interest is back when they get bored again add kiling spree for example interest is back again and with that way you dont need client modding also since its java based and java is easy to customize its just imagination nothing else i think you understand what i trying to say
  17. theres a lot of ways to do it the choice is up to everybody...
  18. the thing is i dont know interlude :S ip connection check is comes from the mmocore search the mmocore(if possible)
  19. Dream you cant make a guide which fits to every needs :) the custom items and farming...i think custom items and farm zones kill lineage2 since theres a lot of not used item/weapon/armor. the kid servers an other story nobody can stop it until setup an l2j server is just like 2min but yes i need to agree with you these are common sense guides because nobody can make a really helpfull guide which fits to every needs since everybody has hes own taste when it comes to create a server
  20. L2PcInstance activeChar = getClient().getActiveChar()
  21. we dont have problems with them but hey theres more than 500 quests so yeah can be some problem with a few but not so hard to correct find it is harder :D
×
×
  • Create New...