Recent Posts

Pages: 1 ... 8 9 [10]
91
Submit your Script / Re: Trick or Treat 2023 with style!
« Last post by Cadums on October 10, 2023, 08:55:54 PM »
Hey, glad it's working for someone other than me!  Ok, so it's the total runes..  Basically the trick or treat runes are randomly picked between 3 and whatever your end rune is, so 3-16 with a full book (setting the variable to 16).

I know rune #1 isn't really used in the script.. that's my home rune in my book  ::)

I'm thinking mobiles IDs must reset (or more likely, the whole mobile) after server restart, which means the persistent variable I'm using to store those will just grow and grow and grow.  Hmm, I'll have to add a time check or something to prune that the first time you run after a server restart.

I've put out v1.1 update.. to grab the time you run the script and try to figure out if the last time you've ran it was before the server restart.  If so, it will prune the SYNTOT<charID> registry key, so that doesn't just grow and grow and grow!
92
Submit your Script / Re: Trick or Treat 2023 with style!
« Last post by docaw on October 10, 2023, 07:25:12 PM »
Thank you!!  For the number of runes, is it the total in the book or total # 3-16?  this is fast and great
93
Submit your Script / Re: Trick or Treat 2023 with style!
« Last post by Crisis on October 10, 2023, 06:28:31 PM »
Awesome! I will give this a spin this weekend!
94
Submit your Script / Trick or Treat 2023 with style!
« Last post by Cadums on October 10, 2023, 01:46:48 PM »
So there are a few trick or treat scripts out there, but nothing that really did what I wanted.. so I decided to cobble together my own!  I've been using EUO scripts for a long time now.. but got into the game so late, there hasn't been a lot of inspiration to create something because everyone has done a great job before me.. so I was excited to come up with something.

A few things it does:
  • No rails or anything, it will look for NPCs up to 20 steps away and use pathfinding to get there.  When it can't find anyone new to trick or treat with, within 20 steps, it recalls away.
  • Just one runebook, I have it set to use runebook spot 2 for bank, and rune spots 3-16 for trick or treat spots.  You need to let the script know how many runes you have.
  • It will remember all of the NPCs that it tries to trick or treat with, but actively don't support trick or treating.  This means your runs should be more efficient after you make your first couple of rounds.
  • It will bank candy and "special" things in separate containers in your bank.  Or one container, if you select the same container for both.  Not set up to work in housing secures currently.
  • Added functionality to reset the NPC ID list the first time you run the script each day after the server restart, since that refreshes NPC IDs (v1.1)

Things I've learned:
Concatenating persistent variable names between the comma and dot operators is the worst, it definitely gave me the most trouble.  In the end.. I just didn't concat anything, so my persistent variables don't have pretty names, but they are dynamic per character.  Good enough, I'm over it!
95
thanks for the replay
96
I think it may be either Windows or a anti virus program issue. I have run into the same problem with many scripts that I have run for years with no issues but now they will no longer save settings. I have had zero luck figuring it out though I am leaning towards Windows since I have tried to save with my antivirus off as well with no luck.
97
i save the setting and try to loaded save settings and will not load. any one know why or how to fix thanks.
98
Resource Farming / Re: Seerius High Seas Land Fisher v1.5b
« Last post by Crisis on September 25, 2023, 04:22:48 PM »
Looking forward to trying this

You may want to read this thread here and then some of the examples and then make your own introduction. http://www.scriptuo.com/index.php?topic=1683.0
99
Resource Farming / Re: Seerius High Seas Land Fisher v1.5b
« Last post by Scottofnad on September 25, 2023, 07:46:30 AM »
Looking forward to trying this
100
I'm not sure if there are better Ter Mur lumberjacking options, but this script is still working like a champ on 9/21/2023!

Appreciate ALL of the work that has come before us, there are some of us still riding on the glory days of UO Scripting!
Pages: 1 ... 8 9 [10]