mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-21 09:02:07 -07:00
Added initial version
This commit is contained in:
commit
b1dccb3fed
14153 changed files with 1285206 additions and 0 deletions
42
dumps/scripts/933.cs2
Normal file
42
dumps/scripts/933.cs2
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
int script_933(int arg0) {
|
||||
switch (getItemHashmapData(arg0, 741)) {
|
||||
case 1:
|
||||
if (bitconfig_1852 < getItemHashmapData(arg0, 742)) {
|
||||
return 0;
|
||||
}
|
||||
break;
|
||||
case 2:
|
||||
if (bitconfig_3763 < 2) {
|
||||
return 0;
|
||||
}
|
||||
break;
|
||||
case 3:
|
||||
if (bitconfig_4310 < 10) {
|
||||
return 0;
|
||||
}
|
||||
break;
|
||||
case 4:
|
||||
if (bitconfig_1990 < 280) {
|
||||
return 0;
|
||||
}
|
||||
break;
|
||||
case 5:
|
||||
if (bitconfig_1850 < 4) {
|
||||
return 0;
|
||||
}
|
||||
break;
|
||||
case 6:
|
||||
if (bitconfig_3550 < 8) {
|
||||
return 0;
|
||||
}
|
||||
break;
|
||||
case 7:
|
||||
if (bitconfig_998 < 7) {
|
||||
return 0;
|
||||
}
|
||||
break;
|
||||
default:
|
||||
return 1;
|
||||
}
|
||||
return -1;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue