mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-02 16:49:03 +00:00
[GH-ISSUE #276] Adding toggeable snow for Christmas #7794
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Gptaqbc on GitHub (Dec 12, 2019).
Original GitHub issue: https://github.com/2006-Scape/2006Scape/issues/276
https://www.rune-server.ee/runescape-development/rs2-server/help/452302-pi-making-snow.html
Also, add a check to know if it's december to this^ and snowy ground:
Code:
import java.util.Calendar;
import java.util.GregorianCalendar;
public class DateAndTime {
}
Code:
if (DateAndTime.getTodaysDate().contains(".12")) {
if (anInt390 == 0x35720A || anInt390 == 0x50680B
|| anInt390 == 0x78680B || anInt390 == 0x6CAC10
|| anInt390 == 0x819531)
anInt390 = 0xffffff;
}
@mrextremez commented on GitHub (Dec 13, 2019):
Wasn't this already added? Other than the date part
@Gptaqbc commented on GitHub (Dec 13, 2019):
Some stuff missing + snow interface
@Gptaqbc commented on GitHub (Dec 14, 2019):
If(c.inarea()) {
getPA().walkableInterface(11877);
}
@Gptaqbc commented on GitHub (Dec 15, 2019):
Doooone - gotta push