mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-10 10:20:41 -07:00
Added initial version
This commit is contained in:
commit
b452bd670c
13290 changed files with 1178433 additions and 0 deletions
19
dumps/scripts/1888.cs2
Normal file
19
dumps/scripts/1888.cs2
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
void script_1888() {
|
||||
if (((boolean)globalint_1025)) {
|
||||
return;
|
||||
}
|
||||
if ((((boolean)script_2728()) && ((boolean)bitconfig_6521)) && (standart_config_281 >= 1000)) {
|
||||
if (globalint_94 > getClientCycle()) {
|
||||
return;
|
||||
}
|
||||
globalint_94 = add(getClientCycle(), 1500);
|
||||
if (((boolean)standart_config_1647)) {
|
||||
messageType0("Your health is low! Run away from your attacker and speak to Xenia.");
|
||||
} else {
|
||||
messageType0("Your health is low! Find a safe place away from your attacker");
|
||||
messageType0("or eat some food to heal yourself.");
|
||||
}
|
||||
}
|
||||
globalint_1025 = 1;
|
||||
return;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue