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

Pages: [1]
1
Gold Farming / Re: TrailMyx's Full Auto Fisherman
« on: September 13, 2021, 02:05:37 PM »
I am using a small boat.  I grabbed a new boat and started it again.  Thanks for the quick reply.  This is by far the best Script out there.  Thanks for all your hard work.  Special thanks for the quick answer to my stupidity.  Have a great day.

2
Gold Farming / Re: TrailMyx's Full Auto Fisherman
« on: September 13, 2021, 01:24:21 PM »
I started running this script again and I am running into a problem.  After killing a serpent and the boat needs to move to make it lootable the script goes the opposite way of the corpse. for example if the boat needs to go backwards to loot, the script has the character say forward one and it just goes on endlessly going the wrong way. 

I am not sure how to fix the problem.  I don't know how to figure out if the problem lies in the script identifying the character XY or the dead body XY   It calculates the incorrect direction to go based on the location calculated on the comparison of the XY of the body/character.

I tried swapping the forward one/backward one commands in the sub but it did not fix it. It has to be something in the calculation of body/character location.  any help is appreciated.



here is the sub it is getting stuck in
;-------------------------------------------------------------------------------
sub LootSerpent
  namespace push
  namespace local LS
  set !temptargetkindid #LTARGETKIND
  set !templtargetid #LTARGETID
  set !templobjectid #LOBJECTID
  set #LTARGETKIND 1
  finditem YFM G_10 ; locate a dead body
  if #FINDKIND = -1
  {
    namespace pop
    return
  }
  wait 2s
  finditem YFM G_10 ; locate a dead body again, first body may have changed.
 
  event property #FINDID
  if serpent NOTIN #property ; be sure the located body is a serpent of some sort
  {
    ignoreitem #FINDID
    namespace pop
    return
  }
  set !presentserp #FINDID
  ignoreitem #FINDID
  set %deadserpcount %deadserpcount + 1
  set %totalserps %totalserps + 1
  menu set EUOStatus Serpent looting in progress...
  set !tempxxx #CHARPOSX
  set !tempyyy #CHARPOSY
closey:
  set !xdist #CHARPOSX - #FINDX
  set !ydist #CHARPOSY - #FINDY
  if !xdist = -1 && ( !ydist < -1 || !ydist > 1 )
  {
    event macro 3 0 left one
    wait 25
    goto closey
  }
  if ( !xdist = 0 || !xdist = 1 ) && ( !ydist < -1 || !ydist > 1 )
  {
    event macro 3 0 right one
    wait 25
    goto closey
  }
  set !ydist #CHARPOSY - #FINDY
  if !ydist < -1
  {
    event macro 3 0 back one
    wait 25
    goto closey
  }
  if !ydist > 1
  {
    event macro 3 0 forward one
    wait 25
    goto closey
  }
closex:
  set !xdist #CHARPOSX - #FINDX
  if !xdist < -2
  {
    event macro 3 0 right one
    wait 25
    goto closex
  }
  if !xdist > 2
  {
    event macro 3 0 left one
    wait 25
    goto closex
  }

3
I downloaded and ran the script.  At first I had an issue with making shovels. It goes through the motions to put ingots in my bag but didn't actually move any. Then recalls to the mining spot, attempted to make shovels but failed due to no resources.
I added a wait timer to correct the issue. has been working great the last few days.
I added the wait timer in this sub ;SUB XIIxMoveStuff
 finditem !Item2Move C_ , !SourceContainer
   if #findkind = -1
       set #RESULT #FALSE
   else
      {
      if #findstack < !Amount2Move
         set !Amount2Move #findstack
      wait 20 ;this was the wait timer I added to fix the issue
      exevent drag #findid !Amount2Move
      wait !sWait
      exevent dropc !TargetContainer
      wait !sWait

4
Awesome script, Thanks again for all your hard work on this script.  I use it everyday.

5
Misc. Scripts / Re: Scroll/Reg Buyer
« on: April 15, 2020, 07:29:12 AM »
I am using this script and it works.  I am having the same issue with it not purchasing every time.
it scrolls to the reg but does not always add it to the buy page, it just clicks buy for 0 gold and no items bought. I am not a seasoned script writer but I can troubleshoot and fix an already written script.  I am hoping someone can help me understand this line.
 click #contposx #contposy r
I understand the line until the final letter "r". the script has several of these references. Can someone explain to me what it means?
I am thinking its not clicking the correct spot but I don't know how to continue troubleshooting until I understand this line. Thanks

6
I downloaded and used the script. If you are looking to use it the gump changed for adding the item to BOD. go to the last page of the posts on this topic and there is a fix. Made the simple fix and it works great. Thanks again for sharing the script, huge time saver.

7
General UO Chat / Re: Client crash when character loads.
« on: April 06, 2020, 09:11:43 AM »
I figured out how to make the character load but I do not know why it is having the issue not loading.
I compared all the settings to different character profiles I had and did not find anything different. I removed all EUO stuff and redownloaded and still had the issue.  I went back to basics and started troubleshooting. I ran EUO as administrator and now the character loads and functions no issues.  I don't know why it makes me run as administrator on that character only but it works.

Should I just carry on with my life and always run as admin or should I continue troubleshooting to find out why it is like that?


Thanks again for the help.

8
General UO Chat / Re: Client crash when character loads.
« on: April 06, 2020, 05:59:55 AM »
Should I go ahead and do the same, uninstall and delete EA directory, reinstall?

9
General UO Chat / Re: Client crash when character loads.
« on: April 06, 2020, 05:16:16 AM »
I can't say thanks enough for your help, you are really going above and beyond to help troubleshoot.

I don't think this is an issue I can bring up with UO, my best guess is there is a setting that I mistakenly changed when running that script.  I have tried to track down the temporary rail file and I can not remember the exact file name but I can't find it when searching for all .txt files. I do not want to run the script again to find the file name and it happens to another character.

Yesterday I changed some display settings with multiple clients open and I know that is a No No, but that is hindsight, I didn't think of it while I was doing it.

10
General UO Chat / Re: Client crash when character loads.
« on: April 06, 2020, 04:47:50 AM »
I uninstalled Classic Client and tried again after maintenance, same results.
After uninstalling Classic Client there are some files that remain.  There are folders that show my account names, when you open them there are specific character folders.  When you open the character folder it shows some settings files. What would happen if I uninstalled classic client and deleted these files? Would this force the game to make new files with settings after uninstalling classic client, and deleting files, reinstalling classic client? I am not sure this will work because it seems like the issue is with a file in Easy UO since I can log into that character with client.exe. 

Anyone have suggestions on how to get rid of all easy UO files so the settings are lost for my characters? I rummaged around and I don't see many files.  I don't want to delete anything that will make the problem worse.

11
General UO Chat / Re: Client crash when character loads.
« on: April 06, 2020, 03:49:29 AM »
Never seen this issue before.   Never use Jebbits either.   Hard lesson learned.

Ensure that UOgame ( with razor)  is started first ,then Easy UO.    after that you can have multiple game window open.  But you can't have multiple EasyUO running script anymore. I can not get Razor (version 1.0.14) to load any of my accounts. I enter login information and it begins to load in and freezes on the next screen, screen is gray and says verifying account.  I can load all characters on all accounts using UO Asist. I can load all characters on all accounts using the client.exe. Using Easy UO I can load all characters on all accounts except the one character that freezes when logging in.
 
Wondering if the registry got affected when you save setting.??

Do you have any script running in EUO when you try to login? (If so... try without it). Tried without any scripts running, same results.
I can login myself with both EUO initialized client.exe and through Razor.
Can you login with a different character to the same shard on the same account?
Yes, only one character on one of my 3 active accounts is affected.

Again, thanks for everyone taking the time to read and give suggestions, much appreciated.

One thing I wanted to make a note of, a few times when I received the not responding message, I chose the option to wait for software to respond. The screen went to full screen, but did not load in, it stays frozen on the same screen. It seems like it is trying to load in full screen and possible causing the freeze.

12
General UO Chat / Re: Client crash when character loads.
« on: April 05, 2020, 06:39:05 PM »
Not exactly sure what you mean by "I have one character that the client crashes when I open it". What does it mean "crashes"? does the client completely go away or does it become unresponsive?
What is "it"? the client? the character?
What is the timing? The problem happens when you initiate the uo client or only when you try to select this  specific character from the login screen?
      I login, select my shard, select a character, when I select this specific character it moves to the next screen like its about to load in, i can read the welcome to napa valley message on the bottom left, screen is all gray and just freezes and I have to force close..

What version of Easyuo are you using?1.6.0.334

What version of the client are you using? 7.0.85.15  classic client  OSI server

What happens if you start up "client.exe" directly without Easyuo/Razor? No issues with that character.

Does this problem happen after you tried to reboot? I rebooted computer, reinstalled EUO and Razor no change.

If the answers to the above doesn't give insight, then what is the LJ script - something publicly available or something that is yours?
     Jebbits Easy Rail Lumberjack, got it from Easyuo.com, approved script on Public Script library.

I really appreciate you taking the time to try and help.  I wasn't having this problem when I created my account here earlier today.





13
General UO Chat / Client crash when character loads.
« on: April 05, 2020, 06:10:59 PM »
I have multiple accounts that all have full character slots.  I have one character that the client crashes when I open it through Easy UO or Razor.  I can open it and play straight through the client with no issues. All the other characters on that account have no issues opening. I have redownloaded razor and easy uo and same results. I was trying some lumberjacking scripts on this character earlier today.  I gave up and logged. Now I am having this issues on that specific character.  Has anyone seen this before?
 
Only thing I did different on this character was attempt to run a lumberjack script that made temporary rails and asked you to save them. Any thoughts or suggestions? Thanks for taking a look.

14
New member introductions / Introduction
« on: April 05, 2020, 12:37:46 PM »
My name is Alex, I play on Napa Valley.  I have played UO on and off  since 99.  I have several accounts with many different toons, my oldest account is 100 months old. The amount of people playing on Napa valley has seriously declined the last few years. I am fresh off my most recent break from UO and picked it up and started playing again.  I try to be self sufficient with all crafting skills and resource gathering as the market on Napa Valley is basically non existent. I refuse to move to a busy shard as I have always played on Napa. I am currently working on a lumberjack and a cook for crafting skills. I have multiple mages that are always under construction. Thanks for reading.

Pages: [1]