diff --git a/2006Redone Server/src/com/rebotted/game/players/Player.java b/2006Redone Server/src/com/rebotted/game/players/Player.java index dce69372..9dea678a 100644 --- a/2006Redone Server/src/com/rebotted/game/players/Player.java +++ b/2006Redone Server/src/com/rebotted/game/players/Player.java @@ -1789,6 +1789,7 @@ public abstract class Player { isInArea(2582, 3423, 2591, 3417) || //Fishing Guild isInArea(3509, 3483, 3516, 3476) || //Canifis isInArea(3297, 3133, 3311, 3115) || //Shantay Pass + isInArea(3049, 4977, 3035, 4967) && heightLevel == 1 || //Rogues den false; } diff --git a/CompiledServer/production/2006rebotted/ClientSettings.class b/CompiledServer/production/2006rebotted/ClientSettings.class index 5088fdfd..12013d2e 100644 Binary files a/CompiledServer/production/2006rebotted/ClientSettings.class and b/CompiledServer/production/2006rebotted/ClientSettings.class differ diff --git a/CompiledServer/production/2006rebotted/Flo.class b/CompiledServer/production/2006rebotted/Flo.class index 220c123d..fb878ac6 100644 Binary files a/CompiledServer/production/2006rebotted/Flo.class and b/CompiledServer/production/2006rebotted/Flo.class differ diff --git a/CompiledServer/production/2006rebotted/Game.class b/CompiledServer/production/2006rebotted/Game.class index 3ae141e0..fd4659b3 100644 Binary files a/CompiledServer/production/2006rebotted/Game.class and b/CompiledServer/production/2006rebotted/Game.class differ diff --git a/CompiledServer/production/2006rebotted/RSFrame.class b/CompiledServer/production/2006rebotted/RSFrame.class index 3c1c7704..11c1c442 100644 Binary files a/CompiledServer/production/2006rebotted/RSFrame.class and b/CompiledServer/production/2006rebotted/RSFrame.class differ diff --git a/CompiledServer/production/2006rebotted/com/rebotted/game/content/skills/cooking/CookingTutorialIsland$1.class b/CompiledServer/production/2006rebotted/com/rebotted/game/content/skills/cooking/CookingTutorialIsland$1.class index 1f13fd8a..4836ddb3 100644 Binary files a/CompiledServer/production/2006rebotted/com/rebotted/game/content/skills/cooking/CookingTutorialIsland$1.class and b/CompiledServer/production/2006rebotted/com/rebotted/game/content/skills/cooking/CookingTutorialIsland$1.class differ diff --git a/CompiledServer/production/2006rebotted/com/rebotted/game/content/skills/cooking/CookingTutorialIsland$2.class b/CompiledServer/production/2006rebotted/com/rebotted/game/content/skills/cooking/CookingTutorialIsland$2.class index c60a7d67..f0183564 100644 Binary files a/CompiledServer/production/2006rebotted/com/rebotted/game/content/skills/cooking/CookingTutorialIsland$2.class and b/CompiledServer/production/2006rebotted/com/rebotted/game/content/skills/cooking/CookingTutorialIsland$2.class differ diff --git a/CompiledServer/production/2006rebotted/com/rebotted/game/content/skills/cooking/CookingTutorialIsland.class b/CompiledServer/production/2006rebotted/com/rebotted/game/content/skills/cooking/CookingTutorialIsland.class index d4198392..434ba56e 100644 Binary files a/CompiledServer/production/2006rebotted/com/rebotted/game/content/skills/cooking/CookingTutorialIsland.class and b/CompiledServer/production/2006rebotted/com/rebotted/game/content/skills/cooking/CookingTutorialIsland.class differ diff --git a/CompiledServer/production/2006rebotted/com/rebotted/game/content/skills/core/Fishing$1.class b/CompiledServer/production/2006rebotted/com/rebotted/game/content/skills/core/Fishing$1.class index f457d6ca..a9dde76b 100644 Binary files a/CompiledServer/production/2006rebotted/com/rebotted/game/content/skills/core/Fishing$1.class and b/CompiledServer/production/2006rebotted/com/rebotted/game/content/skills/core/Fishing$1.class differ diff --git a/CompiledServer/production/2006rebotted/com/rebotted/game/content/skills/core/Fishing$2.class b/CompiledServer/production/2006rebotted/com/rebotted/game/content/skills/core/Fishing$2.class index 2a0adfc1..9aaab8f3 100644 Binary files a/CompiledServer/production/2006rebotted/com/rebotted/game/content/skills/core/Fishing$2.class and b/CompiledServer/production/2006rebotted/com/rebotted/game/content/skills/core/Fishing$2.class differ diff --git a/CompiledServer/production/2006rebotted/com/rebotted/game/content/skills/core/Fishing$3.class b/CompiledServer/production/2006rebotted/com/rebotted/game/content/skills/core/Fishing$3.class index 992f26dc..09e5c7d8 100644 Binary files a/CompiledServer/production/2006rebotted/com/rebotted/game/content/skills/core/Fishing$3.class and b/CompiledServer/production/2006rebotted/com/rebotted/game/content/skills/core/Fishing$3.class differ diff --git a/CompiledServer/production/2006rebotted/com/rebotted/game/content/skills/core/Fishing$4.class b/CompiledServer/production/2006rebotted/com/rebotted/game/content/skills/core/Fishing$4.class index adceba46..9ff8a525 100644 Binary files a/CompiledServer/production/2006rebotted/com/rebotted/game/content/skills/core/Fishing$4.class and b/CompiledServer/production/2006rebotted/com/rebotted/game/content/skills/core/Fishing$4.class differ diff --git a/CompiledServer/production/2006rebotted/com/rebotted/game/content/skills/core/Fishing.class b/CompiledServer/production/2006rebotted/com/rebotted/game/content/skills/core/Fishing.class index 74a27d7f..c952412a 100644 Binary files a/CompiledServer/production/2006rebotted/com/rebotted/game/content/skills/core/Fishing.class and b/CompiledServer/production/2006rebotted/com/rebotted/game/content/skills/core/Fishing.class differ diff --git a/CompiledServer/production/2006rebotted/com/rebotted/game/content/skills/core/Mining$2.class b/CompiledServer/production/2006rebotted/com/rebotted/game/content/skills/core/Mining$2.class index 7a445742..7747d6f2 100644 Binary files a/CompiledServer/production/2006rebotted/com/rebotted/game/content/skills/core/Mining$2.class and b/CompiledServer/production/2006rebotted/com/rebotted/game/content/skills/core/Mining$2.class differ diff --git a/CompiledServer/production/2006rebotted/com/rebotted/game/content/skills/core/Mining$3.class b/CompiledServer/production/2006rebotted/com/rebotted/game/content/skills/core/Mining$3.class index 229a3e80..cacd1bed 100644 Binary files a/CompiledServer/production/2006rebotted/com/rebotted/game/content/skills/core/Mining$3.class and b/CompiledServer/production/2006rebotted/com/rebotted/game/content/skills/core/Mining$3.class differ diff --git a/CompiledServer/production/2006rebotted/com/rebotted/game/content/skills/core/Mining$4.class b/CompiledServer/production/2006rebotted/com/rebotted/game/content/skills/core/Mining$4.class index 2a082ae6..38154546 100644 Binary files a/CompiledServer/production/2006rebotted/com/rebotted/game/content/skills/core/Mining$4.class and b/CompiledServer/production/2006rebotted/com/rebotted/game/content/skills/core/Mining$4.class differ diff --git a/CompiledServer/production/2006rebotted/com/rebotted/game/content/skills/core/Mining$5.class b/CompiledServer/production/2006rebotted/com/rebotted/game/content/skills/core/Mining$5.class index 14ed5a9c..8e1a6d17 100644 Binary files a/CompiledServer/production/2006rebotted/com/rebotted/game/content/skills/core/Mining$5.class and b/CompiledServer/production/2006rebotted/com/rebotted/game/content/skills/core/Mining$5.class differ diff --git a/CompiledServer/production/2006rebotted/com/rebotted/game/content/skills/core/Mining.class b/CompiledServer/production/2006rebotted/com/rebotted/game/content/skills/core/Mining.class index 8a0c6b03..edac5785 100644 Binary files a/CompiledServer/production/2006rebotted/com/rebotted/game/content/skills/core/Mining.class and b/CompiledServer/production/2006rebotted/com/rebotted/game/content/skills/core/Mining.class differ diff --git a/CompiledServer/production/2006rebotted/com/rebotted/game/content/skills/core/Woodcutting.class b/CompiledServer/production/2006rebotted/com/rebotted/game/content/skills/core/Woodcutting.class index 8205f48c..d3583829 100644 Binary files a/CompiledServer/production/2006rebotted/com/rebotted/game/content/skills/core/Woodcutting.class and b/CompiledServer/production/2006rebotted/com/rebotted/game/content/skills/core/Woodcutting.class differ diff --git a/CompiledServer/production/2006rebotted/com/rebotted/game/content/skills/firemaking/Firemaking.class b/CompiledServer/production/2006rebotted/com/rebotted/game/content/skills/firemaking/Firemaking.class index 4a3eec71..07202487 100644 Binary files a/CompiledServer/production/2006rebotted/com/rebotted/game/content/skills/firemaking/Firemaking.class and b/CompiledServer/production/2006rebotted/com/rebotted/game/content/skills/firemaking/Firemaking.class differ diff --git a/CompiledServer/production/2006rebotted/com/rebotted/game/content/skills/smithing/SmithingInterface.class b/CompiledServer/production/2006rebotted/com/rebotted/game/content/skills/smithing/SmithingInterface.class index b249dc84..159f597e 100644 Binary files a/CompiledServer/production/2006rebotted/com/rebotted/game/content/skills/smithing/SmithingInterface.class and b/CompiledServer/production/2006rebotted/com/rebotted/game/content/skills/smithing/SmithingInterface.class differ diff --git a/CompiledServer/production/2006rebotted/com/rebotted/game/dialogues/DialogueHandler.class b/CompiledServer/production/2006rebotted/com/rebotted/game/dialogues/DialogueHandler.class index 4b88e8a8..3af88169 100644 Binary files a/CompiledServer/production/2006rebotted/com/rebotted/game/dialogues/DialogueHandler.class and b/CompiledServer/production/2006rebotted/com/rebotted/game/dialogues/DialogueHandler.class differ diff --git a/CompiledServer/production/2006rebotted/com/rebotted/game/globalworldobjects/PassDoor.class b/CompiledServer/production/2006rebotted/com/rebotted/game/globalworldobjects/PassDoor.class index 056e6681..8ec44570 100644 Binary files a/CompiledServer/production/2006rebotted/com/rebotted/game/globalworldobjects/PassDoor.class and b/CompiledServer/production/2006rebotted/com/rebotted/game/globalworldobjects/PassDoor.class differ diff --git a/CompiledServer/production/2006rebotted/com/rebotted/game/items/ItemAssistant.class b/CompiledServer/production/2006rebotted/com/rebotted/game/items/ItemAssistant.class index 9915f446..8c0b28cc 100644 Binary files a/CompiledServer/production/2006rebotted/com/rebotted/game/items/ItemAssistant.class and b/CompiledServer/production/2006rebotted/com/rebotted/game/items/ItemAssistant.class differ diff --git a/CompiledServer/production/2006rebotted/com/rebotted/game/npcs/NpcActions.class b/CompiledServer/production/2006rebotted/com/rebotted/game/npcs/NpcActions.class index 6a4bba7b..d89f6fcd 100644 Binary files a/CompiledServer/production/2006rebotted/com/rebotted/game/npcs/NpcActions.class and b/CompiledServer/production/2006rebotted/com/rebotted/game/npcs/NpcActions.class differ diff --git a/CompiledServer/production/2006rebotted/com/rebotted/game/npcs/NpcHandler.class b/CompiledServer/production/2006rebotted/com/rebotted/game/npcs/NpcHandler.class index cb047af4..d02d43d8 100644 Binary files a/CompiledServer/production/2006rebotted/com/rebotted/game/npcs/NpcHandler.class and b/CompiledServer/production/2006rebotted/com/rebotted/game/npcs/NpcHandler.class differ diff --git a/CompiledServer/production/2006rebotted/com/rebotted/game/objects/ObjectsActions$1.class b/CompiledServer/production/2006rebotted/com/rebotted/game/objects/ObjectsActions$1.class index fa6b3564..145f36b5 100644 Binary files a/CompiledServer/production/2006rebotted/com/rebotted/game/objects/ObjectsActions$1.class and b/CompiledServer/production/2006rebotted/com/rebotted/game/objects/ObjectsActions$1.class differ diff --git a/CompiledServer/production/2006rebotted/com/rebotted/game/objects/ObjectsActions$2.class b/CompiledServer/production/2006rebotted/com/rebotted/game/objects/ObjectsActions$2.class index 4aa3aea9..bced6d99 100644 Binary files a/CompiledServer/production/2006rebotted/com/rebotted/game/objects/ObjectsActions$2.class and b/CompiledServer/production/2006rebotted/com/rebotted/game/objects/ObjectsActions$2.class differ diff --git a/CompiledServer/production/2006rebotted/com/rebotted/game/objects/ObjectsActions$3.class b/CompiledServer/production/2006rebotted/com/rebotted/game/objects/ObjectsActions$3.class index 8a9f3777..2326c203 100644 Binary files a/CompiledServer/production/2006rebotted/com/rebotted/game/objects/ObjectsActions$3.class and b/CompiledServer/production/2006rebotted/com/rebotted/game/objects/ObjectsActions$3.class differ diff --git a/CompiledServer/production/2006rebotted/com/rebotted/game/objects/ObjectsActions$4.class b/CompiledServer/production/2006rebotted/com/rebotted/game/objects/ObjectsActions$4.class index 2c369ac3..1e6bf580 100644 Binary files a/CompiledServer/production/2006rebotted/com/rebotted/game/objects/ObjectsActions$4.class and b/CompiledServer/production/2006rebotted/com/rebotted/game/objects/ObjectsActions$4.class differ diff --git a/CompiledServer/production/2006rebotted/com/rebotted/game/objects/ObjectsActions$5.class b/CompiledServer/production/2006rebotted/com/rebotted/game/objects/ObjectsActions$5.class index 4440a82b..2482cd55 100644 Binary files a/CompiledServer/production/2006rebotted/com/rebotted/game/objects/ObjectsActions$5.class and b/CompiledServer/production/2006rebotted/com/rebotted/game/objects/ObjectsActions$5.class differ diff --git a/CompiledServer/production/2006rebotted/com/rebotted/game/objects/ObjectsActions.class b/CompiledServer/production/2006rebotted/com/rebotted/game/objects/ObjectsActions.class index 4e062e51..5c0523d5 100644 Binary files a/CompiledServer/production/2006rebotted/com/rebotted/game/objects/ObjectsActions.class and b/CompiledServer/production/2006rebotted/com/rebotted/game/objects/ObjectsActions.class differ diff --git a/CompiledServer/production/2006rebotted/com/rebotted/game/objects/impl/SpecialObjects.class b/CompiledServer/production/2006rebotted/com/rebotted/game/objects/impl/SpecialObjects.class index 82b814ba..5942c3d3 100644 Binary files a/CompiledServer/production/2006rebotted/com/rebotted/game/objects/impl/SpecialObjects.class and b/CompiledServer/production/2006rebotted/com/rebotted/game/objects/impl/SpecialObjects.class differ diff --git a/CompiledServer/production/2006rebotted/com/rebotted/game/players/Player.class b/CompiledServer/production/2006rebotted/com/rebotted/game/players/Player.class index 8139dfa6..b7444598 100644 Binary files a/CompiledServer/production/2006rebotted/com/rebotted/game/players/Player.class and b/CompiledServer/production/2006rebotted/com/rebotted/game/players/Player.class differ diff --git a/CompiledServer/production/2006rebotted/com/rebotted/net/packets/impl/ClickNPC$1.class b/CompiledServer/production/2006rebotted/com/rebotted/net/packets/impl/ClickNPC$1.class index fb2eae18..f7afddf0 100644 Binary files a/CompiledServer/production/2006rebotted/com/rebotted/net/packets/impl/ClickNPC$1.class and b/CompiledServer/production/2006rebotted/com/rebotted/net/packets/impl/ClickNPC$1.class differ diff --git a/CompiledServer/production/2006rebotted/com/rebotted/net/packets/impl/ClickNPC$2.class b/CompiledServer/production/2006rebotted/com/rebotted/net/packets/impl/ClickNPC$2.class index 8c27bd1e..41ae1357 100644 Binary files a/CompiledServer/production/2006rebotted/com/rebotted/net/packets/impl/ClickNPC$2.class and b/CompiledServer/production/2006rebotted/com/rebotted/net/packets/impl/ClickNPC$2.class differ diff --git a/CompiledServer/production/2006rebotted/com/rebotted/net/packets/impl/ClickNPC$3.class b/CompiledServer/production/2006rebotted/com/rebotted/net/packets/impl/ClickNPC$3.class index 76ac2e66..151a4d02 100644 Binary files a/CompiledServer/production/2006rebotted/com/rebotted/net/packets/impl/ClickNPC$3.class and b/CompiledServer/production/2006rebotted/com/rebotted/net/packets/impl/ClickNPC$3.class differ diff --git a/CompiledServer/production/2006rebotted/com/rebotted/net/packets/impl/ClickNPC.class b/CompiledServer/production/2006rebotted/com/rebotted/net/packets/impl/ClickNPC.class index 2c797af8..2e746587 100644 Binary files a/CompiledServer/production/2006rebotted/com/rebotted/net/packets/impl/ClickNPC.class and b/CompiledServer/production/2006rebotted/com/rebotted/net/packets/impl/ClickNPC.class differ diff --git a/CompiledServer/production/2006rebotted/com/rebotted/net/packets/impl/ClickTab.class b/CompiledServer/production/2006rebotted/com/rebotted/net/packets/impl/ClickTab.class index d6012b62..46023f0c 100644 Binary files a/CompiledServer/production/2006rebotted/com/rebotted/net/packets/impl/ClickTab.class and b/CompiledServer/production/2006rebotted/com/rebotted/net/packets/impl/ClickTab.class differ