forked from 2009Scape/Server
Added handler for Ali the Snake Charmer
This commit is contained in:
parent
bbcf3e86d2
commit
925b2f8ace
603 changed files with 800 additions and 42 deletions
4
.idea/misc.xml
generated
4
.idea/misc.xml
generated
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="false" project-jdk-name="1.8" project-jdk-type="JavaSDK">
|
||||
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="false" project-jdk-name="1.8.0_242" project-jdk-type="JavaSDK">
|
||||
<output url="file://$PROJECT_DIR$/CompiledServer" />
|
||||
</component>
|
||||
</project>
|
||||
</project>
|
||||
696
.idea/workspace.xml
generated
696
.idea/workspace.xml
generated
|
|
@ -2,28 +2,610 @@
|
|||
<project version="4">
|
||||
<component name="ChangeListManager">
|
||||
<list default="true" id="30ea45b9-ec6c-429a-b4dc-a876070cf30e" name="Default Changelist" comment="New Accounts will now automatically join the 2009Scape clan chat Renamed the Server's account to '2009Scape' within the members table of the global.sql database The automatic clan chat join can be toggled on or off on the Management Server's ServerConstants.java file Added some text in the TutorialCompletionDialogue.java file to simulate joining the clan once the player has reached the mainland. Added some comments to properly denote what is happening. Added spawns for Melee Dummy and Magic Dummy in the Lumbridge Combat Hall in the server.sql database.">
|
||||
<change afterPath="$PROJECT_DIR$/Server/src/plugin/interaction/city/sophanem/SphinxDialogue.java" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/Server/src/plugin/interaction/city/sophanem/TarikDialogue.java" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/Server/src/plugin/quest/ShadesOfMortton.java" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/.idea/misc.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/misc.xml" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/net/registry/AccountRegister$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/net/registry/AccountRegister$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/net/registry/AccountRegister$2.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/net/registry/AccountRegister$2.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/ServerConstants.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/ServerConstants.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/ame/AntiMacroDialogue$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/ame/AntiMacroDialogue$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/ame/AntiMacroNPC$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/ame/AntiMacroNPC$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/global/EnchantedJewellery$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/global/EnchantedJewellery$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/global/GodType$1$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/global/GodType$1$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/global/action/ClimbActionHandler$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/global/action/ClimbActionHandler$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/global/action/ClimbActionHandler$ClimbDialogue$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/global/action/ClimbActionHandler$ClimbDialogue$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/global/action/ClimbActionHandler$ClimbDialogue$2.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/global/action/ClimbActionHandler$ClimbDialogue$2.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/global/action/DigSpadeHandler$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/global/action/DigSpadeHandler$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/global/action/DoorActionHandler$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/global/action/DoorActionHandler$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/global/action/DoorActionHandler$2.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/global/action/DoorActionHandler$2.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/global/consumable/Consumables.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/global/consumable/Consumables.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/global/shop/Shop.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/global/shop/Shop.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/global/travel/EssenceTeleport$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/global/travel/EssenceTeleport$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/global/travel/canoe/CanoeExtension$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/global/travel/canoe/CanoeExtension$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/global/travel/canoe/CanoeExtension$2.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/global/travel/canoe/CanoeExtension$2.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/global/travel/canoe/CanoeExtension$3.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/global/travel/canoe/CanoeExtension$3.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/global/travel/canoe/CanoeExtension$4.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/global/travel/canoe/CanoeExtension$4.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/global/travel/ship/ShipCharter$Destination$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/global/travel/ship/ShipCharter$Destination$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/global/tutorial/TutorialStage$1$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/global/tutorial/TutorialStage$1$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/holiday/HolidayItem$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/holiday/HolidayItem$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/skill/Skills.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/skill/Skills.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/skill/free/fishing/FishingPulse$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/skill/free/fishing/FishingPulse$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/skill/member/agility/AgilityHandler$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/skill/member/agility/AgilityHandler$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/skill/member/agility/AgilityHandler$2.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/skill/member/agility/AgilityHandler$2.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/skill/member/agility/AgilityHandler$3.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/skill/member/agility/AgilityHandler$3.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/skill/member/agility/AgilityHandler$4.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/skill/member/agility/AgilityHandler$4.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/skill/member/agility/AgilityHandler$5.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/skill/member/agility/AgilityHandler$5.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/skill/member/agility/AgilityHandler$6.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/skill/member/agility/AgilityHandler$6.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/skill/member/agility/AgilityHandler$8.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/skill/member/agility/AgilityHandler$8.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/skill/member/construction/BuildingUtils$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/skill/member/construction/BuildingUtils$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/skill/member/construction/HouseManager$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/skill/member/construction/HouseManager$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/skill/member/farming/patch/Bushes$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/skill/member/farming/patch/Bushes$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/skill/member/farming/patch/FruitTrees$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/skill/member/farming/patch/FruitTrees$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/skill/member/farming/wrapper/PatchInteractor$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/skill/member/farming/wrapper/PatchInteractor$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/skill/member/farming/wrapper/PatchInteractor$2.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/skill/member/farming/wrapper/PatchInteractor$2.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/skill/member/hunter/ImplingNPC$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/skill/member/hunter/ImplingNPC$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/skill/member/hunter/TrapSetting$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/skill/member/hunter/TrapSetting$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/skill/member/hunter/bnet/BNetPulse.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/skill/member/hunter/bnet/BNetPulse.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/skill/member/hunter/falconry/FalconryCatchPulse$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/skill/member/hunter/falconry/FalconryCatchPulse$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/skill/member/slayer/Tasks$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/skill/member/slayer/Tasks$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/skill/member/slayer/Tasks$10.class" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/skill/member/slayer/Tasks$11.class" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/skill/member/slayer/Tasks$12.class" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/skill/member/slayer/Tasks$13.class" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/skill/member/slayer/Tasks$14.class" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/skill/member/slayer/Tasks$15.class" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/skill/member/slayer/Tasks$16.class" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/skill/member/slayer/Tasks$2.class" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/skill/member/slayer/Tasks$3.class" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/skill/member/slayer/Tasks$4.class" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/skill/member/slayer/Tasks$5.class" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/skill/member/slayer/Tasks$6.class" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/skill/member/slayer/Tasks$7.class" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/skill/member/slayer/Tasks$8.class" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/skill/member/slayer/Tasks$9.class" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/skill/member/slayer/Tasks.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/skill/member/slayer/Tasks.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/skill/member/summoning/familiar/Familiar$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/skill/member/summoning/familiar/Familiar$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/skill/member/summoning/familiar/Familiar.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/skill/member/summoning/familiar/Familiar.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/skill/member/summoning/familiar/RemoteViewer$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/skill/member/summoning/familiar/RemoteViewer$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/skill/member/summoning/familiar/RemoteViewer$2.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/skill/member/summoning/familiar/RemoteViewer$2.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/skill/member/thieving/Pickpocket.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/content/skill/member/thieving/Pickpocket.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/interaction/Interaction$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/interaction/Interaction$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/interaction/Interaction$4.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/interaction/Interaction$4.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/interaction/UseWithHandler$2.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/interaction/UseWithHandler$2.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/node/Node.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/node/Node.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/node/entity/Entity$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/node/entity/Entity$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/node/entity/Entity$2.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/node/entity/Entity$2.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/node/entity/Entity$3.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/node/entity/Entity$3.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/node/entity/Entity$4.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/node/entity/Entity$4.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/node/entity/Entity$5.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/node/entity/Entity$5.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/node/entity/Entity.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/node/entity/Entity.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/node/entity/combat/CombatPulse$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/node/entity/combat/CombatPulse$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/node/entity/combat/CombatPulse$2.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/node/entity/combat/CombatPulse$2.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/node/entity/combat/CombatPulse$3.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/node/entity/combat/CombatPulse$3.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/node/entity/combat/CombatPulse.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/node/entity/combat/CombatPulse.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/node/entity/combat/ImpactHandler$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/node/entity/combat/ImpactHandler$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/node/entity/combat/equipment/FireType$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/node/entity/combat/equipment/FireType$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/node/entity/combat/equipment/FireType$2.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/node/entity/combat/equipment/FireType$2.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/node/entity/combat/equipment/FireType$3.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/node/entity/combat/equipment/FireType$3.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/node/entity/combat/equipment/FireType$4.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/node/entity/combat/equipment/FireType$4.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/node/entity/combat/handlers/RangeSwingHandler$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/node/entity/combat/handlers/RangeSwingHandler$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/node/entity/impl/PulseManager$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/node/entity/impl/PulseManager$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/node/entity/npc/NPC$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/node/entity/npc/NPC$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/node/entity/npc/NPC.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/node/entity/npc/NPC.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/node/entity/player/Player.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/node/entity/player/Player.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/node/entity/player/ai/general/GeneralBotCreator$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/node/entity/player/ai/general/GeneralBotCreator$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/node/entity/player/ai/pvp/PVPAIPActions$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/node/entity/player/ai/pvp/PVPAIPActions$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/node/entity/player/ai/pvp/PVPAIPActions$2.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/node/entity/player/ai/pvp/PVPAIPActions$2.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/node/entity/player/ai/resource/ResourceAIPActions$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/node/entity/player/ai/resource/ResourceAIPActions$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/node/entity/player/ai/resource/ResourceAIPManager$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/node/entity/player/ai/resource/ResourceAIPManager$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/node/entity/player/info/login/LoginParser$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/node/entity/player/info/login/LoginParser$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/node/entity/player/info/login/LoginParser$2.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/node/entity/player/info/login/LoginParser$2.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/node/entity/player/info/login/PlayerParser.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/node/entity/player/info/login/PlayerParser.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/node/entity/player/link/ActivityData.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/node/entity/player/link/ActivityData.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/node/entity/player/link/ConfigurationManager$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/node/entity/player/link/ConfigurationManager$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/node/entity/player/link/IronmanMode.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/node/entity/player/link/IronmanMode.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/node/entity/player/link/PacketDispatch$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/node/entity/player/link/PacketDispatch$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/node/entity/player/link/Settings$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/node/entity/player/link/Settings$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/node/entity/player/link/TeleportManager$TeleportType$1$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/node/entity/player/link/TeleportManager$TeleportType$1$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/node/entity/player/link/TeleportManager$TeleportType$10$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/node/entity/player/link/TeleportManager$TeleportType$10$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/node/entity/player/link/TeleportManager$TeleportType$11$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/node/entity/player/link/TeleportManager$TeleportType$11$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/node/entity/player/link/TeleportManager$TeleportType$12$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/node/entity/player/link/TeleportManager$TeleportType$12$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/node/entity/player/link/TeleportManager$TeleportType$13$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/node/entity/player/link/TeleportManager$TeleportType$13$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/node/entity/player/link/TeleportManager$TeleportType$2$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/node/entity/player/link/TeleportManager$TeleportType$2$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/node/entity/player/link/TeleportManager$TeleportType$3$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/node/entity/player/link/TeleportManager$TeleportType$3$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/node/entity/player/link/TeleportManager$TeleportType$4$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/node/entity/player/link/TeleportManager$TeleportType$4$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/node/entity/player/link/TeleportManager$TeleportType$5$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/node/entity/player/link/TeleportManager$TeleportType$5$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/node/entity/player/link/TeleportManager$TeleportType$6$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/node/entity/player/link/TeleportManager$TeleportType$6$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/node/entity/player/link/TeleportManager$TeleportType$7$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/node/entity/player/link/TeleportManager$TeleportType$7$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/node/entity/player/link/TeleportManager$TeleportType$8$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/node/entity/player/link/TeleportManager$TeleportType$8$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/node/entity/player/link/TeleportManager$TeleportType$9$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/node/entity/player/link/TeleportManager$TeleportType$9$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/node/entity/player/link/emote/Emotes$7$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/node/entity/player/link/emote/Emotes$7$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/node/entity/player/link/request/trade/TradeContainer$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/node/entity/player/link/request/trade/TradeContainer$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/node/object/GameObject.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/node/object/GameObject.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/system/communication/CommunicationInfo$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/system/communication/CommunicationInfo$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/system/mysql/impl/GroundSpawnSQLHandler$GroundSpawn$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/system/mysql/impl/GroundSpawnSQLHandler$GroundSpawn$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/system/mysql/impl/HighscoreSQLHandler.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/system/mysql/impl/HighscoreSQLHandler.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/system/mysql/impl/ItemConfigSQLHandler.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/system/mysql/impl/ItemConfigSQLHandler.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/system/mysql/impl/ShopSQLHandler$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/system/mysql/impl/ShopSQLHandler$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/system/script/ScriptManager.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/system/script/ScriptManager.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/world/map/Region$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/world/map/Region$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/world/map/zone/impl/DarkZone$1$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/game/world/map/zone/impl/DarkZone$1$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/net/IoSession$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/net/IoSession$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/net/packet/in/ActionButtonPacket$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/net/packet/in/ActionButtonPacket$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/net/packet/in/ChatPacket$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/net/packet/in/ChatPacket$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/net/registry/AccountRegister.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/crandor/net/registry/AccountRegister.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/keldagrim/Management$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/keldagrim/Management$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/keldagrim/Management$2.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/keldagrim/Management$2.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/keldagrim/Management$3.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/keldagrim/Management$3.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/keldagrim/Management$4.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/keldagrim/Management$4.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/keldagrim/Management$5.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/keldagrim/Management$5.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/keldagrim/Management$6.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/keldagrim/Management$6.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/keldagrim/Management$7.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/keldagrim/Management$7.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/keldagrim/Management$8.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/keldagrim/Management$8.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/keldagrim/ServerConstants.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/keldagrim/ServerConstants.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/keldagrim/net/packet/WorldPacketRepository.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/keldagrim/net/packet/WorldPacketRepository.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/inter/GameInterface.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/inter/GameInterface.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/tutorial/BasicStarter.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/tutorial/BasicStarter.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/keldagrim/Main$1.class" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/keldagrim/Main$2.class" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/keldagrim/Main$3.class" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/keldagrim/Main$4.class" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/keldagrim/Main$5.class" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/keldagrim/Main$6.class" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/keldagrim/Main$7.class" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/keldagrim/Main$8.class" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/keldagrim/Main.class" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/runite/jagex/KeyboardListener.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/runite/jagex/KeyboardListener.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/runite/jagex/MouseListeningClass.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/org/runite/jagex/MouseListeningClass.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/barrows/BarrowsActivityPlugin$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/barrows/BarrowsActivityPlugin$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/bountyhunter/BHOptionHandler$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/bountyhunter/BHOptionHandler$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/bountyhunter/BountyHunterActivity$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/bountyhunter/BountyHunterActivity$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/bountyhunter/BountyHunterActivity$2.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/bountyhunter/BountyHunterActivity$2.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/clanwars/ClanWarsActivityPlugin$2$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/clanwars/ClanWarsActivityPlugin$2$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/clanwars/ClanWarsActivityPlugin$2.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/clanwars/ClanWarsActivityPlugin$2.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/duel/DuelArea$2.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/duel/DuelArea$2.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/gnomecopter/GnomeCopterActivity$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/gnomecopter/GnomeCopterActivity$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/gnomecopter/GnomeCopterActivity$2.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/gnomecopter/GnomeCopterActivity$2.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/guild/RangingGuildPlugin$ArmourSalesman.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/guild/RangingGuildPlugin$ArmourSalesman.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/guild/RangingGuildPlugin$BowArrowSalesman.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/guild/RangingGuildPlugin$BowArrowSalesman.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/guild/RangingGuildPlugin$GuardDialogue.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/guild/RangingGuildPlugin$GuardDialogue.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/guild/RangingGuildPlugin$LeatherWorkerDialogue.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/guild/RangingGuildPlugin$LeatherWorkerDialogue.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/guild/RangingGuildPlugin$RangingGuildDoorman.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/guild/RangingGuildPlugin$RangingGuildDoorman.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/guild/RangingGuildPlugin$TownAdvisor.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/guild/RangingGuildPlugin$TownAdvisor.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/guild/RangingGuildPlugin$TribalWeaponSalesman.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/guild/RangingGuildPlugin$TribalWeaponSalesman.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/guild/RangingGuildPlugin$WarningInterface.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/guild/RangingGuildPlugin$WarningInterface.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/guild/RangingGuildPlugin.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/guild/RangingGuildPlugin.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/gwd/GodwarsEntranceHandler$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/gwd/GodwarsEntranceHandler$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/gwd/GodwarsEntranceHandler$2.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/gwd/GodwarsEntranceHandler$2.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/gwd/GodwarsMapzone$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/gwd/GodwarsMapzone$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/gwd/GodwarsMapzone$3.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/gwd/GodwarsMapzone$3.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/gwd/GodwarsMapzone$4$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/gwd/GodwarsMapzone$4$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/gwd/GodwarsMapzone$4.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/gwd/GodwarsMapzone$4.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/magearena/KolodionNPC$KolodionType$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/magearena/KolodionNPC$KolodionType$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/magearena/KolodionSession$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/magearena/KolodionSession$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/magearena/MageArenaPlugin$2.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/magearena/MageArenaPlugin$2.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/magearena/MageArenaPlugin$3.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/magearena/MageArenaPlugin$3.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/magearena/MageArenaPlugin$4.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/magearena/MageArenaPlugin$4.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/magearena/MageArenaZone$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/magearena/MageArenaZone$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/mta/MTAShop$2.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/mta/MTAShop$2.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/mta/MTAShop$3.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/mta/MTAShop$3.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/mta/TelekineticGrabSpell$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/mta/TelekineticGrabSpell$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/mta/impl/AlchemistZone$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/mta/impl/AlchemistZone$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/mta/impl/EnchantingZone$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/mta/impl/EnchantingZone$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/mta/impl/EnchantingZone$3.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/mta/impl/EnchantingZone$3.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/mta/impl/GraveyardZone$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/mta/impl/GraveyardZone$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/mta/impl/TelekineticZone$3.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/mta/impl/TelekineticZone$3.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/partyroom/BalloonManager$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/partyroom/BalloonManager$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/partyroom/BalloonManager$2.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/partyroom/BalloonManager$2.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/partyroom/BalloonManager$PartyBalloon$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/partyroom/BalloonManager$PartyBalloon$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/partyroom/PartyRoomPlugin$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/partyroom/PartyRoomPlugin$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/pestcontrol/PestControlActivityPlugin$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/pestcontrol/PestControlActivityPlugin$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/pestcontrol/PestControlActivityPlugin$2.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/pestcontrol/PestControlActivityPlugin$2.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/pestcontrol/monsters/PCRavagerNPC$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/pestcontrol/monsters/PCRavagerNPC$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/pestcontrol/monsters/PCShifterNPC$2.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/pestcontrol/monsters/PCShifterNPC$2.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/pestcontrol/monsters/PCSpinnerNPC$2.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/pestcontrol/monsters/PCSpinnerNPC$2.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/pestcontrol/monsters/PCSplatterNPC$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/pestcontrol/monsters/PCSplatterNPC$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/pestcontrol/reward/PCRewardInterface.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/pestcontrol/reward/PCRewardInterface.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/puropuro/PuroPuroPlugin$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/puropuro/PuroPuroPlugin$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/puropuro/PuroPuroPlugin$2.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/puropuro/PuroPuroPlugin$2.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/pyramidplunder/GuardMummyDialogue.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/pyramidplunder/GuardMummyDialogue.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/pyramidplunder/PyramidOptionHandler.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/pyramidplunder/PyramidOptionHandler.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/stronghold/StrongHoldSecurityPlugin$2.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/stronghold/StrongHoldSecurityPlugin$2.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/stronghold/playersafety/GuardDialoguePlugin$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/stronghold/playersafety/GuardDialoguePlugin$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/tzhaar/TzhaarFightCaveNPC$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/tzhaar/TzhaarFightCaveNPC$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/tzhaar/TzhaarFightCavesPlugin$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/tzhaar/TzhaarFightCavesPlugin$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/tzhaar/TzhaarFightCavesPlugin$2.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/tzhaar/TzhaarFightCavesPlugin$2.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/tzhaar/TzhaarFightCavesPlugin$3.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/tzhaar/TzhaarFightCavesPlugin$3.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/tzhaar/TzhaarFightPitsPlugin$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/tzhaar/TzhaarFightPitsPlugin$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/tzhaar/TzhaarFightPitsPlugin$2.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/tzhaar/TzhaarFightPitsPlugin$2.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/wguild/animator/AnimationRoom$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/wguild/animator/AnimationRoom$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/wguild/barrel/BarrelRoom$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/wguild/barrel/BarrelRoom$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/wguild/barrel/BarrelRoom$2$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/wguild/barrel/BarrelRoom$2$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/wguild/catapult/CatapultRoom$1$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/wguild/catapult/CatapultRoom$1$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/wguild/catapult/CatapultRoom$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/wguild/catapult/CatapultRoom$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/wguild/cyclopes/CyclopesRoom$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/wguild/cyclopes/CyclopesRoom$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/wguild/dummy/DummyRoom$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/wguild/dummy/DummyRoom$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/wguild/shot/ShotPutRoom$1$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/wguild/shot/ShotPutRoom$1$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/wguild/shot/ShotPutRoom$2.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/activity/wguild/shot/ShotPutRoom$2.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/combat/special/ChainhitSpecialHandler$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/combat/special/ChainhitSpecialHandler$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/combat/special/ChainhitSpecialHandler$2.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/combat/special/ChainhitSpecialHandler$2.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/combat/special/ChainhitSpecialHandler$3.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/combat/special/ChainhitSpecialHandler$3.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/combat/special/SnapshotSpecialHandler$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/combat/special/SnapshotSpecialHandler$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/command/AIPCommandPlugin$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/command/AIPCommandPlugin$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/command/BetaCommandPlugin.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/command/BetaCommandPlugin.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/command/DeveloperCommandPlugin$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/command/DeveloperCommandPlugin$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/command/DeveloperCommandPlugin$2.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/command/DeveloperCommandPlugin$2.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/command/PlayerCommandPlugin$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/command/PlayerCommandPlugin$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/command/PlayerCommandPlugin.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/command/PlayerCommandPlugin.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/command/VisualCommand$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/command/VisualCommand$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/command/VisualCommand$2.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/command/VisualCommand$2.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/command/VisualCommand$3.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/command/VisualCommand$3.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/command/VisualCommand$4.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/command/VisualCommand$4.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/consumable/PotionPlugin$CombatPotion$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/consumable/PotionPlugin$CombatPotion$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/cutscene/DBRCutscenePlugin$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/cutscene/DBRCutscenePlugin$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/cutscene/GECutscenePlugin$BrugsenBursenDialogue$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/cutscene/GECutscenePlugin$BrugsenBursenDialogue$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/cutscene/JulietDialogue$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/cutscene/JulietDialogue$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/cutscene/JulietDialogue$2.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/cutscene/JulietDialogue$2.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/cutscene/OrganCutScene$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/cutscene/OrganCutScene$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/cutscene/OrganCutScene$2.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/cutscene/OrganCutScene$2.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/cutscene/RJCutscenePlugin$RomeoDialogue$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/cutscene/RJCutscenePlugin$RomeoDialogue$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/cutscene/RJCutscenePlugin$RomeoDialogue$2.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/cutscene/RJCutscenePlugin$RomeoDialogue$2.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/dialogue/AablaDialogue$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/dialogue/AablaDialogue$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/dialogue/CaptainBentleyDialogue$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/dialogue/CaptainBentleyDialogue$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/dialogue/CookingDialoguePlugin$MeatPlugin$MeatProperty.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/dialogue/CookingDialoguePlugin$MeatPlugin$MeatProperty.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/dialogue/CookingDialoguePlugin$MeatPlugin.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/dialogue/CookingDialoguePlugin$MeatPlugin.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/dialogue/CookingDialoguePlugin.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/dialogue/CookingDialoguePlugin.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/dialogue/GertrudesCatDialogue$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/dialogue/GertrudesCatDialogue$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/dialogue/GertrudesCatDialogue$2.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/dialogue/GertrudesCatDialogue$2.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/dialogue/GertrudesCatDialogue$3.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/dialogue/GertrudesCatDialogue$3.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/dialogue/GnomeSpiritTreeDialogue$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/dialogue/GnomeSpiritTreeDialogue$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/dialogue/GrillieGroatsDialogue.class" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/dialogue/HairdresserDialogue.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/dialogue/HairdresserDialogue.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/dialogue/HansDialoguePlugin.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/dialogue/HansDialoguePlugin.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/dialogue/KittenInteractDialogue$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/dialogue/KittenInteractDialogue$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/dialogue/LokarSearunnerDialogue$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/dialogue/LokarSearunnerDialogue$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/dialogue/MagicTutorDialogue.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/dialogue/MagicTutorDialogue.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/dialogue/MithrilSeedsDialogue$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/dialogue/MithrilSeedsDialogue$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/dialogue/MithrilSeedsPlugin$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/dialogue/MithrilSeedsPlugin$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/dialogue/PrinceAliDialogue$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/dialogue/PrinceAliDialogue$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/dialogue/PrinceAliDialogue$2.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/dialogue/PrinceAliDialogue$2.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/dialogue/ProfessorOddensteinPlugin$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/dialogue/ProfessorOddensteinPlugin$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/dialogue/RugMerchantDialogue$RugDestination$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/dialogue/RugMerchantDialogue$RugDestination$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/dialogue/ShantayDialogue$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/dialogue/ShantayDialogue$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/dialogue/ShantayGuard$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/dialogue/ShantayGuard$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/dialogue/SilkMerchantPlugin$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/dialogue/SilkMerchantPlugin$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/dialogue/SorcceresDialouge$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/dialogue/SorcceresDialouge$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/dialogue/ThessaliaDialogue.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/dialogue/ThessaliaDialogue.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/dialogue/TownCrierDialogue$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/dialogue/TownCrierDialogue$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/dialogue/TraibornDialogue$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/dialogue/TraibornDialogue$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/holiday/christmas/ChristmasEvent$ChristmasEventOptionPlugin$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/holiday/christmas/ChristmasEvent$ChristmasEventOptionPlugin$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/holiday/christmas/ChristmasEvent$PeltOptionHandler$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/holiday/christmas/ChristmasEvent$PeltOptionHandler$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/holiday/christmas/ChristmasEvent$SnowmanItemHandler$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/holiday/christmas/ChristmasEvent$SnowmanItemHandler$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/holiday/easter/BasketofEggsEvent$EasterBunnyDialogue$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/holiday/easter/BasketofEggsEvent$EasterBunnyDialogue$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/holiday/easter/BasketofEggsEvent$EasterBunnyDialogue$2.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/holiday/easter/BasketofEggsEvent$EasterBunnyDialogue$2.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/holiday/halloween/DeathMansionEvent$10.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/holiday/halloween/DeathMansionEvent$10.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/holiday/halloween/DeathMansionEvent$4.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/holiday/halloween/DeathMansionEvent$4.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/holiday/halloween/DeathMansionEvent$5.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/holiday/halloween/DeathMansionEvent$5.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/holiday/halloween/DeathMansionEvent$6.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/holiday/halloween/DeathMansionEvent$6.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/holiday/halloween/DeathMansionEvent$7.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/holiday/halloween/DeathMansionEvent$7.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/holiday/halloween/DeathMansionEvent$9.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/holiday/halloween/DeathMansionEvent$9.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/holiday/halloween/DeathMansionEvent$DarkPortalHandler$DarkPortalDialogue$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/holiday/halloween/DeathMansionEvent$DarkPortalHandler$DarkPortalDialogue$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/holiday/halloween/DeathMansionEvent$GrimReaperDialogue$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/holiday/halloween/DeathMansionEvent$GrimReaperDialogue$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/holiday/halloween/DeathMansionEvent$MuncherDialogue$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/holiday/halloween/DeathMansionEvent$MuncherDialogue$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/holiday/halloween/DeathMansionEvent$MuncherDialogue$2.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/holiday/halloween/DeathMansionEvent$MuncherDialogue$2.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/holiday/halloween/DeathMansionEvent$MuncherDialogue$3.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/holiday/halloween/DeathMansionEvent$MuncherDialogue$3.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/city/BrimhavenDungeonPlugin$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/city/BrimhavenDungeonPlugin$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/city/BrimhavenDungeonPlugin$2.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/city/BrimhavenDungeonPlugin$2.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/city/DraynorManorPlugin$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/city/DraynorManorPlugin$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/city/DraynorManorPlugin$2.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/city/DraynorManorPlugin$2.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/city/DraynorNodePlugin$TelescopeCutscene$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/city/DraynorNodePlugin$TelescopeCutscene$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/city/FaladorNodePlugin$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/city/FaladorNodePlugin$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/city/FaladorNodePlugin$2.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/city/FaladorNodePlugin$2.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/city/GnomeStrongholdPlugin$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/city/GnomeStrongholdPlugin$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/city/GnomeStrongholdPlugin$2.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/city/GnomeStrongholdPlugin$2.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/city/HamHideoutPlugin$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/city/HamHideoutPlugin$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/city/HamHideoutPlugin$2$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/city/HamHideoutPlugin$2$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/city/HamHideoutPlugin$2.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/city/HamHideoutPlugin$2.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/city/LumbridgeNodePlugin$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/city/LumbridgeNodePlugin$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/city/PortSarimPlugin$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/city/PortSarimPlugin$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/city/PortSarimPlugin$2.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/city/PortSarimPlugin$2.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/city/TrollheimPlugin$WarningCutscene$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/city/TrollheimPlugin$WarningCutscene$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/city/VarrockNodePlugin$KnockatDoorDialogue$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/city/VarrockNodePlugin$KnockatDoorDialogue$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/city/WizardTowerPlugin$AuburyDialoguePlugin.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/city/WizardTowerPlugin$AuburyDialoguePlugin.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/city/WizardTowerPlugin$SedridorDialogue$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/city/WizardTowerPlugin$SedridorDialogue$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/city/WizardTowerPlugin$WizardMisgogDialogue$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/city/WizardTowerPlugin$WizardMisgogDialogue$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/inter/BoltEnchantingInterface$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/inter/BoltEnchantingInterface$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/inter/CombatTabInterface$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/inter/CombatTabInterface$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/inter/CombatTabInterface$2.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/inter/CombatTabInterface$2.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/inter/EquipmentInterface$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/inter/EquipmentInterface$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/inter/EquipmentInterface$2.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/inter/EquipmentInterface$2.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/inter/EquipmentInterface$3.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/inter/EquipmentInterface$3.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/inter/EquipmentInterface$4.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/inter/EquipmentInterface$4.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/inter/EquipmentInterface$5.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/inter/EquipmentInterface$5.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/inter/ExperienceLampInterface$SkillInterface.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/inter/ExperienceLampInterface$SkillInterface.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/inter/ExperienceLampInterface.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/inter/ExperienceLampInterface.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/inter/FurClothingInterface$FancyDressOwnerDialogue.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/inter/FurClothingInterface$FancyDressOwnerDialogue.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/inter/FurClothingInterface$FurClothing.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/inter/FurClothingInterface$FurClothing.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/inter/FurClothingInterface.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/inter/FurClothingInterface.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/inter/GlassInterface$2.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/inter/GlassInterface$2.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/inter/GrandExchangeInterface$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/inter/GrandExchangeInterface$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/inter/HairInterfacePlugin.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/inter/HairInterfacePlugin.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/inter/LoginInterfacePlugin$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/inter/LoginInterfacePlugin$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/inter/OrbViewingInterface$2.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/inter/OrbViewingInterface$2.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/inter/SilverInterface$2.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/inter/SilverInterface$2.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/inter/ThessaliaInterface.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/inter/ThessaliaInterface.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/item/DiangoItemPlugin$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/item/DiangoItemPlugin$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/item/DragonfireShieldPlugin$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/item/DragonfireShieldPlugin$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/item/GodBookPlugin$GodBookDialogue$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/item/GodBookPlugin$GodBookDialogue$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/item/LampPlugin.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/item/LampPlugin.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/item/withitem/SoftclayPlugin$1$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/item/withitem/SoftclayPlugin$1$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/item/withnpc/GertrudeCatUsePlugin$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/item/withnpc/GertrudeCatUsePlugin$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/item/withobject/EctophialFillPlugin$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/item/withobject/EctophialFillPlugin$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/item/withobject/PoisonFountainPlugin$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/item/withobject/PoisonFountainPlugin$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/item/withobject/SandSourcePlugin$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/item/withobject/SandSourcePlugin$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/item/withobject/TutorialItemHandler$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/item/withobject/TutorialItemHandler$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/item/withobject/WaterSourcePlugin$WaterRecipient$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/item/withobject/WaterSourcePlugin$WaterRecipient$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/item/withobject/WaterSourcePlugin$WaterRecipient.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/item/withobject/WaterSourcePlugin$WaterRecipient.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/npc/BarcrawlPlugin$BarcrawlDialogue$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/npc/BarcrawlPlugin$BarcrawlDialogue$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/npc/BarcrawlPlugin$BarcrawlType$9$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/npc/BarcrawlPlugin$BarcrawlType$9$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/npc/BurthorpeTrainNPC$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/npc/BurthorpeTrainNPC$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/npc/BurthorpeTrainNPC$2.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/npc/BurthorpeTrainNPC$2.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/npc/CanafisWereWolfPlugin$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/npc/CanafisWereWolfPlugin$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/npc/SheepShearPlugin$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/npc/SheepShearPlugin$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/npc/sorceress_app/SorceressApprenticeDialogue$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/npc/sorceress_app/SorceressApprenticeDialogue$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/object/BankingPlugin$BankDepositInterface$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/object/BankingPlugin$BankDepositInterface$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/object/BankingPlugin$BankingInterface$3.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/object/BankingPlugin$BankingInterface$3.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/object/BarrowsBoatPlugin$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/object/BarrowsBoatPlugin$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/object/CowMilkingPlugin$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/object/CowMilkingPlugin$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/object/DropPartyLeverOptionPlugin$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/object/DropPartyLeverOptionPlugin$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/object/ErnestTheChickenPlugin$LeverCacheExtension$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/object/ErnestTheChickenPlugin$LeverCacheExtension$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/object/ErnestTheChickenPlugin$LeverCacheExtension$2.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/object/ErnestTheChickenPlugin$LeverCacheExtension$2.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/object/FairyRingPlugin$2.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/object/FairyRingPlugin$2.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/object/FaladorGrapplePlugin$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/object/FaladorGrapplePlugin$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/object/FieldPickingPlugin$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/object/FieldPickingPlugin$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/object/GrandExchangeShortcut$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/object/GrandExchangeShortcut$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/object/GrandExchangeShortcut$2.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/object/GrandExchangeShortcut$2.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/object/KalphiteEntranceHandler$2.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/object/KalphiteEntranceHandler$2.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/object/LumbridgeBasementPlugin$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/object/LumbridgeBasementPlugin$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/object/ProspectOrePlugin$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/object/ProspectOrePlugin$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/object/ProspectOrePlugin$2.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/object/ProspectOrePlugin$2.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/object/ProspectOrePlugin$3.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/object/ProspectOrePlugin$3.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/object/PyreSitePlugin$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/object/PyreSitePlugin$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/object/RestlessGhostPlugin$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/object/RestlessGhostPlugin$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/object/ShootingStarPlugin$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/object/ShootingStarPlugin$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/object/ShootingStarPlugin$ShootingStarMiningPulse.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/object/ShootingStarPlugin$ShootingStarMiningPulse.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/object/ShootingStarPlugin$StarSpriteDialogue.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/object/ShootingStarPlugin$StarSpriteDialogue.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/object/ThievingGuidePlugin$1$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/object/ThievingGuidePlugin$1$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/object/ThievingGuidePlugin$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/object/ThievingGuidePlugin$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/object/WildernessLeverPlugin$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/object/WildernessLeverPlugin$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/object/WildernessObeliskPlugin$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/object/WildernessObeliskPlugin$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/object/dmc/DMCHandler$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/object/dmc/DMCHandler$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/object/dmc/DMCHandler$2.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/object/dmc/DMCHandler$2.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/object/dmc/DMCHandler$3.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/object/dmc/DMCHandler$3.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/object/sorceress/GardenObjectsPlugin$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/object/sorceress/GardenObjectsPlugin$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/object/sorceress/GardenObjectsPlugin$2.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/object/sorceress/GardenObjectsPlugin$2.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/object/sorceress/GardenObjectsPlugin$3.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/interaction/object/sorceress/GardenObjectsPlugin$3.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/npc/AlKharidWarriorPlugin$WarriorOptionPlugin$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/npc/AlKharidWarriorPlugin$WarriorOptionPlugin$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/npc/ArmourSuitNPC$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/npc/ArmourSuitNPC$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/npc/BorkNPC$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/npc/BorkNPC$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/npc/BorkNPC$2$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/npc/BorkNPC$2$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/npc/BorkNPC$2$2.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/npc/BorkNPC$2$2.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/npc/BorkNPC$2.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/npc/BorkNPC$2.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/npc/BorkNPC$BorkCutscene$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/npc/BorkNPC$BorkCutscene$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/npc/ChaosElementalNPC$ChaosCombatHandler$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/npc/ChaosElementalNPC$ChaosCombatHandler$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/npc/ChaosElementalNPC$ChaosCombatHandler$2.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/npc/ChaosElementalNPC$ChaosCombatHandler$2.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/npc/ElementalNPC$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/npc/ElementalNPC$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/npc/ElementalWizardNPC$MaligniusMortifer$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/npc/ElementalWizardNPC$MaligniusMortifer$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/npc/GiantMoleNPC$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/npc/GiantMoleNPC$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/npc/GiantMoleNPC$4$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/npc/GiantMoleNPC$4$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/npc/HansNPC.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/npc/HansNPC.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/npc/KalphiteQueenNPC$KQCombatSwingHandler$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/npc/KalphiteQueenNPC$KQCombatSwingHandler$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/npc/corp/CorporealBeastNPC$CombatHandler$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/npc/corp/CorporealBeastNPC$CombatHandler$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/npc/corp/CorporealBeastNPC$CombatHandler$2.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/npc/corp/CorporealBeastNPC$CombatHandler$2.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/npc/corp/DarkEnergyCoreNPC$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/npc/corp/DarkEnergyCoreNPC$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/npc/familiar/BeaverNPC$1$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/npc/familiar/BeaverNPC$1$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/npc/familiar/BeaverNPC$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/npc/familiar/BeaverNPC$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/npc/familiar/CockatriceFamiliarNPC$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/npc/familiar/CockatriceFamiliarNPC$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/npc/familiar/DesertWyrmNPC$1$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/npc/familiar/DesertWyrmNPC$1$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/npc/familiar/DreadfowlNPC$2.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/npc/familiar/DreadfowlNPC$2.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/npc/familiar/FruitBatNPC$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/npc/familiar/FruitBatNPC$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/npc/familiar/GiantChinchompaNPC$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/npc/familiar/GiantChinchompaNPC$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/npc/familiar/IbisNPC$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/npc/familiar/IbisNPC$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/npc/familiar/IronTitanNPC$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/npc/familiar/IronTitanNPC$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/npc/familiar/MacawNPC$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/npc/familiar/MacawNPC$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/npc/familiar/MinotaurFamiliarNPC$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/npc/familiar/MinotaurFamiliarNPC$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/npc/familiar/PyreLordNPC$PyreLordFiremake$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/npc/familiar/PyreLordNPC$PyreLordFiremake$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/npc/familiar/SpiritKalphiteNPC$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/npc/familiar/SpiritKalphiteNPC$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/npc/familiar/SpiritWolfNPC$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/npc/familiar/SpiritWolfNPC$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/npc/familiar/SteelTitanNPC$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/npc/familiar/SteelTitanNPC$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/npc/familiar/ThornySnailNPC$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/npc/familiar/ThornySnailNPC$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/npc/familiar/VoidFamiliarNPC$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/npc/familiar/VoidFamiliarNPC$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/npc/kraken/CaveKrakenNPC$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/npc/kraken/CaveKrakenNPC$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/npc/kraken/EnormousTentacleNPC$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/npc/kraken/EnormousTentacleNPC$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/npc/kraken/KrakenNPC$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/npc/kraken/KrakenNPC$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/npc/quest/pirates_treasure/GardenerNPC$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/npc/quest/pirates_treasure/GardenerNPC$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/npc/zulrah/ZulrahCutscene$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/npc/zulrah/ZulrahCutscene$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/npc/zulrah/ZulrahPattern$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/npc/zulrah/ZulrahPattern$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/npc/zulrah/ZulrahPattern$2$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/npc/zulrah/ZulrahPattern$2$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/npc/zulrah/ZulrahPattern$2.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/npc/zulrah/ZulrahPattern$2.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/npc/zulrah/ZulrahPattern$3$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/npc/zulrah/ZulrahPattern$3$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/npc/zulrah/ZulrahPattern$3.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/npc/zulrah/ZulrahPattern$3.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/animal_mag/AliceHusbandDialogue$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/animal_mag/AliceHusbandDialogue$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/animal_mag/AliceHusbandDialogue$2.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/animal_mag/AliceHusbandDialogue$2.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/animal_mag/AliceHusbandDialogue$3.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/animal_mag/AliceHusbandDialogue$3.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/animal_mag/AliceHusbandDialogue$4.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/animal_mag/AliceHusbandDialogue$4.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/animal_mag/AliceHusbandDialogue$5.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/animal_mag/AliceHusbandDialogue$5.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/animal_mag/AnimalMagnetismPlugin$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/animal_mag/AnimalMagnetismPlugin$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/animal_mag/AnimalMagnetismPlugin$HammerMagnetPlugin$2.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/animal_mag/AnimalMagnetismPlugin$HammerMagnetPlugin$2.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/bkfortress/BKFortressPlugin$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/bkfortress/BKFortressPlugin$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/bkfortress/BKFortressPlugin$2.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/bkfortress/BKFortressPlugin$2.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/demonslayer/DemonSlayerCutscene$DelrithDialoguePlugin$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/demonslayer/DemonSlayerCutscene$DelrithDialoguePlugin$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/demonslayer/DemonSlayerCutscene$DenathDialogue$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/demonslayer/DemonSlayerCutscene$DenathDialogue$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/demonslayer/GypsyArisDialogue$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/demonslayer/GypsyArisDialogue$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/demonslayer/GypsyArisDialogue$2.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/demonslayer/GypsyArisDialogue$2.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/demonslayer/SirPyrsinDialogue$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/demonslayer/SirPyrsinDialogue$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/demonslayer/TraibornDialogue$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/demonslayer/TraibornDialogue$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/dragonslayer/DragonSlayer$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/dragonslayer/DragonSlayer$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/dragonslayer/DragonSlayerCutscene$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/dragonslayer/DragonSlayerCutscene$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/dragonslayer/DragonSlayerCutscene$DSNedDialogue$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/dragonslayer/DragonSlayerCutscene$DSNedDialogue$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/dragonslayer/DragonSlayerCutscene$DSNedDialogue$2.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/dragonslayer/DragonSlayerCutscene$DSNedDialogue$2.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/dragonslayer/DragonSlayerCutscene$DSNedDialogue$3.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/dragonslayer/DragonSlayerCutscene$DSNedDialogue$3.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/dragonslayer/DragonSlayerCutscene$DSNedDialogue$4.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/dragonslayer/DragonSlayerCutscene$DSNedDialogue$4.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/dragonslayer/DragonSlayerCutscene$DSNedDialogue$5.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/dragonslayer/DragonSlayerCutscene$DSNedDialogue$5.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/dragonslayer/DragonSlayerCutscene$DSNedDialogue$6.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/dragonslayer/DragonSlayerCutscene$DSNedDialogue$6.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/dragonslayer/ElvargNPC$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/dragonslayer/ElvargNPC$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/dragonslayer/ElvargNPC$2.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/dragonslayer/ElvargNPC$2.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/dragonslayer/OziachDialogue.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/dragonslayer/OziachDialogue.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/dwarfcannon/DwarfCannonPlugin$2$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/dwarfcannon/DwarfCannonPlugin$2$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/dwarfcannon/DwarfCannonPlugin$4.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/dwarfcannon/DwarfCannonPlugin$4.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/dwarfcannon/DwarfCannonPlugin$ToolKitHandler$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/dwarfcannon/DwarfCannonPlugin$ToolKitHandler$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/gdiplomacy/GDiplomacyCutscene$GoblinGeneralDialogue$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/gdiplomacy/GDiplomacyCutscene$GoblinGeneralDialogue$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/junglepot/JunglePotion$JungleObjective$1$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/junglepot/JunglePotion$JungleObjective$1$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/junglepot/JunglePotion$JungleObjective$2$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/junglepot/JunglePotion$JungleObjective$2$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/learningtheropes/LTRDragonFightCutscene$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/learningtheropes/LTRDragonFightCutscene$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/lostcity/LostCityPlugin$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/lostcity/LostCityPlugin$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/merlincrystal/MerlinCrystalPlugin$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/merlincrystal/MerlinCrystalPlugin$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/merlincrystal/SirMordredNPC$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/merlincrystal/SirMordredNPC$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/rovingelves/RovingElvesPlugin$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/rovingelves/RovingElvesPlugin$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/touristrap/AnaDialogue$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/touristrap/AnaDialogue$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/touristrap/DesertGuardDialogue$DesertGuardNPC$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/touristrap/DesertGuardDialogue$DesertGuardNPC$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/touristrap/MaleSlaveDialogue$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/touristrap/MaleSlaveDialogue$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/touristrap/MiningCampZone$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/touristrap/MiningCampZone$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/touristrap/TouristTrap$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/touristrap/TouristTrap$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/touristrap/TouristTrapPlugin$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/touristrap/TouristTrapPlugin$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/touristrap/TouristTrapPlugin$2.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/touristrap/TouristTrapPlugin$2.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/touristrap/TouristTrapPlugin$3.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/touristrap/TouristTrapPlugin$3.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/touristrap/TouristTrapPlugin$4.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/touristrap/TouristTrapPlugin$4.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/touristrap/TouristTrapPlugin$5.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/touristrap/TouristTrapPlugin$5.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/touristrap/TouristTrapPlugin$6.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/touristrap/TouristTrapPlugin$6.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/touristrap/TouristTrapPlugin$AnnaCartHandler$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/touristrap/TouristTrapPlugin$AnnaCartHandler$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/touristrap/TouristTrapPlugin$AnnaCartHandler$AnnaCartCutscene$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/touristrap/TouristTrapPlugin$AnnaCartHandler$AnnaCartCutscene$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/touristrap/TouristTrapPlugin$BarrelDialogue$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/touristrap/TouristTrapPlugin$BarrelDialogue$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/touristrap/TouristTrapPlugin$CartDialogue$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/touristrap/TouristTrapPlugin$CartDialogue$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/touristrap/TouristTrapPlugin$MineCartDialogue$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/touristrap/TouristTrapPlugin$MineCartDialogue$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/touristrap/TouristTrapPlugin$MineCartDialogue$MiningCartCutscene$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/touristrap/TouristTrapPlugin$MineCartDialogue$MiningCartCutscene$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/touristrap/TouristTrapPlugin$WinchCutscene$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/touristrap/TouristTrapPlugin$WinchCutscene$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/waterfall/AlmeraDialogue.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/waterfall/AlmeraDialogue.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/waterfall/GolrieDialogue.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/waterfall/GolrieDialogue.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/waterfall/WaterfallPlugin$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/waterfall/WaterfallPlugin$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/waterfall/WaterfallPlugin$2.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/waterfall/WaterfallPlugin$2.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/waterfall/WaterfallPlugin$3.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/waterfall/WaterfallPlugin$3.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/waterfall/WaterfallPlugin$4.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/waterfall/WaterfallPlugin$4.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/waterfall/WaterfallPlugin$WaterfallUseWithHandler$1$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/waterfall/WaterfallPlugin$WaterfallUseWithHandler$1$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/waterfall/WaterfallPlugin$WaterfallUseWithHandler$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/waterfall/WaterfallPlugin$WaterfallUseWithHandler$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/waterfall/WaterfallPlugin$WaterfallUseWithHandler$2.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/waterfall/WaterfallPlugin$WaterfallUseWithHandler$2.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/waterfall/WaterfallPlugin$WaterfallUseWithHandler$3.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/waterfall/WaterfallPlugin$WaterfallUseWithHandler$3.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/waterfall/WaterfallPlugin$WaterfallUseWithHandler$4.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/waterfall/WaterfallPlugin$WaterfallUseWithHandler$4.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/waterfall/WaterfallPlugin$WaterfallUseWithHandler$5.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/waterfall/WaterfallPlugin$WaterfallUseWithHandler$5.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/waterfall/WaterfallPlugin.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/waterfall/WaterfallPlugin.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/waterfall/WaterfallTreeDialogue$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/waterfall/WaterfallTreeDialogue$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/wlbelow/WLBelowCutscene$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/wlbelow/WLBelowCutscene$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/wlbelow/WLBelowCutscene$2.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/wlbelow/WLBelowCutscene$2.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/wlbelow/WLBelowCutscene$3.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/wlbelow/WLBelowCutscene$3.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/wlbelow/WLBelowCutscene$4.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/wlbelow/WLBelowCutscene$4.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/wlbelow/WLBelowCutscene$5.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/wlbelow/WLBelowCutscene$5.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/wlbelow/WLBelowCutscene$6.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/wlbelow/WLBelowCutscene$6.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/wlbelow/WLBelowPlugin$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/quest/wlbelow/WLBelowPlugin$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/random/drilldemon/DrillDemonEvent$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/random/drilldemon/DrillDemonEvent$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/random/eviltwin/EvilTwinRandomEvent$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/random/eviltwin/EvilTwinRandomEvent$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/random/eviltwin/EvilTwinRandomEvent$3.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/random/eviltwin/EvilTwinRandomEvent$3.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/random/eviltwin/EvilTwinRandomEvent$4.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/random/eviltwin/EvilTwinRandomEvent$4.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/random/lostandfound/LostFoundRandomEvent$1$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/random/lostandfound/LostFoundRandomEvent$1$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/random/rickturpentine/RickTurpentineNPC$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/random/rickturpentine/RickTurpentineNPC$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/agility/BarbarianOutpostCourse$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/agility/BarbarianOutpostCourse$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/agility/BarbarianOutpostCourse$2.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/agility/BarbarianOutpostCourse$2.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/agility/GnomeStrongholdCourse.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/agility/GnomeStrongholdCourse.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/agility/WildernessCourse$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/agility/WildernessCourse$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/agility/WildernessCourse$2.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/agility/WildernessCourse$2.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/agility/WildernessCourse$3.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/agility/WildernessCourse$3.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/agility/WildernessCourse$4.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/agility/WildernessCourse$4.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/agility/WildernessCourse$5.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/agility/WildernessCourse$5.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/agility/WildernessCourse.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/agility/WildernessCourse.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/agility/brimhaven/BladeTrap$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/agility/brimhaven/BladeTrap$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/agility/brimhaven/BrimhavenArena$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/agility/brimhaven/BrimhavenArena$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/agility/brimhaven/BrimhavenCourse$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/agility/brimhaven/BrimhavenCourse$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/agility/brimhaven/BrimhavenCourse$2.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/agility/brimhaven/BrimhavenCourse$2.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/agility/brimhaven/BrimhavenCourse$3.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/agility/brimhaven/BrimhavenCourse$3.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/agility/brimhaven/BrimhavenCourse$4.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/agility/brimhaven/BrimhavenCourse$4.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/agility/brimhaven/BrimhavenCourse$5.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/agility/brimhaven/BrimhavenCourse$5.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/agility/brimhaven/BrimhavenCourse$6.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/agility/brimhaven/BrimhavenCourse$6.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/agility/brimhaven/BrimhavenCourse$7.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/agility/brimhaven/BrimhavenCourse$7.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/agility/brimhaven/BrimhavenCourse$8.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/agility/brimhaven/BrimhavenCourse$8.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/agility/brimhaven/DartTrap$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/agility/brimhaven/DartTrap$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/agility/brimhaven/FloorSpikes$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/agility/brimhaven/FloorSpikes$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/agility/brimhaven/PressurePad$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/agility/brimhaven/PressurePad$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/agility/brimhaven/SpinningBlades$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/agility/brimhaven/SpinningBlades$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/agility/pyramid/AgilityPyramidCourse$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/agility/pyramid/AgilityPyramidCourse$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/agility/pyramid/AgilityPyramidCourse$2.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/agility/pyramid/AgilityPyramidCourse$2.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/agility/pyramid/AgilityPyramidCourse$3.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/agility/pyramid/AgilityPyramidCourse$3.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/agility/pyramid/AgilityPyramidCourse$4.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/agility/pyramid/AgilityPyramidCourse$4.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/agility/pyramid/MovingBlockNPC$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/agility/pyramid/MovingBlockNPC$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/agility/pyramid/MovingBlockNPC$2.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/agility/pyramid/MovingBlockNPC$2.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/agility/pyramid/RollingBlock$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/agility/pyramid/RollingBlock$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/agility/pyramid/RollingBlock$2.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/agility/pyramid/RollingBlock$2.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/agility/shortcuts/FenceJumpShortcut$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/agility/shortcuts/FenceJumpShortcut$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/agility/shortcuts/MonkeyBarShortcut$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/agility/shortcuts/MonkeyBarShortcut$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/agility/shortcuts/SteppingStoneShortcut$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/agility/shortcuts/SteppingStoneShortcut$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/agility/shortcuts/StileShortcut$2$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/agility/shortcuts/StileShortcut$2$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/agility/shortcuts/StileShortcut$2.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/agility/shortcuts/StileShortcut$2.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/agility/shortcuts/StrangeFloorShortcut$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/agility/shortcuts/StrangeFloorShortcut$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/agility/shortcuts/StrangeFloorShortcut$2.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/agility/shortcuts/StrangeFloorShortcut$2.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/agility/shortcuts/TunnelShortcut$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/agility/shortcuts/TunnelShortcut$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/construction/decoration/ChairBenchPlugin$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/construction/decoration/ChairBenchPlugin$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/construction/decoration/FireplacePlugin$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/construction/decoration/FireplacePlugin$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/construction/decoration/StaircasePlugin$ClimbPohLadder$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/construction/decoration/StaircasePlugin$ClimbPohLadder$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/construction/decoration/StaircasePlugin$ClimbPohLadder$2.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/construction/decoration/StaircasePlugin$ClimbPohLadder$2.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/construction/decoration/chapel/BoneOfferPlugin$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/construction/decoration/chapel/BoneOfferPlugin$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/construction/decoration/questhall/MountedGloryPlugin$2.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/construction/decoration/questhall/MountedGloryPlugin$2.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/construction/decoration/study/LecternPlugin$TeleTabInterface$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/construction/decoration/study/LecternPlugin$TeleTabInterface$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/construction/npc/HouseServantDialogue$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/construction/npc/HouseServantDialogue$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/construction/npc/HouseServantDialogue$2.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/construction/npc/HouseServantDialogue$2.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/cooking/CookingDialoguePlugin.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/cooking/CookingDialoguePlugin.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/cooking/CookingPlugin.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/cooking/CookingPlugin.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/crafting/MoltenGlassMakePlugin$MoltenGlassPulse.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/crafting/MoltenGlassMakePlugin$MoltenGlassPulse.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/crafting/MoltenGlassMakePlugin.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/crafting/MoltenGlassMakePlugin.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/magic/ModernTeleportPlugin.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/magic/ModernTeleportPlugin.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/magic/lunar/DreamSpell$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/magic/lunar/DreamSpell$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/magic/lunar/DreamSpell$2.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/magic/lunar/DreamSpell$2.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/magic/lunar/SpellbookSwapSpell$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/magic/lunar/SpellbookSwapSpell$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/prayer/BoneBuryingOptionPlugin$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/prayer/BoneBuryingOptionPlugin$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/runecrafting/MysteriousRuinPlugin$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/runecrafting/MysteriousRuinPlugin$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/runecrafting/RunecraftingPlugin$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/runecrafting/RunecraftingPlugin$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/runecrafting/abyss/AbyssPlugin$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/runecrafting/abyss/AbyssPlugin$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/runecrafting/abyss/AbyssPlugin$AbbysalObstacle$1$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/runecrafting/abyss/AbyssPlugin$AbbysalObstacle$1$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/runecrafting/abyss/AbyssPlugin$AbbysalObstacle$2$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/runecrafting/abyss/AbyssPlugin$AbbysalObstacle$2$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/runecrafting/abyss/AbyssPlugin$AbbysalObstacle$3$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/runecrafting/abyss/AbyssPlugin$AbbysalObstacle$3$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/runecrafting/abyss/AbyssPlugin$AbbysalObstacle$4$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/runecrafting/abyss/AbyssPlugin$AbbysalObstacle$4$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/runecrafting/abyss/AbyssPlugin$AbbysalObstacle$5$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/runecrafting/abyss/AbyssPlugin$AbbysalObstacle$5$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/slayer/FishingExplosivePlugin$FishingExplosiveHandler$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/slayer/FishingExplosivePlugin$FishingExplosiveHandler$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/slayer/SlayerMasterDialogue.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/slayer/SlayerMasterDialogue.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/slayer/dungeon/AncientCavern$1$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/slayer/dungeon/AncientCavern$1$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/slayer/dungeon/AncientCavern$2.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/slayer/dungeon/AncientCavern$2.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/slayer/dungeon/AncientCavern$3.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/slayer/dungeon/AncientCavern$3.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/slayer/dungeon/FremennikDungeon$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/slayer/dungeon/FremennikDungeon$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/slayer/dungeon/LumbridgeDungeon$WallBeastNPC$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/slayer/dungeon/LumbridgeDungeon$WallBeastNPC$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/slayer/dungeon/LumbridgeDungeon$WallBeastNPC.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/slayer/dungeon/LumbridgeDungeon$WallBeastNPC.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/slayer/dungeon/SmokeDungeon$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/slayer/dungeon/SmokeDungeon$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/slayer/dungeon/StrongholdSlayerCave$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/slayer/dungeon/StrongholdSlayerCave$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/slayer/dungeon/StrongholdSlayerCave$2.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/slayer/dungeon/StrongholdSlayerCave$2.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/slayer/dungeon/StrongholdSlayerCave$3.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/slayer/dungeon/StrongholdSlayerCave$3.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/smithing/FurnaceOptionPlugin$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/smithing/FurnaceOptionPlugin$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/summoning/SummoningTrainingRoom$FluffyCutscene$FluffyDialogue$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/summoning/SummoningTrainingRoom$FluffyCutscene$FluffyDialogue$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/summoning/SummoningTrainingRoom$FluffyCutscene$FluffyDialogue$2.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/summoning/SummoningTrainingRoom$FluffyCutscene$FluffyDialogue$2.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/summoning/SummoningTrainingRoom$FluffyCutscene$FluffyDialogue$3.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/summoning/SummoningTrainingRoom$FluffyCutscene$FluffyDialogue$3.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/summoning/SummoningTrainingRoom$FluffyCutscene$FluffyDialogue$4.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/summoning/SummoningTrainingRoom$FluffyCutscene$FluffyDialogue$4.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/summoning/SummoningTrainingRoom$FluffyCutscene$FluffyDialogue$5.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/summoning/SummoningTrainingRoom$FluffyCutscene$FluffyDialogue$5.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/summoning/SummoningTrainingRoom$FluffyCutscene$FluffyDialogue$6.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/summoning/SummoningTrainingRoom$FluffyCutscene$FluffyDialogue$6.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/thieving/ThievableChestPlugin$Chest$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/skill/thieving/ThievableChestPlugin$Chest$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/tutorial/MasterChefDialogue.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/tutorial/MasterChefDialogue.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/tutorial/TutorialCompletionDialogue.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/tutorial/TutorialCompletionDialogue.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/Management-Server/src/org/keldagrim/ServerConstants.java" beforeDir="false" afterPath="$PROJECT_DIR$/Management-Server/src/org/keldagrim/ServerConstants.java" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/Server/global.sql" beforeDir="false" afterPath="$PROJECT_DIR$/Server/global.sql" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/Server/server.sql" beforeDir="false" afterPath="$PROJECT_DIR$/Server/server.sql" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/Server/src/org/crandor/net/registry/AccountRegister.java" beforeDir="false" afterPath="$PROJECT_DIR$/Server/src/org/crandor/net/registry/AccountRegister.java" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/Server/src/plugin/tutorial/TutorialCompletionDialogue.java" beforeDir="false" afterPath="$PROJECT_DIR$/Server/src/plugin/tutorial/TutorialCompletionDialogue.java" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/zone/DesertZone$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/zone/DesertZone$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/zone/GrandExchangeZone$CreditStore$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/zone/GrandExchangeZone$CreditStore$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/zone/GrandExchangeZone$CreditStore$2.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/zone/GrandExchangeZone$CreditStore$2.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/zone/GrandExchangeZone$CreditStore.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/zone/GrandExchangeZone$CreditStore.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/zone/GrandExchangeZone$GnomeTravellerPlugin$GnomeDialogue.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/zone/GrandExchangeZone$GnomeTravellerPlugin$GnomeDialogue.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/zone/GrandExchangeZone$GnomeTravellerPlugin.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/zone/GrandExchangeZone$GnomeTravellerPlugin.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/zone/GrandExchangeZone$RewardTraderDialogue.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/zone/GrandExchangeZone$RewardTraderDialogue.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/zone/GrandExchangeZone$TeleporterDialogue$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/zone/GrandExchangeZone$TeleporterDialogue$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/zone/GrandExchangeZone$TeleporterDialogue.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/zone/GrandExchangeZone$TeleporterDialogue.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/zone/IcePathZone$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/zone/IcePathZone$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/zone/YanilleAgilityDungeon$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/zone/YanilleAgilityDungeon$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/zone/phasmatys/EctoplasmFillPlugin$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/zone/phasmatys/EctoplasmFillPlugin$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/zone/rellekka/JarvaldDialogue$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/zone/rellekka/JarvaldDialogue$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/zone/rellekka/RellekkaZone$2.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/zone/rellekka/RellekkaZone$2.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/zone/wbisland/WaterBirthDungeonZone$1$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/zone/wbisland/WaterBirthDungeonZone$1$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/zone/wbisland/WaterBirthDungeonZone$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/CompiledServer/production/RS-2009/plugin/zone/wbisland/WaterBirthDungeonZone$1.class" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/Server/data/eco/grand_exchange_db.emp" beforeDir="false" afterPath="$PROJECT_DIR$/Server/data/eco/grand_exchange_db.emp" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/Server/src/org/crandor/game/node/Node.java" beforeDir="false" afterPath="$PROJECT_DIR$/Server/src/org/crandor/game/node/Node.java" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/Server/src/org/crandor/game/node/object/GameObject.java" beforeDir="false" afterPath="$PROJECT_DIR$/Server/src/org/crandor/game/node/object/GameObject.java" afterDir="false" />
|
||||
</list>
|
||||
<option name="SHOW_DIALOG" value="false" />
|
||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||
|
|
@ -65,6 +647,7 @@
|
|||
<property name="WebServerToolWindowFactoryState" value="false" />
|
||||
<property name="aspect.path.notification.shown" value="true" />
|
||||
<property name="com.android.tools.idea.instantapp.provision.ProvisionBeforeRunTaskProvider.myTimeStamp" value="1578360598759" />
|
||||
<property name="last_directory_selection" value="$PROJECT_DIR$/Server/src/plugin/interaction/city" />
|
||||
<property name="last_opened_file_path" value="$PROJECT_DIR$/Client/lib" />
|
||||
<property name="project.structure.last.edited" value="Project" />
|
||||
<property name="project.structure.proportion" value="0.15" />
|
||||
|
|
@ -72,7 +655,7 @@
|
|||
<property name="restartRequiresConfirmation" value="false" />
|
||||
<property name="settings.editor.selected.configurable" value="editing.templates" />
|
||||
</component>
|
||||
<component name="RunManager" selected="Application.GameLaunch">
|
||||
<component name="RunManager" selected="Application.Server">
|
||||
<configuration name="GameLaunch" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
|
||||
<option name="MAIN_CLASS_NAME" value="org.runite.GameLaunch" />
|
||||
<module name="RS-2009" />
|
||||
|
|
@ -122,8 +705,8 @@
|
|||
</list>
|
||||
<recent_temporary>
|
||||
<list>
|
||||
<item itemvalue="Application.GameLaunch" />
|
||||
<item itemvalue="Application.Server" />
|
||||
<item itemvalue="Application.GameLaunch" />
|
||||
<item itemvalue="Application.Management" />
|
||||
</list>
|
||||
</recent_temporary>
|
||||
|
|
@ -189,46 +772,89 @@
|
|||
<option name="LAST_COMMIT_MESSAGE" value="New Accounts will now automatically join the 2009Scape clan chat Renamed the Server's account to '2009Scape' within the members table of the global.sql database The automatic clan chat join can be toggled on or off on the Management Server's ServerConstants.java file Added some text in the TutorialCompletionDialogue.java file to simulate joining the clan once the player has reached the mainland. Added some comments to properly denote what is happening. Added spawns for Melee Dummy and Magic Dummy in the Lumbridge Combat Hall in the server.sql database." />
|
||||
</component>
|
||||
<component name="WindowStateProjectService">
|
||||
<state x="141" y="54" key="#com.intellij.execution.impl.EditConfigurationsDialog" timestamp="1583978065301">
|
||||
<screen x="0" y="22" width="1366" height="746" />
|
||||
</state>
|
||||
<state x="141" y="54" key="#com.intellij.execution.impl.EditConfigurationsDialog/0.22.1366.746@0.22.1366.746" timestamp="1583978065301" />
|
||||
<state x="370" y="201" width="622" height="392" key="#com.intellij.fileTypes.FileTypeChooser" timestamp="1583976561283">
|
||||
<screen x="0" y="22" width="1366" height="746" />
|
||||
</state>
|
||||
<state x="370" y="201" width="622" height="392" key="#com.intellij.fileTypes.FileTypeChooser/0.22.1366.746@0.22.1366.746" timestamp="1583976561283" />
|
||||
<state x="491" y="109" width="380" height="577" key="#com.intellij.ide.util.MemberChooser" timestamp="1584072994429">
|
||||
<screen x="0" y="22" width="1366" height="746" />
|
||||
</state>
|
||||
<state x="491" y="109" width="380" height="577" key="#com.intellij.ide.util.MemberChooser/0.22.1366.746@0.22.1366.746" timestamp="1584072994429" />
|
||||
<state x="514" y="265" width="314" height="218" key="#com.intellij.ide.util.projectWizard.JdkChooserPanel.MyDialog" timestamp="1583966505088">
|
||||
<screen x="0" y="22" width="1366" height="746" />
|
||||
</state>
|
||||
<state x="514" y="265" width="314" height="218" key="#com.intellij.ide.util.projectWizard.JdkChooserPanel.MyDialog/0.22.1366.746@0.22.1366.746" timestamp="1583966505088" />
|
||||
<state x="287" y="0" key="CommitChangelistDialog2" timestamp="1579570487959">
|
||||
<screen x="0" y="0" width="1536" height="824" />
|
||||
</state>
|
||||
<state x="287" y="0" key="CommitChangelistDialog2/0.0.1536.824@0.0.1536.824" timestamp="1579570487959" />
|
||||
<state width="1342" height="198" key="GridCell.Tab.0.bottom" timestamp="1579570400537">
|
||||
<screen x="0" y="0" width="1536" height="824" />
|
||||
<state x="466" y="154" width="430" height="486" key="FileChooserDialogImpl" timestamp="1583982415371">
|
||||
<screen x="0" y="22" width="1366" height="746" />
|
||||
</state>
|
||||
<state x="466" y="154" width="430" height="486" key="FileChooserDialogImpl/0.22.1366.746@0.22.1366.746" timestamp="1583982415371" />
|
||||
<state width="1320" height="122" key="GridCell.Tab.0.bottom" timestamp="1584104701826">
|
||||
<screen x="0" y="22" width="1366" height="746" />
|
||||
</state>
|
||||
<state width="1342" height="198" key="GridCell.Tab.0.bottom/0.0.1536.824@0.0.1536.824" timestamp="1579570400537" />
|
||||
<state width="1342" height="198" key="GridCell.Tab.0.center" timestamp="1579570400537">
|
||||
<screen x="0" y="0" width="1536" height="824" />
|
||||
<state width="1320" height="122" key="GridCell.Tab.0.bottom/0.22.1366.746@0.22.1366.746" timestamp="1584104701826" />
|
||||
<state width="1320" height="122" key="GridCell.Tab.0.center" timestamp="1584104701825">
|
||||
<screen x="0" y="22" width="1366" height="746" />
|
||||
</state>
|
||||
<state width="1342" height="198" key="GridCell.Tab.0.center/0.0.1536.824@0.0.1536.824" timestamp="1579570400537" />
|
||||
<state width="1342" height="198" key="GridCell.Tab.0.left" timestamp="1579570400537">
|
||||
<screen x="0" y="0" width="1536" height="824" />
|
||||
<state width="1320" height="122" key="GridCell.Tab.0.center/0.22.1366.746@0.22.1366.746" timestamp="1584104701825" />
|
||||
<state width="1320" height="122" key="GridCell.Tab.0.left" timestamp="1584104701824">
|
||||
<screen x="0" y="22" width="1366" height="746" />
|
||||
</state>
|
||||
<state width="1342" height="198" key="GridCell.Tab.0.left/0.0.1536.824@0.0.1536.824" timestamp="1579570400537" />
|
||||
<state width="1342" height="198" key="GridCell.Tab.0.right" timestamp="1579570400537">
|
||||
<screen x="0" y="0" width="1536" height="824" />
|
||||
<state width="1320" height="122" key="GridCell.Tab.0.left/0.22.1366.746@0.22.1366.746" timestamp="1584104701824" />
|
||||
<state width="1320" height="122" key="GridCell.Tab.0.right" timestamp="1584104701826">
|
||||
<screen x="0" y="22" width="1366" height="746" />
|
||||
</state>
|
||||
<state width="1342" height="198" key="GridCell.Tab.0.right/0.0.1536.824@0.0.1536.824" timestamp="1579570400537" />
|
||||
<state width="1320" height="122" key="GridCell.Tab.0.right/0.22.1366.746@0.22.1366.746" timestamp="1584104701826" />
|
||||
<state x="361" y="146" key="Vcs.Push.Dialog.v2" timestamp="1579570029149">
|
||||
<screen x="0" y="0" width="1536" height="824" />
|
||||
</state>
|
||||
<state x="361" y="146" key="Vcs.Push.Dialog.v2/0.0.1536.824@0.0.1536.824" timestamp="1579570029149" />
|
||||
<state x="470" y="238" key="com.intellij.ide.util.TipDialog" timestamp="1579567566284">
|
||||
<screen x="0" y="0" width="1536" height="824" />
|
||||
<state x="455" y="176" width="452" height="442" key="chooseDestDirectoryDialog" timestamp="1584058860138">
|
||||
<screen x="0" y="22" width="1366" height="746" />
|
||||
</state>
|
||||
<state x="455" y="176" width="452" height="442" key="chooseDestDirectoryDialog/0.22.1366.746@0.22.1366.746" timestamp="1584058860138" />
|
||||
<state x="418" y="237" key="com.intellij.ide.util.TipDialog" timestamp="1584102351315">
|
||||
<screen x="0" y="22" width="1366" height="746" />
|
||||
</state>
|
||||
<state x="470" y="238" key="com.intellij.ide.util.TipDialog/0.0.1536.824@0.0.1536.824" timestamp="1579567566284" />
|
||||
<state x="418" y="237" key="com.intellij.ide.util.TipDialog/0.22.1366.746@0.22.1366.746" timestamp="1584102351315" />
|
||||
<state x="0" y="22" width="668" height="746" key="com.intellij.openapi.editor.actions.MultiplePasteAction$ClipboardContentChooser" timestamp="1584070190263">
|
||||
<screen x="0" y="22" width="1366" height="746" />
|
||||
</state>
|
||||
<state x="0" y="22" width="668" height="746" key="com.intellij.openapi.editor.actions.MultiplePasteAction$ClipboardContentChooser/0.22.1366.746@0.22.1366.746" timestamp="1584070190263" />
|
||||
<state x="578" y="330" key="com.intellij.openapi.vcs.update.UpdateOrStatusOptionsDialogupdate-v2" timestamp="1579567802246">
|
||||
<screen x="0" y="0" width="1536" height="824" />
|
||||
</state>
|
||||
<state x="578" y="330" key="com.intellij.openapi.vcs.update.UpdateOrStatusOptionsDialogupdate-v2/0.0.1536.824@0.0.1536.824" timestamp="1579567802246" />
|
||||
<state x="425" y="189" key="run.anything.popup" timestamp="1579569948685">
|
||||
<screen x="0" y="0" width="1536" height="824" />
|
||||
<state x="409" y="59" width="543" height="676" key="git4idea.branch.GitSmartOperationDialog" timestamp="1584105471379">
|
||||
<screen x="0" y="22" width="1366" height="746" />
|
||||
</state>
|
||||
<state x="409" y="59" width="543" height="676" key="git4idea.branch.GitSmartOperationDialog/0.22.1366.746@0.22.1366.746" timestamp="1584105471379" />
|
||||
<state x="0" y="22" width="1362" height="746" key="new project wizard" timestamp="1584102803218">
|
||||
<screen x="0" y="22" width="1366" height="746" />
|
||||
</state>
|
||||
<state x="0" y="22" width="1362" height="746" key="new project wizard/0.22.1366.746@0.22.1366.746" timestamp="1584102803218" />
|
||||
<state x="378" y="193" key="run.anything.popup" timestamp="1584027359356">
|
||||
<screen x="0" y="22" width="1366" height="746" />
|
||||
</state>
|
||||
<state x="425" y="189" key="run.anything.popup/0.0.1536.824@0.0.1536.824" timestamp="1579569948685" />
|
||||
<state x="431" y="145" width="672" height="678" key="search.everywhere.popup" timestamp="1579568599597">
|
||||
<screen x="0" y="0" width="1536" height="824" />
|
||||
<state x="378" y="193" key="run.anything.popup/0.22.1366.746@0.22.1366.746" timestamp="1584027359356" />
|
||||
<state x="383" y="153" width="672" height="614" key="search.everywhere.popup" timestamp="1584104318627">
|
||||
<screen x="0" y="22" width="1366" height="746" />
|
||||
</state>
|
||||
<state x="431" y="145" width="672" height="678" key="search.everywhere.popup/0.0.1536.824@0.0.1536.824" timestamp="1579568599597" />
|
||||
<state x="383" y="153" width="672" height="614" key="search.everywhere.popup/0.22.1366.746@0.22.1366.746" timestamp="1584104318627" />
|
||||
</component>
|
||||
<component name="masterDetails">
|
||||
<states>
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue