Jump to content

DEVILMSTAR1

Members
  • Posts

    17
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

About DEVILMSTAR1

Contact Methods

  • Website URL
    https://l2instinct.com/
  • Discord
    devilmstar

Profile Information

  • Current Mood
    Inlove
  • Gender
    Male
  • Country
    Greece
  • Location
    Greece

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

DEVILMSTAR1's Achievements

Apprentice

Apprentice (3/16)

  • Reacting Well Rare
  • Collaborator Rare
  • Conversation Starter Rare
  • One Year In Rare
  • First Post Rare

Recent Badges

0

Reputation

  1. @Kishin Thanks a lot man
  2. thank you for reply me also ... i found this code and i try to adapt it for my acis pack please tell me your oppinion on that code. Index: config/mods/customs.properties =================================================================== --- config/mods/customs.properties (revision 43) +++ config/mods/customs.properties (revision 44) @@ -77,4 +77,9 @@ WarriorTitleSystemEnabled = False MageTitleSystemEnabled = False + +#------------------------------------------------------------- +# Section: Custom Fight Stats Title System +#------------------------------------------------------------- +AllowFightStatsSystem = False #------------------------------------------------------------- Index: /java/com/l2jarchid/gameserver/model/actor/instance/L2PcInstance.java =================================================================== --- /java/com/l2jarchid/gameserver/model/actor/instance/L2PcInstance.java (revision 32) +++ /java/com/l2jarchid/gameserver/model/actor/instance/L2PcInstance.java (revision 44) @@ -5453,4 +5453,7 @@ broadcastUserInfo(); + FightStatsSystem(getPvpKills(), getPkKills()); + broadcastUserInfo(); + // Update the character's name color if they reached any of the 5 PvP // levels. @@ -5463,4 +5466,12 @@ } + public void FightStatsSystem(int pvpKillA-beep-t, int pkKillA-beep-t) + { + if (L2Config.ALLOW_FIGHT_STATS_SYSTEM) + { + activeChar.setTitle("PvPs:"+getPvpKills()+ "| PKs:"+getPkKills()+""); + } + } + public void PvpReward() { if (L2Config.PVP_REWARD_ENABLED) { Index: //java/com/l2jarchid/L2Config.java =================================================================== --- /java/com/l2jarchid/L2Config.java (revision 41) +++ /java/com/l2jarchid/L2Config.java (revision 44) @@ -1346,4 +1346,5 @@ public static int SIDE_BLOW_SUCCESS; public static boolean ENABLE_MODIFY_SKILL_DURATION; + public static boolean ALLOW_FIGHT_STATS_SYSTEM; //===================================================================================== public static FastList<Integer> ALLOWED_SKILLS_LIST = new FastList<Integer>(); @@ -1597,5 +1598,5 @@ ARCHID_BACK_TIMER = Integer.parseInt(CustomMod.getProperty("BackTimer", "30")); ARCHID_AWAY_PEACE_ZONE = Boolean.parseBoolean(CustomMod.getProperty("AwayOnlyInPeaceZone", "False")); - + ALLOW_FIGHT_STATS_SYSTEM = Boolean.parseBoolean(CustomMod.getProperty("AllowFightStatsSystem", "False")); CHAR_TITLE = Boolean.parseBoolean(CustomMod.getProperty("CharTitle", "false")); ADD_CHAR_TITLE = CustomMod.getProperty("CharAddTitle", "Welcome");
  3. can you give me more directions about where a can find those? char and user?
  4. Hello all does anyone know where i can find this mod or show me an example how to create my own ?
  5. @Celestine check your dms please I send you there
  6. No is not because it’s a clean patch of hi5 @Celestine
  7. https://prnt.sc/C3iTGqR75JGL Hello everyone i have problem file edit on hi5 client ... everytime i use it have this error and i dont know what to do (i have test more that 6 file edits and all give me the same message) ps. with an very old file edit on interlude i dont have this problem and it dosent work on hi5 someone knows what am i doing wrong?
  8. www.l2madrazo.com has auto farm like warland
  9. I find the problem where is ... all that happens because of Discord Overlay and NVidian Geforce Overlay! thnx u all for reply me guys! have a nice day!
  10. its happends in 2-3 server with no interface
  11. Hello everyone i have a problem with my client ... when i downloading anyserver and i want to join in server client sometimes opens and then stacks and automaticly close... i dont know why i dont have any Critical Errors or something like that it just closed... do you know why is that happening? ( i have windows 10 operation system no have any antivirus or windows defender open and that happends only in C6 Client) That Happens Video =>
×
×
  • 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