Jump to content

Recommended Posts

Posted

share ekatomirria fores alla den pirazi ftanei p prospa8ises kai ekanes to share arkei pote den vlaptei apla an kanate share kapia pragmata p den itan toses polles fores shared tha itan kalitera gia to forum

Posted

poli oreo kai analitiko kai to katalabenis efkola boris na to kanis kai kalitero alla einai kalo

 

tr gia to 8ema me ta bot.. nai bori na kani  bot.. ti 8a kerdisi=tpt(bori na to 8eli toso poli pou nomizontas oti to lei ka8e tris kai ligo na toy dosoune +1)

bori kapios allos pou 8eli na katastrepsi afto to topic na kani bot..ti 8a kerdisi=lock to topic..

ego omos dn boro na apokliso kapio gia afto afino na kani kapio elexo o maxtor pistebo exi ton tropo (olla afta pou ipa parapano einai mono k mono i apopsimoy xoris na 8elo na brisko kapion i kati tetio)

Posted

File m polu kalo guide.Sinexeise etsi

Edit:an den eisoun esy  akoma 8a rotousa ti itan java code 0aax0x0xa0ax

Kali doulia file Mpravo s.....

hahaha thx :D
Posted

re file dn katalabenw ti kanw edw dn mporo na to bro

 

 

@@ -294,6 +321,4 @@

            else

                subclasses.removeAll(EnumSet.of(femaleSoulbreaker));

-            if (player.getTotalSubClasses() < 2)

-              subclasses.removeAll(EnumSet.of(inspector));

          }

      }

Posted

re file dn katalabenw ti kanw edw dn mporo na to bro

 

 

@@ -294,6 +321,4 @@

            else

                subclasses.removeAll(EnumSet.of(femaleSoulbreaker));

-            if (player.getTotalSubClasses() < 2)

-              subclasses.removeAll(EnumSet.of(inspector));

          }

      }

το @@ -294,6 +321,4 @@ λέει τη σειρά που θα ψάξεις αν δε βρεις τον code αν και δε χρησιμεύει όπως λέω διότι εσύ με προσθήκη/αφαίρεση code να αλλάξει. Οπότε έχει μπροστά από 2 σειρές (-) άρα πατάς contol + f κάνεις αναζήτηση if (player.getTotalSubClasses() < 2) ή subclasses.removeAll(EnumSet.of(inspector)); και τις διαγράφεις
Posted

file m ok me auto p les

 

tora exw ena alo problima kanw BUILD kai bgazi failed sto

 

C:\workspace\L2_GameServer_It\java\net\sf\l2j\gameserver\model\base\PlayerClass.java

 

xrisimopio ta dika sou snv

 

kita ligw ti exw la8os ama mporhs Gt eimai entelos asxetos apo java

 

*

* $Header: PlayerClass.java, 24/11/2005 12:56:01 luisantonioa Exp $

*

* $Author: luisantonioa $

* $Date: 24/11/2005 12:56:01 $

* $Revision: 1 $

* $Log: PlayerClass.java,v $

* Revision 1  24/11/2005 12:56:01  luisantonioa

* Added copyright notice

*

*

* This program is free software; you can redistribute it and/or modify

* it under the terms of the GNU General Public License as published by

* the Free Software Foundation; either version 2, or (at your option)

* any later version.

*

* This program is distributed in the hope that it will be useful,

* but WITHOUT ANY WARRANTY; without even the implied warranty of

* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

* GNU General Public License for more details.

*

* You should have received a copy of the GNU General Public License

* along with this program; if not, write to the Free Software

* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA

* 02111-1307, USA.

*

* http://www.gnu.org/copyleft/gpl.html

*/

package net.sf.l2j.gameserver.model.base;

 

import static net.sf.l2j.gameserver.model.base.ClassLevel.First;

import static net.sf.l2j.gameserver.model.base.ClassLevel.Fourth;

import static net.sf.l2j.gameserver.model.base.ClassLevel.Second;

import static net.sf.l2j.gameserver.model.base.ClassLevel.Third;

import static net.sf.l2j.gameserver.model.base.ClassType.Fighter;

import static net.sf.l2j.gameserver.model.base.ClassType.Mystic;

import static net.sf.l2j.gameserver.model.base.ClassType.Priest;

import static net.sf.l2j.gameserver.model.base.PlayerRace.DarkElf;

import static net.sf.l2j.gameserver.model.base.PlayerRace.Dwarf;

import static net.sf.l2j.gameserver.model.base.PlayerRace.Human;

import static net.sf.l2j.gameserver.model.base.PlayerRace.LightElf;

import static net.sf.l2j.gameserver.model.base.PlayerRace.Orc;

 

import java.util.EnumMap;

import java.util.EnumSet;

import java.util.Set;

 

/**

* This class ...

*

* @version $Revision: 1.2 $ $Date: 2004/06/27 08:12:59 $

*/

public enum PlayerClass {

    HumanFighter(Human, Fighter, First), Warrior(Human, Fighter, Second), Gladiator(Human, Fighter,

            Third), Warlord(Human, Fighter, Third), HumanKnight(Human, Fighter, Second), Paladin(Human,

            Fighter, Third), DarkAvenger(Human, Fighter, Third), Rogue(Human, Fighter, Second), TreasureHunter(

            Human, Fighter, Third), Hawkeye(Human, Fighter, Third), HumanMystic(Human, Mystic, First), HumanWizard(

            Human, Mystic, Second), Sorceror(Human, Mystic, Third), Necromancer(Human, Mystic, Third), Warlock(

            Human, Mystic, Third), Cleric(Human, Priest, Second), Bishop(Human, Priest, Third), Prophet(

            Human, Priest, Third),

 

    ElvenFighter(LightElf, Fighter, First), ElvenKnight(LightElf, Fighter, Second), TempleKnight(

            LightElf, Fighter, Third), Swordsinger(LightElf, Fighter, Third), ElvenScout(LightElf,

            Fighter, Second), Plainswalker(LightElf, Fighter, Third), SilverRanger(LightElf, Fighter,

            Third), ElvenMystic(LightElf, Mystic, First), ElvenWizard(LightElf, Mystic, Second), Spellsinger(

            LightElf, Mystic, Third), ElementalSummoner(LightElf, Mystic, Third), ElvenOracle(LightElf,

            Priest, Second), ElvenElder(LightElf, Priest, Third),

 

    DarkElvenFighter(DarkElf, Fighter, First), PalusKnight(DarkElf, Fighter, Second), ShillienKnight(

            DarkElf, Fighter, Third), Bladedancer(DarkElf, Fighter, Third), Assassin(DarkElf, Fighter,

            Second), AbyssWalker(DarkElf, Fighter, Third), PhantomRanger(DarkElf, Fighter, Third), DarkElvenMystic(

            DarkElf, Mystic, First), DarkElvenWizard(DarkElf, Mystic, Second), Spellhowler(DarkElf,

            Mystic, Third), PhantomSummoner(DarkElf, Mystic, Third), ShillienOracle(DarkElf, Priest,

            Second), ShillienElder(DarkElf, Priest, Third),

 

    OrcFighter(Orc, Fighter, First), OrcRaider(Orc, Fighter, Second), Destroyer(Orc, Fighter, Third), OrcMonk(

            Orc, Fighter, Second), Tyrant(Orc, Fighter, Third), OrcMystic(Orc, Mystic, First), OrcShaman(

            Orc, Mystic, Second), Overlord(Orc, Mystic, Third), Warcryer(Orc, Mystic, Third),

 

    DwarvenFighter(Dwarf, Fighter, First), DwarvenScavenger(Dwarf, Fighter, Second), BountyHunter(Dwarf,

            Fighter, Third), DwarvenArtisan(Dwarf, Fighter, Second), Warsmith(Dwarf, Fighter, Third),

 

    dummyEntry1(null, null, null), dummyEntry2(null, null, null), dummyEntry3(null, null, null), dummyEntry4(

            null, null, null), dummyEntry5(null, null, null), dummyEntry6(null, null, null), dummyEntry7(

            null, null, null), dummyEntry8(null, null, null), dummyEntry9(null, null, null), dummyEntry10(

            null, null, null), dummyEntry11(null, null, null), dummyEntry12(null, null, null), dummyEntry13(

            null, null, null), dummyEntry14(null, null, null), dummyEntry15(null, null, null), dummyEntry16(

            null, null, null), dummyEntry17(null, null, null), dummyEntry18(null, null, null), dummyEntry19(

            null, null, null), dummyEntry20(null, null, null), dummyEntry21(null, null, null), dummyEntry22(

            null, null, null), dummyEntry23(null, null, null), dummyEntry24(null, null, null), dummyEntry25(

            null, null, null), dummyEntry26(null, null, null), dummyEntry27(null, null, null), dummyEntry28(

            null, null, null), dummyEntry29(null, null, null), dummyEntry30(null, null, null),

 

    /*

     * (3rd classes)

     */

    duelist(Human, Fighter, Fourth), dreadnought(Human, Fighter, Fourth), phoenixKnight(Human, Fighter,

            Fourth), hellKnight(Human, Fighter, Fourth), sagittarius(Human, Fighter, Fourth), adventurer(

            Human, Fighter, Fourth), archmage(Human, Mystic, Fourth), soultaker(Human, Mystic, Fourth), arcanaLord(

            Human, Mystic, Fourth), cardinal(Human, Mystic, Fourth), hierophant(Human, Mystic, Fourth),

 

    evaTemplar(LightElf, Fighter, Fourth), swordMuse(LightElf, Fighter, Fourth), windRider(LightElf,

            Fighter, Fourth), moonlightSentinel(LightElf, Fighter, Fourth), mysticMuse(LightElf, Mystic,

            Fourth), elementalMaster(LightElf, Mystic, Fourth), evaSaint(LightElf, Mystic, Fourth),

 

    shillienTemplar(DarkElf, Fighter, Fourth), spectralDancer(DarkElf, Fighter, Fourth), ghostHunter(

            DarkElf, Fighter, Fourth), ghostSentinel(DarkElf, Fighter, Fourth), stormScreamer(DarkElf,

            Mystic, Fourth), spectralMaster(DarkElf, Mystic, Fourth), shillienSaint(DarkElf, Mystic,

            Fourth),

 

    titan(Orc, Fighter, Fourth), grandKhauatari(Orc, Fighter, Fourth), dominator(Orc, Mystic, Fourth), doomcryer(

            Orc, Mystic, Fourth),

 

    fortuneSeeker(Dwarf, Fighter, Fourth), maestro(Dwarf, Fighter, Fourth);

 

    private PlayerRace _race;

    private ClassLevel _level;

    private ClassType _type;

 

    private static final Set<PlayerClass> mainSubclassSet;

 

    private static final Set<PlayerClass> subclasseSet1 = EnumSet.of(DarkAvenger, Paladin, TempleKnight,

                                                                     ShillienKnight);

    private static final Set<PlayerClass> subclasseSet2 = EnumSet.of(TreasureHunter, AbyssWalker,

                                                                     Plainswalker);

    private static final Set<PlayerClass> subclasseSet3 = EnumSet.of(Hawkeye, SilverRanger,

                                                                     PhantomRanger);

    private static final Set<PlayerClass> subclasseSet4 = EnumSet.of(Warlock, ElementalSummoner,

                                                                     PhantomSummoner);

    private static final Set<PlayerClass> subclasseSet5 = EnumSet.of(Sorceror, Spellsinger, Spellhowler);

 

    private static final EnumMap<PlayerClass, Set<PlayerClass>> subclassSetMap = new EnumMap<PlayerClass, Set<PlayerClass>>(

                                                                                                                            PlayerClass.class);

 

    static

    {

        Set<PlayerClass> subclasses = getSet(null, Third);

        subclasses.removeAll(neverSubclassed);

 

        mainSubclassSet = subclasses;

 

        subclassSetMap.put(DarkAvenger, subclasseSet1);

        subclassSetMap.put(Paladin, subclasseSet1);

        subclassSetMap.put(TempleKnight, subclasseSet1);

        subclassSetMap.put(ShillienKnight, subclasseSet1);

 

        subclassSetMap.put(TreasureHunter, subclasseSet2);

        subclassSetMap.put(AbyssWalker, subclasseSet2);

        subclassSetMap.put(Plainswalker, subclasseSet2);

 

        subclassSetMap.put(Hawkeye, subclasseSet3);

        subclassSetMap.put(SilverRanger, subclasseSet3);

        subclassSetMap.put(PhantomRanger, subclasseSet3);

 

        subclassSetMap.put(Warlock, subclasseSet4);

        subclassSetMap.put(ElementalSummoner, subclasseSet4);

        subclassSetMap.put(PhantomSummoner, subclasseSet4);

 

        subclassSetMap.put(Sorceror, subclasseSet5);

        subclassSetMap.put(Spellsinger, subclasseSet5);

        subclassSetMap.put(Spellhowler, subclasseSet5);

    }

 

    PlayerClass(PlayerRace pRace, ClassType pType, ClassLevel pLevel)

    {

        _race = pRace;

        _level = pLevel;

        _type = pType;

    }

 

    public final Set<PlayerClass> getAvailableSubclasses()

    {

        Set<PlayerClass> subclasses = null;

 

        if (_level == Third)

        {

            subclasses = EnumSet.copyOf(mainSubclassSet);

 

            subclasses.removeAll(neverSubclassed);

            subclasses.remove(this);

 

            switch (_race)

            {

              case Human:

                 subclasses.removeAll(getSet(_race), Third));

                 break;

              case DarkElf:

                 subclasses.removeAll(getSet(_race), Third));

                 subclasses.removeAll(getSet(_race), Third));

                 break;

              case Orc:

                 subclasses.removeAll(getSet(_race), Third));

                 break;

              case Dwarf:

                 subclasses.removeAll(getSet(_race), Third));

                  break;

            }

 

        return subclasses;

    }

 

    public static final EnumSet<PlayerClass> getSet(PlayerRace race, ClassLevel level)

    {

        EnumSet<PlayerClass> allOf = EnumSet.noneOf(PlayerClass.class);

 

        for (PlayerClass playerClass : EnumSet.allOf(PlayerClass.class))

        {

            if (race == null || playerClass.isOfRace(race))

            {

                if (level == null || playerClass.isOfLevel(level))

                {

                    allOf.add(playerClass);

                }

            }

        }

 

        return allOf;

    }

 

    public final boolean isOfRace(PlayerRace pRace)

    {

        return _race == pRace;

    }

 

    public final boolean isOfType(ClassType pType)

    {

        return _type == pType;

    }

 

    public final boolean isOfLevel(ClassLevel pLevel)

    {

        return _level == pLevel;

    }

    public final ClassLevel getLevel()

    {

        return _level;

    }

}

 

 

 

 

 

kai edw ta Build error

 

se parakalo ligw help

 

    [javac] Compiling 1214 source files to C:\workspace\L2_GameServer_It\build\classes

    [javac] C:\workspace\L2_GameServer_It\java\net\sf\l2j\gameserver\model\base\PlayerClass.java:185: ';' expected

    [javac]                  subclasses.removeAll(getSet(_race), Third));

    [javac]                                                            ^

    [javac] C:\workspace\L2_GameServer_It\java\net\sf\l2j\gameserver\model\base\PlayerClass.java:188: ';' expected

    [javac]                  subclasses.removeAll(getSet(_race), Third));

    [javac]                                                            ^

    [javac] C:\workspace\L2_GameServer_It\java\net\sf\l2j\gameserver\model\base\PlayerClass.java:189: ';' expected

    [javac]                  subclasses.removeAll(getSet(_race), Third));

    [javac]                                                            ^

    [javac] C:\workspace\L2_GameServer_It\java\net\sf\l2j\gameserver\model\base\PlayerClass.java:192: ';' expected

    [javac]                  subclasses.removeAll(getSet(_race), Third));

    [javac]                                                            ^

    [javac] C:\workspace\L2_GameServer_It\java\net\sf\l2j\gameserver\model\base\PlayerClass.java:195: ';' expected

    [javac]                  subclasses.removeAll(getSet(_race), Third));

    [javac]                                                            ^

    [javac] C:\workspace\L2_GameServer_It\java\net\sf\l2j\gameserver\model\base\PlayerClass.java:202: illegal start of expression

    [javac]    public static final EnumSet<PlayerClass> getSet(PlayerRace race, ClassLevel level)

    [javac]    ^

    [javac] C:\workspace\L2_GameServer_It\java\net\sf\l2j\gameserver\model\base\PlayerClass.java:202: illegal start of expression

    [javac]    public static final EnumSet<PlayerClass> getSet(PlayerRace race, ClassLevel level)

    [javac]            ^

    [javac] C:\workspace\L2_GameServer_It\java\net\sf\l2j\gameserver\model\base\PlayerClass.java:202: ';' expected

    [javac]    public static final EnumSet<PlayerClass> getSet(PlayerRace race, ClassLevel level)

    [javac]                  ^

    [javac] C:\workspace\L2_GameServer_It\java\net\sf\l2j\gameserver\model\base\PlayerClass.java:202: ';' expected

    [javac]    public static final EnumSet<PlayerClass> getSet(PlayerRace race, ClassLevel level)

    [javac]                                                    ^

    [javac] C:\workspace\L2_GameServer_It\java\net\sf\l2j\gameserver\model\base\PlayerClass.java:202: ';' expected

    [javac]    public static final EnumSet<PlayerClass> getSet(PlayerRace race, ClassLevel level)

    [javac]                                                                                ^

    [javac] C:\workspace\L2_GameServer_It\java\net\sf\l2j\gameserver\model\base\PlayerClass.java:202: not a statement

    [javac]    public static final EnumSet<PlayerClass> getSet(PlayerRace race, ClassLevel level)

    [javac]                                                                                ^

    [javac] C:\workspace\L2_GameServer_It\java\net\sf\l2j\gameserver\model\base\PlayerClass.java:202: ';' expected

    [javac]    public static final EnumSet<PlayerClass> getSet(PlayerRace race, ClassLevel level)

    [javac]                                                                                      ^

    [javac] C:\workspace\L2_GameServer_It\java\net\sf\l2j\gameserver\model\base\PlayerClass.java:220: illegal start of expression

    [javac]    public final boolean isOfRace(PlayerRace pRace)

    [javac]    ^

    [javac] C:\workspace\L2_GameServer_It\java\net\sf\l2j\gameserver\model\base\PlayerClass.java:220: ';' expected

    [javac]    public final boolean isOfRace(PlayerRace pRace)

    [javac]                                  ^

    [javac] C:\workspace\L2_GameServer_It\java\net\sf\l2j\gameserver\model\base\PlayerClass.java:220: ';' expected

    [javac]    public final boolean isOfRace(PlayerRace pRace)

    [javac]                                                  ^

    [javac] C:\workspace\L2_GameServer_It\java\net\sf\l2j\gameserver\model\base\PlayerClass.java:225: illegal start of expression

    [javac]    public final boolean isOfType(ClassType pType)

    [javac]    ^

    [javac] C:\workspace\L2_GameServer_It\java\net\sf\l2j\gameserver\model\base\PlayerClass.java:225: ';' expected

    [javac]    public final boolean isOfType(ClassType pType)

    [javac]                                  ^

    [javac] C:\workspace\L2_GameServer_It\java\net\sf\l2j\gameserver\model\base\PlayerClass.java:225: ';' expected

    [javac]    public final boolean isOfType(ClassType pType)

    [javac]                                                  ^

    [javac] C:\workspace\L2_GameServer_It\java\net\sf\l2j\gameserver\model\base\PlayerClass.java:230: illegal start of expression

    [javac]    public final boolean isOfLevel(ClassLevel pLevel)

    [javac]    ^

    [javac] C:\workspace\L2_GameServer_It\java\net\sf\l2j\gameserver\model\base\PlayerClass.java:230: ';' expected

    [javac]    public final boolean isOfLevel(ClassLevel pLevel)

    [javac]                                  ^

    [javac] C:\workspace\L2_GameServer_It\java\net\sf\l2j\gameserver\model\base\PlayerClass.java:230: ';' expected

    [javac]    public final boolean isOfLevel(ClassLevel pLevel)

    [javac]                                                    ^

    [javac] C:\workspace\L2_GameServer_It\java\net\sf\l2j\gameserver\model\base\PlayerClass.java:234: illegal start of expression

    [javac]    public final ClassLevel getLevel()

    [javac]    ^

    [javac] C:\workspace\L2_GameServer_It\java\net\sf\l2j\gameserver\model\base\PlayerClass.java:234: ';' expected

    [javac]    public final ClassLevel getLevel()

    [javac]                                    ^

    [javac] C:\workspace\L2_GameServer_It\java\net\sf\l2j\gameserver\model\base\PlayerClass.java:238: reached end of file while parsing

    [javac] }

    [javac]  ^

    [javac] 24 errors

 

BUILD FAILED

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

    • I think that solves the freeze thing, anyway great share! 
    • Introducing: Daily & Weekly Missions!   I've released a major panel update with a new Missions system and expanded language support.   Players can now complete daily and weekly missions directly through the panel and claim rewards such as balance or items. Mission progress is tied to in-game activity and supported panel actions, and the update also adds a dedicated Missions page, dashboard mission previews, claimable mission indicators, and full admin tools for creating and managing missions.   The Roll page now shows the potential reward drops below the roll container.   Alongside this, I’ve expanded the panel’s language support with new locale options, including Bulgarian, Czech, Georgian, Lithuanian, Polish, Romanian, Japanese, Simplified Chinese, and Traditional Chinese.     The Demo is now updated with the new features for you to try out!
    • I sell complete packs. If you want to add an item, NPC, etc., you have to do that yourselves. Your friend bought the pack; he's the one who needs to configure his server type. He received what he bought as agreed, and I'm saying this without knowing who you're talking about, because anyone who buys something receives what was agreed upon.   Regards. mmmmm L2Velmore ????   If that's the one, I see everything went well... if I remember correctly you were crying over $100, I gave you a better price, and I suppose you made thousands with that... And you're still coming back to complain? :=)
    • I know many people have struggled with this specific issue and had trouble setting up the correct behavior for Toggle skills in aCis. By default, toggles interrupt the player's movement (retail-like), which often feels clunky to players who prefer a smoother, more modern experience. I've prepared a clean solution that eliminates this "freeze" and allows for fluid movement while toggling your auras. Below is the code on how to achieve this. Hope it helps! Changes in PlayerAI.java: Modified doActiveIntention to properly update the active state without stalling. Removed the forced stop() during toggle casting. Added a MoveToLocation broadcast to ensure other players see your movement correctly (prevents visual "teleporting" or desync). Best regards 😃 diff --git a/aCis_gameserver/java/net/sf/l2j/gameserver/model/actor/ai/type/PlayerAI.java b/aCis_gameserver/java/net/sf/l2j/gameserver/model/actor/ai/type/PlayerAI.java index ba0425a..1b2658d 100644 --- a/aCis_gameserver/java/net/sf/l2j/gameserver/model/actor/ai/type/PlayerAI.java +++ b/aCis_gameserver/java/net/sf/l2j/gameserver/model/actor/ai/type/PlayerAI.java @@ -28,6 +28,7 @@  import net.sf.l2j.gameserver.network.serverpackets.ActionFailed;  import net.sf.l2j.gameserver.network.serverpackets.AutoAttackStart;  import net.sf.l2j.gameserver.network.serverpackets.ChairSit; +import net.sf.l2j.gameserver.network.serverpackets.MoveToLocation;  import net.sf.l2j.gameserver.network.serverpackets.MoveToLocationInVehicle;  import net.sf.l2j.gameserver.network.serverpackets.MoveToPawn;  import net.sf.l2j.gameserver.network.serverpackets.StopMove; @@ -159,7 +160,10 @@      @Override      public synchronized void doActiveIntention()      { -        doIdleIntention(); +        prepareIntention(); +        _currentIntention.updateAsActive(); +        if (!getActor().isMoving()) +            thinkIdle();      }            @Override @@ -280,8 +284,9 @@                    if (skill.isToggle())          { -            getActor().getMove().stop();              getActor().getCast().doToggleCast(skill, target); +            if (getActor().isMoving()) +                getActor().broadcastPacket(new MoveToLocation(getActor()));          }          else          { https://pastebin.com/twZujZ3Y
  • 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..