mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-07 00:32:06 +00:00
Some fixes (#231)
* Some fixes - Changed lumbridge teleport to require 31 magic instead of 32 - Added back gaining items from thieving stalls - Fixed dialgoue issue after leveling up skill (such as smithing) - Made god capes untradable - Removed cannon balls from shop (they werent supposed to be in there) * refactor pickpocketing slightly * more refactoring, actual random * refactor, each stall has it's own respawn timer * refactor argument names * Update Stalls.java
This commit is contained in:
committed by
Daniel Ginovker
parent
256452114c
commit
402d732975
@@ -2051,6 +2051,7 @@ public class PlayerAssistant {
|
||||
player.getPacketSender().sendFrame126("Your " +data.get().toString()+ " level is now " + getLevelForXP(player.playerXP[skill]) + ".", data.get().getFrame3());
|
||||
player.getPacketSender().sendChatInterface(data.get().getFrame1());
|
||||
player.dialogueAction = 0;
|
||||
player.nextChat = 0;
|
||||
}
|
||||
|
||||
public void refreshSkill(int skill) {
|
||||
|
||||
Reference in New Issue
Block a user