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
20
dumps/scripts/1453.cs2
Normal file
20
dumps/scripts/1453.cs2
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
void script_1453(int arg0) {
|
||||
int ivar1;
|
||||
ivar1 = getItemIdInSlot(95, arg0);
|
||||
setItemOnWidgetMethod1200(ivar1, getItemAmtInSlot(95, arg0));
|
||||
cs2method1305("<col=ff981f>" + getItemName(getItemIdInSlot(95, arg0)));
|
||||
setWidgetContextMenuOption(1, "Withdraw-1");
|
||||
setWidgetContextMenuOption(2, "Withdraw-5");
|
||||
setWidgetContextMenuOption(3, "Withdraw-10");
|
||||
setWidgetContextMenuOption(4, "Withdraw-" + intToStr(standart_config_1249));
|
||||
setWidgetContextMenuOption(5, "Withdraw-X");
|
||||
setWidgetContextMenuOption(6, "Withdraw-All");
|
||||
setWidgetContextMenuOption(7, "Withdraw-All but one");
|
||||
setWidgetContextMenuOption(10, "Examine" + "<col=ff9040>");
|
||||
cs2method1301(49938432, -1);
|
||||
cs2method1303(5);
|
||||
cs2method1304(5);
|
||||
setScriptCallOnMouseDragged(1454, -2147483646, "i");
|
||||
setScriptCallOnMouseDragReleased(1482, new WidgetPointer(-32768,6), "I");
|
||||
return;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue