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 - Ultima

Pages: 1 [2] 3 4 ... 87
16
New member introductions / Re: Vet Player, Returning back to UO
« on: February 19, 2013, 09:40:07 AM »
Welcome to ScriptUO rryntz! :)

There's lots of information on this site about various templates. Don't hesitate to ask questions if you have any and take advantage of the search feature to look up information that could answer any questions you may have on a subject/template.

17
Resource Farming / Re: Garden Bed Gathering
« on: February 19, 2013, 08:51:47 AM »
You should be able to hover the mouse over the Garden Bed and the context menu for security should appear which you can then select and change the access level.

If not, Shift+Click maybe.

18
Resource Farming / Re: Garden Bed Gathering
« on: February 18, 2013, 09:58:27 AM »
The reason you find plants on other floors when you do g_4 is becuase g_4 only looks at x and y not Z

Think about it if your at pos x:y 3434 5656  on the first floor and then walk upstairs to the same spot your still at 3434 5656.  what changed your charposz. So if you do a search on g_4 you will get every plant at 3434 5656 on what ever floor its on.

simple fix .. check the Z cord is in the same range as your character.  ie   Z < #charposz + Maxz  and z > #charposz - minz

in code that would be
Code: [Select]
set %maxz ??
set %minz ??
finditem %plants G_4
for #findindex 1 #findcnt
  {
  if #findz < #charposz + %maxz && #findz > #charposz - %minz
      gosub plantactions #findid
    }



Thanks for that tidbit EN. I'll try and play with this and see if I can't get it integrated in KalioLS Cross Pollinator.

19
General UO Chat / Re: Do I need to worry?
« on: February 16, 2013, 09:04:39 PM »
I got one of these about a month ago...

It was the first time I received 2 separate emails with one stating I was in violation of 3PP.

I wouldn't worry about it Kandie.

Another player paged on you so just do everything you can to stay out of sight of other players and you'll be fine.

I have several marks against several accounts and I've been tossed in jail numerous times on numbers shards.


20
Resource Farming / Re: Garden Bed Gathering
« on: February 16, 2013, 10:21:04 AM »
Yeah I changed all of the scripts to G_4.

Cross Pollinate allows you to a chance to get mutant seeds i.e. White/Black Seeds.

I have 72 Garden Beds on 3 Floors so part of my problem is there are so many plants the script looks for.

I'm not sure why it says that is out of reach when the script searching a 4 tile radius.

21
Resource Farming / Re: Garden Bed Gathering
« on: February 16, 2013, 09:33:02 AM »
I'm using KalioLS Cross-Pollinator which is posted on that other forum. ;)

I just ran KalioLS cross Pollinator all my Garden Beds. I do get a message saying many of my plants are out of reach, however it cycles through them all pretty fast.

I just have to move around my 18X18 to make sure I hit them all.

So there is a working Cross Pollinator for GBs.

22
Resource Farming / Re: Garden Bed Gathering
« on: February 16, 2013, 08:18:52 AM »
I was able to test my Subs this morning, made some changes, and they working (for me anyhow)! ;)

Now for a Cross Pollinator!

Currently I'm using KalioLS Cross-Pollinator but I have issues with the Garden Beds being that they are on multiple floors and out of reach.

Ghost looking forward to testing your script come harvest time in another week or so.

23
OpenEUO Scripts / Re: [OUO] Heartwood Fletcher Runic Farmer by Crome
« on: February 16, 2013, 07:51:31 AM »
Geez Louise! Looks like EasyUO on steroids!

I'm going to need the plug N play version. ;)

I don't know if Stealth is for guys like me you don't have any clue how to code. Stealth is for the Big Dogs!

24
OpenEUO Scripts / Re: [OUO] Heartwood Fletcher Runic Farmer by Crome
« on: February 15, 2013, 12:24:56 AM »
Stealth Version of this coming soon. I retired from openuo longer ago:&

I'm going to have to try Stealth then! ;)

25
New member introductions / Re: UO Vet coming back into the game.
« on: February 14, 2013, 08:15:56 PM »
I play on a freeshard now. Excelsior freeshard, and it's great. There is no skillcap so I can be any template I want. It keeps it a lot of fun.

You only need 1 character then and no soulstones! 8)

26
New member introductions / Re: UO Vet coming back into the game.
« on: February 14, 2013, 08:03:51 PM »
Welcome to ScriptUO Spencer!

Are you still playing on freeshards or OSI now?

27
OpenEUO Scripts / Re: [OUO] Heartwood Fletcher Runic Farmer by Crome
« on: February 14, 2013, 11:00:29 AM »
I tried running this awhile back and couldn't get it to work either. If I knew how to fix it I would as we need more scripters in HW! HW Runics are getting harder to come by and they keep going up in price.

TM has his Heartwood Quester and Freddy has a library with a Questor as well that's listed in his signature.

If anyone gets this working I wouldn't mind giving it a whirl myself.

28
Resource Farming / Re: Garden Bed Gathering
« on: February 13, 2013, 07:30:21 PM »
I'll need to test these out again tomorrow but I believe they will work. Now nobody laugh at this code! I'm sure my syntax breaks all kinds of rules and what not. I piecemealed them together looking at other peoples code. Yes I know it's messy but anything that worked I was happy with being that there are no planting scripts that center around GBs.

Garden Bed Seed Planter
Code: [Select]
set %gardenbed OOCB_APCB_NOCB_MOCB_XOCB_LOCB_SOCB_YOCB_ROCB
set %seed PDF

Gosub Plant

Sub Plant
  finditem %seed C_ , #backpackid
  if #findkind = -1
  {
    display Life's a Garden. Dig it! Your are out of seeds. Grab some more seeds and restart the script.
    Halt
  }
  else
  set %lobjectid #findid
  set #lobjectid #findid
  event macro 17
  target
  finditem %gardenbed G_4
  set #ltargetid #findid
  set #ltargetkind 1
  event macro 22
  ignoreitem #findid
  wait 10
  repeat

Garden Bed Plant Decoration Converter and Cut Up Sub
Code: [Select]
set %plant QLI_OLI_BCF_VWE_BWE_UAF_JWE_IWE_EXE_UWE_ICF_BXE_YVE_CCF_NWE_MWE_DXE_TCF_NXE_BKP_ZJP_MKP_AKP_CKP_OKP_NKP_LKP_TXE_ZBF_AIF_GWE_VWE_WTE_ZBF_BWE_BCF_CCF_SVE_IWE_MWE_YVE_REK_QVE_BFK_WTE_FWE_NXE_CYE_JDF_WWE_ISN
set %clippers JFF_KFF
set %wait 20
finditem %plant G_4
set #lobjectid #findid
event macro 17 0
wait %wait
wait 1s
click 100 95
wait %wait
click 241 95
wait %wait
click 200 170
wait %wait
finditem %clippers C_ , #backpackid
if #findkind = -1
Display We need some more clippers to finish the job!$
else
set #lobjectid #findid
event macro 17 0
target
finditem %plant C_ , #backpackid
set #ltargetid #findid
set #ltargetkind 1
event macro 22
wait 5
repeat

29
Resource Farming / Re: Garden Bed Gathering
« on: February 13, 2013, 10:56:43 AM »
Now I'm scared to post my subs! ???

What I would look for in a Garden Bed script...an AIO..would be plant the seeds, cross pollinate, extract the seeds or resource, convert the plant to decoration and cut it up.

I have Garden Beds on multiple floors of my 18x18 which seems to cause some conflict with plants being out of reach.

We need..ahem...an OEUO AIO Garden Bed Script! ;)

30
Resource Farming / Re: Garden Bed Gathering
« on: February 13, 2013, 10:42:17 AM »
Thanks for posting this.

I've give this a try when the next batch is ready to yield.

I have certain plants set up just for gathering seeds of renewal and a separate batch in another house for colored plants.

I'll try and post my Garden Bed Plant Seeds Subs and a Garden Bed Plant Decoration Converter & Cutter subs in a day or so.

I need a another day or two of growth so I can test the subs and changes I made.

Pages: 1 [2] 3 4 ... 87