Jump to content

Recommended Posts

Posted

[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

Posted

[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

 

Posted

[PL] okej okej ja ci dam moje source na pm ok i sobie sprawdzisz nie ma problemów nie mam nic do ukrycia a dostałem ten kod od znajomego dev serwer na tym działał

Posted

[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"

Posted

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]

Posted

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!!

Guest
This topic is now closed to further replies.



  • Posts

    • me ayudas a montar ese pack por que no entiendo tanto es para tener de prueba
    • GX-C4 pack, its ok...just used it.
    • This post originally appeared on MmoGah. Arena Breakout: Infinite is a hardcore tactical extraction shooter that demands precision, patience, and strategy. This guide will walk you through everything a beginner needs to know—from gear and combat to survival and extraction.     What Is Arena Breakout: Infinite? Arena Breakout: Infinite (ABI) is a free-to-play online extraction shooter developed by MoreFun Studios and released on Steam in September 2025. Unlike traditional battle royales, ABI focuses on risk vs. reward rather than being the last one standing. Players enter instanced maps called "raids," where they must scavenge loot, survive enemy encounters, and extract safely.   Core Gameplay Mechanics 1. Raids and Extraction Each raid features 4–6 teams (solo or squad) dropped into a map. The goal is to loot valuable items and extract through designated points. Extraction is not exclusive—multiple teams can leave the map alive. 2. PvPvE Combat You'll face both human players and AI enemies. AI can be unpredictable and deadly, especially in high-tier zones. 3. No Hand-Holding ABI offers no tutorials or guidance. You learn by dying—and surviving.   Gear and Loadouts 1. Choose Wisely Your gear determines your survivability. Armor, helmets, and medical supplies are essential. Weapons vary in recoil, damage, and handling. Start with low-cost rifles like the AKS-74U or MP5. 2. Insurance System You can insure gear to recover it if you die and it isn't looted. Use insurance for expensive items, but don't rely on it blindly. 3. Backpacks and Storage Larger backpacks allow more loot but make you a bigger target. Organize your inventory to quickly access meds and ammo during combat.   Tactical Tips for Beginners 1. Know What to Loot Prioritize high-value items like weapon parts, medical kits, and rare electronics. Learn loot hotspots on each map—warehouses, bunkers, and military zones often yield better gear. 2. Sound Is Everything Footsteps, gunfire, and reloads are loud. Use headphones and move cautiously. Crouch-walking and slow peeking reduce noise and improve stealth. 3. Map Knowledge Study maps offline or in low-risk raids. Learn extraction points, choke zones, and sniper nests. 4. Stamina Management Sprinting drains stamina, which affects aim and movement. Rest in safe zones and avoid overexertion during firefights.   Combat and Survival 1. Engage Smartly Don't chase kills—survival and extraction are the real goals. Use cover, lean mechanics, and suppressive fire to control fights. 2. Healing and Damage ABI features a detailed health system: limbs can be fractured, bleeding, or disabled. Carry splints, bandages, and painkillers. Know how to treat each condition. 3. Death Is a Lesson You will die—a lot. Use each death to learn positioning, gear value, and enemy behavior.   Progression and Economy 1. Free-to-Play Friendly ABI is generous with starter gear and daily rewards. You can earn the currency Arena Breakout: Infinite Koens through successful raids and selling loot. 2. Marketplace Trade gear with other players or sell to vendors. Prices fluctuate—learn market trends to maximize profit. 3. No Skill Trees Unlike similar games, ABI doesn't use operator skills. Progression is gear-based and tactical, not RPG-style.   Settings and Optimization 1. Graphics and Performance Lower shadows and post-processing for better visibility. Use high FPS settings for smoother combat. 2. Keybinds Customize controls for quick access to healing, leaning, and inventory. Practice muscle memory in offline raids. 3. Audio Settings Maximize footstep and gunfire volume. Reduce ambient noise to focus on threats.   Beginner Loadout Recommendation Slot Item Notes Primary Gun AKS-74U or MP5 Low recoil, easy to handle Secondary Pistol (optional) Backup for emergencies Armor Basic Vest Better than nothing Helmet Light Helmet Protects against headshots Backpack Medium Balance between space and size Meds Bandages, Splints Treat bleeding and fractures Ammo 2–3 extra mags Always reload before fights         Final Advice for New Players Start slow: Don't rush into high-tier zones. Learn the basics in low-risk areas. Play with friends: Squad play improves survival and makes learning easier. Watch and learn: Study streamers and guides to understand advanced tactics. Don't hoard: Use your gear. Hoarding leads to stagnation and fear of loss. Extract often: Surviving and extracting builds confidence and resources. Arena Breakout: Infinite is brutal, but deeply rewarding. With patience and practice, you'll evolve from a terrified scavenger to a confident operator. Every raid is a story—make yours one of survival and triumph.
    • Hola , quería montar un c4 off l2 no custom , me podrían recomendar datapacks y que funcione con windows servers modernos o en una máquina virtual , ya que no tengo plat para comprar y solo lo usare para jugar solo ya que soy un fanático del c4  
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock