Jump to content

Rzeszut

Members
  • Posts

    254
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Rzeszut

  1. Ok sure i can make  enchant attribute on freya , epilogue only 1 element to one part armor :/ i dont no problem on compilation i look on file epilogue and Freya

    com.l2jserver.gameserver.model.elementals.java

    com.l2jserver.gameserver.model.item.l2item.java

    com.l2jserver.gameserver.model.item.instance.l2iteminstance.java

     

    and edit files and dont work on problem on compilation please help me

  2. [PL]no tak dodałem i nie działa :) i następne błędy

     

     

      [javac] Compiling 1555 source files to D:\SOURCE\trunk\Core\build\classes

        [javac] D:\SOURCE\trunk\Core\java\com\l2jserver\gameserver\communitybbs\Manager\RegionBBSManager.java:17: error: package gnu.trove.iterator does not exist

        [javac] import gnu.trove.iterator.TIntObjectIterator;

        [javac]                          ^

        [javac] D:\SOURCE\trunk\Core\java\com\l2jserver\gameserver\communitybbs\Manager\RegionBBSManager.java:31: error: cannot find symbol

        [javac] import com.l2jserver.gameserver.datatables.ClassListData;

        [javac]                                          ^

        [javac]  symbol:  class ClassListData

        [javac]  location: package com.l2jserver.gameserver.datatables

        [javac] D:\SOURCE\trunk\Core\java\com\l2jserver\gameserver\communitybbs\Manager\RegionBBSManager.java:32: error: cannot find symbol

        [javac] import com.l2jserver.gameserver.datatables.ExperienceTable;

        [javac]                                          ^

        [javac]  symbol:  class ExperienceTable

        [javac]  location: package com.l2jserver.gameserver.datatables

        [javac] D:\SOURCE\trunk\Core\java\com\l2jserver\Config.java:1456: error: cannot find symbol

        [javac] TOP_PLAYER_ROW_HEIGHT = Integer.parseInt(smartCB.getProperty("TopPlayerRowHeight", "19"));

        [javac] ^

        [javac]  symbol:  variable TOP_PLAYER_ROW_HEIGHT

        [javac]  location: class Config

        [javac] D:\SOURCE\trunk\Core\java\com\l2jserver\Config.java:1457: error: cannot find symbol

        [javac] TOP_PLAYER_RESULTS = Integer.parseInt(smartCB.getProperty("TopPlayerResults", "20"));

        [javac] ^

        [javac]  symbol:  variable TOP_PLAYER_RESULTS

        [javac]  location: class Config

        [javac] D:\SOURCE\trunk\Core\java\com\l2jserver\Config.java:1458: error: cannot find symbol

        [javac] RAID_LIST_ROW_HEIGHT = Integer.parseInt(smartCB.getProperty("RaidListRowHeight", "18"));

        [javac] ^

        [javac]  symbol:  variable RAID_LIST_ROW_HEIGHT

        [javac]  location: class Config

        [javac] D:\SOURCE\trunk\Core\java\com\l2jserver\Config.java:1459: error: cannot find symbol

        [javac] RAID_LIST_RESULTS = Integer.parseInt(smartCB.getProperty("RaidListResults", "20"));

        [javac] ^

        [javac]  symbol:  variable RAID_LIST_RESULTS

        [javac]  location: class Config

        [javac] D:\SOURCE\trunk\Core\java\com\l2jserver\Config.java:1460: error: cannot find symbol

        [javac] RAID_LIST_SORT_ASC = Boolean.parseBoolean(smartCB.getProperty("RaidListSortAsc", "True"));

        [javac] ^

        [javac]  symbol:  variable RAID_LIST_SORT_ASC

        [javac]  location: class Config

        [javac] D:\SOURCE\trunk\Core\java\com\l2jserver\Config.java:1461: error: cannot find symbol

        [javac] ALLOW_REAL_ONLINE_STATS = Boolean.parseBoolean(smartCB.getProperty("AllowRealOnlineStats", "True"));

        [javac] ^

        [javac]  symbol:  variable ALLOW_REAL_ONLINE_STATS

        [javac]  location: class Config

        [javac] D:\SOURCE\trunk\Core\java\com\l2jserver\gameserver\communitybbs\Manager\RegionBBSManager.java:135: error: cannot find symbol

        [javac] StringUtil.append(htmlCode, "<table border=0><tr><td>", player.getName(), " (", sex, " ", ClassListData.getInstance().getClass(player.getClassId()).getClientCode(), "):</td></tr>"

        [javac]                                                                                           ^

        [javac]  symbol:  variable ClassListData

        [javac]  location: class RegionBBSManager

        [javac] D:\SOURCE\trunk\Core\java\com\l2jserver\gameserver\communitybbs\Manager\RegionBBSManager.java:143: error: cannot find symbol

        [javac] if (player.getLevel() < (ExperienceTable.getInstance().getMaxLevel() - 1))

        [javac]                         ^

        [javac]  symbol:  variable ExperienceTable

        [javac]  location: class RegionBBSManager

        [javac] D:\SOURCE\trunk\Core\java\com\l2jserver\gameserver\communitybbs\Manager\RegionBBSManager.java:145: error: cannot find symbol

        [javac] nextLevelExp = ExperienceTable.getInstance().getExpForLevel(player.getLevel() + 1);

        [javac]               ^

        [javac]  symbol:  variable ExperienceTable

        [javac]  location: class RegionBBSManager

        [javac] D:\SOURCE\trunk\Core\java\com\l2jserver\gameserver\communitybbs\Manager\RegionBBSManager.java:240: error: method isSilenceMode in class L2PcInstance cannot be applied to given types;

        [javac] if (!receiver.isSilenceMode(activeChar.getObjectId()) && !BlockList.isBlocked(receiver, activeChar) )

        [javac]             ^

        [javac]  required: no arguments

        [javac]  found: int

        [javac]  reason: actual and formal argument lists differ in length

        [javac] D:\SOURCE\trunk\Core\java\com\l2jserver\gameserver\communitybbs\Manager\RegionBBSManager.java:285: error: cannot find symbol

        [javac] final TIntObjectIterator<L2PcInstance> it = L2World.getInstance().getAllPlayers().iterator();

        [javac]       ^

        [javac]  symbol:  class TIntObjectIterator

        [javac]  location: class RegionBBSManager

        [javac] D:\SOURCE\trunk\Core\java\com\l2jserver\gameserver\communitybbs\Manager\RegionBBSManager.java:285: error: cannot find symbol

        [javac] final TIntObjectIterator<L2PcInstance> it = L2World.getInstance().getAllPlayers().iterator();

        [javac]                                                                                 ^

        [javac]  symbol:  method iterator()

        [javac]  location: interface Map<Integer,L2PcInstance>

        [javac] D:\SOURCE\trunk\Core\java\com\l2jserver\gameserver\communitybbs\Manager\TopBBSManager.java:96: error: cannot find symbol

        [javac] if (Config.ALLOW_REAL_ONLINE_STATS)

        [javac]           ^

        [javac]  symbol:  variable ALLOW_REAL_ONLINE_STATS

        [javac]  location: class Config

        [javac] D:\SOURCE\trunk\Core\java\com\l2jserver\gameserver\communitybbs\Manager\TopBBSManager.java:162: error: cannot find symbol

        [javac] for (L2PcInstance onlinePlayer : L2World.getInstance().getAllPlayersArray())

        [javac]                                                       ^

        [javac]  symbol:  method getAllPlayersArray()

        [javac]  location: class L2World

        [javac] D:\SOURCE\trunk\Core\java\com\l2jserver\gameserver\communitybbs\RaidList.java:26: error: cannot find symbol

        [javac] if (Config.RAID_LIST_SORT_ASC)

        [javac]           ^

        [javac]  symbol:  variable RAID_LIST_SORT_ASC

        [javac]  location: class Config

        [javac] D:\SOURCE\trunk\Core\java\com\l2jserver\gameserver\communitybbs\RaidList.java:32: error: cannot find symbol

        [javac] stpoint += Config.RAID_LIST_RESULTS;

        [javac]                 ^

        [javac]  symbol:  variable RAID_LIST_RESULTS

        [javac]  location: class Config

        [javac] D:\SOURCE\trunk\Core\java\com\l2jserver\gameserver\communitybbs\RaidList.java:39: error: cannot find symbol

        [javac] PreparedStatement statement = con.prepareStatement("SELECT id, name, level FROM npc WHERE type='L2RaidBoss' AND EXISTS (SELECT * FROM raidboss_spawnlist WHERE raidboss_spawnlist.boss_id = npc.id) ORDER BY `level` " + sort + " Limit " + stpoint + ", " + Config.RAID_LIST_RESULTS);

        [javac]                                                                                                                                                                                                                                                                   ^

        [javac]  symbol:  variable RAID_LIST_RESULTS

        [javac]  location: class Config

        [javac] D:\SOURCE\trunk\Core\java\com\l2jserver\gameserver\communitybbs\RaidList.java:83: error: cannot find symbol

        [javac] _raidList.append("<table border=0 cellspacing=0 cellpadding=2 width=750 height="+Config.RAID_LIST_ROW_HEIGHT+">");

        [javac]                                                                                       ^

        [javac]  symbol:  variable RAID_LIST_ROW_HEIGHT

        [javac]  location: class Config

        [javac] D:\SOURCE\trunk\Core\java\com\l2jserver\gameserver\communitybbs\TopPlayers.java:56: error: cannot find symbol

        [javac] PreparedStatement statement = con.prepareStatement("SELECT SUM(chr.points), SUM(it.count), ch.char_name, ch.pkkills, ch.pvpkills, ch.onlinetime, ch.base_class, ch.online FROM characters ch LEFT JOIN character_raid_points chr ON ch.charId=chr.charId LEFT OUTER JOIN items it ON ch.charId=it.owner_id WHERE item_id=57 GROUP BY ch.charId ORDER BY " + sort + " DESC LIMIT " + Config.TOP_PLAYER_RESULTS);

        [javac]                                                                                                                                                                                                                                                                                                                                                                                           ^

        [javac]  symbol:  variable TOP_PLAYER_RESULTS

        [javac]  location: class Config

        [javac] D:\SOURCE\trunk\Core\java\com\l2jserver\gameserver\communitybbs\TopPlayers.java:100: error: cannot find symbol

        [javac] _topList.append("<table border=0 cellspacing=0 cellpadding=2 bgcolor=050505 height=" + Config.TOP_PLAYER_ROW_HEIGHT + "><tr><td FIXWIDTH=5></td>");

        [javac]                                                                                             ^

        [javac]  symbol:  variable TOP_PLAYER_ROW_HEIGHT

        [javac]  location: class Config

        [javac] 23 errors

     

  3. [PL] no to masz fajnie ja jednak mam błędy ;/

     

      [javac] Compiling 1549 source files to D:\SOURCE\trunk\Core\build\classes

        [javac] D:\SOURCE\trunk\Core\java\com\l2jserver\Config.java:1456: error: cannot find symbol

        [javac] TOP_PLAYER_ROW_HEIGHT = Integer.parseInt(smartCB.getProperty("TopPlayerRowHeight", "19"));

        [javac] ^

        [javac]  symbol:  variable TOP_PLAYER_ROW_HEIGHT

        [javac]  location: class Config

        [javac] D:\SOURCE\trunk\Core\java\com\l2jserver\Config.java:1457: error: cannot find symbol

        [javac] TOP_PLAYER_RESULTS = Integer.parseInt(smartCB.getProperty("TopPlayerResults", "20"));

        [javac] ^

        [javac]  symbol:  variable TOP_PLAYER_RESULTS

        [javac]  location: class Config

        [javac] D:\SOURCE\trunk\Core\java\com\l2jserver\Config.java:1458: error: cannot find symbol

        [javac] RAID_LIST_ROW_HEIGHT = Integer.parseInt(smartCB.getProperty("RaidListRowHeight", "18"));

        [javac] ^

        [javac]  symbol:  variable RAID_LIST_ROW_HEIGHT

        [javac]  location: class Config

        [javac] D:\SOURCE\trunk\Core\java\com\l2jserver\Config.java:1459: error: cannot find symbol

        [javac] RAID_LIST_RESULTS = Integer.parseInt(smartCB.getProperty("RaidListResults", "20"));

        [javac] ^

        [javac]  symbol:  variable RAID_LIST_RESULTS

        [javac]  location: class Config

        [javac] D:\SOURCE\trunk\Core\java\com\l2jserver\Config.java:1460: error: cannot find symbol

        [javac] RAID_LIST_SORT_ASC = Boolean.parseBoolean(smartCB.getProperty("RaidListSortAsc", "True"));

        [javac] ^

        [javac]  symbol:  variable RAID_LIST_SORT_ASC

        [javac]  location: class Config

        [javac] D:\SOURCE\trunk\Core\java\com\l2jserver\Config.java:1461: error: cannot find symbol

        [javac] ALLOW_REAL_ONLINE_STATS = Boolean.parseBoolean(smartCB.getProperty("AllowRealOnlineStats", "True"));

        [javac] ^

        [javac]  symbol:  variable ALLOW_REAL_ONLINE_STATS

        [javac]  location: class Config

        [javac] 6 errors

  4. I have problem on compilation

     

    [javac] Compiling 1549 source files to D:\SOURCE\trunk\Core\build\classes

        [javac] D:\SOURCE\trunk\Core\java\com\l2jserver\Config.java:1449: error: variable is is already defined in method load()

        [javac] try (InputStream is = new FileInputStream(smartcb))

        [javac]                 ^

        [javac] 1 error

     

    BUILD FAILED

    D:\SOURCE\trunk\Core\build.xml:59: Compile failed; see the compiler error output for details.

     

    Total time: 39 seconds

     

    This is my config file please help http://www.speedyshare.com/kdmzD/Config.java

  5. [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!"));

×
×
  • Create New...