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
41
dumps/scripts/5147.cs2
Normal file
41
dumps/scripts/5147.cs2
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
int script_5147(int arg0) {
|
||||
int ivar1;
|
||||
int ivar2;
|
||||
ivar1 = -1;
|
||||
ivar1 = cs2method3717(strRemoveEntities(cs2method5020()));
|
||||
if (ivar1 < 0) {
|
||||
return 0;
|
||||
}
|
||||
if (arg0 == -1) {
|
||||
arg0 = cs2method3711(ivar1);
|
||||
}
|
||||
ivar2 = 0;
|
||||
if (citadelConfigsInitialized()) {
|
||||
/*
|
||||
mgi.tools.jagdecs2.DecompilerException: TODO citadel configs method:106
|
||||
at mgi.tools.jagdecs2.FlowBlocksGenerator.processFlowBlock(FlowBlocksGenerator.java:230)
|
||||
at mgi.tools.jagdecs2.FlowBlocksGenerator.processGeneration(FlowBlocksGenerator.java:52)
|
||||
at mgi.tools.jagdecs2.FlowBlocksGenerator.generate(FlowBlocksGenerator.java:35)
|
||||
at mgi.tools.jagdecs2.CS2Decompiler.decompile(CS2Decompiler.java:40)
|
||||
at tests.Main.main(Main.java:45)
|
||||
|
||||
*/
|
||||
}
|
||||
switch (arg0) {
|
||||
case 100:
|
||||
return clanbitconfig_253;
|
||||
case 101:
|
||||
return clanbitconfig_254;
|
||||
case 102:
|
||||
return clanbitconfig_255;
|
||||
case 103:
|
||||
return clanbitconfig_256;
|
||||
case 125:
|
||||
return clanbitconfig_257;
|
||||
case 126:
|
||||
return 1;
|
||||
case 127:
|
||||
return 1;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue