Jump to content

Smart Community Board


Recommended Posts

[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

Link to comment
Share on other sites

[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

 

Link to comment
Share on other sites

[PL] Rzeszut jak tobie dziala to potpowiedz co ja zrobiem zle. W eclispe mam ok i server tez chodzi dobrze nie mam zadnych bledow. community server ustawilem dobrze bo laczy sie z gameserver, tylko jak wcisne alt+b mam napis 404: file notfound "index.htm"

Link to comment
Share on other sites

tylko jak wcisne alt+b mam napis 404: file notfound "index.htm"

 

[PL] Jak mówi error, brakuje Ci głównego pliku index.htm - dlatego Ci nic nie wyświetla bo nie ma co.

Więc dodaj ten plik do data\html\CommunityBoard [/PL]

Link to comment
Share on other sites

dude one suggestion, you should change something in TopPlayer.java, String adenas = getAdenas(result.getInt("SUM(it.count)")); to this String adenas = getAdenas(result.getLong("SUM(it.count)"));

and make this:

public String getAdenas(long adena)
{
	String adenas = "";
	if (adena >= 1000000000)
		adenas = Long.toString(adena / 1000000000) + " Billion " + Long.toString((adena % 1000000000) / 1000000) + " million";
	else
		adenas = Long.toString(adena / 1000000) + " Million " + Long.toString((adena % 1000000) / 1000) + " k";
	return adenas;
}

btw nice work!!

Link to comment
Share on other sites

  • SweeTs locked this topic
Guest
This topic is now closed to further replies.



  • Posts

    • Explore 99G's digital store (mysellix.io)Explore 99G's digital store (mysellix.io)Explore 99G's digital store (mysellix.io)Explore 99G's digital store (mysellix.io)Explore 99G's digital store (mysellix.io)Explore 99G's digital store (mysellix.io)Explore 99G's digital store (mysellix.io)Explore 99G's digital store (mysellix.io)Explore 99G's digital store (mysellix.io)Explore 99G's digital store (mysellix.io)Explore 99G's digital store (mysellix.io)Explore 99G's digital store (mysellix.io)Explore 99G's digital store (mysellix.io)Explore 99G's digital store (mysellix.io)Explore 99G's digital store (mysellix.io)Explore 99G's digital store (mysellix.io)Explore 99G's digital store (mysellix.io)Explore 99G's digital store (mysellix.io)Explore 99G's digital store (mysellix.io)Explore 99G's digital store (mysellix.io)Explore 99G's digital store (mysellix.io)Explore 99G's digital store (mysellix.io)Explore 99G's digital store (mysellix.io)Explore 99G's digital store (mysellix.io)Explore 99G's digital store (mysellix.io)Explore 99G's digital store (mysellix.io)Explore 99G's digital store (mysellix.io)Explore 99G's digital store (mysellix.io)Explore 99G's digital store (mysellix.io)Explore 99G's digital store (mysellix.io)Explore 99G's digital store (mysellix.io)
    • i get that.   Error on: C:\Users\Talha\Desktop\Server_enson\game\data\scripts\quests\263_KillAllSylphs1\__init__.py.error.log Line: -1 - Column: -1 Traceback (innermost last):   File "quests/263_KillAllSylphs1/__init__.py", line 104, in ? NameError: QUEST if u available i want to send teamviewer or anydesk  
    • remove this   # Check if the quest can be repeated         if not self.can_repeat(st):             remaining_time = self.get_time_remaining(st)             if remaining_time:                 htmltext = f"<html><body>You can repeat this quest after {remaining_time} passed!</body></html>  
    • Hello im looking for some cliker to spam like f1/f2 somthing like on lineage2 window on oficial live server 4game i heard some people have somthing like and works on all boxes and u can still do  somthing else on the pc ?
    • Christmas time! Discount 10% for thoses want to be Premium on latest stable ver. 2.97. free premium is 2.61 for thoses want to test. All links are on main post.
  • Topics

×
×
  • Create New...