View Full Version : [Tutorial] !SOUL POINTS!
Macaquines
01-25-2016, 11:32 AM
How can I set the WP to go hunt in a cave than back to desired SQM, when ''x'' Soul Points?
ATT;
OBS: runemakking project
Fatality
01-25-2016, 02:56 PM
Self.Soul()
You can use that to check if your soul is less than 20 for example, then go hunt and make a checker something like
if Self.Soul() < 20 then
Walker.Goto('ContinueHunting')
else
Walker.Goto('EnoughSoul')
end
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.