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
27
dumps/scripts/2295.cs2
Normal file
27
dumps/scripts/2295.cs2
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
int script_2295(int arg0) {
|
||||
int ivar1;
|
||||
if (isMember() && ((boolean)script_2294(arg0))) {
|
||||
return 0;
|
||||
}
|
||||
if (((boolean)script_5256())) {
|
||||
playSoundEffect(2673, 1, 0);
|
||||
return 0;
|
||||
}
|
||||
ivar1 = 2279;
|
||||
if (((boolean)bitconfig_6840)) {
|
||||
ivar1 = 863;
|
||||
}
|
||||
if (getSkillActualLvl(5) < getOtherCommonData(cs2method_3408(105, 74, ivar1, arg0), 737)) {
|
||||
playSoundEffect(2673, 1, 0);
|
||||
return 0;
|
||||
}
|
||||
if ((arg0 == 25) && ((getSkillActualLvl(1) < 55) || (bitconfig_3909 != 8))) {
|
||||
playSoundEffect(2673, 1, 0);
|
||||
return 0;
|
||||
}
|
||||
if ((arg0 == 26) && ((getSkillActualLvl(1) < 70) || (bitconfig_3909 != 8))) {
|
||||
playSoundEffect(2673, 1, 0);
|
||||
return 0;
|
||||
}
|
||||
return 1;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue