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.


Topics - ZiggyZTZ

Pages: [1]
1
Scripting Tutorials / Trees and Lumberjacking Troubleshooting
« on: July 12, 2016, 10:29:22 AM »
I'm playing on a freeshard and can't get any lumberjacking scripts to play correctly (tried MWinc's, Neo's Ter Mur Area Lumberjack, and a couple others).  They just recall around in circles because they aren't picking up any trees when searching tiles.  The trees on the freeshard I play at disappear completely after being chopped down.

I read it could be the map .mul files and a registry issue.  I replaced the mul files with older ones and created the registry keys as directed from an easyuo thread.

I thought maybe the #tilename or #tiletype might have changed.  I was using the below modified TrailMyx's Locate Tree sub to see the tile information:
Code: [Select]
tile init

Tile get #charPosX #charPosY 1
  set !radius %1
  set !xmin #CHARPOSX + !radius
display ok The tile at X: , 2828 , #spc , / Y: , #charPosY , #spc , has the following Name:$ , #tilename
halt

Is simply typing in the X-coordinate like that ok?  If so, the results come up as forest, jungle, or the same as whatever ground I'm standing on.  Any other ideas to find and target trees?

2
New member introductions / Hello ScriptUO!
« on: July 11, 2016, 11:31:35 AM »
Hi folks my name is ZiggyZTZ.

I have been playing UO off and on since I was a teenager in '99 and now I'm old.

I play on freeshards now and like to PvE and sometimes craft. I came here to help with the crafting aspect of my play as gathering resources is a bore.

I've adjusted scripts as needed so they work for me, but I'm not sure I could write it from scratch.  That's where the expertise of the posters here come in!

Outside of UO, I play softball, go to the lake, float the river, and more recently run around looking like an idiot catching Pokemon on my phone.  If you have any tips for that as well, I'm all ears.

Looking forward to being here!

Winker

Pages: [1]