Jump to content

HammerV2

Members
  • Posts

    243
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by HammerV2

  1. 1st wrong section 2nd check in ur .properties files or use l2jconfig tools is u have on spawn custom
  2. Coyote dude if u have some time to update it, here is the new l2jserver svn url's dp: http://svn.l2jdp.com/trunk/datapack_development core: http://svn.l2jserver.com/trunk/L2_GameServer community: http://svn.l2jserver.com/trunk/L2_CommunityServer cheers.
  3. lol mario pwnz but i like solid snake!
  4. 1: Tomb raider series 2: Naruto for pc 3: All softnix games (rakion, gb....)
  5. ??? off topic: how the hell he have "Adenas: 13697.01" .01 adenas?
  6. hahahah xD, fod of course!
  7. so cruel >.<
  8. yeah dude we can see 3d effect just whit glasses but a hd monitor is needed to obtain a better effect.
  9. u have advance glasses. so i bougt red/green red/blue glasses and this shit works, but my eyes become crazy (COD MW2 rocks!)
  10. ok my solution to critical dmg. Add this line in ur crt. skills like focus, u can modify mcrit and pcrit if u add this in other skills like empower just change the weapon. <using kind="Bow"/> for example Focus i hope this help u.
  11. l2pcinstance there is the solution, find arena zone and add increasekillcount
  12. what are u talking about? wich code? and "<player olympiad="false"/>" should be in skills .xml
  13. dude i did this modificaction in my old server, i made the pvp zones to count pvps is somewhere in l2pcinstance, let me fin it and ill show u where, and there http://www.maxcheaters.com/forum/index.php?topic=150972.0, check it again. And the ppl flag up when they attack the other players team right? EDIT: The other post Over there my mod to count pvp in coliseum and arenas http://www.maxcheaters.com/forum/index.php?topic=137741.msg979846#msg979846
  14. Bad idea. dude wich pack are u using? preconfigured or u compiled this one?
  15. Bad idea. dude wich pack are u using? preconfigured or u compiled this one?
  16. ok try adding this line to ur skills: <player olympiad="false"/> this should work
  17. import line are wrong, try to change this: from net.sf.l2j...... for "from com.sf.l2j......" whitout quotes i all lines where u see "net.sf.l2j...."
  18. ok when u did it, u restarted the server? u have to delete ur class, then make ur character sagg again to see ur modification.
  19. // 'No war' or 'One way war' -> 'Normal PK' if (targetPlayer.getKarma() > 0) // Target player has karma else if (targetPlayer.isintvt()) //may be will work, am not sure, just trying to help return; { if (Config.KARMA_AWARD_PK_KILL) increasePvpKills(target); } else if (targetPlayer.getPvpFlag() == 0) // Target player doesn't have karma { increasePkKillsAndKarma(target); //Unequip adventurer items checkItemRestriction();
  20. the noob way to fix it, is make the tvt in pvp zone, like coliseum, if u dont wanna make the tvt in coliseum make ur tvt zone as pvp zone, whit zone table in ur db and zone.xml in ur files, its the easy way, if u dont have acces to ur .java files do it.
  21. ur gameserver console show any "wrong protocol" error?
  22. yeah there is some guides to do it, its simple just check skill_trees_table am not sure and u have to add class_id, skill_id, skill_lvl, level, sp, dont forgot if u want sagg to lear the phoenix arrow lvl 2 for example at lvl 84 u have to make 2 lines, 1 by each skill lvl.
  23. whe i had my server up, i did some changes in skills.xml i added a line like this <name="stayAfterDead" val="true" /> i dont remember the correct syntax, check if u have this in ur skills.xml :D PD: yes "stayAfterDead" mean, the buff will stay if u die, but when u change subclass the buff stay too like u where died.
×
×
  • 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