Created: 10 days ago on 03/04/2025, 07:13:37 PMUpdated: 2 days ago on 03/12/2025, 05:14:18 PM
Note from JaseOwns:
Scripts will be leveraged on both UORazorscipts.com and this site. At the time of the launch (Feb 1st 2025), this isn't working right - but it will! Thanks for checking it out
FileType: Razor Script (Community Edition)
Size: 1780
Category: Magery
Skills: Magery
Hotkey: No hotkey provided
Tags: No tags provided
Description: Train Magery from 50 to 100. During the Flame strike portion the target can be changed to whatever you want. It is currently set to the ID of the target dummy inside the noob dungeon. To get the ID of the target if you want to change it if its not self you can do >info inside the game to get the targets ID.
#if your magery is lower then 42 go buy it from the mage npc for 420 gold
while skill 'Magery' < 46.5
if mana > 11
hotkey 'Lightning'
wft
hotkey #add your target here
wait 800
endif
if mana < 11 and not findbuff "actively meditating"
hotkey 'Meditation'
wait 800
endif
endwhile
while skill 'Magery' < 75
if mana > 20
hotkey 'Invisibility'
wft
hotkey 'Target Self'
wait 800
endif
if mana < 20 and not findbuff "actively meditating"
hotkey 'Meditation'
wait 800
endif
endwhile
while skill 'Magery' < 89.3
if mana > 40
hotkey 'Flamestrike'
wft
target 0x613B
wait 800
endif
if mana < 40 and not findbuff "actively meditating"
hotkey 'Meditation'
wait 800
endif
endwhile
while skill 'Magery' < 100
if mana > 50
hotkey 'Water Elemental'
wait 500
endif
if findtype "a water elemental"
say 'a water elemental release'
wait 800
endif
if mana < 50 and not findbuff "actively meditating"
hotkey 'Meditation'
wait 800
endif
endwhile