thanks clint ^^
mine drop item Ore drop item goldore drop item silverore drop item ironore drop item Rate1goldore drop item rate2goldore drop item rate3goldore drop item rate4goldore drop item rate5goldore drop item rate6goldore drop item rate7goldore drop item rate8goldore drop item rate9goldore drop item rate10goldore drop item rate1silverore drop item rate2silverore drop item rate3silverore drop item rate4silverore drop item rate5silverore drop item rate6silverore drop item rate7silverore drop item rate8silverore drop item rate9silverore drop item rate10silverore drop item rate1copperore drop item rate2copperore drop item rate3copperore drop item rate4copperore drop item rate5copperore drop item rate6copperore drop item rate7copperore drop item rate8copperore drop item rate9copperore drop item rate10copperore drop item rate1ironore drop item rate2ironore drop item rate3ironore drop item rate4ironore drop item rate5ironore drop item rate6ironore drop item rate7ironore drop item rate8ironore drop item rate9ironore drop item rate10ironore drop item EuxeniteOre revive delay 10000
no,Quote:
anyone knows if you get bound cps from minicaqaues and the other monsters on the map?
| loot item GreenEarring |
| if amount of item RefinedGreenEarring > 0 |
| drop item RefinedGreenEarring |
| if amount of item GreenEarring > 0 |
| drop item GreenEarring |
| end |
Each If statement must have an end.Quote:
Can someone tell me whats wrong with this? im getting compile errors like expected white line and what not.
while true
loot item GreenEarring
if amount of item RefinedGreenEarring > 0
drop item RefinedGreenEarring
end
if amount of item GreenEarring > 0
drop item GreenEarring
end
end
Quote:
its been 1 week... version 1.3 is mediafire'd
[Only registered and activated users can see links. Click Here To Register...] (posted 07-07-10) MEDIAFIRE'd
also... please put ur unique bugs here
[Only registered and activated users can see links. Click Here To Register...]
(just need to click edit and add the bug ya get in there)
I will only fix bugs listed on that wiki... bcuz 70 pages of posts im not that keen on :p
thx
Is there a way you can program it to not pick up the same item, bc now im having the problem that it picks it up after dropping again! lolQuote:
Each If statement must have an end.
Code:while true loot item GreenEarring if amount of item RefinedGreenEarring > 0 drop item RefinedGreenEarring end if amount of item GreenEarring > 0 drop item GreenEarring end end
At this stage no, that's the problem with being able to do a proper loot script.Quote:
Is there a way you can program it to not pick up the same item, bc now im having the problem that it picks it up after dropping again! lol