There are coming few easy script for summoning Arrows, Bolts, Cursed Bones
The scripts check the amount of items in every 5 min.
Cheers,
Strike
Mithril Arrow:
The scripts check the amount of items in every 5 min.
Cheers,
Strike
Mithril Arrow:
Shining Arrow:Quote:
LABEL(Start)
ITEMCOUNT(Mithril Arrow[ID=1344],<,1000)
{
USESKILL(Quiver of Arrow: Grade A[ID=323])
}
Delay(300000)
JMP(Start)
Mithril Bolt:Quote:
LABEL(Start)
ITEMCOUNT(Shining Arrow[ID=1345],<,1000)
{
USESKILL(Quiver of Arrow: Grade S[ID=324])
}
Delay(300000)
JMP(Start)
Shining Bolt:Quote:
LABEL(Start)
ITEMCOUNT(Mithril Bolt[ID=9636],<,1000)
{
USESKILL(Quiver of Bolts: A-Grade[ID=519])
}
Delay(300000)
JMP(Start)
Cursed Bone:Quote:
LABEL(Start)
ITEMCOUNT(Shining Bolt[ID=9637],<,1000)
{
USESKILL(Quiver of Bolts: S-Grade[ID=520])
}
Delay(300000)
JMP(Start)
Quote:
LABEL(Start)
ITEMCOUNT(Cursed Bone[ID=2508],<,1000)
{
USESKILL(Summon Cursed Bones[ID=1387])
}
Delay(300000)
JMP(Start)