i think u get me wronglyQuote:
You have ended the while loop so your box opening script is in 'no mans land'.
Fixed:
Code:when hp < 1000 use item Vanilla end when true attack self with skill cyclone sleep 1000 end while true attack monster Birdman attack monster Hawking # loot item gold (too much of it here that isnt yours) loot item meteor loot item dragonball loot item DiligenceBook loot item EbonyCPBox loot item MahoganyCPBox loot item CloudCPBox loot item rosewoodCPBox loot item legendrefinerypack 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
when hp < 1000
use item Vanilla
end
when true
attack self with skill cyclone
sleep 1000
end
while true
attack monster Birdman
attack monster Hawking
# loot item gold (too much of it here that isnt yours)
loot item meteor
loot item dragonball
loot item DiligenceBook
loot item EbonyCPBox
loot item MahoganyCPBox
loot item CloudCPBox
loot item rosewoodCPBox
loot item legendrefinerypack
[SIZE="7"][B]end[/B][/SIZE]
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