Jump to content

DnR

VIP Member
  • Posts

    737
  • Credits

  • Joined

  • Last visited

  • Days Won

    4
  • Feedback

    0%

Everything posted by DnR

  1. I dont think its useful,gms can check logs and its useless for a player even if he knows the ip that stole him >_>.
  2. Hello people, I m trying to add a code and when i compile,i get this error: method does not override or implement a method from a supertype @Override ^
  3. Ok vrika ena la8os stis formulas kai to ftiaksa. Thank you gia ti boi8eia :)
  4. Nai me oles kai telika sumvainei otan kaneis unequip mono to chest kai ta leggings.
  5. //spawn tablet_of_vision,einai petres pou mallon 8a se help.
  6. Guys otan kanw unequip ola ta parts tis armor,ta stats tou char pane sto 0,to idio kai to height+to radius kai alla. Sto GS console bgainei ayto to npe: http://img190.imageshack.us/f/eleosds.jpg/ Exw psaksei sto timeline tis team pou xrisimopoiw alla den upirkse pote ayto to problima...
  7. Thank you a lot jimaras,i appreciate it. The problem was here: Request for lock.
  8. i will post all the part related to this line. if (env.player instanceof L2PcInstance) { L2PcInstance p = (L2PcInstance) env.player; if (p.getInventory().getPaperdollItem(Inventory.PAPERDOLL_LFINGER) != null) env.value -= 5; if (p.getInventory().getPaperdollItem(Inventory.PAPERDOLL_RFINGER) != null) env.value -= 5; if (p.getInventory().getPaperdollItem(Inventory.PAPERDOLL_LEAR) != null) env.value -= 9; if (p.getInventory().getPaperdollItem(Inventory.PAPERDOLL_REAR) != null) env.value -= 9; if (p.getInventory().getPaperdollItem(Inventory.PAPERDOLL_NECK) != null) env.value -= 13; } env.value *= MENbonus[env.player.getMEN()] * env.player.getLevelMod(); } } static class FuncPDefMod extends Func { static final FuncPDefMod _fmm_instance = new FuncPDefMod(); static Func getInstance() { return _fmm_instance; } private FuncPDefMod() { super(Stats.POWER_DEFENCE, 0x20, null); } @Override public void calc(Env env) { if (env.player instanceof L2PcInstance) { L2PcInstance p = (L2PcInstance) env.player; boolean hasMagePDef = (p.getClassId().isMage() || p.getClassId().getId() == 0x31); // orc mystics are a special case if (p.getInventory().getPaperdollItem(Inventory.PAPERDOLL_HEAD) != null) env.value -= 12; if (p.getInventory().getPaperdollItem(Inventory.PAPERDOLL_CHEST) != null) env.value -= hasMagePDef ? 15 : 31; if (p.getInventory().getPaperdollItem(Inventory.PAPERDOLL_LEGS) != null || p.getInventory().getPaperdollItem(Inventory.PAPERDOLL_CHEST).getItem().getBodyPart() == L2Item.SLOT_FULL_ARMOR) env.value -= hasMagePDef ? 8 : 18; if (p.getInventory().getPaperdollItem(Inventory.PAPERDOLL_GLOVES) != null) env.value -= 8; if (p.getInventory().getPaperdollItem(Inventory.PAPERDOLL_FEET) != null) env.value -= 7; } env.value *= env.player.getLevelMod(); } }
  9. I found this in Formulas.java and null is already added.
  10. Dokimases na mpeis me allo client? Logika einai client mod.
  11. Offtopic 8a mai an tou pw mia apantisi kai de 8a xei to pack tou kan to tvt se java side ><. L2WeddingManager to ena kai L2TvTEventNpc gia to allo.
  12. Poio pack xrisimopoieis? Logika einai palio.
  13. Good luck^^. I have worked on the most similar clients of HB and i know the most exploits and their fixes.Maybe we ll meet up in your forums.^^ Btw,being curious...Why is the name Guma in all projects?lol
  14. Sry for the wrong section,move it to help if its possible.
  15. Guys,i have this npe and i see no ways to fix it... I just dont understand how can stats go null lol. http://img190.imageshack.us/f/eleosds.jpg/ I searched at the l2j team i use and this issue was never mentioned. L2J gameserver rev.2018 When i unequip all my armor parts,all my stats go to 0.
  16. E sti xeirotera svise to hellboundmanager lol.
  17. hah,post something that you tried.... Except the Raid Curse,if the player is more than 8 lvl higher than the RB,he will give 0 damage to the target ^^.
  18. lol,too old... Ppl used to use it for augments or toggles. Fixed in the server i play :)
  19. An 8es na allakseis to range tou bow gia olous tous char pou to xrisimopoioun kai oxi mono archers,pigaine sto Formulas.java. Vres auto: @Override public void calc(Env env) { if (!cond.test(env)) return; // default is 40 and with bow should be 500 env.value += 460; } Sto value vazeis to range pou 8es.
  20. http://www.l2jserver.com/trac/changeset/1700/trunk/L2_GameServer_T1/java/net/sf/l2j/gameserver/clientpackets/RequestHennaEquip.java Btw,what's your pack? It's weird that this exploit is still working...
×
×
  • Create New...