Jump to content

bullseye92

Members
  • Posts

    231
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by bullseye92

  1. I had this code too i just forgot to upload it.Still doesnt wotk though xD
  2. Hello MxC i have this code and i tried to test it ingame.While compiling had no problem at all but my npc doesnt seems to work.Any ideas? L2AttackableAI.java // Manage the Attack Intention : Stop current Attack (if necessary), Start a new Attack and Launch Think Event if (target instanceof L2PcInstance && ((L2PcInstance) target).getKarma() > 0) super.onIntentionAttack(target); else if(!(getActiveChar() instanceof L2GuardInstance)||getActiveChar() instanceof L2GuardInstance && getActiveChar().getNpcId()!= Config.ANTI_PK_NPC) { super.onIntentionAttack(target); } else if(target instanceof L2PcInstance && ((L2PcInstance) target).getKarma() == 0) { getActiveChar().clearAggroList(); } } config.java public static int ANTI_PK_NPC; ANTI_PK_NPC = Integer.parseInt(L2JModSettings.getProperty("AntiPkNpc", "36606")); l2jmods.properties # --------------------------------------------------------------------------- # Anti PK NPC # --------------------------------------------------------------------------- # Put the ID of Anti-PK NPC, he will attack only PKs # Default: 36606 AntiPkNpc = 36606 Do you see any error on this code?I tried to modify it and such but no chance by the moment.
  3. Well i tried it for hi5 and the code doesnt work so :D thats why i asked,and i am not that experienced to do so myself :D.
  4. Is it l2j and which version if it is so? IL,c2.5,h5?Also give more information and a proper coding in order to adjust it to the server.
  5. Do u even read what he says?Hi5Project the stable one.
  6. ok found it after a lot of search u can lock it anytime.Now i know what does it mean :D
  7. hello i got this problems after compiling any idea?
  8. who has the patience and experience to extract every custom code and make a megathreat,i managed to get the pvp + pk color system but it took me too much as i am a newbie :P
  9. Moding client i think is innevitable in order to make tha transformation work skeygeta.Because all the graphics u see in the game are from the client part.The gameplay and the variables comes from the code either l2j or other packs.
  10. Tnks for the share.Great work,isntalled it on eclipse and gave me 0 errors.
  11. Hello MxC, i got the following problem. Code for (String nm : players) { L2PcInstance i = L2World.getInstance().getPlayer(nm); if (i != null && i.isOnline() == 1) { i.getAppearance().setVisible(); i.broadcastStatusUpdate(); i.broadcastUserInfo(); } } The operator == is undefined for the argument type(s) boolean, int LastHero.java /L2J_DataPack/dist/game/data/scripts/custom/LastHero line 102 Java Problem What i want to ask is what is my wrong that i have done here? Is there a place in my code that havent targeted it as Int?
  12. Gia pio Chronicle einai?Apoti katalabeno apo ta imports dn einai gia H5 etc?
  13. Are u fackin kidding me? O.o u dont even have the 100 posts required!
  14. Ean dn to kaneis monos sou dn tha matheis :D
  15. I think it will be available to pc aswell
  16. shoko can u give me a link of that share,also it has to work on h5 in order to add it to my list.
  17. Ok i will remove them as u requested.But they are really good :D.
  18. All the shares that have been made for H5 Client. Please help me to update it if i have forgotten anything. Provide me with links so i can add them. Projects [share]L2jServer Compiled Revisions - High Five (BETA & STABLE) http://maxcheaters.com/forum/index.php?topic=113748.0 by 007florin Shares [share] AIO Grand Master By Allen (IT-H5) http://maxcheaters.com/forum/index.php?topic=151117.msg1092835#msg1092835 by Allengc [share]Visual NPC to PC transform [Freya/High Five] http://maxcheaters.com/forum/index.php?topic=180499.0 by pipiou21 [share] Noblesse Manager [H5] (java) http://maxcheaters.com/forum/index.php?topic=231269.msg2060522#msg2060522 by Snehulak [share] Change Sex Manager [H5] (java) http://maxcheaters.com/forum/index.php?topic=232534.msg2077736#msg2077736 by Snehulak [share] Color Manager [H5] - java http://maxcheaters.com/forum/index.php?topic=230957.msg2056039#msg2056039 by Snehulak [sHARE]AIO Item [H5] http://maxcheaters.com/forum/index.php?topic=227595.msg2005984#msg2005984 by marwan [share] l2jserver Announce Noble Login H5 http://maxcheaters.com/forum/index.php?topic=229308.msg2032427#msg2032427 by d0ds™ [sHARE]H5 clan leader color hero color and special color for clan leader & hero http://maxcheaters.com/forum/index.php?topic=206880.msg1763932#msg1763932 by l2redkiller [share] H5 skills. http://maxcheaters.com/forum/index.php?topic=209869.msg1804555#msg1804555 by Discovery [ Share ] Hi5 Vote Reward configurable [ Topzone - Hopzone ] http://maxcheaters.com/forum/index.php?topic=234816.0 by insaNNe [ Share ] PvP Nobless NPC Hi5 & Freya http://maxcheaters.com/forum/index.php?topic=220192.0 by RandomDude [ Share ] Quake PvP Announce me Effect! http://maxcheaters.com/forum/index.php?topic=236461.0 by DepRessus [ Share ] Poker Game (Java) http://maxcheaters.com/forum/index.php?topic=221688.0 by u3games [ Share ] AIO Item [H5] http://maxcheaters.com/forum/index.php?topic=227595.0 by marwan [ Share ] Automatic Quiz Event http://maxcheaters.com/forum/index.php?topic=163801.0 by Rizel [ Share ] Announce Hero,Noble,GM,Donator,New Char In Login http://maxcheaters.com/forum/index.php?topic=237989.0 by HeLLoGiRLs [ Share ][l2j]Fun Event http://maxcheaters.com/forum/index.php?topic=219996.0 by AbSoLuTePoWeR [ Share ]Kino http://maxcheaters.com/forum/index.php?topic=210857.0 by vampir [ Share ]disallow potion in pvp http://maxcheaters.com/forum/index.php?topic=42922.0 by Intrepid [ Share ] Auto Flag at PvP Zones http://maxcheaters.com/forum/index.php?topic=236392.msg2124586#msg2124586 by Zaldron Guides
×
×
  • Create New...