Show Posts

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.


Messages - lmackin

Pages: [1]
1
Questing / Re: ScriptUO Heartwood Quester 1.29 with Advanced CLAw support
« on: February 07, 2020, 03:25:57 PM »
OK this script is great and I used one of the first versions many years ago and i'm restarting it.  I fixed a few issues I had when I first started it up, but still having issues with my character running too fast when it falls into heartwood even though my "always run" is unchecked.  Any ideas how to fix this?

2
Questing / Re: ScriptUO Heartwood Quester v1.19
« on: February 07, 2020, 03:21:05 PM »
yea i had those problems as well so i just made my own rail. that way you can setup shop at  either spot. totally forgot about having to change beetle part so it doesn't try and release it

and how would I go about making my own rail for this?

3
Questing / Re: ScriptUO Heartwood Quester v1.19
« on: February 07, 2020, 02:02:28 PM »
working on setting this script up now and came across one issue that I was able to fix, posting the fix in case anyone else has the same issue

;===== Beetle Setup =====
finditem #charid G_20
set #lobjectid #findid
wait 5
event macro 17 0
wait 20
display Target Your Beetle
wait 1
set #targcurs 1
target
while #targcurs = 1
  wait 0
set %beetle #ltargetid
wait 5
finditem VRD c_ , #backpackID
if #findkind <> -1
  {
    gosub DragItem #FINDID 1 C %beetle
  }
exevent popup %beetle
gosub GumpWait normal_gump normal_gump
click 50 205 <------------------------------------------------------------------------- this number change opens the pack rather than trying to release the beetle
gosub GumpWait container_gump container_gump
wait 10
set %beetlepack #contid
finditem %beetle g_2
if #findkind = -1
  {
    msg All Follow Me$
    wait 20
  }
set #LObjectID %Beetle

Post Merge: February 07, 2020, 02:19:27 PM
Running this script now (actually had this script back in 2007 so i'm pretty familiar with it, just been a LONG time since i've used it) and have come across two issues so far, not sure if its my fault or what but:

1)  once it gets into hardwood it tries to run (yes, I have the box unchecked for "always run")
2) once I get my character to the quest giver, the one for carpentry... it won't select the quest (arch support) but if I select it by hand it'll toggle quest items successfully, but then will not "continue" and turn in the quest items automatically

4
New member introductions / New user intro
« on: February 07, 2020, 10:06:01 AM »
Hello!   Been playing UO on and off since 2001.  Started on great lakes, and now playing Atlantic mostly but playing a few other shards sometimes.  I am very surprised to see so many people playing lately!  Just came back from a 12 month hiatus and it seems like there are a lot more people coming back now.    I have played a few other games in the past but nothing compares to UO, especially older pre-AOS UO.   

I am married, and have a 1 year old who was actually named after UO which is why I took such a long hiatus so I could focus on her.  I'm not really sure what else to say :)  My life just consists of working, being a mom, and playing UO lately. 

5
Questing / Re: ScriptUO Heartwood Quester v1.19
« on: February 07, 2020, 10:00:14 AM »
is this script still up and running well?

6
General UO Chat / Re: BOD filler scripts
« on: February 07, 2020, 09:54:07 AM »
could probably make one pretty easy from an existing smith/tailor one

Pages: [1]