1
Orion UO Scripts / Re: Altiric's Amazing Archaeologist v1.0 - Cave Miner
« on: November 06, 2023, 06:59:33 PM »
AWESOME script buddy! I emailed you as directed
. Would LOVE to see the whole thing. THANKS SO MUCH

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
So you are setting a for loop variable "%ambitious" and then doing a scanjournal on %MOB.
I suspect you intended to do the scanjournal on %ambitious?
I can't say I understand using the journal messaging in this way.
I would think you would walk to rail and issue a finditem, then go through the list of returned items to search for identifying your NPC of choice.
Once found, approach the NPC to be within the range where it will interact with you for the quest (often 8 to 12 tile distance depending on OSI or freeshard.
So in simple logic / pseudo code:
move to next rail position
check for NPC to give quest
refine the NPC based on Name, ID, or description
if the distance to the NPC is more than the proximity required to interact with the NPC
move close enough to the NPC
get the quest
Does that seem correct?
This would be structured to repeat the loop and advance the rail point.
Gaderian
M4yH3m,
Can you give a description of what you want your script to do?
I don't understand from trying to read that code.
Gaderian