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
56
dumps/scripts/1816.cs2
Normal file
56
dumps/scripts/1816.cs2
Normal file
|
|
@ -0,0 +1,56 @@
|
|||
void script_1816(int arg0,int arg1,int arg2,int arg3,int arg4,int arg5) {
|
||||
switch (globalint_268) {
|
||||
case 4:
|
||||
script_1817(arg0, arg1, arg2, arg3, arg4, arg5);
|
||||
setWidgetText(new WidgetPointer(arg2), "Your clan knocked the enemy right out of the arena.");
|
||||
break;
|
||||
case 5:
|
||||
script_1817(arg0, arg1, arg2, arg3, arg4, arg5);
|
||||
setWidgetText(new WidgetPointer(arg2), "Your clan reached the target kill-count.");
|
||||
break;
|
||||
case 6:
|
||||
script_1817(arg0, arg1, arg2, arg3, arg4, arg5);
|
||||
setWidgetText(new WidgetPointer(arg2), "Your clan had the highest kill-count when the time expired.");
|
||||
break;
|
||||
case 7:
|
||||
script_1817(arg0, arg1, arg2, arg3, arg4, arg5);
|
||||
setWidgetText(new WidgetPointer(arg2), "Your clan had the most survivors when the time expired.");
|
||||
break;
|
||||
case 8:
|
||||
script_1818(arg0, arg1, arg2, arg3, arg4, arg5);
|
||||
setWidgetText(new WidgetPointer(arg2), "Your clan was knocked right out of the arena.");
|
||||
break;
|
||||
case 9:
|
||||
script_1818(arg0, arg1, arg2, arg3, arg4, arg5);
|
||||
setWidgetText(new WidgetPointer(arg2), "Your enemy reached the target kill-count.");
|
||||
break;
|
||||
case 10:
|
||||
script_1818(arg0, arg1, arg2, arg3, arg4, arg5);
|
||||
setWidgetText(new WidgetPointer(arg2), "Your enemy had the highest kill-count when the time expired.");
|
||||
break;
|
||||
case 11:
|
||||
script_1818(arg0, arg1, arg2, arg3, arg4, arg5);
|
||||
setWidgetText(new WidgetPointer(arg2), "Your enemy had the most survivors when the time expired.");
|
||||
break;
|
||||
case 1:
|
||||
script_1819(arg0, arg1, arg2, arg3, arg4, arg5);
|
||||
setWidgetText(new WidgetPointer(arg2), "The match was aborted due to a lack of fighters.");
|
||||
break;
|
||||
case 2:
|
||||
script_1819(arg0, arg1, arg2, arg3, arg4, arg5);
|
||||
setWidgetText(new WidgetPointer(arg2), "Your kill-counts were equal.");
|
||||
break;
|
||||
case 3:
|
||||
script_1819(arg0, arg1, arg2, arg3, arg4, arg5);
|
||||
setWidgetText(new WidgetPointer(arg2), "You had equal numbers of survivors.");
|
||||
break;
|
||||
default:
|
||||
setWidgetIsHidden(true, new WidgetPointer(arg0));
|
||||
setWidgetIsHidden(true, new WidgetPointer(arg1));
|
||||
setWidgetIsHidden(true, new WidgetPointer(arg2));
|
||||
setWidgetIsHidden(true, new WidgetPointer(arg3));
|
||||
setWidgetIsHidden(true, new WidgetPointer(arg4));
|
||||
setWidgetIsHidden(true, new WidgetPointer(arg5));
|
||||
}
|
||||
return;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue