DominiQue Posted December 30, 2009 Share Posted December 30, 2009 Find this in olympiad.java : protected void giveHeroBonus() { if (_heroesToBe.size() == 0) return; for (StatsSet hero : _heroesToBe) { int charId = hero.getInteger(CHAR_ID); StatsSet noble = _nobles.get(charId); int currentPoints = noble.getInteger(POINTS); currentPoints += 300; noble.set(POINTS, currentPoints); _nobles.remove(charId); _nobles.put(charId, noble); } } Actual points its 300 currentPoints += 300;,you can put how many you want :) CREDITS : V3ndetta[ME} Quote Link to comment Share on other sites More sharing options...
anarchx Posted February 15, 2010 Share Posted February 15, 2010 More info on this man.. What pack is this for?? And where to find this stuff..L2PcInstance?? Quote Link to comment Share on other sites More sharing options...
`Peter Posted March 5, 2010 Share Posted March 5, 2010 More info on this man.. What pack is this for?? And where to find this stuff..L2PcInstance?? Find this in olympiad.java : Quote Link to comment Share on other sites More sharing options...
`Rοmeο Posted March 5, 2010 Share Posted March 5, 2010 when I edit it to 400 for example only players that have 400 or more points will take hero ? Quote Link to comment Share on other sites More sharing options...
Alexi Posted March 7, 2010 Share Posted March 7, 2010 when I edit it to 400 for example only players that have 400 or more points will take hero ? No ,every player that becomes a hero will receive 400 nobless points instead of 300 as a reward Quote Link to comment Share on other sites More sharing options...
MiCroN™ Posted March 8, 2010 Share Posted March 8, 2010 Nice idea but i dont think its so useful Quote Link to comment Share on other sites More sharing options...
Lelouch Posted March 11, 2010 Share Posted March 11, 2010 I don't think that it is usefull... It's just my opinion :) Quote Link to comment Share on other sites More sharing options...
varens Posted March 11, 2010 Share Posted March 11, 2010 for what you want givemore points for hero if he have biggest number of points in class? that is good idea but i think that is not fer Quote Link to comment Share on other sites More sharing options...
brisioksss Posted August 18, 2010 Share Posted August 18, 2010 not useful, but keep sharing maby someone needs it :] Quote Link to comment Share on other sites More sharing options...
Matim Posted August 19, 2010 Share Posted August 19, 2010 not useful, but keep sharing maby someone needs it :] Do not bump old threads, its pointless. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.