Jump to content

Chrysis19

Members
  • Posts

    41
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

About Chrysis19

Contact Methods

  • Skype
    chrisis19

Profile Information

  • Current Mood
    Careless
  • Gender
    Male
  • Country
    Cyprus
  • Interests
    Lineage 2 Invoke

Recent Profile Visitors

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

Chrysis19's Achievements

Newbie

Newbie (1/16)

0

Reputation

  1. Well here is the code but its a lot tricky if can someone help me and give me some steps or instruction to adapt this I will be great full!! (I know i can do it with git rep but there are also l2ro files) I am using l2j project latest rev. https://github.com/UnAfraid/VotingReward
  2. Need Help adding support classes to take reward inside a party in the pvp zone. Does anyone have any clue on that ? for example if a dagger kills other char and a tank its in the same party with him tank will take reward as well from assisting him!
  3. Problem on l2j latest rev hi5 stable. Does this method changed? and if yes to what please? import javolution.util.FastList; i Have a problem here and for skill table the getinfo is not working as well! + L2Skill noblesse = SkillTable.getInstance().getInfo(1323, 1); + private static List<String> items = new FastList<>(); + private static List<String> grades = new FastList<>(), classes = new FastList<>(); Please help me out!
  4. How about when you enter in Olympiad match receive a message of the class of your opponent at the 5 seconds or in 1 second before entering. any idea of adding this?
  5. write this on L2ItemInstance.java if (Config.ENABLE_TRADE_AUGMENT) { return _item.isTradeable(); } return isAugmented() ? false : _item.isTradeable(); now go to Configs.java add this on // Custom public static boolean ENABLE_TRADE_AUGMENT; search for this ENABLE_OLYMPIAD = olympSettings.getProperty("EnableOlympiad", true); and above this add this one so should look like that +ENABLE_TRADE_AUGMENT = olympSettings.getProperty("EnableTradeAugment", true); ENABLE_OLYMPIAD = olympSettings.getProperty("EnableOlympiad", true); in config folder of your gameserver in olympiad config settings add this (* you can add this setting in whatever section you like even olympiad or not. This one is just an example) +#============================================== +# Enable Trade Augmention # +#============================================== +EnableTradeAugment = True + #============================================== # Olympiad Settings # #============================================== EnableOlympiad = true EnableOlympiadSpectating = true
  6. the links are dead some1 who can give me a link that works ?
  7. trusted & skilled developer , good luck with ur sales bro !
  8. Thank you ;)
×
×
  • Create New...