Jump to content

vmlinuz

Members
  • Posts

    285
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by vmlinuz

  1. aCis ofc....

    Stable core no customs and retail like... pure java bla bla bla.....

    That dont means l2jfrozen is bad is also good but it have many custom's

    I have test frozen and aCis Ant Queen works perfectly on aCis!(like official)

    But theyr ppl work on it and i hope in feature be the best interlude project

    I see all rework and re write it in pure java no python and other shit's(same like l2dc , asterios .Best java projects ever than the other .....(!))

  2. aCis Gameserver setting

    # ================================================================
    #                          Gameserver setting
    # ================================================================
    
    # Bind ip of the gameserver, use * to bind on all available IPs
    GameserverHostname = *
    GameserverPort = 7777
    
    # This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname
    # If this ip is resolvable by Login just leave *
    ExternalHostname = 127.0.0.1
    
    # This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname
    # If this ip is resolvable by Login just leave *
    InternalHostname = 127.0.0.1
    
    # The Loginserver host and port
    LoginPort = 9014
    LoginHost = 127.0.0.1
    
    # This is the server id that the gameserver will request (i.e. 1 is Bartz)
    RequestServerID = 1
    
    # If set to true, the login will give an other id to the server (if the requested id is already reserved)
    AcceptAlternateID = True
    
    # ================================================================
    #                        Database informations
    # ================================================================
    
    Driver = com.mysql.jdbc.Driver
    #Driver = org.hsqldb.jdbcDriver
    #Driver = com.microsoft.sqlserver.jdbc.SQLServerDriver
    
    URL = jdbc:mysql://localhost/acis
    #URL = jdbc:hsqldb:hsql://localhost/acis
    #URL = jdbc:sqlserver://localhost/database=acis/user=sa/password=
    
    Login = root
    Password = root
    
    # Maximum database connections (minimum 2, basically 10 if number under 10, default 100)
    MaximumDbConnections = 100
    
    # Idle connections expiration time (0 = never expire, default)
    MaximumDbIdleTime = 0
    
    # Datapack root directory, default to current directory from which the server is started
    # DatapackRoot = C:/Work/tmp/DataPack
    
    # ================================================================
    #                             IdFactory
    # ================================================================
    
    # Tell server which IdFactory class to use, options are:
    # BitSet (default),
    # Stack  (another method)
    IDFactory = BitSet
    
    # Check for bad ids in the database on server boot up
    # Much faster load time without it, but may cause problems
    BadIdChecking = True
    
    # ================================================================
    #                             serverList
    # ================================================================
    
    # Displays [] in front of server name
    ServerListBrackets = False
    
    # Displays a clock next to the server name
    ServerListClock = False
    
    # If true, the server will be set as GM only
    ServerGMOnly = False
    
    # if True, the server will be a test server (listed by testserver clients only)
    TestServer = False
    
    # ================================================================
    #                      Clients related options
    # ================================================================
    
    # Allow delete chars after D days, 0 = feature disabled
    DeleteCharAfterDays = 7
    
    # Define how many players are allowed to play simultaneously on your server.
    MaximumOnlineUsers = 100
    
    # Minimum and maximum protocol revision that server allow to connect.
    # You must keep MinProtocolRevision <= MaxProtocolRevision.
    # Default: 730
    MinProtocolRevision = 730
    
    # Default: 746
    MaxProtocolRevision = 746
    
    #=============================================================
    #                       Jail & Punishements
    #=============================================================
    
    # Jail is a PvP zone
    JailIsPvp = False
    
    # Player punishment for illegal actions
    #   1 - broadcast warning to gms only
    #   2 - kick player(default)
    #   3 - kick & ban player
    #   4 - jail player (define minutes of jail with param: 0 = infinite)
    DefaultPunish = 2
    DefaultPunishParam = 0
    
    # ================================================================
    #                          Automatic options
    # ================================================================
    
    # AutoLoot, don't lead herbs behavior. False by default.
    AutoLoot = False
    
    # AutoLoot from raid boss. False by default.
    AutoLootRaid = False
    
    # If False herbs will drop on ground even if AutoLoot is enabled. False by default.
    AutoLootHerbs = False
    
    # =================================================================
    #                          Items Management
    # =================================================================
    
    # If enabled, the server will only update items when saving the character.
    # It greatly reduces DB usage and improves performance, but causes item loss during crashes.
    # Default: False
    LazyItemsUpdate = False
    
    # Allow players to drop items on the ground
    AllowDiscardItem = True
    
    # allows creating multiple nonstackable items at one time 
    MultipleItemDrop = True
    
    # delete from world dropped reward items after n seconds. 0 - disabled
    AutoDestroyDroppedItemAfter = 0
    
    # Time in secs after wich droped herb will be autodestroyed (default: 15 seconds)
    AutoDestroyHerbTime = 15
    
    # List of items that will not be destroyed (seperated by ",")
    # NOTE: Make sure the lists do NOT CONTAIN trailing spaces or spaces between the numbers!
    # items on this list will be protected regardless below options
    ListOfProtectedItems = 57,5575,6673
    
    # also delete from world misc. items dropped by players (all except equipable items)
    # NOTE: work only if AutoDestroyDroppedItemAfter >0
    DestroyPlayerDroppedItem = False
    
    # Destroy also equipable items (armor, weapon, jewelry)
    # NOTE: Work only if DestroyPlayerDroppedItem = true
    DestroyEquipableItem = False
    
    # save into DB droppped items for restoring after reboot
    SaveDroppedItem = False
    
    # Empty table after items are loaded into memory - safety setting
    # if server crash before saving items, on next start old items will be restored 
    # and players may already picked up some of them - so this will prevent duplicates
    EmptyDroppedItemTableAfterLoad = False
    
    # Time interval in minutes to save in DB items on ground, 0 to disable
    # NOTE: If SaveDroppedItemInterval is disabled items will be saved into DB only at server shutdown
    SaveDroppedItemInterval = 0
    
    # delete all saved items form DB On next start
    # NOTE: Work only if SaveDroppedItem = false
    ClearDroppedItemTable = False
    
    # =================================================================
    #                               RATES
    # =================================================================
    
    # Rate control, float values
    RateXp = 50.
    RateSp = 50.
    RatePartyXp = 6.
    RatePartySp = 6.
    RateDropAdena = 10.
    RateConsumableCost = 10.
    RateDropItems = 10.
    RateRaidDropItems = 1.
    RateDropSpoil = 3.
    RateDropManor = 1
    
    # Quest configuration settings
    RateQuestDrop = 1.
    RateQuestReward = 1.
    RateQuestRewardXP = 1.
    RateQuestRewardSP = 1.
    RateQuestRewardAdena = 1.
    
    RateKarmaExpLost = 1
    RateSiegeGuardsPrice = 1
    
    # Player Drop Rate control, percent (%) values
    PlayerDropLimit = 0
    PlayerRateDrop = 0
    PlayerRateDropItem = 0
    PlayerRateDropEquip = 0
    PlayerRateDropEquipWeapon = 0
    
    # Karma Drop Rate control, percent (%) values
    KarmaDropLimit = 10
    KarmaRateDrop = 40
    KarmaRateDropItem = 50
    KarmaRateDropEquip = 40
    KarmaRateDropEquipWeapon = 10
    
    # Pet rate control (float values except for "PetFoodRate", default 1./1/1.)
    PetXpRate = 50.
    PetFoodRate = 1
    SinEaterXpRate = 50.
    
    # Common herbs (default)
    RateCommonHerbs = 1.
    # Herb of Life (categorie 1)
    RateHpHerbs = 1.
    # Herb of Mana (categorie 2)
    RateMpHerbs = 1.
    # Special herbs (categorie 3)
    RateSpecialHerbs = 1.
    
    # =================================================================
    #                        Allowed features
    # =================================================================
    
    AllowFreight = True
    AllowWarehouse = True
    
    # If True player can try on weapon and armor in shop
    # Each Item tried cost WearPrice adena
    AllowWear = True
    WearDelay = 5
    WearPrice = 10
    
    # "Allow" types - Read variable name for info about ;p.
    AllowLottery = True
    AllowRace = True
    AllowWater = True
    AllowCursedWeapons = True
    AllowManor = True
    AllowBoat = True
    
    # Those "Allow" types are set to False by default :
    #  - Fishing will "bug" without geodata (if you activate w/o geodata, fishing is possible everywhere).
    AllowFishing = True
    
    # Allow characters to receive damage from falling. CoordSynchronize = 2 is recommended.
    # True - enabled.
    # False - disabled.
    # Auto - True if geodata enabled and False if disabled.
    # Default: Auto
    EnableFallingDamage = Auto
    
    # ================================================================
    #                      Debug, Dev & Test config
    # ================================================================
    
    # Don't load quests
    NoQuests = False
    
    # Don't load spawntable
    NoSpawns = False
    
    # Debug messages (by default False, easily "flood" your GS logs)
    Debug = False
    Developer = False
    PacketHandlerDebug = False
    
    # ================================================================
    #         Dead Lock Detector (thread detecting deadlocks)
    # ================================================================
    
    # Activate the feature (by default: False)
    DeadLockDetector = False
    
    # Check interval in seconds (by default: 20)
    DeadLockCheckInterval = 20
    
    # Automatic restart if deadlock case is found (by default: False)
    RestartOnDeadlock = False
    
    # =================================================================
    #                         Logging features
    # =================================================================
    
    # Logging ChatWindow
    LogChat = True
    
    # Logging Item handling NOTE: This can be very space consuming.
    LogItems = True
    
    # Log GM actions
    GMAudit = True
    
    # =================================================================
    #                    Community board configuration
    # =================================================================
    
    # Type of the Community board
    #  - Full = new Community Board ( /!\ Experimental)
    #  - Old = old Community Bord
    #  - off =  no community Board
    CommunityType = Full
    BBSDefault = _bbshome
    
    # show level of character to others in Community Board
    ShowLevelOnCommunityBoard = False
    ShowStatusOnCommunityBoard = True
    NamePageSizeOnCommunityBoard = 50
    NamePerRowOnCommunityBoard = 5
    
    # =================================================================
    #                        Geodata & ValidatePosition
    # =================================================================
    
    # GeoData options: 
    # 0 = GeoData and PathFinding OFF (default)
    # 1 = GeoData used to check Line Of Sight (LOS) targeting and L2Playable movement. You need to download
    #     files for data/geodata folder. Monsters can pass walls but not aggro through them.
    # 2 = Full GeoData enabled. Includes PathFinding (requires also /data/pathnode files) and all
    #     character moves go through geodata checks (if a mob passes a wall, pathing is wrong).
    GeoData = 2
    
    #[True]Loads GeoData buffer's content into physical memory.
    #[False] Does not necessarily imply that the GeoData buffer's content is not resident in physical memory.
    ForceGeodata = True
    
    # Player coordinates synchronization
    #   1 - partial synchronization Client --> Server ; don't use it with geodata
    #   2 - partial synchronization Server --> Client ; use this setting with geodata
    #  -1 - Old system: will synchronize Z only ; default
    CoordSynchronize = -1
    
    # =================================================================
    # Those next options are for another type of pathfinding, named CellPathFinding. It won't load
    # pathnodes from the folder, but make calculs "on the fly", producing more accurate routes but is 
    # (maybe 10x) heavier to calculate. Recommended for small servers at least.
    
    # If False, pathnode files (GeoPathFinding method) are used. 
    # If True, CellPathFinding method is used, and next options are available to configure it.
    # Default: False
    CellPathFinding = False
    
    # Pathfinding array buffers configuration
    PathFindBuffers = 100x6;128x6;192x6;256x4;320x4;384x4;500x2
    
    # Weight for nodes without obstacles far from walls
    LowWeight = 0.5
    
    # Weight for nodes near walls
    MediumWeight = 2
    
    # Weight for nodes with obstacles
    HighWeight = 3
    
    # Angle paths will be more "smart", but in cost of higher CPU utilization
    AdvancedDiagonalStrategy = True
    
    # Weight for diagonal movement. Used only with AdvancedDiagonalStrategy = True
    # Default: LowWeight * sqrt(2) 
    DiagonalWeight = 0.707
    
    # Maximum number of LOS postfilter passes, 0 will disable postfilter.
    # Default: 3
    MaxPostfilterPasses = 3
    
    # Path debug function.
    # Nodes known to pathfinder will be displayed as adena, constructed path as antidots.
    # Number of the items show node cost * 10
    # Potions display path after first stage filter
    # Red potions - actual waypoints. Green potions - nodes removed by LOS postfilter
    # This function is FOR DEBUG PURPOSES ONLY !
    DebugPath = False
    
    # =================================================================
    #                                Misc
    # =================================================================
    
    # Basic protection against L2Walker
    L2WalkerProtection = False
    
    # Enforces gameguard query on character login
    GameGuardEnforce = False
    
    # delete invalid quest from player
    AutoDeleteInvalidQuestData = False
    
    # setting false can improve server performance on high rate servers
    PreciseDropCalculation = True
    
    # Forces full item inventory packet to be sent for any item change
    # Note: This can increase network traffic 
    ForceInventoryUpdate = False
    
    # Zone Setting
    #   0 = Peace All the Time
    #   1 = PVP During Siege for siege participants
    #   2 = PVP All the Time
    ZoneTown = 0
    
    # Show "data/html/servnews.htm" when a character enters world.
    ShowServerNews = True
    
    # Disable tutorial on new player game entrance.
    # Default: False
    DisableTutorial = True

  3. L2jFrozen Game Server Settings

    # ===================================#
    #   Game Server Settings             #
    # ===================================#
    # This is the server configuration file. Here you can set up the connection information for your server.
    # This was written with the assumption that you are behind a router.
    # Dumbed Down Definitions...
    # LAN (LOCAL area network) - typically consists of computers connected to the same router as you.
    # WAN (WIDE area network) - typically consists of computers OUTSIDE of your router (ie. the internet).
    # x.x.x.x - Format of an IP address. Do not include the x'es into settings. Must be real numbers.
    # -----------------------------------------------------------------------------------------------------------------------------------------------------------------
    # Networking
    # -----------------------------------------------------------------------------------------------------------------------------------------------------------------
    # This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname
    # Common settings...
    # 127.0.0.1 - If you are playing alone on a test server
    # 192.168.x.x - This is if you are on a 192.168.x.x type network (behind a standard consumer router) and want other computers from JUST the internal network to be able to connect
    # x.x.x.x - WAN IP obtained from http://www.whatismyip.com/. This is if you want people outside your internal network to be able to connect to your server.
    # If this IP is resolvable by the Login Server, just leave *.
    # ----------------------------------------------------------------------------------------
    
    # Enter here (ip) address of your game server, or use the symbol *
    GameserverHostname = *
    GameserverPort = 7777
    
    # Configure your external ip
    ExternalHostname = 127.0.0.1
    
    # Configure your internal ip
    InternalHostname = 127.0.0.1
    
    # Bunch ID and game server. It is better not to change.
    LoginPort = 9014
    LoginHost = 127.0.0.1
    
    # Database Pool Type
    # Possible Values: c3p0 or BoneCP
    # c3p0: more stable
    # BoneCP: more performance
    DatabasePoolType=c3p0
    
    # Parameters Databases - MYSQL
    Driver = com.mysql.jdbc.Driver
    URL = jdbc:mysql://localhost/
    
    # Database name
    GameserverDB = gameserver_beta
    LoginserverDB = loginserver_beta
    
    # Login - Mysql's user
    Login = root
    # Password - Mysql's Password
    Password = root
    # Attention: lazy init connections disabled!
    # Please, set only real values for your database
    # Default: 100
    MaximumDbConnections = 50
    
    # Default: 0
    MaximumDbIdleTime = 0
    
    # The timeout before a new connection to the database (in ms)
    # 0 - to remove restrictions
    TimeOutConDb = 0
    
    # The timeout before the single connection must be closed (in ms)
    # if a connection life is more then this timeout, a Runtime Exception
    # is rised up. Post the exception on forum ([url=http://www.l2jfrozen.com]www.l2jfrozen.com[/url]) to solve
    # it.
    SingleConnectionTimeOutDb=200000
    
    # Sets number of partitions to use.- BoneCP
    # In order to reduce lock contention and thus improve performance, 
    # each incoming connection request picks off a connection from a pool that has thread-affinity, 
    # i.e. pool[threadId % partition_count]. The higher this number, the better your performance will be for the case 
    # when you have plenty of short-lived threads. Beyond a certain threshold, maintenance of these pools will start 
    # to have a negative effect on performance (and only for the case when connections on a partition start running out).
    PartitionCount = 3
    
    # Setting emulation off the kernel (package SendStatus)
    RemoteWhoLog = True
    RemoteWhoSendTrash = True
    RemoteWhoMaxOnline = 329
    RemoteOnlineIncrement = 50
    RemoteWhoForceInc = 50
    RemotePrivStoreFactor = 12
    
    # Datapack folder
    # DatapackRoot = C:/Work/tmp/DataPack
    

  4. L2jFrozen scrips

    # individual ai
    ai/individual/typo.py
    ai/individual/benom.py
    ai/individual/drchaos.py
    ai/individual/gustav.py
    ai/individual/icequeen.py
    ai/individual/nurka.py
    ai/individual/sailren.py
    
    # group_template ai
    ai/group_template/typo.py
    ai/group_template/ancientegg.py
    ai/group_template/evabox.py
    ai/group_template/cats_eye_bandit.py
    ai/group_template/chests.py
    ai/group_template/delu_lizardman_special_agent.py
    ai/group_template/delu_lizardman_special_commander.py
    ai/group_template/feedable_beasts.py
    ai/group_template/karul_bugbear.py
    ai/group_template/ol_mahum_general.py
    ai/group_template/retreat_onattack.py
    ai/group_template/scarlet_stokate_noble.py
    ai/group_template/splendor.py
    # ai/group_template/squash.py
    ai/group_template/timak_orc_overlord.py
    ai/group_template/timak_orc_troop_leader.py
    ai/group_template/turek_orc_footman.py
    ai/group_template/turek_orc_supplier.py
    ai/group_template/turek_orc_warlord.py
    # custom
    custom/3995_echo/__init__.py
    custom/4000_ShadowWeapons/__init__.py
    custom/5000_MissQueen/__init__.py
    custom/5001_NewbieCoupons/__init__.py
    custom/8003_MeetBaium/__init__.py
    custom/6050_KetraOrcSupport/__init__.py
    custom/6051_VarkaSilenosSupport/__init__.py
    custom/6999_HeroCirclet/__init__.py
    custom/7000_HeroItems/__init__.py
    custom/8000_RaidbossInfo/__init__.py
    custom/8001_NpcLocationInfo/__init__.py
    custom/8009_HotSpringsBuffs/__init__.py
    custom/8871_gve/__init__.py
    custom/6666_NoblessTrader/__init__.py
    custom/6667_ClanManager/__init__.py
    
    # quests
    quests/SagasSuperclass/__init__.py
    quests/1_LettersOfLove1/__init__.py
    quests/2_WhatWomenWant1/__init__.py
    quests/3_ReleaseDarkelfElder1/__init__.py
    quests/4_LongLiveLordOfFlame/__init__.py
    quests/5_MinersFavor/__init__.py
    quests/6_StepIntoTheFuture/__init__.py
    quests/7_ATripBegins/__init__.py
    quests/8_AnAdventureBegins/__init__.py
    quests/9_IntoTheCityOfHumans/__init__.py
    quests/10_IntoTheWorld/__init__.py
    quests/11_SecretMeetingWithKetraOrcs/__init__.py
    quests/12_SecretMeetingWithVarkaSilenos/__init__.py
    quests/13_ParcelDelivery/__init__.py
    quests/14_WhereaboutsOfTheArchaeologist/__init__.py
    quests/15_SweetWhisper/__init__.py
    quests/16_TheComingDarkness/__init__.py
    quests/17_LightAndDarkness/__init__.py
    quests/18_MeetingWithTheGoldenRam/__init__.py
    quests/19_GoToThePastureland/__init__.py
    quests/20_BringUpWithLove/__init__.py
    quests/21_HiddenTruth/__init__.py
    quests/22_TragedyInVonHellmannForest/__init__.py
    quests/23_LidiasHeart/__init__.py
    quests/24_InhabitantsOfTheForrestOfTheDead/__init__.py
    quests/25_HidingBehindTheTruth/__init__.py
    quests/27_ChestCaughtWithABaitOfWind/__init__.py
    quests/28_ChestCaughtWithABaitOfIcyAir/__init__.py
    quests/29_ChestCaughtWithABaitOfEarth/__init__.py
    quests/30_ChestCaughtWithABaitOfFire/__init__.py
    quests/31_SecretBuriedInTheSwamp/__init__.py
    quests/32_AnObviousLie/__init__.py
    quests/33_MakeAPairOfDressShoes/__init__.py
    quests/34_InSearchOfClothes/__init__.py
    quests/35_FindGlitteringJewelry/__init__.py
    quests/36_MakeASewingKit/__init__.py
    quests/37_PleaseMakeMeFormalWear/__init__.py
    quests/38_DragonFangs/__init__.py
    quests/39_RedEyedInvaders/__init__.py
    # quests/40_ASpecialOrder/__init__.py
    quests/42_HelpTheUncle/__init__.py
    quests/43_HelpTheSister/__init__.py
    quests/44_HelpTheSon/__init__.py
    quests/45_ToTalkingIsland/__init__.py
    quests/46_OnceMoreInTheArmsOfTheMotherTree/__init__.py
    quests/47_IntoTheDarkForest/__init__.py
    quests/48_ToTheImmortalPlateau/__init__.py
    quests/49_TheRoadHome/__init__.py
    quests/50_LanoscosSpecialBait/__init__.py
    quests/51_OFullesSpecialBait/__init__.py
    quests/52_WilliesSpecialBait/__init__.py
    quests/53_LinnaeusSpecialBait/__init__.py
    # quests/60_GoodWorkReward/__init__.py
    # quests/62_PathoftheTrooper/__init__.py
    # quests/63_PathoftheWarder/__init__.py
    # quests/64_CertifiedBerserker/__init__.py
    # quests/65_CertifiedSoulBreaker/__init__.py
    # quests/66_CertifiedArbalester/__init__.py
    quests/70_SagaOfThePhoenixKnight/__init__.py
    quests/71_SagaOfEvasTemplar/__init__.py
    quests/72_SagaOfTheSwordMuse/__init__.py
    quests/73_SagaOfTheDuelist/__init__.py
    quests/74_SagaOfTheDreadnoughts/__init__.py
    quests/75_SagaOfTheTitan/__init__.py
    quests/76_SagaOfTheGrandKhavatari/__init__.py
    quests/77_SagaOfTheDominator/__init__.py
    quests/78_SagaOfTheDoomcryer/__init__.py
    quests/79_SagaOfTheAdventurer/__init__.py
    quests/80_SagaOfTheWindRider/__init__.py
    quests/81_SagaOfTheGhostHunter/__init__.py
    quests/82_SagaOfTheSagittarius/__init__.py
    quests/83_SagaOfTheMoonlightSentinel/__init__.py
    quests/84_SagaOfTheGhostSentinel/__init__.py
    quests/85_SagaOfTheCardinal/__init__.py
    quests/86_SagaOfTheHierophant/__init__.py
    quests/87_SagaOfEvasSaint/__init__.py
    quests/88_SagaOfTheArchmage/__init__.py
    quests/89_SagaOfTheMysticMuse/__init__.py
    quests/90_SagaOfTheStormScreamer/__init__.py
    quests/91_SagaOfTheArcanaLord/__init__.py
    quests/92_SagaOfTheElementalMaster/__init__.py
    quests/93_SagaOfTheSpectralMaster/__init__.py
    quests/94_SagaOfTheSoultaker/__init__.py
    quests/95_SagaOfTheHellKnight/__init__.py
    quests/96_SagaOfTheSpectralDancer/__init__.py
    quests/97_SagaOfTheShillienTemplar/__init__.py
    quests/98_SagaOfTheShillienSaint/__init__.py
    quests/99_SagaOfTheFortuneSeeker/__init__.py
    quests/100_SagaOfTheMaestro/__init__.py
    quests/101_SwordOfSolidarity/__init__.py
    quests/102_FungusFever/__init__.py
    quests/103_SpiritOfCraftsman/__init__.py
    quests/104_SpiritOfMirrors/__init__.py
    quests/105_SkirmishWithOrcs/__init__.py
    quests/106_ForgottenTruth/__init__.py
    quests/107_MercilessPunishment/__init__.py
    quests/108_JumbleTumbleDiamondFuss/__init__.py
    quests/109_InSearchOfTheNest/__init__.py
    quests/110_ToThePrimevalIsle/__init__.py
    quests/111_Elrokian_Hunters_proof/__init__.py
    quests/112_WalkOfFate/__init__.py
    quests/113_StatusOfTheBeaconTower/__init__.py
    quests/114_ResurrectionOfAnOldManager/__init__.py
    quests/115_TheOtherSideOfTruth/__init__.py
    quests/116_BeyondTheHillsOfWinter/__init__.py
    quests/117_OceanOfDistantStar/__init__.py
    quests/118_ToLeadAndBeLed/__init__.py
    quests/119_LastImperialPrince/__init__.py
    quests/120_PavelsResearch/__init__.py
    quests/121_PavelTheGiants/__init__.py
    quests/122_OminousNews/__init__.py
    quests/123_TheLeaderAndTheFollower/__init__.py
    quests/124_MeetingTheElroki/__init__.py
    quests/125_IntheNameofEvilPart1/__init__.py
    quests/126_IntheNameofEvilPart2/__init__.py
    #quests/134_TempleMissionary/__init__.py
    #quests/135_TempleExecutor/__init__.py
    #quests/136_MoreThanMeetsTheEye/__init__.py
    quests/137_TempleChampionPart1/__init__.py
    quests/138_TempleChampionPart2/__init__.py
    quests/139_ShadowFoxPart1/__init__.py
    quests/140_ShadowFoxPart2/__init__.py
    quests/141_ShadowFoxPart3/__init__.py
    quests/142_FallenAngelRequestOfDawn/__init__.py
    quests/143_FallenAngelRequestOfDusk/__init__.py
    quests/151_SaveMySister1/__init__.py
    quests/152_ShardsOfGolem/__init__.py
    quests/153_WharfOldtimersFavor/__init__.py
    quests/154_SacrificeToSea/__init__.py
    quests/155_FindSirWindawood/__init__.py
    quests/156_MillenniumLove/__init__.py
    quests/157_RecoverSmuggled/__init__.py
    quests/158_SeedOfEvil/__init__.py
    quests/159_ProtectHeadsprings/__init__.py
    quests/160_NerupasFavor/__init__.py
    quests/161_FruitsOfMothertree/__init__.py
    quests/162_CurseOfFortress/__init__.py
    quests/163_LegacyOfPoet/__init__.py
    quests/164_BloodFiend/__init__.py
    quests/165_WildHunt/__init__.py
    quests/166_DarkMass/__init__.py
    quests/167_DwarvenKinship/__init__.py
    quests/168_DeliverSupplies/__init__.py
    quests/169_NightmareChildren/__init__.py
    quests/170_DangerousAllure/__init__.py
    quests/171_ActsOfEvil/__init__.py
    quests/178_IconicTrinity/__init__.py
    quests/183_Relic_Exploration/__init__.py
    quests/186_Contract_Execution/__init__.py
    quests/187_Nikolas_Heart/__init__.py
    quests/188_Seal_Removal/__init__.py
    quests/189_Contract_Completion/__init__.py
    quests/191_Vain_Conclusion/__init__.py
    quests/211_TrialOfChallenger/__init__.py
    quests/212_TrialOfDuty/__init__.py
    quests/213_TrialOfSeeker/__init__.py
    quests/214_TrialOfScholar/__init__.py
    quests/215_TrialOfPilgrim/__init__.py
    quests/216_TrialOfGuildsman/__init__.py
    quests/217_TestimonyOfTrust/__init__.py
    quests/218_TestimonyOfLife/__init__.py
    quests/219_TestimonyOfFate/__init__.py
    quests/220_TestimonyOfGlory/__init__.py
    quests/221_TestimonyOfProsperity/__init__.py
    quests/222_TestOfDuelist/__init__.py
    quests/223_TestOfChampion/__init__.py
    quests/224_TestOfSagittarius/__init__.py
    quests/225_TestOfSearcher/__init__.py
    quests/226_TestOfHealer/__init__.py
    quests/227_TestOfReformer/__init__.py
    quests/228_TestOfMagus/__init__.py
    quests/229_TestOfWitchcraft/__init__.py
    quests/230_TestOfSummoner/__init__.py
    quests/231_TestOfMaestro/__init__.py
    quests/232_TestOfLord/__init__.py
    quests/233_TestOfWarspirit/__init__.py
    quests/234_FatesWhisper/__init__.py
    quests/235_MimirsElixir/__init__.py
    quests/236_SeedsOfChaos/__init__.py
    quests/241_PossessorOfAPreciousSoul_1/__init__.py
    quests/242_PossessorOfAPreciousSoul_2/__init__.py
    quests/246_PossessorOfAPreciousSoul_3/__init__.py
    quests/247_PossessorOfAPreciousSoul_4/__init__.py
    quests/255_Tutorial/__init__.py
    quests/257_GuardIsBusy1/__init__.py
    quests/258_BringWolfPelt1/__init__.py
    quests/259_RanchersPlea/__init__.py
    quests/260_HuntForOrcs1/__init__.py
    quests/261_DreamOfMoneylender1/__init__.py
    quests/262_BringMeMushrooms1/__init__.py
    quests/263_KillAllSylphs1/__init__.py
    quests/264_KeenClaws/__init__.py
    quests/265_ChainsOfSlavery/__init__.py
    quests/266_PleaOfPixies/__init__.py
    quests/267_WrathOfVerdure/__init__.py
    #quests/268_TracesOfEvil/__init__.py
    quests/269_InventionAmbition/__init__.py
    quests/271_ProofOfValor/__init__.py
    quests/272_WrathOfAncestors/__init__.py
    quests/273_InvadersOfHolyland/__init__.py
    quests/274_AgainstWolfMen/__init__.py
    quests/275_BlackWingedSpies/__init__.py
    quests/276_HestuiTotem/__init__.py
    quests/277_GatekeepersOffering/__init__.py
    quests/280_TheFoodChain/__init__.py
    quests/281_HeadForTheHills/__init__.py
    quests/283_TheFewTheProudTheBrave/__init__.py
    quests/284_MuertosFeather/__init__.py
    quests/286_FabulousFeathers/__init__.py
    quests/291_RedBonnetsRevenge/__init__.py
    quests/292_CrushBrigands/__init__.py
    quests/293_HiddenVein/__init__.py
    quests/294_CovertBusiness/__init__.py
    quests/295_DreamsOfFlight/__init__.py
    quests/296_SilkOfTarantula/__init__.py
    quests/297_GatekeepersFavor/__init__.py
    quests/298_LizardmensConspiracy/__init__.py
    quests/299_GatherIngredientsForPie/__init__.py
    quests/300_HuntingLetoLizardman/__init__.py
    quests/303_CollectArrowheads/__init__.py
    quests/306_CrystalOfFireice/__init__.py
    quests/313_CollectSpores/__init__.py
    quests/316_DestroyPlaguebringers/__init__.py
    quests/317_CatchTheWind/__init__.py
    quests/319_ScentOfDeath/__init__.py
    quests/320_BonesTellFuture/__init__.py
    quests/324_SweetestVenom/__init__.py
    quests/325_GrimCollector/__init__.py
    quests/326_VanquishRemnants/__init__.py
    quests/327_ReclaimTheLand/__init__.py
    quests/328_SenseForBusiness/__init__.py
    quests/329_CuriosityOfDwarf/__init__.py
    quests/330_AdeptOfTaste/__init__.py
    quests/331_ArrowForVengeance/__init__.py
    quests/333_BlackLionHunt/__init__.py
    quests/334_TheWishingPotion/__init__.py
    quests/335_TheSongOfTheHunter/__init__.py
    quests/336_CoinOfMagic/__init__.py
    quests/337_AudienceWithTheLandDragon/__init__.py
    quests/338_AlligatorHunter/__init__.py
    quests/340_SubjugationOfLizardmen/__init__.py
    quests/341_HuntingForWildBeasts/__init__.py
    quests/343_UnderTheShadowOfTheIvoryTower/__init__.py
    quests/344_1000YearsEndofLamentation/__init__.py
    quests/345_MethodToRaiseTheDead/__init__.py
    quests/347_GoGetTheCalculator/__init__.py
    quests/348_ArrogantSearch/__init__.py
    quests/350_EnhanceYourWeapon/__init__.py
    quests/351_BlackSwan/__init__.py
    quests/352_HelpRoodRaiseANewPet/__init__.py
    quests/353_PowerOfDarkness/__init__.py
    quests/354_ConquestOfAlligatorIsland/__init__.py
    quests/355_FamilyHonor/__init__.py
    quests/356_DigUpTheSeaOfSpores/__init__.py
    quests/357_WarehouseKeepersAmbition/__init__.py
    quests/358_IllegitimateChildOfAGoddess/__init__.py
    quests/359_ForSleeplessDeadmen/__init__.py
    quests/360_PlunderTheirSupplies/__init__.py
    quests/362_BardsMandolin/__init__.py
    quests/363_SorrowfulSoundofFlute/__init__.py
    quests/364_JovialAccordion/__init__.py
    quests/365_DevilsLegacy/__init__.py
    quests/366_SilverHairedShaman/__init__.py
    quests/367_ElectrifyingRecharge/__init__.py
    quests/368_TrespassingIntoTheSacredArea/__init__.py
    quests/369_CollectorOfJewels/__init__.py
    quests/370_AWisemanSowsSeeds/__init__.py
    quests/371_ShriekOfGhosts/__init__.py
    quests/372_LegacyOfInsolence/__init__.py
    quests/373_SupplierOfReagents/__init__.py
    quests/374_WhisperOfDreams1/__init__.py
    quests/375_WhisperOfDreams2/__init__.py
    quests/376_GiantsExploration1/__init__.py
    quests/377_GiantsExploration2/__init__.py
    quests/378_MagnificentFeast/__init__.py
    quests/379_FantasyWine/__init__.py
    quests/380_BringOutTheFlavorOfIngredients/__init__.py
    quests/381_LetsBecomeARoyalMember/__init__.py
    quests/382_KailsMagicCoin/__init__.py
    quests/383_SearchingForTreasure/__init__.py
    quests/384_WarehouseKeepersPastime/__init__.py
    quests/385_YokeofthePast/__init__.py
    quests/386_StolenDignity/__init__.py
    quests/401_PathToWarrior/__init__.py
    quests/402_PathToKnight/__init__.py
    quests/403_PathToRogue/__init__.py
    quests/404_PathToWizard/__init__.py
    quests/405_PathToCleric/__init__.py
    quests/406_PathToElvenKnight/__init__.py
    quests/407_PathToElvenScout/__init__.py
    quests/408_PathToElvenwizard/__init__.py
    quests/409_PathToOracle/__init__.py
    quests/410_PathToPalusKnight/__init__.py
    quests/411_PathToAssassin/__init__.py
    quests/412_PathToDarkwizard/__init__.py
    quests/413_PathToShillienOracle/__init__.py
    quests/414_PathToOrcRaider/__init__.py
    quests/415_PathToOrcMonk/__init__.py
    quests/416_PathToOrcShaman/__init__.py
    quests/417_PathToScavenger/__init__.py
    quests/418_PathToArtisan/__init__.py
    quests/419_GetAPet/__init__.py
    quests/420_LittleWings/__init__.py
    quests/421_LittleWingAdventures/__init__.py
    quests/422_RepentYourSins/__init__.py
    quests/426_FishingShot/__init__.py
    quests/431_WeddingMarch/__init__.py
    quests/432_BirthdayPartySong/__init__.py
    quests/501_ProofOfClanAlliance/__init__.py
    quests/503_PursuitClanAmbition/__init__.py
    quests/504_CompetitionfortheBanditStronghold/__init__.py
    quests/505_BloodOffering/__init__.py
    quests/508_TheClansReputation/__init__.py
    quests/509_TheClansPrestige/__init__.py
    quests/510_AClansReputation/__init__.py
    quests/601_WatchingEyes/__init__.py
    quests/602_ShadowOfLight/__init__.py
    quests/603_DaimontheWhiteEyedPart1/__init__.py
    quests/604_DaimontheWhiteEyedPart2/__init__.py
    quests/605_AllianceWithKetraOrcs/__init__.py
    quests/606_WarWithVarkaSilenos/__init__.py
    quests/607_ProveYourCourage_Ketra/__init__.py
    quests/608_SlayTheEnemyCommander_Ketra/__init__.py
    quests/609_MagicalPowerOfWaterPart1/__init__.py
    quests/610_MagicalPowerOfWaterPart2/__init__.py
    quests/611_AllianceWithVarkaSilenos/__init__.py
    quests/612_WarWithKetraOrcs/__init__.py
    quests/613_ProveYourCourage_Varka/__init__.py
    quests/614_SlayTheEnemyCommander_Varka/__init__.py
    quests/615_MagicalPowerOfFirePart1/__init__.py
    quests/616_MagicalPowerOfFirePart2/__init__.py
    quests/617_GatherTheFlames/__init__.py
    quests/618_IntoTheFlame/__init__.py
    quests/619_RelicsOfTheOldEmpire/__init__.py
    quests/620_FourGoblets/__init__.py
    quests/621_EggDelivery/__init__.py
    quests/622_DeliveryOfSpecialLiquor/__init__.py
    quests/623_TheFinestFood/__init__.py
    quests/624_TheFinestIngredientsPart1/__init__.py
    quests/625_TheFinestIngredientsPart2/__init__.py
    quests/626_ADarkTwilight/__init__.py
    quests/627_HeartInSearchOfPower/__init__.py
    quests/628_HuntGoldenRam/__init__.py
    quests/629_CleanUpTheSwampOfScreams/__init__.py
    quests/631_DeliciousTopChoiceMeat/__init__.py
    quests/632_NecromancersRequest/__init__.py
    quests/633_InTheForgottenVillage/__init__.py
    quests/634_InSearchofDimensionalFragments/__init__.py
    quests/635_InTheDimensionalRift/__init__.py
    quests/636_TruthBeyond/__init__.py
    quests/637_ThroughOnceMore/__init__.py
    quests/638_SeekersOfTheHolyGrail/__init__.py
    quests/639_GuardiansOfTheHolyGrail/__init__.py
    quests/640_TheZeroHour/__init__.py
    quests/641_AttackSailren/__init__.py
    quests/642_APowerfulPrimevalCreature/__init__.py
    quests/643_RiseandFalloftheElrokiTribe/__init__.py
    quests/644_GraveRobberAnnihilation/__init__.py
    quests/645_GhostsOfBatur/__init__.py
    quests/646_SignsOfRevolt/__init__.py
    quests/647_InfluxOfMachines/__init__.py
    quests/648_AnIceMerchantsDream/__init__.py
    quests/649_ALooterAndARailroadMan/__init__.py
    quests/650_ABrokenDream/__init__.py
    quests/651_RunawayYouth/__init__.py
    quests/652_AnAgedExAdventurer/__init__.py
    quests/653_WildMaiden/__init__.py
    quests/654_JourneyToSettlement/__init__.py
    quests/655_AGrandPlanforTamingWildBeasts/__init__.py
    quests/659_IdRatherBeCollectingFairyBreath/__init__.py
    quests/660_AidingtheFloranVillage/__init__.py
    quests/661_TheHarvestGroundsSafe/__init__.py
    quests/662_AGameOfCards/__init__.py
    quests/663_SeductiveWhispers/__init__.py
    quests/688_DefeatTheElrokianRaiders/__init__.py
    quests/999_C3Tutorial/__init__.py
    
    # Teleports
    teleports/1100_teleport_with_charm/__init__.py
    teleports/1101_teleport_to_race_track/__init__.py
    teleports/1102_toivortex_blue/__init__.py
    teleports/1102_toivortex_green/__init__.py
    teleports/1102_toivortex_red/__init__.py
    teleports/1103_OracleTeleport/__init__.py
    teleports/1104_NewbieTravelToken/__init__.py
    # teleports/1105_StrongholdsTeleports/__init__.py
    # teleports/1107_CrumaTower/__init__.py need this?
    teleports/1630_PaganTeleporters/__init__.py
    teleports/2000_NoblesseTeleport/__init__.py
    teleports/2211_HuntingGroundsTeleport/__init__.py
    teleports/2400_toivortex_exit/__init__.py
    teleports/6000_GrandBossTeleporters/__init__.py
    teleports/6111_ElrokiTeleporters/__init__.py
    
    # Village Master
    village_master/9000_clan/__init__.py
    village_master/9001_alliance/__init__.py
    village_master/30026_bitz_occupation_change/__init__.py
    village_master/30031_biotin_occupation_change/__init__.py
    village_master/30109_hannavalt_occupation_change/__init__.py
    village_master/30154_asterios_occupation_change/__init__.py
    village_master/30358_thifiell_occupation_change/__init__.py
    village_master/30520_reed_occupation_change/__init__.py
    village_master/30525_bronk_occupation_change/__init__.py
    village_master/30565_kakai_occupation_change/__init__.py
    village_master/dark_elven_change_1/__init__.py
    village_master/dark_elven_change_2/__init__.py
    village_master/dwarven_occupation_change/__init__.py
    village_master/elven_human_buffers_2/__init__.py
    village_master/elven_human_fighters_1/__init__.py
    village_master/elven_human_fighters_2/__init__.py
    village_master/elven_human_mystics_1/__init__.py
    village_master/elven_human_mystics_2/__init__.py
    village_master/orc_occupation_change_1/__init__.py
    village_master/orc_occupation_change_2/__init__.py[code]

  5. Here is scripts files from each project (aCis™ - L2jFrozen™)

     

    aCis scripts

    # This file contains a list of scripts that should be loaded by the GameServer
    # The path is relative to the scripts folder, for example scripts/event.py would 
    # require the following entry:
    # event.py
    #
    # Note: You can also load an script during server runtime using the Admin Panel
    
    # AI Section
    
    ai/L2AttackableAIScript.java
    
    ai/group/Chests.java
    #ai/group/EvasGiftBoxes.java
    #ai/group/FairyTrees.java
    ai/group/FeedableBeasts.java
    ai/group/HotSpringDisease.java
    ai/group/Monastery.java
    #ai/group/PavelArchaic.java
    ai/group/PolymorphingAngel.java
    ai/group/PolymorphingOnAttack.java
    ai/group/SearchingMaster.java
    #ai/group/SeeThroughSilentMove.java
    ai/group/SpeakingNPCs.java
    #ai/group/StakatoNest.java
    ai/group/SummonMinions.java
    
    #ai/individual/Antharas.java
    ai/individual/Baium.java
    ai/individual/Core.java
    ai/individual/DrChaos.java
    ai/individual/FleeNpc.java
    #ai/individual/Frintezza.java
    ai/individual/Gordon.java
    #ai/individual/IceFairySirra.java
    ai/individual/Orfen.java
    ai/individual/QueenAnt.java
    #ai/individual/Valakas.java
    #ai/individual/Zaken.java
    
    # Teleports
    
    teleports/ElrokiTeleporters/ElrokiTeleporters.java
    teleports/GatekeeperSpirit/GatekeeperSpirit.java
    teleports/GrandBossTeleporters/GrandBossTeleporters.java
    teleports/HuntingGroundsTeleport/HuntingGroundsTeleport.java
    teleports/NewbieTravelToken/NewbieTravelToken.java
    teleports/NoblesseTeleport/NoblesseTeleport.java
    teleports/OracleTeleport/OracleTeleport.java
    teleports/PaganTeleporters/PaganTeleporters.java
    teleports/RaceTrack/RaceTrack.java
    teleports/TeleportWithCharm/TeleportWithCharm.java
    #teleports/ToIVortex/ToIVortex.java
    
    # Village Master
    
    #village_master/30026_bitz_occupation_change/__init__.py
    #village_master/30031_biotin_occupation_change/__init__.py
    #village_master/30154_asterios_occupation_change/__init__.py
    #village_master/30358_thifiell_occupation_change/__init__.py
    #village_master/30520_reed_occupation_change/__init__.py
    #village_master/30525_bronk_occupation_change/__init__.py
    #village_master/30565_kakai_occupation_change/__init__.py
    village_master/Clan/Clan.java
    village_master/Alliance/Alliance.java
    #village_master/9002_SubClassCertification/__init__.py
    #village_master/dark_elven_change_1/__init__.py
    #village_master/dark_elven_change_2/__init__.py
    #village_master/dwarven_occupation_change/__init__.py
    #village_master/elven_human_buffers_2/__init__.py
    #village_master/elven_human_fighters_1/__init__.py
    #village_master/elven_human_fighters_2/__init__.py
    #village_master/elven_human_mystics_1/__init__.py
    #village_master/elven_human_mystics_2/__init__.py
    #village_master/orc_occupation_change_1/__init__.py
    #village_master/orc_occupation_change_2/__init__.py
    
    # Quests Section
    
    quests/Q001_LettersOfLove/Q001_LettersOfLove.java
    quests/Q002_WhatWomenWant/Q002_WhatWomenWant.java
    quests/Q003_WillTheSealBeBroken/Q003_WillTheSealBeBroken.java
    quests/Q004_LongliveThePaagrioLord/Q004_LongliveThePaagrioLord.java
    quests/Q005_MinersFavor/Q005_MinersFavor.java
    quests/Q006_StepIntoTheFuture/Q006_StepIntoTheFuture.java
    quests/Q007_ATripBegins/Q007_ATripBegins.java
    quests/Q008_AnAdventureBegins/Q008_AnAdventureBegins.java
    quests/Q009_IntoTheCityOfHumans/Q009_IntoTheCityOfHumans.java
    quests/Q010_IntoTheWorld/Q010_IntoTheWorld.java
    quests/Q011_SecretMeetingWithKetraOrcs/Q011_SecretMeetingWithKetraOrcs.java
    quests/Q012_SecretMeetingWithVarkaSilenos/Q012_SecretMeetingWithVarkaSilenos.java
    quests/Q013_ParcelDelivery/Q013_ParcelDelivery.java
    quests/Q014_WhereaboutsOfTheArchaeologist/Q014_WhereaboutsOfTheArchaeologist.java
    quests/Q015_SweetWhispers/Q015_SweetWhispers.java
    quests/Q016_TheComingDarkness/Q016_TheComingDarkness.java
    quests/Q017_LightAndDarkness/Q017_LightAndDarkness.java
    quests/Q018_MeetingWithTheGoldenRam/Q018_MeetingWithTheGoldenRam.java
    quests/Q019_GoToThePastureland/Q019_GoToThePastureland.java
    quests/Q020_BringUpWithLove/Q020_BringUpWithLove.java
    quests/Q021_HiddenTruth/Q021_HiddenTruth.java
    quests/Q022_TragedyInVonHellmannForest/Q022_TragedyInVonHellmannForest.java
    quests/Q023_LidiasHeart/Q023_LidiasHeart.java
    quests/Q024_InhabitantsOfTheForestOfTheDead/Q024_InhabitantsOfTheForestOfTheDead.java
    #quests/Q025_HidingBehindTheTruth/Q025_HidingBehindTheTruth.java
    quests/Q027_ChestCaughtWithABaitOfWind/Q027_ChestCaughtWithABaitOfWind.java
    quests/Q028_ChestCaughtWithABaitOfIcyAir/Q028_ChestCaughtWithABaitOfIcyAir.java
    quests/Q029_ChestCaughtWithABaitOfEarth/Q029_ChestCaughtWithABaitOfEarth.java
    quests/Q030_ChestCaughtWithABaitOfFire/Q030_ChestCaughtWithABaitOfFire.java
    quests/Q031_SecretBuriedInTheSwamp/Q031_SecretBuriedInTheSwamp.java
    quests/Q032_AnObviousLie/Q032_AnObviousLie.java
    quests/Q033_MakeAPairOfDressShoes/Q033_MakeAPairOfDressShoes.java
    quests/Q034_InSearchOfCloth/Q034_InSearchOfCloth.java
    quests/Q035_FindGlitteringJewelry/Q035_FindGlitteringJewelry.java
    quests/Q036_MakeASewingKit/Q036_MakeASewingKit.java
    quests/Q037_MakeFormalWear/Q037_MakeFormalWear.java
    quests/Q038_DragonFangs/Q038_DragonFangs.java
    quests/Q039_RedEyedInvaders/Q039_RedEyedInvaders.java
    quests/Q042_HelpTheUncle/Q042_HelpTheUncle.java
    quests/Q043_HelpTheSister/Q043_HelpTheSister.java
    quests/Q044_HelpTheSon/Q044_HelpTheSon.java
    quests/Q045_ToTalkingIsland/Q045_ToTalkingIsland.java
    quests/Q046_OnceMoreInTheArmsOfTheMotherTree/Q046_OnceMoreInTheArmsOfTheMotherTree.java
    #quests/Q047_IntoTheDarkForest/Q047_IntoTheDarkForest.java
    #quests/Q048_ToTheImmortalPlateau/Q048_ToTheImmortalPlateau.java
    #quests/Q049_TheRoadHome/Q049_TheRoadHome.java
    quests/Q050_LanoscosSpecialBait/Q050_LanoscosSpecialBait.java
    quests/Q051_OFullesSpecialBait/Q051_OFullesSpecialBait.java
    quests/Q052_WilliesSpecialBait/Q052_WilliesSpecialBait.java
    quests/Q053_LinnaeusSpecialBait/Q053_LinnaeusSpecialBait.java
    #quests/Q070_SagaOfThePhoenixKnight/Q070_SagaOfThePhoenixKnight.java
    #quests/Q071_SagaOfEvasTemplar/Q071_SagaOfEvasTemplar.java
    #quests/Q072_SagaOfTheSwordMuse/Q072_SagaOfTheSwordMuse.java
    #quests/Q073_SagaOfTheDuelist/Q073_SagaOfTheDuelist.java
    #quests/Q074_SagaOfTheDreadnought/Q074_SagaOfTheDreadnought.java
    #quests/Q075_SagaOfTheTitan/Q075_SagaOfTheTitan.java
    #quests/Q076_SagaOfTheGrandKhavatari/Q076_SagaOfTheGrandKhavatari.java
    #quests/Q077_SagaOfTheDominator/Q077_SagaOfTheDominator.java
    #quests/Q078_SagaOfTheDoomcryer/Q078_SagaOfTheDoomcryer.java
    #quests/Q079_SagaOfTheAdventurer/Q079_SagaOfTheAdventurer.java
    #quests/Q080_SagaOfTheWindRider/Q080_SagaOfTheWindRider.java
    #quests/Q081_SagaOfTheGhostHunter/Q081_SagaOfTheGhostHunter.java
    #quests/Q082_SagaOfTheSagittarius/Q082_SagaOfTheSagittarius.java
    #quests/Q083_SagaOfTheMoonlightSentinel/Q083_SagaOfTheMoonlightSentinel.java
    #quests/Q084_SagaOfTheGhostSentinel/Q084_SagaOfTheGhostSentinel.java
    #quests/Q085_SagaOfTheCardinal/Q085_SagaOfTheCardinal.java
    #quests/Q086_SagaOfTheHierophant/Q086_SagaOfTheHierophant.java
    #quests/Q087_SagaOfEvasSaint/Q087_SagaOfEvasSaint.java
    #quests/Q088_SagaOfTheArchmage/Q088_SagaOfTheArchmage.java
    #quests/Q089_SagaOfTheMysticMuse/Q089_SagaOfTheMysticMuse.java
    #quests/Q090_SagaOfTheStormScreamer/Q090_SagaOfTheStormScreamer.java
    #quests/Q091_SagaOfTheArcanaLord/Q091_SagaOfTheArcanaLord.java
    #quests/Q092_SagaOfTheElementalMaster/Q092_SagaOfTheElementalMaster.java
    #quests/Q093_SagaOfTheSpectralMaster/Q093_SagaOfTheSpectralMaster.java
    #quests/Q094_SagaOfTheSoultaker/Q094_SagaOfTheSoultaker.java
    #quests/Q095_SagaOfTheHellKnight/Q095_SagaOfTheHellKnight.java
    #quests/Q096_SagaOfTheSpectralDancer/Q096_SagaOfTheSpectralDancer.java
    #quests/Q097_SagaOfTheShillienTemplar/Q097_SagaOfTheShillienTemplar.java
    #quests/Q098_SagaOfTheShillienSaint/Q098_SagaOfTheShillienSaint.java
    #quests/Q099_SagaOfTheFortuneSeeker/Q099_SagaOfTheFortuneSeeker.java
    #quests/Q100_SagaOfTheMaestro/Q100_SagaOfTheMaestro.java
    #quests/Q101_SwordOfSolidarity/Q101_SwordOfSolidarity.java
    #quests/Q102_SeaOfSporesFever/Q102_SeaOfSporesFever.java
    #quests/Q103_SpiritOfCraftsman/Q103_SpiritOfCraftsman.java
    quests/Q104_SpiritOfMirrors/Q104_SpiritOfMirrors.java
    quests/Q105_SkirmishWithTheOrcs/Q105_SkirmishWithTheOrcs.java
    #quests/Q106_ForgottenTruth/Q106_ForgottenTruth.java
    #quests/Q107_MercilessPunishment/Q107_MercilessPunishment.java
    #quests/Q108_JumbleTumbleDiamondFuss/Q108_JumbleTumbleDiamondFuss.java
    quests/Q109_InSearchOfTheNest/Q109_InSearchOfTheNest.java
    quests/Q110_ToThePrimevalIsle/Q110_ToThePrimevalIsle.java
    #quests/Q111_ElrokianHuntersProof/Q111_ElrokianHuntersProof.java
    quests/Q112_WalkOfFate/Q112_WalkOfFate.java
    quests/Q113_StatusOfTheBeaconTower/Q113_StatusOfTheBeaconTower.java
    #quests/Q114_ResurrectionOfAnOldManager/Q114_ResurrectionOfAnOldManager.java
    #quests/Q115_TheOtherSideOfTruth/Q115_TheOtherSideOfTruth.java
    quests/Q116_BeyondTheHillsOfWinter/Q116_BeyondTheHillsOfWinter.java
    quests/Q117_TheOceanOfDistantStars/Q117_TheOceanOfDistantStars.java
    #quests/Q118_ToLeadAndBeLed/Q118_ToLeadAndBeLed.java
    #quests/Q119_LastImperialPrince/Q119_LastImperialPrince.java
    #quests/Q120_PavelsResearch/Q120_PavelsResearch.java
    quests/Q121_PavelTheGiant/Q121_PavelTheGiant.java
    quests/Q122_OminousNews/Q122_OminousNews.java
    #quests/Q123_TheLeaderAndTheFollower/Q123_TheLeaderAndTheFollower.java
    quests/Q124_MeetingTheElroki/Q124_MeetingTheElroki.java
    #quests/Q125_TheNameOfEvil_1/Q125_TheNameOfEvil_1.java
    #quests/Q126_TheNameOfEvil_2/Q126_TheNameOfEvil_2.java
    #quests/Q127_KamaelAWindowToTheFuture/Q127_KamaelAWindowToTheFuture.java
    quests/Q151_CureForFeverDisease/Q151_CureForFeverDisease.java
    quests/Q152_ShardsOfGolem/Q152_ShardsOfGolem.java
    quests/Q153_DeliverGoods/Q153_DeliverGoods.java
    quests/Q154_SacrificeToTheSea/Q154_SacrificeToTheSea.java
    quests/Q155_FindSirWindawood/Q155_FindSirWindawood.java
    quests/Q156_MillenniumLove/Q156_MillenniumLove.java
    quests/Q157_RecoverSmuggledGoods/Q157_RecoverSmuggledGoods.java
    quests/Q158_SeedOfEvil/Q158_SeedOfEvil.java
    quests/Q159_ProtectTheWaterSource/Q159_ProtectTheWaterSource.java
    quests/Q160_NerupasRequest/Q160_NerupasRequest.java
    quests/Q161_FruitOfTheMotherTree/Q161_FruitOfTheMotherTree.java
    quests/Q162_CurseOfTheUndergroundFortress/Q162_CurseOfTheUndergroundFortress.java
    quests/Q163_LegacyOfThePoet/Q163_LegacyOfThePoet.java
    quests/Q164_BloodFiend/Q164_BloodFiend.java
    quests/Q165_ShilensHunt/Q165_ShilensHunt.java
    quests/Q166_MassOfDarkness/Q166_MassOfDarkness.java
    quests/Q167_DwarvenKinship/Q167_DwarvenKinship.java
    quests/Q168_DeliverSupplies/Q168_DeliverSupplies.java
    quests/Q169_OffspringOfNightmares/Q169_OffspringOfNightmares.java
    quests/Q170_DangerousSeduction/Q170_DangerousSeduction.java
    quests/Q171_ActsOfEvil/Q171_ActsOfEvil.java
    #quests/Q211_TrialOfTheChallenger/Q211_TrialOfTheChallenger.java
    #quests/Q212_TrialOfDuty/Q212_TrialOfDuty.java
    #quests/Q213_TrialOfTheSeeker/Q213_TrialOfTheSeeker.java
    #quests/Q214_TrialOfTheScholar/Q214_TrialOfTheScholar.java
    #quests/Q215_TrialOfThePilgrim/Q215_TrialOfThePilgrim.java
    #quests/Q216_TrialOfTheGuildsman/Q216_TrialOfTheGuildsman.java
    #quests/Q217_TestimonyOfTrust/Q217_TestimonyOfTrust.java
    #quests/Q218_TestimonyOfLife/Q218_TestimonyOfLife.java
    #quests/Q219_TestimonyOfFate/Q219_TestimonyOfFate.java
    #quests/Q220_TestimonyOfGlory/Q220_TestimonyOfGlory.java
    #quests/Q221_TestimonyOfProsperity/Q221_TestimonyOfProsperity.java
    #quests/Q222_TestOfTheDuelist/Q222_TestOfTheDuelist.java
    #quests/Q223_TestOfTheChampion/Q223_TestOfTheChampion.java
    #quests/Q224_TestOfSagittarius/Q224_TestOfSagittarius.java
    #quests/Q225_TestOfTheSearcher/Q225_TestOfTheSearcher.java
    #quests/Q226_TestOfTheHealer/Q226_TestOfTheHealer.java
    #quests/Q227_TestOfTheReformer/Q227_TestOfTheReformer.java
    #quests/Q228_TestOfMagus/Q228_TestOfMagus.java
    #quests/Q229_TestOfWitchcraft/Q229_TestOfWitchcraft.java
    #quests/Q230_TestOfTheSummoner/Q230_TestOfTheSummoner.java
    #quests/Q231_TestOfTheMaestro/Q231_TestOfTheMaestro.java
    #quests/Q232_TestOfTheLord/Q232_TestOfTheLord.java
    #quests/Q233_TestOfTheWarSpirit/Q233_TestOfTheWarSpirit.java
    quests/Q234_FatesWhisper/Q234_FatesWhisper.java
    quests/Q235_MimirsElixir/Q235_MimirsElixir.java
    #quests/Q241_PossessorOfAPreciousSoul_1/Q241_PossessorOfAPreciousSoul_1.java
    #quests/Q242_PossessorOfAPreciousSoul_2/Q242_PossessorOfAPreciousSoul_2.java
    #quests/Q246_PossessorOfAPreciousSoul_3/Q246_PossessorOfAPreciousSoul_3.java
    #quests/Q247_PossessorOfAPreciousSoul_4/Q247_PossessorOfAPreciousSoul_4.java
    quests/Q257_TheGuardIsBusy/Q257_TheGuardIsBusy.java
    quests/Q258_BringWolfPelts/Q258_BringWolfPelts.java
    quests/Q259_RanchersPlea/Q259_RanchersPlea.java
    quests/Q260_HuntTheOrcs/Q260_HuntTheOrcs.java
    quests/Q261_CollectorsDream/Q261_CollectorsDream.java
    quests/Q262_TradeWithTheIvoryTower/Q262_TradeWithTheIvoryTower.java
    quests/Q263_OrcSubjugation/Q263_OrcSubjugation.java
    quests/Q264_KeenClaws/Q264_KeenClaws.java
    #quests/Q265_ChainsOfSlavery/Q265_ChainsOfSlavery.java
    quests/Q266_PleasOfPixies/Q266_PleasOfPixies.java
    quests/Q267_WrathOfVerdure/Q267_WrathOfVerdure.java
    quests/Q271_ProofOfValor/Q271_ProofOfValor.java
    quests/Q272_WrathOfAncestors/Q272_WrathOfAncestors.java
    #quests/Q273_InvadersOfTheHolyLand/Q273_InvadersOfTheHolyLand.java
    #quests/Q274_SkirmishWithTheWerewolves/Q274_SkirmishWithTheWerewolves.java
    quests/Q275_DarkWingedSpies/Q275_DarkWingedSpies.java
    quests/Q276_TotemOfTheHestui/Q276_TotemOfTheHestui.java
    quests/Q277_GatekeepersOffering/Q277_GatekeepersOffering.java
    quests/Q291_RevengeOfTheRedbonnet/Q291_RevengeOfTheRedbonnet.java
    #quests/Q292_BrigandsSweep/Q292_BrigandsSweep.java
    #quests/Q293_TheHiddenVeins/Q293_TheHiddenVeins.java
    quests/Q294_CovertBusiness/Q294_CovertBusiness.java
    quests/Q295_DreamingOfTheSkies/Q295_DreamingOfTheSkies.java
    quests/Q296_TarantulasSpiderSilk/Q296_TarantulasSpiderSilk.java
    quests/Q297_GatekeepersFavor/Q297_GatekeepersFavor.java
    quests/Q298_LizardmensConspiracy/Q298_LizardmensConspiracy.java
    quests/Q299_GatherIngredientsForPie/Q299_GatherIngredientsForPie.java
    quests/Q300_HuntingLetoLizardman/Q300_HuntingLetoLizardman.java
    quests/Q303_CollectArrowheads/Q303_CollectArrowheads.java
    #quests/Q306_CrystalsOfFireAndIce/Q306_CrystalsOfFireAndIce.java
    quests/Q313_CollectSpores/Q313_CollectSpores.java
    #quests/Q316_DestroyPlagueCarriers/Q316_DestroyPlagueCarriers.java
    quests/Q317_CatchTheWind/Q317_CatchTheWind.java
    quests/Q319_ScentOfDeath/Q319_ScentOfDeath.java
    quests/Q320_BonesTellTheFuture/Q320_BonesTellTheFuture.java
    #quests/Q324_SweetestVenom/Q324_SweetestVenom.java
    #quests/Q325_GrimCollector/Q325_GrimCollector.java
    #quests/Q326_VanquishRemnants/Q326_VanquishRemnants.java
    #quests/Q327_RecoverTheFarmland/Q327_RecoverTheFarmland.java
    quests/Q328_SenseForBusiness/Q328_SenseForBusiness.java
    #quests/Q329_CuriosityOfADwarf/Q329_CuriosityOfADwarf.java
    #quests/Q330_AdeptOfTaste/Q330_AdeptOfTaste.java
    quests/Q331_ArrowOfVengeance/Q331_ArrowOfVengeance.java
    #quests/Q333_HuntOfTheBlackLion/Q333_HuntOfTheBlackLion.java
    #quests/Q334_TheWishingPotion/Q334_TheWishingPotion.java
    #quests/Q335_SongOfTheHunter/Q335_SongOfTheHunter.java
    #quests/Q336_CoinsOfMagic/Q336_CoinsOfMagic.java
    #quests/Q337_AudienceWithTheLandDragon/Q337_AudienceWithTheLandDragon.java
    quests/Q338_AlligatorHunter/Q338_AlligatorHunter.java
    #quests/Q340_SubjugationOfLizardmen/Q340_SubjugationOfLizardmen.java
    quests/Q341_HuntingForWildBeasts/Q341_HuntingForWildBeasts.java
    #quests/Q343_UnderTheShadowOfTheIvoryTower/Q343_UnderTheShadowOfTheIvoryTower.java
    #quests/Q344_1000YearsTheEndOfLamentation/Q344_1000YearsTheEndOfLamentation.java
    quests/Q345_MethodToRaiseTheDead/Q345_MethodToRaiseTheDead.java
    quests/Q347_GoGetTheCalculator/Q347_GoGetTheCalculator.java
    #quests/Q348_AnArrogantSearch/Q348_AnArrogantSearch.java
    #quests/Q350_EnhanceYourWeapon/Q350_EnhanceYourWeapon.java
    quests/Q351_BlackSwan/Q351_BlackSwan.java
    quests/Q352_HelpRoodRaiseANewPet/Q352_HelpRoodRaiseANewPet.java
    quests/Q353_PowerOfDarkness/Q353_PowerOfDarkness.java
    quests/Q354_ConquestOfAlligatorIsland/Q354_ConquestOfAlligatorIsland.java
    quests/Q355_FamilyHonor/Q355_FamilyHonor.java
    quests/Q356_DigUpTheSeaOfSpores/Q356_DigUpTheSeaOfSpores.java
    quests/Q357_WarehouseKeepersAmbition/Q357_WarehouseKeepersAmbition.java
    #quests/Q358_IllegitimateChildOfAGoddess/Q358_IllegitimateChildOfAGoddess.java
    #quests/Q359_ForSleeplessDeadmen/Q359_ForSleeplessDeadmen.java
    quests/Q360_PlunderTheirSupplies/Q360_PlunderTheirSupplies.java
    quests/Q362_BardsMandolin/Q362_BardsMandolin.java
    #quests/Q363_SorrowfulSoundOfFlute/Q363_SorrowfulSoundOfFlute.java
    quests/Q364_JovialAccordion/Q364_JovialAccordion.java
    #quests/Q365_DevilsLegacy/Q365_DevilsLegacy.java
    quests/Q366_SilverHairedShaman/Q366_SilverHairedShaman.java
    #quests/Q367_ElectrifyingRecharge/Q367_ElectrifyingRecharge.java
    quests/Q368_TrespassingIntoTheSacredArea/Q368_TrespassingIntoTheSacredArea.java
    quests/Q369_CollectorOfJewels/Q369_CollectorOfJewels.java
    quests/Q370_AnElderSowsSeeds/Q370_AnElderSowsSeeds.java
    #quests/Q371_ShriekOfGhosts/Q371_ShriekOfGhosts.java
    #quests/Q372_LegacyOfInsolence/Q372_LegacyOfInsolence.java
    #quests/Q373_SupplierOfReagents/Q373_SupplierOfReagents.java
    #quests/Q374_WhisperOfDreams_Part1/Q374_WhisperOfDreams_Part1.java
    #quests/Q375_WhisperOfDreams_Part2/Q375_WhisperOfDreams_Part2.java
    #quests/Q376_ExplorationOfTheGiantsCave_PartI/Q376_ExplorationOfTheGiantsCave_PartI.java
    #quests/Q377_ExplorationOfGiantsCave_Part2/Q377_ExplorationOfGiantsCave_Part2.java
    quests/Q378_MagnificentFeast/Q378_MagnificentFeast.java
    quests/Q379_FantasyWine/Q379_FantasyWine.java
    #quests/Q380_BringOutTheFlavorOfIngredients/Q380_BringOutTheFlavorOfIngredients.java
    #quests/Q381_LetsBecomeARoyalMember/Q381_LetsBecomeARoyalMember.java
    #quests/Q382_KailsMagicCoin/Q382_KailsMagicCoin.java
    #quests/Q383_SearchingForTreasure/Q383_SearchingForTreasure.java
    #quests/Q384_WarehouseKeepersPastime/Q384_WarehouseKeepersPastime.java
    quests/Q385_YokeOfThePast/Q385_YokeOfThePast.java
    #quests/Q386_StolenDignity/Q386_StolenDignity.java
    quests/Q401_PathToAWarrior/Q401_PathToAWarrior.java
    #quests/Q402_PathToAHumanKnight/Q402_PathToAHumanKnight.java
    quests/Q403_PathToARogue/Q403_PathToARogue.java
    #quests/Q404_PathToAHumanWizard/Q404_PathToAHumanWizard.java
    #quests/Q405_PathToACleric/Q405_PathToACleric.java
    quests/Q406_PathToAnElvenKnight/Q406_PathToAnElvenKnight.java
    #quests/Q407_PathToAnElvenScout/Q407_PathToAnElvenScout.java
    #quests/Q408_PathToAnElvenWizard/Q408_PathToAnElvenWizard.java
    #quests/Q409_PathToAnElvenOracle/Q409_PathToAnElvenOracle.java
    #quests/Q410_PathToAPalusKnight/Q410_PathToAPalusKnight.java
    #quests/Q411_PathToAnAssassin/Q411_PathToAnAssassin.java
    #quests/Q412_PathToADarkWizard/Q412_PathToADarkWizard.java
    #quests/Q413_PathToAShillienOracle/Q413_PathToAShillienOracle.java
    #quests/Q414_PathToAnOrcRaider/Q414_PathToAnOrcRaider.java
    #quests/Q415_PathToAMonk/Q415_PathToAMonk.java
    #quests/Q416_PathToAnOrcShaman/Q416_PathToAnOrcShaman.java
    #quests/Q417_PathToBecomeAScavenger/Q417_PathToBecomeAScavenger.java
    #quests/Q418_PathToAnArtisan/Q418_PathToAnArtisan.java
    #quests/Q419_GetAPet/Q419_GetAPet.java
    #quests/Q420_LittleWing/Q420_LittleWing.java
    #quests/Q421_LittleWingsBigAdventure/Q421_LittleWingsBigAdventure.java
    #quests/Q422_RepentYourSins/Q422_RepentYourSins.java
    #quests/Q426_QuestForFishingShot/Q426_QuestForFishingShot.java
    quests/Q431_WeddingMarch/Q431_WeddingMarch.java
    quests/Q432_BirthdayPartySong/Q432_BirthdayPartySong.java
    #quests/Q501_ProofOfClanAlliance/Q501_ProofOfClanAlliance.java
    #quests/Q503_PursuitOfClanAmbition/Q503_PursuitOfClanAmbition.java
    #quests/Q504_CompetitionForTheBanditStronghold/Q504_CompetitionForTheBanditStronghold.java
    #quests/Q505_BloodOffering/Q505_BloodOffering.java
    quests/Q508_AClansReputation/Q508_AClansReputation.java
    quests/Q509_TheClansPrestige/Q509_TheClansPrestige.java
    quests/Q510_AClansReputation/Q510_AClansReputation.java
    #quests/Q601_WatchingEyes/Q601_WatchingEyes.java
    #quests/Q602_ShadowOfLight/Q602_ShadowOfLight.java
    #quests/Q603_DaimonTheWhiteEyed_Part1/Q603_DaimonTheWhiteEyed_Part1.java
    #quests/Q604_DaimonTheWhiteEyed_Part2/Q604_DaimonTheWhiteEyed_Part2.java
    #quests/Q605_AllianceWithKetraOrcs/Q605_AllianceWithKetraOrcs.java
    #quests/Q606_WarWithVarkaSilenos/Q606_WarWithVarkaSilenos.java
    #quests/Q607_ProveYourCourage/Q607_ProveYourCourage.java
    #quests/Q608_SlayTheEnemyCommander/Q608_SlayTheEnemyCommander.java
    #quests/Q609_MagicalPowerOfWater_Part1/Q609_MagicalPowerOfWater_Part1.java
    #quests/Q610_MagicalPowerOfWater_Part2/Q610_MagicalPowerOfWater_Part2.java
    #quests/Q611_AllianceWithVarkaSilenos/Q611_AllianceWithVarkaSilenos.java
    #quests/Q612_WarWithKetraOrcs/Q612_WarWithKetraOrcs.java
    #quests/Q613_ProveYourcourage/Q613_ProveYourcourage.java
    #quests/Q614_SlayTheenemycommander/Q614_SlayTheenemycommander.java
    #quests/Q615_MagicalPowerOfFire_Part1/Q615_MagicalPowerOfFire_Part1.java
    #quests/Q616_MagicalPowerOfFire_Part2/Q616_MagicalPowerOfFire_Part2.java
    quests/Q617_GatherTheFlames/Q617_GatherTheFlames.java
    quests/Q618_IntoTheFlame/Q618_IntoTheFlame.java
    quests/Q619_RelicsOfTheOldEmpire/Q619_RelicsOfTheOldEmpire.java
    quests/Q620_FourGoblets/Q620_FourGoblets.java
    quests/Q621_EggDelivery/Q621_EggDelivery.java
    #quests/Q622_SpecialtyLiquorDelivery/Q622_SpecialtyLiquorDelivery.java
    quests/Q623_TheFinestFood/Q623_TheFinestFood.java
    #quests/Q624_TheFinestIngredients_Part1/Q624_TheFinestIngredients_Part1.java
    #quests/Q625_TheFinestIngredients_Part2/Q625_TheFinestIngredients_Part2.java
    quests/Q626_ADarkTwilight/Q626_ADarkTwilight.java
    #quests/Q627_HeartInSearchOfPower/Q627_HeartInSearchOfPower.java
    quests/Q628_HuntOfTheGoldenRamMercenaryForce/Q628_HuntOfTheGoldenRamMercenaryForce.java
    #quests/Q629_CleanUpTheSwampOfScreams/Q629_CleanUpTheSwampOfScreams.java
    quests/Q631_DeliciousTopChoiceMeat/Q631_DeliciousTopChoiceMeat.java
    #quests/Q632_NecromancersRequest/Q632_NecromancersRequest.java
    #quests/Q633_InTheForgottenVillage/Q633_InTheForgottenVillage.java
    quests/Q634_InSearchOfFragmentsOfDimension/Q634_InSearchOfFragmentsOfDimension.java
    quests/Q636_TruthBeyondTheGate/Q636_TruthBeyondTheGate.java
    quests/Q637_ThroughTheGateOnceMore/Q637_ThroughTheGateOnceMore.java
    quests/Q638_SeekersOfTheHolyGrail/Q638_SeekersOfTheHolyGrail.java
    #quests/Q639_GuardiansOfTheHolyGrail/Q639_GuardiansOfTheHolyGrail.java
    quests/Q640_TheZeroHour/Q640_TheZeroHour.java
    #quests/Q641_AttackSailren/Q641_AttackSailren.java
    #quests/Q642_APowerfulPrimevalCreature/Q642_APowerfulPrimevalCreature.java
    #quests/Q643_RiseAndFallOfTheElrokiTribe/Q643_RiseAndFallOfTheElrokiTribe.java
    quests/Q644_GraveRobberAnnihilation/Q644_GraveRobberAnnihilation.java
    quests/Q645_GhostsOfBatur/Q645_GhostsOfBatur.java
    quests/Q646_SignsOfRevolt/Q646_SignsOfRevolt.java
    quests/Q647_InfluxOfMachines/Q647_InfluxOfMachines.java
    #quests/Q648_AnIceMerchantsDream/Q648_AnIceMerchantsDream.java
    quests/Q649_ALooterAndARailroadMan/Q649_ALooterAndARailroadMan.java
    quests/Q650_ABrokenDream/Q650_ABrokenDream.java
    quests/Q651_RunawayYouth/Q651_RunawayYouth.java
    quests/Q652_AnAgedExAdventurer/Q652_AnAgedExAdventurer.java
    quests/Q653_WildMaiden/Q653_WildMaiden.java
    #quests/Q654_JourneyToASettlement/Q654_JourneyToASettlement.java
    #quests/Q655_AGrandPlanForTamingWildBeasts/Q655_AGrandPlanForTamingWildBeasts.java
    quests/Q659_IdRatherBeCollectingFairyBreath/Q659_IdRatherBeCollectingFairyBreath.java
    #quests/Q660_AidingTheFloranVillage/Q660_AidingTheFloranVillage.java
    quests/Q661_MakingTheHarvestGroundsSafe/Q661_MakingTheHarvestGroundsSafe.java
    #quests/Q662_AGameOfCards/Q662_AGameOfCards.java
    #quests/Q663_SeductiveWhispers/Q663_SeductiveWhispers.java
    quests/Q688_DefeatTheElrokianRaiders/Q688_DefeatTheElrokianRaiders.java
    #quests/Tutorial/Tutorial.java
    
    # Custom
    
    #custom/FortuneTelling/FortuneTelling.java
    #custom/Nottingale/Nottingale.java
    custom/EchoCrystals/EchoCrystals.java
    custom/ShadowWeapon/ShadowWeapon.java
    #custom/MissQueen/MissQueen.java
    custom/KetraOrcSupport/KetraOrcSupport.java
    custom/VarkaSilenosSupport/VarkaSilenosSupport.java
    custom/RaidbossInfo/RaidbossInfo.java
    custom/NpcLocationInfo/NpcLocationInfo.java
    custom/HeroCirclet/HeroCirclet.java
    custom/HeroWeapon/HeroWeapon.java
    #custom/PinsAndPouchUnseal/PinsAndPouchUnseal.java
    
    # Vehicles
    
    vehicles/BoatTalkingGludin.java
    vehicles/BoatGiranTalking.java
    vehicles/BoatInnadrilTour.java
    vehicles/BoatGludinRune.java
    vehicles/BoatRunePrimeval.java
    
    # Disabled by default events
    
    #events/GiftOfVitality/GiftOfVitality.java
    #events/HeavyMedal/HeavyMedal.java
    #events/TheValentineEvent/TheValentineEvent.java
    #events/MasterOfEnchanting/MasterOfEnchanting.java
    

  6. Acis in the feature it will be good like L2dc now the aCis™ re wrote all to pure java i found one leaked source from aCis™ and i found it very very interest!

    That dont mean the l2jFrozen is bad is good too but it have many many many customs .....

    aCis™ it will be the best interlude project......[tasted most thinks works PERFECT(!)]

    For now i use l2jfrozen also its good...

  7. Im using l2nextgen files its stable and work fine for large community

    the cost for one time sponsor is 300$ and the monthly support costs 100$

    Bloodshed is powerfull dev with fast suport!!

    The only problem is the files is locked only for that ip you had registed!

    But find it very very stable and retail like!

    Its good for low/mid/Hight rate servers!

    More info use google translator and visit www.l2nextgen.ru

  8. Na bgaleis leuta re file den sou eipa na doulepseis omos oxi me alla cope paste klp!

    Den einai kopos na dosei kapoios ena etoimo pack!

    Oloi edw mesa to pezoun kseroles kai kaneis den kserei tpt!

    metrimena sto xeri einai ta atoma pou aksizoun edw mesa kai ontos einai gnostes!!!

    All dustixos mesa se autous tous gnostes uparxei kai i sapila!

    Eksallou to na anoikseis ta matia kapoiou den einai kakao i ekmetaleusi einai kako!

     

  9. I dont think so look here my serch about dedi servers....

    1)

    1000$ cost d guard (premium)(one time)

    100 cost's one good dedi server from Hetzner (per/month)[spec's i7 2,8(x8 core) 24Gbram + 2 Raid mode HD's 1,5TB]

    100 cost's setup fee (onetime)

    1200 $$ the first month<------------------------------------ Best Choice

    Next months its about 100 $

    For six months cost's 1800$$

     

    2)

    In other Host company with theyr protection

    250$$ costs the chepest Dedi PC(specs very low)

    250$$ Setup Fee (one time)

    500$$<-------------------------------------------------------- Bad Choice(Very low spec's)

    For six months costs 2000$$

     

    also costs 500$$+ per month...

    400$$+ one good Dedi

    250$$(setup fee)

    600$$<-------------------------------------------------------- Bad too(Not bad spec's but big price)

    For six month's cost's 3000$$

  10. Easiest way to put maven on eclipse

     

    Open your Eclipse

    Go to Help and click Install New Software

    http://tinypic.com/r/2s80pah/7

    Next put there (type or select a site) that "http://m2eclipse.sonatype.org/sites/m2e" [glow=red,2,300]without cuotes[/glow]

    Wait few sec and you see "Maven Integration for Eclipse' Mark it and after that click on next

    http://tinypic.com/r/2ihtqfk/7

    Install it Click next

    http://tinypic.com/r/2vd2ryg/7

    Accept the term of the license

    http://tinypic.com/r/4uhu94/7

    Wait to finished the installation

    http://tinypic.com/r/20gcwvm/7

    After that restart your Eclipse and when you on wait few mins for auto updating

    http://tinypic.com/r/zjur7k/7

     

    I hope to find it helpfuly

     

  11. Best closed team pack is from Asterios™and coming next l2Dc™

    Best free team pack is form l2jfree™ and coming next l2jemu™

     

    Asterios™ have 5 online servers with total online 25K ppl online...(that means all)

     

    L2dc™ Have few online servers with 1k-2K(per server) ppl online...(its about 10 servers so 20k)

     

    Shiterlude and kamalol its DEAD! :)

     

     

×
×
  • Create New...