mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-03 16:49:03 +00:00
Random stuff (#342)
- added poison arrows to usable arrows - cleaned up some code - changed ardougne tele to correct coords - enabled pest control (although it needs a lot of work still) - fixed some typos - made beads drop a bit more often, so its more accurate like real rs
This commit is contained in:
committed by
Daniel Ginovker
parent
e8bfe7f88a
commit
d1c2150c60
@@ -1462,7 +1462,7 @@ public class ObjectsActions {
|
||||
break;
|
||||
|
||||
case 14315:
|
||||
if (!PestControl.waitingBoat.containsKey(player) && player.absX == 2657 && player.absY > 2638 && player.absY < 264) {
|
||||
if (!PestControl.waitingBoat.containsKey(player) && player.absX == 2657 && player.absY > 2638 && player.absY < 2640) {
|
||||
PestControl.addToWaitRoom(player);
|
||||
} else {
|
||||
if (player.absX == 2657 && player.absY > 2638 && player.absY < 2641) {
|
||||
@@ -1691,7 +1691,7 @@ public class ObjectsActions {
|
||||
RuneCraftingActions.handleRuneCrafting(player, objectType);
|
||||
break;
|
||||
case 3203:
|
||||
Dueling.HandleForfeit(player);
|
||||
Dueling.handleForfeit(player);
|
||||
break;
|
||||
case 6481:
|
||||
player.getPlayerAssistant().movePlayer(3233, 9317, 0);
|
||||
|
||||
Reference in New Issue
Block a user