Easy UO - Eating Script

If you make a Client-side script you can publish it here for other players to use
Post Reply
User avatar
apocalypse
Elder Scribe
Posts: 127
Joined: Sat Feb 22, 2014 4:12 am
Location: Alberta, Canada

Easy UO - Eating Script

Post by apocalypse »

finditem C_SBODGOD
if #findkind = -1
exit
set #lobjectid #findid
event macro 17
wait 10

finditem QAKYYQD C_SBODGOD
if #findkind = -1
exit
set #lobjectid #findid
event macro 17
wait 10000
exit


This is what I found for a eating script that will keep you full.
QAKYYQD is the ID of whatever food you have in your pack, and should be good to go.
C_SBODGOD is the bag your food is in.
adjust 'wait 10000' for the time in-between eating.
This will open the bag your food is in first, then eat, in case you have your food stacked in a bag inside your main pack.

Not my script just found one and adjusted it to food.
Last edited by apocalypse on Fri Nov 17, 2017 8:02 am, edited 3 times in total.
Jean Luc Picard in game
User avatar
Tiny Rick
Apprentice Scribe
Posts: 16
Joined: Wed Jun 01, 2016 12:49 am
Location: Kansas City, MO

Re: Easy UO - Eating Script

Post by Tiny Rick »

Thanks sir! I adjusted the time to like 15000 as most people were saying it was a 15 minute timer but we'll see. :mrgreen:
Post Reply