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

Pages: [1]
1
Script Debug / Sorting Scrolls
« on: December 29, 2019, 06:35:18 AM »
Hello Guys, Ive been working on a scroll sorting tool. As of now Im having a problem of it not recognizing that I have scrolls inside of my bag. Would anyone be willing to run this and see what happens for them? I have a pile of scrolls in my backpack and then it will sort maybe half of them and then halt like its finished and don't see any more scrolls inside my backpack. Im not seeing any reason why its not picking up the scrolls I have inside of my backpack. Don't forget to add in the Book Id of the scroll book your wanting to sort into. This will sort by skill type, Ie, Misc, Combat, Magic, Trade Skills, Thievery, Wilderness, and Bard. Thanks

2
Script Debug / Scroll Sorter
« on: September 29, 2018, 07:03:33 PM »
Hello Guys, Ive been working on a scroll sorting tool. A freiend of mine has helped me alot and offered some nice changes to get things working better. As of now Im having a probem of it not recognizing that I have scrolls inside of my bag. Would anyone be willing to run this and see what happens for them? Im not seeing any reason why its not picking up the scrolls I have inside of my backpack. Dont forget to add in the Book Id of the scroll book your wanting to sort into. This will sort by skill type, Ie, Misc, Combat, Magic, Trade Skills, Theivery, Wildernedd, and Bard. Thanks

3
Scripting Chat / Dealing with Deeds
« on: August 10, 2018, 04:32:15 PM »
Has anyone found a way to sort deeds? Deeds all share the same type, TVH, wether something as a goza mat or something like a comm deed filled with arrows. Im looking for a way to sort out all of my deeds. How would one accomplish this?

4
Submit your Script / Simple SpiritSpeak Trainer
« on: September 17, 2017, 07:23:52 PM »
Code: [Select]
;-----------------------------------------------------------
; Script Name: JFSF Spirit Speak Trainer
; Author: JFSF
; Version: 1.0
; Client Tested with: 7.0.59.4
; EUO version tested with: 1.5.1.323
; Shard: OSI
; Revision Date:  9/17/2017
; Public Release: ...
; Global Variables Used: None
; Credits: Many Thanks to TrailMyx (TM) for the Meditation/Journal Subs
;-----------------------------------------------------------

This will train up your spirit speak and enter meditation as needed. I know that Spirit Speak can be trained passive by using other skills but my problem was I didnt need Necro. I use spirit speak for Checking for ghosts on my spy char as champ spawns and need a way to train SS and only SS. Only took me a few hours to go from 0 to 100 skill. Thanks and Enjoy. Also if anyone sees any room for improvement please fell free to add comments.

Fixed the main loop, found the formatting was wrong..

5
Scripting Chat / Getting time and using it in a menu
« on: September 16, 2017, 07:37:16 AM »
sub time
set %AMPM AM
set %d1 %1 / 1 % 10
set %d2 %1 / 10 % 10
set %d3 %1 / 100 % 10
set %d4 %1 / 1000 % 10
set %d5 %1 / 10000 % 10
set %d6 %1 / 100000 % 10
set %tempampm %d6 , %d5
if %tempampm > 12 && %2 = 12
  {
  set %AMPM PM
  set %tempampm %tempampm - 12
  }
if %2 = 12
  return %tempampm , : , %d4 , %d3 , : , %d2 , %d1 , #SPC , %AMPM
return %tempampm , : , %d4 , %d3 , : , %d2 , %d1

gosub time #time 12 <------ this is how the sub is called. I get #time will return the computer local time, but im missing what the (12) is for

This is a sub from an old idoc timing script. Im writing my own and was using this to learn a few things from. I got it about all done other that the time part. I dont understand any of this sub. I searched the forums on time as in actual time and found very little information so was hoping that someone could maybe explain this by each line. Thanks

6
Script Debug / Menu Designer
« on: September 14, 2017, 08:13:52 PM »
This is not really a debug question but I figured this was probably the best channel to ask in. Im trying to learn about menu designer and creating my own menus. Problem I have is i'm not able to get anything to run. After some reading I downloaded the old EasyUo and also the Menu Designer. Both are in the same folder. I run easyuo first as admin then try to open the menu designer and all i get in like 4 or 5 symbols in the script area. hitting play does nothing. Any ideas where I went wrong or links to maybe something I missed explaining how to get this set up? Im excited to venture into the menu designer stuff if only I could get it to work. Thanks.

7
IDOC tools / Automatic Hider
« on: September 13, 2017, 05:48:29 PM »
Code: [Select]
; Script Name: Auto Hider
; Author: JFSF
; Version: 1.0
; Client Tested with: EA 7.0.59.4
; EUO version tested with: 1.5.1.323
; Shard OSI / FS: OSI Servers
; Revision Date: 7/21/2017
; Public Release: 9/13/2017
; Global Variables Used:
; Purpose: To Keep your char hidden if Revealed, Thats it!!
; #########################################################

This little short and sweet tool will keep you hidden. Nice to be able to use at IDOC's, good safety for timing a house if your revealed for some reason, while playing a DS style char at times, and even to train the hiding skill. The only thing this will do is attempt to hide you until your hidden with a 10 second skill timer wait.


8
Stealth scripts / Stealth Freezing Issues
« on: July 07, 2017, 02:38:46 PM »
Has anyone had issues with Stealth freezing? Im talking like every 10 minutes or less it will freeze on me. Im running verison 7.10.2 Any tips would be appreciated

9
Script Debug / NeoCrafter Claw supported
« on: March 03, 2017, 08:32:19 PM »
Hello all, Ive tried to run NeoCrafter using the TMClaw. I get the rules in place and when doing the setup on the crafter script I keep being told to target an item to reforge. Is their a way to not reforge something? Just looking to craft studded armor and have the claw pull out the ones with a resist that stayed at the base level. Any help or ideas would be much appreciated. Thanks

10
New member introductions / Hello Everyone JFSF
« on: November 30, 2016, 07:45:58 PM »
Hello Everyone.

I just recently started playing UO. I remember years ago around 2000 a few friends of mine used to play this game. One of those friends had passed away and I was thinking about him and this game came to mind for some reason. So I googled it and found out it's still around. I just started playing this March of 2016.

I play a mix of all types of chars. But my mainstays are my crafter and my dexxer. Play on Atlantic Shard. Recently I've got into Idocs and found out about scripting and this site. My goal is mostly to even the odds a little. And to learn. Ive never done coding or scripts or anything like that but find it very interesting. I'm hoping to learn a lot here and maybe share with others if I ever get good enough.

When not in a pixel land you can find me hunting and fishing. That's my main passion. I work for the railroad as a conductor. Aged 27 with a wife and 1 little girl. We have another one on the way due this May.

I want to thanks everyone ahead of time for all the work involved in this. I hope in the future I will be able to contribute back as well.

Pages: [1]