Jump to content

Intrepid

Legendary Member
  • Posts

    5,521
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Intrepid

  1. closed until moved.
  2. he mean that from a guide "how to make svn" you are not going to be a developer
  3. get a domain from hetzner and redirect it to a free host
  4. stop it or topic get closed step forward.
  5. wrong section.locked also why post a poll wtf?!?!
  6. I felt myself in a sharing mood today so heres a little stuff. Basically that code add to the char ++ buffslot based on the characters lvl. By default(as i setted it up): from 40-51 +2slot from 52-60 +4slot from 61-75 +6slot from 76-84 +8slot in lvl 85 +10 slot ### Eclipse Workspace Patch 1.0 #P L2_GameServer Index: java/net/sf/l2j/gameserver/model/CharEffectList.java =================================================================== --- java/net/sf/l2j/gameserver/model/CharEffectList.java (revision 3695) +++ java/net/sf/l2j/gameserver/model/CharEffectList.java (working copy) @@ -53,10 +53,13 @@ // Owner of this list private L2Character _owner; - + + private L2PcInstance player; + int maxBuffs = 0; public CharEffectList(L2Character owner) { _owner = owner; + maxBuffs = owner.getMaxBuffCount(); } /** @@ -623,6 +626,21 @@ if (newEffect == null) return; L2Skill newSkill = newEffect.getSkill(); + + if(_owner instanceof L2PcInstance) + { + player = (L2PcInstance)_owner; + if(player.getLevel() == 85) + maxBuffs = _owner.getMaxBuffCount() + 10; + else if(player.getLevel() >= 76 && (player.getLevel()) <= 84) + maxBuffs = _owner.getMaxBuffCount() + 8; + else if(player.getLevel() >= 61 && (player.getLevel()) <= 75) + maxBuffs = _owner.getMaxBuffCount() + 6; + else if(player.getLevel() >= 52 && (player.getLevel()) <= 60) + maxBuffs = _owner.getMaxBuffCount() + 4; + else if(player.getLevel() >= 40 && (player.getLevel()) <= 51) + maxBuffs = _owner.getMaxBuffCount() + 2; + } if (newSkill.isDebuff()) { work with the latest version of l2j. Hint come from l2j forum besides that credits to me.
  7. 1st alredy solved. 2nd locked w8 for move.
  8. it needs a new teleporter instance. locked until moved.
  9. i play on low rate so yes not too much but yes.
  10. angel slayer <3
  11. -1karma for multiple spam messages also reported. This is not the proper section post it client modding request help section. A mod please move this
  12. what?i cant understand what you want
  13. depends on...for jfree you cant get it i think for l2j i dont know too ask on their forums which revision of the mmocore is okay for you
  14. no but you can make it check the onEnter method of the zones just add their to force unequip an item and than just a restriction for item usage in the useItem.java
  15. 1.in html nowhere its called XML pff... 2.char start lvl in java... 3.notepad + etcitems.sql + search
  16. dont lie please. atleast its funny it make the idiots to go into jail so every admin/gm have less work so yeah kinda funny xD
  17. only blessing you dont need patk in a pvp server where you mp pots etc so you can skill nonstop dont need to hit normally
  18. 2y undig gg 1st warning next time -1. topic locked
  19. gracia part2 emu it was the l2jfree based emu so its maybe have it implemented like l2jfree check for faction mod in the core files
  20. i dont care the account which posted here dont have enough post to see it that matters only.
  21. vesper stats working very well in l2j or jfree gracia final since a long time if its a custom stuff well than we need more info
  22. he posted hes server twice http://www.maxcheaters.com/forum/index.php?topic=99491.0 http://www.maxcheaters.com/forum/index.php?topic=99490.0 EDIT:i found an older topic too with same server http://www.maxcheaters.com/forum/index.php?topic=97266.0
  23. look into l2j svn: http://www.l2jserver.com/svn/branches/L2_GameServer_T1.5/ here you can find the gameserver and http://www.l2jdp.com/svn/branches/T1.5_DataPack/ here the datapack you need to compile it for compiled version i dont know where you can search
  24. closed
×
×
  • Create New...