Jump to content

everest-rj

Members
  • Posts

    46
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by everest-rj

  1. Warnning: dont use pre configured packs... send it to trash and make your self pack from the original and last release.
  2. LoL how your datapack is 5987 if the last stable datapack is the 5290 and the last core stable version is 5288 (or gamesaver 1.2.11 loginserver 1.2.0)????? In this versions the skills lvl 81 are working with the books. The last unstable datapack is 5907 i think you are wrong or Im fool.
  3. why you want do it??? i think its not necessary.... put in the gm shop or in some mobs to drop the books for lvl 81 skills... the player give double click on the books and learn the skills.
  4. did it DecayTaskManager.getInstance().addDecayTask(targetSummon,targetSummon.getTimeRemaining()); //not de max time, i changed for 'time remaining' is better for me. i ress the summon and your your green bar decrase normal but no consume any crystals per interval of time.. some clues? EDITED: After ress the summon he no run and no follow the master i try... targetSummon.stopMove(null, true); targetSummon.followOwner(); but dont work
  5. I changed the scrollofresurrection.java to allow ress summons too. after ress the summon i cancel the decay task ... DecayTaskManager.getInstance().cancelDecayTask(targetSummon); Now the summuon is alive but your green bar or life time not reduce, so i do ... DecayTaskManager.getInstance().addDecayTask(targetSummon,3600000); //1hour for decaytime but i no want type 3600000 i want get the real or the max decay time configured for this summon. thks
  6. Ok, Rly B.s.o.ress.pet have the value val="TARGET_CORPSE_PET" its mean u can ress pet, buuut in the java code have a restriction for it there are a condition if not PET u cannot use this scroll, doest not matter if in the xml file have the enum "TARGET_CORPSE_PET", so if u try use this scrolls in summons your client ill receive the msg "Incorrect target." I changed the java code to allow the enum TARGET_CORPSE_PET to be valid for summons. if u add TARGET_CORPSE_PET for skill resurrection u dont have this problem because this skill condition no have this restriction. Later ill try code something to allow this skill ress player and summons. The problem in the xml file for skill ress is it dont allow table for target (ill try change it in the java) ... <skill id="1016" levels="9" name="Resurrection"> <table name="#mpConsume_Init"> 12 18 25 31 36 39 42 46 48 </table> <table name="#mpConsume"> 47 70 97 121 144 156 165 182 191 </table> <table name="#power"> 0 20 30 40 50 55 60 65 70 </table> <table name="#aggro"> 121 196 290 374 460 502 542 595 624 </table> <table name="#target"> TARGET_CORPSE_PLAYER TARGET_CORPSE_PET </table> <set name="mpInitialConsume" val="#mpConsume_Init" /> <set name="mpConsume" val="#mpConsume" /> <set name="power" val="#power" /> <set name="target" val="#target" /> <set name="reuseDelay" val="120000" /> <set name="hitTime" val="6000" /> <set name="skillType" val="RESURRECT" /> <set name="isMagic" val="true" /> <set name="operateType" val="OP_ACTIVE" /> <set name="castRange" val="400" /> <set name="effectRange" val="900" /> <set name="aggroPoints" val="#aggro" /> </skill>
  7. i can create a new skill too but i no want change the client side... if i create a new skill i need some icon for the new one. ill try edit this scroll of ress pet. some troble i post here ty
  8. but if i use <set name="target" val="TARGET_CORPSE_PET" /> i can ress pet and summons but cant ress any player. I want ress player and summons understad? can i add 2 val? <table name="#mpConsume_Init"> 12 18 25 31 36 39 42 46 48 </table> <table name="#mpConsume"> 47 70 97 121 144 156 165 182 191 </table> <table name="#power"> 0 20 30 40 50 55 60 65 70 </table> <table name="#aggro"> 121 196 290 374 460 502 542 595 624 </table> <set name="mpInitialConsume" val="#mpConsume_Init" /> <set name="mpConsume" val="#mpConsume" /> <set name="power" val="#power" /> <set name="target" val="TARGET_CORPSE_PLAYER" /> <set name="target" val="TARGET_CORPSE_PET" /> <set name="reuseDelay" val="120000" /> <set name="hitTime" val="6000" /> <set name="skillType" val="RESURRECT" /> <set name="isMagic" val="true" /> <set name="operateType" val="OP_ACTIVE" /> <set name="castRange" val="400" /> <set name="effectRange" val="900" /> <set name="aggroPoints" val="#aggro" />
  9. Hi. I wrote a code (java in the core) to increase the summons Decay time so a char summoner can ress your own summon, but any scroll of ress and skill the resurrection (id:1016) can ress the summon. i tried subst <set name="target" val="TARGET_CORPSE_PLAYER" /> for <set name="target" val="TARGET_SUMMON" /> but dont work. the xml below contain the setup for skill Resurrection... <skill id="1016" levels="9" name="Resurrection"> <table name="#mpConsume_Init"> 12 18 25 31 36 39 42 46 48 </table> <table name="#mpConsume"> 47 70 97 121 144 156 165 182 191 </table> <table name="#power"> 0 20 30 40 50 55 60 65 70 </table> <table name="#aggro"> 121 196 290 374 460 502 542 595 624 </table> <set name="mpInitialConsume" val="#mpConsume_Init" /> <set name="mpConsume" val="#mpConsume" /> <set name="power" val="#power" /> <set name="target" val="TARGET_CORPSE_PLAYER" /> <set name="reuseDelay" val="120000" /> <set name="hitTime" val="6000" /> <set name="skillType" val="RESURRECT" /> <set name="isMagic" val="true" /> <set name="operateType" val="OP_ACTIVE" /> <set name="castRange" val="400" /> <set name="effectRange" val="900" /> <set name="aggroPoints" val="#aggro" /> </skill> In com.l2jfree.gameserver.handler.ISkillHandler i tried write a code to allow ress summon but dont work, i dont know if Im working on correct class or package. I imported ... import com.l2jfree.gameserver.model.actor.instance.L2SummonInstance; and wrote this code but does not happen nothing, no erros, no exceptions just dont work... // -- added this block else if for test skill resurrection on summon else if (cha instanceof L2SummonInstance) { if (((L2PetInstance) cha).getOwner() == activeChar) cha.doRevive(Formulas.getInstance().calculateSkillResurrectRestorePercent(skill.getPower(), activeChar.getStat().getWIT())); } // -- How can allow the skil resurrection lvl 1 ress summons and in which class i must start work? Cheers, Everest.
  10. this __int__.py have a lot unnecessary threads and his code is a little dirty.
  11. I play IA too :)) and smoke said I can use bot for SS and MP potions but he dont share it. Plz somebody post here a link for l2walker IG working (!!) for iagaming.net thks lot
×
×
  • 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