mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
Added initial version
This commit is contained in:
commit
b452bd670c
13290 changed files with 1178433 additions and 0 deletions
46
dumps/scripts/524.cs2
Normal file
46
dumps/scripts/524.cs2
Normal file
|
|
@ -0,0 +1,46 @@
|
|||
void script_524(int arg0,int arg1) {
|
||||
int ivar2;
|
||||
ivar2 = 0;
|
||||
if (bitconfig_4103 >= 300000) {
|
||||
setWidgetRGB(new Color(255, 0, 0), new WidgetPointer(arg0));
|
||||
return;
|
||||
}
|
||||
if (arg0 == 19726381) {
|
||||
ivar2 = bitconfig_4090;
|
||||
}
|
||||
if (arg0 == 19726383) {
|
||||
ivar2 = bitconfig_4091;
|
||||
}
|
||||
if (arg0 == 19726385) {
|
||||
ivar2 = bitconfig_4093;
|
||||
}
|
||||
if (arg0 == 19726387) {
|
||||
ivar2 = bitconfig_4095;
|
||||
}
|
||||
if (arg0 == 19726389) {
|
||||
ivar2 = bitconfig_4096;
|
||||
}
|
||||
if (arg0 == 19726391) {
|
||||
ivar2 = bitconfig_4098;
|
||||
}
|
||||
if (arg0 == 19726393) {
|
||||
ivar2 = bitconfig_4100;
|
||||
}
|
||||
if (arg0 == 19726395) {
|
||||
ivar2 = bitconfig_4101;
|
||||
}
|
||||
if (arg0 == 19726397) {
|
||||
ivar2 = bitconfig_4102;
|
||||
}
|
||||
if ((arg0 == 19726419) || (arg0 == 19726420)) {
|
||||
ivar2 = 1;
|
||||
}
|
||||
if (((boolean)ivar2)) {
|
||||
setWidgetRGB(new Color(250, 180, 50), new WidgetPointer(arg0));
|
||||
setWidgetRGB(new Color(250, 180, 50), new WidgetPointer(arg1));
|
||||
} else {
|
||||
setWidgetRGB(new Color(96, 96, 96), new WidgetPointer(arg0));
|
||||
setWidgetRGB(new Color(96, 96, 96), new WidgetPointer(arg1));
|
||||
}
|
||||
return;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue