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

Pages: 1 2 3 [4] 5 6 ... 621
46
New member introductions / Re: Hi everyone!
« on: December 01, 2022, 07:07:06 AM »
Sorry for the registration issues.  Gmail and ScriptUO are not friendly with one another!  Welcome to the site!  OSI you'll definitely get the best UO experience, so hopefully that'll work out for you.

47
Player Templates / Re: Suggestions for an Archer
« on: August 12, 2022, 06:02:31 PM »
I recently watched some videos of a guy using an interesting peace/archer treasure hunter template taking down Hoard and Trove maps solo, no Tactics or Anatomy damage bonus:

That's interesting.  I started out with a peace archer years ago and man it was fun to play.  But applying it to TMapping is something that I might need to play with.

TMapping is still one thing in the game I never got around to fiddling with.  Weird too because it's a bit of a solo thing and I do like my solo stuff.  Thanks for the heads up, 12X!

48
I thought I had shown working routines and relinked a post in the past day or so to highlight that older post from a while back.

Yup, I remember those and I'll add them.  I think I have a newer version of the FaF that I've been using for quite a while, so I do need to update.  If you get a chance, do a DIFF with your working version to make sure any other fixes you found can work their way into the released version.

49
Hey Gad, if you think you've solved or at least positively addressed the weapon equip thing and would like me to roll your changes into the official version, send it to me and I'll DIFF it together.

50
That's funny.  When you were talking about this originally, the spell channeling thing was something i was going to mention, but forgot to.  Spell channeling was definitely not around during the time when this script was written, so I'd totally be amazed if it actually worked. Probably wouldn't be too hard to make the script work with it, but sadly I don't have an OSI account to test with anymore.  I don't know if normally the bow de-equips when you use your fishing pole for example and if that would automatically de-equip the bow.  I just don't remember those mechanics since they were always different depending on OSI or a freeshard. 

Anyhow, glad you got it mostly sorted out.  Now if only Crisis can get so far!  ;)

51
There have been enough changes to fishing over the years that using the bow with the FaF is hit/miss for alot of people.  That's why I recommend using magery since that still seems to be pretty bulletproof and is probably just about as quick at dispatching the serpents as archery.

If you really want to use archery, then you might experiment with using different kinds of bows.  The script was originally written before the times of elf/gargoyle/special bows so there might be a bow type or a specific attribute that's messing it up.  It's hard to tell without not being able to single-step through the code to see where it's going.

So it sounds like you got the save/load working though?

52
You might try with just a new CLAw setup with just a few settings in that new location and see if those settings will load.  Kinda start from scratch with the rules as a test.  I did that test last night just to be sure I can load existing files as well as create new ones.

Which version of the CLAw are you using anyhow? 

53
If you are using Windows 10, you might look over at the very lower-right corner of your screen to see if you have any notifications.  In there there might be some rights management blocking actions that might be a clue if something is being actively filtered.

54
You might try my move easyUO and scripts idea too.  If that pointer file isn't being created, then there's something preventing the file creation and that can be pathname length or Windows just being all "uppity".

For me, I just have everything including EasyUO up on one of my share drives Z:\scripts (Including the EasyUO.exe file I use)  I just tested it an hour ago, and all is working OK.  And that's after I enabled a bunch of Windows restrictions and had to go back and allow a bunch of programs to access certain directories.  Something changed in the last patch or 2 of Windows that made folder-based file access a PITA.  It has to do with a zero-day vulnerability.  It's not exactly that one, but it has to do with your download directory allowing the execution of code by searching for "writable" directories in your registry.

https://www.windowscentral.com/microsoft-patches-vulnerability-lets-attackers-gain-elevated-access-windows

55
One other thing I remembered that's helped EasyUO in the past is to move the whole easyuo/scripts directory to somewhere where the pathname is shorter.  I used to have all my scripts and easyuo running out of directory deep within one on my desktop and that suddenly stopped working at one point.  So I moved the whole shebang to right off my data D: drive.  You might not be able to do this with your C: without causing Windows to go into rectal flutter about rights management, etc.

56
Make sure you're running easyuo with admin rights.  Since it works with one computer and not the other, then something is up with the setup, file locations, rights, etc.  It's really hard to diagnose all that nonsense.  Things work with easyuo for a while until something subtle changes from windows patch where rights management change a little bit.

Look at the contents of the 2 files generated by the script to make sure that everything actually exists where it should.  Especially the contents of the (shard)_(name)_aclawlite.txt  file.  If the file referenced in this doesn't exist, then you won't load anything.

57
Orion UO Scripts / Re: Brute Force Egg Hunter
« on: May 30, 2022, 01:02:48 PM »
Thanks for the first comment on any script ive ever written lol! They seem to be few and far between.

Good script Brah!  ;)

58
Player Templates / Re: Suggestions for an Archer
« on: March 22, 2022, 02:40:54 PM »
Good ideas guys.  I sort of figured that was the way of things.  I have started a sampire and will probably continue with that, however I was recently feeling nostalgic for my archer.  VnV makes it very nice to add jewelry because the added bonus doesn't detract from your actual skill value.  You can be a GM without power scrolls and still have 140 of a skill with jewelry added, so it's easy to turbocharge a template fairly easily.

59
ty very much ... AWSOME script btw I did notice at line 1073 there is code that is referring to your Q and A on {Set up not saving} and was wandering if anything needed to be changed there as well because the lines you have instructed to delete are also found in these lines as well..

The problem with the whole saving thing is that Microsoft over the years has changed and then reverted the way the file paths work, and generally we only find out about it when things break.  Since it works now with the old code means that it changed once again and invalidated the "fixed" code added to make it work with a previous version.  All we can do is adapt.... :)

60
Right around line 1700, delete the lines:

Code: easyuo
  1.   if %os_type = VISTA
  2.     set %savefile #CURPATH , %savefile
  3.  


Pages: 1 2 3 [4] 5 6 ... 621