mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-03 00:31:51 +00:00
Level Up Fireworks GFX (#429)
When player levels up, makes the fireworks effect.
This commit is contained in:
committed by
GitHub
parent
aea9ebbf0e
commit
38b4dbcf00
@@ -1853,6 +1853,7 @@ public class PlayerAssistant {
|
||||
player.getPacketSender().sendString("Your " +data.get().toString()+ " level is now " + getLevelForXP(player.playerXP[skill]) + ".", data.get().getFrame3());
|
||||
player.getPacketSender().sendChatInterface(data.get().getFrame1());
|
||||
player.getPacketSender().sendQuickSong(69, 1);
|
||||
player.gfx0(199);
|
||||
player.dialogueAction = 0;
|
||||
player.nextChat = 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user