when true
attack self with fatalstrike
sleep 1000
end
var mobs = monster icybladedevil
while true
attack mobs
end
while true
loot item dragonball
loot item meteor
loot item WorldCupToken
loot item EbonyCPBox
loot item MahoganyCPBox
loot item DiligenceBook
loot item cloudCPBox
loot item rosewoodCPBox
loot item gold
end
if amount of item EbonyCPBox > 0
use item EbonyCPBox
end
if amount of item MahoganyCPBox > 0
use item MahoganyCPBox
end
if amount of item CloudCpBox > 0
use item CloudCpBox
end
if amount of item RosewoodCpBox > 0
use item rosewoodCpBox
end
end
=var maxhp = hp
when hp > maxhp maxhp = hp end
when maxhp - hp >= 70 use item Stancher end
when maxhp - hp >= 100 use item Resolutive end
when maxhp - hp >= 250 use item Painkiller end
when maxhp - hp >= 500 use item Amrita end
when maxhp - hp >= 800 use item Panacea end
when maxhp - hp >= 1200 use item Ginseng end
when maxhp - hp >= 2000 use item Vanilla end
[0] Jmp 8
[1] PushConst True
[2] Jz 7
[3] Get fatalstrike
[4] SysCall castonself,1
[5] PushConst 1000
[6] SysCall sleep,1
[7] Jmp 1
[8] When 1
[9] Var mobs
[10] PushConst monster::icybladedevil
[11] Set mobs
[12] PushConst True
[13] Jz 17
[14] Get mobs
[15] SysCall melee,1
[16] Jmp 12
[17] PushConst True
[18] Jz 119
[19] PushConst item::dragonball
[20] SysCall getitemcoords,1
[21] Dup
[22] PushConst -1
[23] Equal
[24] Jz 28
[25] PopIgnore
[26] PopIgnore
[27] Jmp 30
[28] SysCall goto,2
[29] SysCall loot,0
[30] PushConst item::meteor
[31] SysCall getitemcoords,1
[32] Dup
[33] PushConst -1
[34] Equal
[35] Jz 39
[36] PopIgnore
[37] PopIgnore
[38] Jmp 41
[39] SysCall goto,2
[40] SysCall loot,0
[41] PushConst item::WorldCupToken
[42] SysCall getitemcoords,1
[43] Dup
[44] PushConst -1
[45] Equal
[46] Jz 50
[47] PopIgnore
[48] PopIgnore
[49] Jmp 52
[50] SysCall goto,2
[51] SysCall loot,0
[52] PushConst item::EbonyCPBox
[53] SysCall getitemcoords,1
[54] Dup
[55] PushConst -1
[56] Equal
[57] Jz 61
[58] PopIgnore
[59] PopIgnore
[60] Jmp 63
[61] SysCall goto,2
[62] SysCall loot,0
[63] PushConst item::MahoganyCPBox
[64] SysCall getitemcoords,1
[65] Dup
[66] PushConst -1
[67] Equal
[68] Jz 72
[69] PopIgnore
[70] PopIgnore
[71] Jmp 74
[72] SysCall goto,2
[73] SysCall loot,0
[74] PushConst item:

iligenceBook
[75] SysCall getitemcoords,1
[76] Dup
[77] PushConst -1
[78] Equal
[79] Jz 83
[80] PopIgnore
[81] PopIgnore
[82] Jmp 85
[83] SysCall goto,2
[84] SysCall loot,0
[85] PushConst item::cloudCPBox
[86] SysCall getitemcoords,1
[87] Dup
[88] PushConst -1
[89] Equal
[90] Jz 94
[91] PopIgnore
[92] PopIgnore
[93] Jmp 96
[94] SysCall goto,2
[95] SysCall loot,0
[96] PushConst item::rosewoodCPBox
[97] SysCall getitemcoords,1
[98] Dup
[99] PushConst -1
[100] Equal
[101] Jz 105
[102] PopIgnore
[103] PopIgnore
[104] Jmp 107
[105] SysCall goto,2
[106] SysCall loot,0
[107] PushConst item::gold
[108] SysCall getitemcoords,1
[109] Dup
[110] PushConst -1
[111] Equal
[112] Jz 116
[113] PopIgnore
[114] PopIgnore
[115] Jmp 118
[116] SysCall goto,2
[117] SysCall loot,0
[118] Jmp 17
[119] PushConst 0
[120] PushConst item::EbonyCPBox
[121] SysCall itemcount,1
[122] Greater
[123] Jz 126
[124] PushConst item::EbonyCPBox
[125] SysCall useitem,1
[126] PushConst 0
[127] PushConst item::MahoganyCPBox
[128] SysCall itemcount,1
[129] Greater
[130] Jz 133
[131] PushConst item::MahoganyCPBox
[132] SysCall useitem,1
[133] PushConst 0
[134] PushConst item::CloudCpBox
[135] SysCall itemcount,1
[136] Greater
[137] Jz 140
[138] PushConst item::CloudCpBox
[139] SysCall useitem,1
[140] PushConst 0
[141] PushConst item::RosewoodCpBox
[142] SysCall itemcount,1
[143] Greater
[144] Jz 147
[145] PushConst item::rosewoodCpBox
[146] SysCall useitem,1
[147] Get var
[148] Set end
[149] PushConst hp
[150] SysCall getsysval,1
[151] Set maxhp
[152] Jmp 162
[153] Get maxhp
[154] PushConst hp
[155] SysCall getsysval,1
[156] Greater
[157] Jz 161
[158] PushConst hp
[159] SysCall getsysval,1
[160] Set maxhp
[161] Jmp 153
[162] When 153
[163] Jmp 174
[164] PushConst 70
[165] PushConst hp
[166] SysCall getsysval,1
[167] Get maxhp
[168] Minus
[169] GreaterEqual
[170] Jz 173
[171] PushConst item::Stancher
[172] SysCall useitem,1
[173] Jmp 164
[174] When 164
[175] Jmp 186
[176] PushConst 100
[177] PushConst hp
[178] SysCall getsysval,1
[179] Get maxhp
[180] Minus
[181] GreaterEqual
[182] Jz 185
[183] PushConst item::Resolutive
[184] SysCall useitem,1
[185] Jmp 176
[186] When 176
[187] Jmp 198
[188] PushConst 250
[189] PushConst hp
[190] SysCall getsysval,1
[191] Get maxhp
[192] Minus
[193] GreaterEqual
[194] Jz 197
[195] PushConst item::Painkiller
[196] SysCall useitem,1
[197] Jmp 188
[198] When 188
[199] Jmp 210
[200] PushConst 500
[201] PushConst hp
[202] SysCall getsysval,1
[203] Get maxhp
[204] Minus
[205] GreaterEqual
[206] Jz 209
[207] PushConst item::Amrita
[208] SysCall useitem,1
[209] Jmp 200
[210] When 200
[211] Jmp 222
[212] PushConst 800
[213] PushConst hp
[214] SysCall getsysval,1
[215] Get maxhp
[216] Minus
[217] GreaterEqual
[218] Jz 221
[219] PushConst item::Panacea
[220] SysCall useitem,1
[221] Jmp 212
[222] When 212
[223] Jmp 234
[224] PushConst 1200
[225] PushConst hp
[226] SysCall getsysval,1
[227] Get maxhp
[228] Minus
[229] GreaterEqual
[230] Jz 233
[231] PushConst item::Ginseng
[232] SysCall useitem,1
[233] Jmp 224
[234] When 224
[235] Jmp 246
[236] PushConst 2000
[237] PushConst hp
[238] SysCall getsysval,1
[239] Get maxhp
[240] Minus
[241] GreaterEqual
[242] Jz 245
[243] PushConst item::Vanilla
[244] SysCall useitem,1
[245] Jmp 236
[246] When 236