Jump to content

Rzeszut

Members
  • Posts

    254
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Rzeszut

  1. I have problem on compilation this files , a have a Freya L2j Files

    [javac] D:\SOURCE\trunk\Core\java\com\l2jserver\gameserver\model\actor\instance\L2CrystalInstance.java:695: error: setReputationScore(int,boolean) has private access in L2Clan
        [javac] 				player.getClan().setReputationScore(player.getClan().getReputationScore() - price, true);   
        [javac] 				                ^
        [javac] D:\SOURCE\trunk\Core\java\com\l2jserver\gameserver\model\actor\instance\L2CrystalInstance.java:702: error: setReputationScore(int,boolean) has private access in L2Clan
        [javac] 				player.getClan().setReputationScore(player.getClan().getReputationScore() - price, true);   
        [javac] 				                ^
        [javac] 2 errors

     

    int current = _warningCount;
    			_warningCount = current + count;
    			player.getClan().setReputationScore(player.getClan().getReputationScore() - price, true);   
    			player.sendPacket(new CreatureSay(0, Say2.PARTY, "Crystal", "Successfully purchased " + count + " warnings!"));
    		}
    		else if (abilitiId == 2)
    		{
    			int current = _defenceSpawnCount;
    			_defenceSpawnCount = current + count;
    			player.getClan().setReputationScore(player.getClan().getReputationScore() - price, true);   
    			player.sendPacket(new CreatureSay(0, Say2.PARTY, "Crystal", "Successfully purchased " + count + " Defence Abilities!"));

  2. Hi, how can I change the statistics class, on my test server, eg 12k gladiator hits the skill, how to change it, the same class trickster, please help in that I do not know yet how to edit it and really want to learn and to oscillate the same as the server, please help clear also to be able to edit other classes, I also have a problem mhm well, on my machine is a time of 6:00 pm in the game is different, Olympiada not want to enter for how to change it please help. Thank you very much for your help and sorry for the rather weak English

  3. Hello my olympiad dont work , on game communicat Olympiad Games progress is not curently , dont open oly at 6pm please help me

    # ---------------------------------------------------------------------------
    # Olympiad Settings
    # ---------------------------------------------------------------------------
    # The defaults are set to be retail-like.
    # If you modify any of these settings your server will deviate from being retail-like.
    # Warning:
    # Please take extreme caution when changing anything.
    # Also please understand what you are changing before you do so on a live server.
    # ---------------------------------------------------------------------------
    # Olympiad Start Time in Military hours Default 6pm (18)
    # Default: 18
    AltOlyStartTime = 18
    
    # Olympiad Start Time for Min's, Default 00 so at the start of the hour.
    # Default: 00
    AltOlyMin = 00
    
    # Olympiad End Period Date - day(s) of month
    # (e.g. 1 would mean oly period ends every 1st day of month)
    # (e.g. 1,15 would mean oly period ends every 1st and 15th day of month)
    # <b><font color=red>CAUTION: You should set the AltOlyWPeriod and AltOlyVPeriod according to the changes done here!</font></b>
    # Default: 1
    #AltOlyEndDate = 1,8,15,22
    AltOlyEndDate = 1,15
    
    # Olympiad End Period Time - in format hh:mm:ss (24 hours format)
    # Default: 12:00:00
    AltOlyEndHour = 12:00:00
    
    # Olympiad Competition Period, Default 6 hours.
    # (If set different, should be increment by 10mins)
    # Default: 21600000
    #AltOlyCPeriod = 21600000
    AltOlyCPeriod = 3600000
    
    # Olympiad Battle Period, Default 6 minutes.
    # Default: 360000
    AltOlyBattle = 180000
    
    # Olympiad Weekly Period, Default 1 week
    # Used for adding points to nobles
    # Default: 604800000
    AltOlyWPeriod = 604800000
    
    # Olympiad Validation Period, Default 24 Hours.
    # Default: 86400000
    AltOlyVPeriod = 86400000
    
    # Points for reaching Noblesse for the first time
    # Default: 18
    AltOlyStartPoints = 18
    
    # Points every week
    # Default: 3
    AltOlyWeeklyPoints = 3
    
    # Required number of participants for the class based games
    # Default: 5
    AltOlyClassedParticipants = 2
    
    # Required number of participants for the non-class based games
    # Default: 9
    AltOlyNonClassedParticipants = 2
    
    # Required number of participants for the 3x3 teams games
    # Default: 9
    AltOlyTeamsParticipants = 6
    
    # Number used for displaying amount of registered participants, messages "Fewer than ..." or "More than ...".
    # 0 for displaying digits instead of text phrase (old style).
    # Default: 100
    AltOlyRegistrationDisplayNumber = 100
    
    # Reward for the class based games
    # Format: itemId1,itemNum1;itemId2,itemNum2...
    # Default: 13722,50
    AltOlyClassedReward = 13722,25
    
    # Reward for the non-class based games
    # Format: itemId1,itemNum1;itemId2,itemNum2...

×
×
  • Create New...