Created: 3 days ago on 03/11/2025, 07:44:59 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: 504
Category: No category provided
Skills: Poisoning
Hotkey: P
Tags: poisoning,pvm,pvp,dexxer
Description: A simple script that looks for a weapon (kryss), puts it in your hand if it needs to, and then applies a poison to it.
if findtype 'kryss' backpack as ting
@setvar myWeapon ting
endif
if lhandempty
lift myWeapon
drop 'self' RightHand
endif
if findtype 'Green Potion' backpack as psn
useskill 'Poisoning'
wft 500
target psn
wft 500
target myWeapon
wait 3000
if insysmsg 'You fail'
loop
elseif insysmsg 'You apply'
break
endif
endif