Jump to content

Recommended Posts

Posted
22 hours ago, anakinl2 said:

how do I get the bots to catch the target of the player / pk / flag /

You code it

Posted (edited)
Quote

 

Hey man , sorry for my bad english , i have some questions , this engine work too for L2 high five server ?? exactly i got the free pack L2mythras from here and i want add too your engine on my server , its that posible ? maybe can you make a short video how to do with eclipse ...? how to import your engine in my source from server please ? thanks very much  !

Edited by Prostyle1990
sorry im new on forum i dint know first time how to add quete :P
  • 3 months later...
  • 2 months later...
  • 4 weeks later...
Posted (edited)

how can i fix this?






Buildfile: C:\Users\Administrator\Desktop\SOURCE\aCis_gameserver\build.xml
clean:
   [delete] Deleting directory C:\Users\Administrator\Desktop\SOURCE\aCis_gameserver\build
checkRequirements:
     [echo] Verification of your JDK version.
init:
    [mkdir] Created dir: C:\Users\Administrator\Desktop\SOURCE\aCis_gameserver\build
    [mkdir] Created dir: C:\Users\Administrator\Desktop\SOURCE\aCis_gameserver\build\classes
    [mkdir] Created dir: C:\Users\Administrator\Desktop\SOURCE\aCis_gameserver\build\dist
    [mkdir] Created dir: C:\Users\Administrator\Desktop\SOURCE\aCis_gameserver\build\dist\login
    [mkdir] Created dir: C:\Users\Administrator\Desktop\SOURCE\aCis_gameserver\build\dist\gameserver
compile:
    [javac] Compiling 1675 source files to C:\Users\Administrator\Desktop\SOURCE\aCis_gameserver\build\classes
    [javac] C:\Users\Administrator\Desktop\SOURCE\aCis_gameserver\java\net\sf\l2j\gameserver\model\actor\instance\Player.java:3: error: package com.elfocrash.roboto does not exist
    [javac] import com.elfocrash.roboto.FakePlayer;
    [javac]                            ^
    [javac] C:\Users\Administrator\Desktop\SOURCE\aCis_gameserver\java\net\sf\l2j\gameserver\model\actor\instance\Player.java:252: error: cannot find symbol
    [javac]     private FakePlayer _fakePlayerUnderControl = null;
    [javac]             ^
    [javac]   symbol:   class FakePlayer
    [javac]   location: class Player
    [javac] C:\Users\Administrator\Desktop\SOURCE\aCis_gameserver\java\net\sf\l2j\gameserver\model\actor\instance\Player.java:258: error: cannot find symbol
    [javac]     public FakePlayer getPlayerUnderControl() {
    [javac]            ^
    [javac]   symbol:   class FakePlayer
    [javac]   location: class Player
    [javac] C:\Users\Administrator\Desktop\SOURCE\aCis_gameserver\java\net\sf\l2j\gameserver\model\actor\instance\Player.java:262: error: cannot find symbol
    [javac]     public void setPlayerUnderControl(FakePlayer fakePlayer) {
    [javac]                                       ^
    [javac]   symbol:   class FakePlayer
    [javac]   location: class Player
    [javac] C:\Users\Administrator\Desktop\SOURCE\aCis_gameserver\java\net\sf\l2j\gameserver\GameServer.java:3: error: package com.elfocrash.roboto does not exist
    [javac] import com.elfocrash.roboto.FakePlayerManager;
    [javac]                            ^
    [javac] C:\Users\Administrator\Desktop\SOURCE\aCis_gameserver\java\net\sf\l2j\gameserver\handler\AdminCommandHandler.java:3: error: package com.elfocrash.roboto.admincommands does not exist
    [javac] import com.elfocrash.roboto.admincommands.AdminFakePlayers;
    [javac]                                          ^
    [javac] C:\Users\Administrator\Desktop\SOURCE\aCis_gameserver\java\net\sf\l2j\gameserver\handler\AdminCommandHandler.java:107: error: cannot find symbol
    [javac]     private void registerAdminCommandHandler(AdminFakePlayers adminFakePlayers)
    [javac]                                              ^
    [javac]   symbol:   class AdminFakePlayers
    [javac]   location: class AdminCommandHandler
    [javac] C:\Users\Administrator\Desktop\SOURCE\aCis_gameserver\java\net\sf\l2j\gameserver\handler\chathandlers\ChatTell.java:3: error: package com.elfocrash.roboto does not exist
    [javac] import com.elfocrash.roboto.FakePlayer;
    [javac]                            ^
    [javac] C:\Users\Administrator\Desktop\SOURCE\aCis_gameserver\java\net\sf\l2j\gameserver\network\clientpackets\MoveBackwardToLocation.java:3: error: package com.elfocrash.roboto does not exist
    [javac] import com.elfocrash.roboto.FakePlayer;
    [javac]                            ^
    [javac] C:\Users\Administrator\Desktop\SOURCE\aCis_gameserver\java\net\sf\l2j\gameserver\GameServer.java:269: error: package FakePlayerManager does not exist
    [javac]         FakePlayerManager.INSTANCE.initialise();
    [javac]                          ^
    [javac] C:\Users\Administrator\Desktop\SOURCE\aCis_gameserver\java\net\sf\l2j\gameserver\handler\AdminCommandHandler.java:101: error: cannot find symbol
    [javac]         registerAdminCommandHandler(new AdminFakePlayers());
    [javac]                                         ^
    [javac]   symbol:   class AdminFakePlayers
    [javac]   location: class AdminCommandHandler
    [javac] C:\Users\Administrator\Desktop\SOURCE\aCis_gameserver\java\net\sf\l2j\gameserver\handler\chathandlers\ChatTell.java:26: error: cannot find symbol
    [javac]         if (receiver == null || receiver.getClient().isDetached() && !(receiver instanceof FakePlayer))
    [javac]                                                                                            ^
    [javac]   symbol:   class FakePlayer
    [javac]   location: class ChatTell
    [javac] C:\Users\Administrator\Desktop\SOURCE\aCis_gameserver\java\net\sf\l2j\gameserver\network\clientpackets\MoveBackwardToLocation.java:93: error: cannot find symbol
    [javac]             FakePlayer fakePlayer = activeChar.getPlayerUnderControl();
    [javac]             ^
    [javac]   symbol:   class FakePlayer
    [javac]   location: class MoveBackwardToLocation
    [javac] 13 errors

BUILD FAILED
C:\Users\Administrator\Desktop\SOURCE\aCis_gameserver\build.xml:90: Compile failed; see the compiler error output for details.

Total time: 10 seconds

Edited by PaRaNoiC*
Posted
8 hours ago, edusz93 said:

Name with black color, how do you leave it white? :/
aCis 374.  

 

You must check (net.sf.l2j.gameserver.network.serverpackets) CharInfo.java / UserInfo.java

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



  • Posts

    • L2GOLD LEGACY x45 THE ORIGINAL GOLD-STYLE EXPERIENCE Official L2OFF PTS • Chronicle C4 / Interlude • Long-Term Server GRAND OPENING 28 AUGUST 2026 WEBSITE SERVER INFO DOWNLOAD DISCORD OLD GOLD ORIGINAL THE LEGEND RETURNS L2Gold Legacy brings back the authentic Gold-style x45 experience on official L2OFF PTS files with custom systems, balanced progression, competitive PvP and a carefully protected long-term economy. NO WIPES — KEEP YOUR PROGRESS FOREVER SERVER INFORMATION SERVER CHARACTERISTICS EXP / SP x45 ADENA x1 DROP x1 SPOIL x1 RAID BOSS DROP x1 PLATFORM L2OFF PTS Custom Drop & Spoil rates can be checked directly in-game with SHIFT + CLICK on NPCs. GAMEPLAY MAIN FEATURES GAMEPLAY • Auto-learn Skills • Automatic Monster Loot • Shift + Click Droplist • Unlimited Offline Shop • 80 Inventory Slots • Weight Limit Disabled • Maximum 3 Clients per PC • Manual Raid / Epic Loot • Official L2OFF PTS Files PLAYER FRIENDLY • NPC Buffer • 27 Buff Slots • 2 Hour Buff Duration • Mana Potion restores 500 MP • No Mana Potion Cooldown • FREE 1st Profession • FREE 2nd Profession • 3rd Profession: 500,000 Adena • Solo & Party Friendly CLANS • Maximum 45 Clan Members • Maximum 2 Clans per Alliance • Clan Penalty: 1 Hour • Clan Skills for All Members • Castle Sieges • 9 Available Clan Halls PROGRESSION • Rebirth System • Noblesse Progression • Custom Tattoos • Daily Missions • Mining System • Custom Gold Equipment • S-Grade Weapons • Long-Term Economy RAID CONTENT RAID BOSSES & EPIC BOSSES Progressive boss loot, PvP-oriented encounters and controlled progression designed to protect the economy. BAIUM ANTHARAS VALAKAS EPIC BOSS SCHEDULE SERVER TIME — GMT+3 DAY BOSS TIME Monday Core 20:00 Monday Orfen 22:30 Tuesday Zaken 22:30 Wednesday Queen Ant 22:30 Thursday Antharas 22:30 Friday Baium 22:30 Saturday Valakas 22:30 Sunday Frintezza 22:30 CUSTOM EQUIPMENT S-GRADE & L2GOLD GEAR Custom weapons, shields and jewelry are an important part of L2Gold's long-term progression. Draconic Bow Guidance / Focus Angel Slayer Critical Damage / Haste Arcana Mace Acumen / Mana Up Heaven's Divider Haste / Health / Focus S-GRADE WEAPON PRICE 300 Fire Mantras + 1,000,000 Adena Available from Wilbrand, Mantra Manager at Giran Harbor. COMPETITIVE PVP OLYMPIAD CYCLE 7 DAYS WEAPON ENCHANT MAX +21 ARMOR ENCHANT MAX +8 Wednesday 21:00–22:00   •   Friday 21:00–22:00   •   Sunday 21:00–22:00 S-GRADE EQUIPMENT IS FORBIDDEN DAILY & WEEKEND CONTENT EVENTS CAPTURE THE FLAG 50 vs 50 competitive CTF battles. HIGH RATE EVENT Weekend farming and progression event. MINING EVENT Collect Minerals and earn special rewards. Death Match • Bandit Stronghold • TvT • Gold Arena 1v1–9v9 Korean Event • CTF • High Rate • Mining • Piggy • Squash • Discord Events TRANSPARENCY REAL-TIME SERVER STATISTICS Players can verify clans, characters, bosses, items, Olympiad, castles, Gold Weapons and the server economy. NO HIDDEN DROPS • NO SHADOW EDITS • FULL TRANSPARENCY L2GOLD LEGACY x45 • L2OFF PTS • NO WIPES 28 AUGUST 2026 The Original Gold-Style Experience Returns.   PLAY L2GOLD JOIN DISCORD   Website: https://l2gold.co Server Info: https://l2gold.co/server-info.php Discord: discord.com/invite/CBSqxqkhy2
    • Hello my wanna be designer....I see that u are still the same dumb kid u were before some years,takeing some brushes adding soem letters and call it design..Sad that u body might have grown up but ur wanna be brain is still the same shit.... No hard feelings,happens.   Cheers
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..