Created: 2 days ago on 05/22/2025, 02:29:33 PMUpdated: 2 days ago on 05/22/2025, 02:31:09 PM
FileType: No file type provided
Size: 256
Category: Training
Skills: Meditation
Hotkey: No hotkey provided
Tags: No tags provided
Description: You need the 1.5k gold magical wizard hat for this, available at mage vendors.
while true do
hat = Items.FindByLayer(6)
if hat ~= nil then
Player.PickUp(hat.Serial)
Player.DropInBackpack()
Pause(600)
else
Player.UseObjectByType('0x1718')
Pause(9000)
end
end