Jump to content

Guarder

Members
  • Posts

    201
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Guarder

  1. if (NpcTable.getInstance().getTemplate(boss).type.equals("L2RaidBoss")) { actual_boss_stat = RaidBossSpawnManager.getInstance().getStatsSet(boss); if (actual_boss_stat != null) { delay = actual_boss_stat.getLong("respawnTime"); } this means my command supports him if i change it to L2RaidBoss type?
  2. thank you ! fixed
  3. .......
  4. and the respawn time for 4h should be what number?
  5. ANYONE ?
  6. i want that active augments to stack. (to play with more than 1 active simoultane) # Augments Active and Passive skills delete on change weapon DeleteAgmentPassiveEffectOnChangeWep=True DeleteAgmentActiveEffectOnChangeWep=False but still they replace
  7. yes it works ! thank you
  8. ahhh the stats of the scroll its not aplyed if i have already buffed empower. how i i make it apply ? example i have buffed empower and i want to also get the buff from "empower scroll" edit: FIXED,added stats to scroll of mana regeneration, cuz that scoll efect doesnt replace any buff i have on buffer...
  9. it has no effect for empower scroll only if i leave it like original "1.75" but 75% +m.atk is too much.when i try to change it on 15% it has no efect
  10. the stats of the scroll its not aplyed if i have already buffed empower. how i i make it apply ? example i have buffed empower and i want to also get the buff from "empower scroll". to stack. near the empower from buffer. it doesnt apply <skill id="2056" levels="1" name="Scroll of Mystic Empower"> <set name="target" val="TARGET_SELF"/> <set name="hitTime" val="4000"/> <set name="skillType" val="BUFF"/> <set name="operateType" val="OP_ACTIVE"/> <set name="staticHitTime" val="true" /> <for> <effect name="Buff" time="18000" count="1" val="0" stackOrder="1.15" stackType="mAtk"> <mul order="0x30" stat="mAtk" val="1.15"/> </effect> </for> </skill> <!-- Status:Fixed Pack:l2jfrozen author:Nefer --> <skill id="2057" levels="1" name="Scroll of Might"> <set name="target" val="TARGET_SELF"/> <set name="hitTime" val="4000"/> <set name="skillType" val="BUFF"/> <set name="operateType" val="OP_ACTIVE"/> <set name="staticHitTime" val="true" /> <for> <effect name="Buff" time="18000" count="1" val="0" stackOrder="1.15" stackType="pAtk"> <mul order="0x30" stat="pAtk" val="1.15"/> </effect> </for> </skill>
  11. ERROR Client: [Character: KIDutz - Account: cipronel - IP: 127.0.0.1] - Failed reading: [C] 38 Say2 ; null java.lang.NullPointerException at com.l2jfrozen.gameserver.handler.voicedcommandhandlers.VoteRewardMe.useVoicedCommand(VoteRewardMe.java:49) at com.l2jfrozen.gameserver.network.clientpackets.Say2.runImpl(Say2.java:506) at com.l2jfrozen.gameserver.network.clientpackets.L2GameClientPacket.run(L2GameClientPacket.java:77) at com.l2jfrozen.gameserver.network.L2GameClient.run(L2GameClient.java:1213) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) java.lang.NullPointerException at com.l2jfrozen.gameserver.handler.voicedcommandhandlers.VoteRewardMe.useVoicedCommand(VoteRewardMe.java:49) at com.l2jfrozen.gameserver.network.clientpackets.Say2.runImpl(Say2.java:506) at com.l2jfrozen.gameserver.network.clientpackets.L2GameClientPacket.run(L2GameClientPacket.java:77) at com.l2jfrozen.gameserver.network.L2GameClient.run(L2GameClient.java:1213) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source)
  12. i was trying to add this but getting errors on this: VOTE_ITEM_A-beep-T; that "beep-T; i know its old...but i need it.
  13. im using the voice command .raidinfo on frozen pack.added the rb id on configs...but... even if the rb is not spawned it keeps showing me that it is alive checked on custom_spawnlist..spawnlist.deleted from everywhere it is a custom npc (named Bakasura by me) , he's type is L2GrandBoss. Where should i add it on db so the voice command .raidinfo will read he's stat? Also the respawn time for 4h should be .... ?
  14. sweets is right acis is good but it is not for newbies especially newbies planing to add customs on it..like me
  15. of course i will not open a crap server until i got some knowledge
  16. is there any chance to transfer all my database (custom npc's) , custom spawn list from frozen to acis? it has 0 custom things ? not even auto=vote reward....
  17. I followed a tutorial and installed and compiled a old version of source. its rev 916......... i cant add nothing on it.... i can download a new one and just copy-paste the head-src folder on server folder than compile again? sorry mate...i know that my questions may sound stupid....but im just a poor newbie
  18. Added this : http://l2devsadmins.net/l2devsAdmins2-0-11/index.php?topic=3438.0 But getting this : You did not vote. Please Try again.
  19. Thank you mate !
  20. 117: # Disable Weight Penalty 118: DisableWeightPenalty = True 28: # Weight Limit multiplier - default 1 29: # If >1 - Weight Limit Double 30: AltWeightLimit = 1 But still:
  21. Thank you !
  22. so...i cannot edit the amount? full clan costs 20 and +16 item costs 3. what the hell
  23. Where do i edit prices for these services? i guess the item id is here : private static int itemid = 1704; but the amount where?
×
×
  • Create New...