View Full Version : Stop hunting when out of cap
Nightimarez
05-08-2013, 10:36 AM
Anyone got a script to stop hunting when out of cap, or to alert?
Zythox
05-08-2013, 11:03 AM
You mean a cap checker?
MinCap = X - Set cap amount
if (labelName == "checkerlabelname") then
if (Self.Cap() < MinCap) then
gotoLabel("refilllabelname")
else
gotoLabel("keephuntinglabelname")
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.