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

Pages: 1 2 [3] 4 5 ... 11
31
Version  7.03

Custom Code Now Supported.
   You can add your own custom code to be run during each of the scripts functions, gift_pickup, inventory_characters etc.  Edit the MyCustom_?? subs at top of the script and place your custom code inside.  Be warned you can break the script if your code does not function correctly, the custom code is run right before moving on eg right before character logout.  You can easily add additional reporting lines, see the notes in the script on how to. 

Usage Example 
  If for example you wanted the gift pickup report to include each characters weight and alert you if overweight you could add this code inside the  sub MyCustom_Gift_Pickup
Code: [Select]



Thanks yet again for the update - how do you customize the name of the toon created by the script?
sub MyCustom_Gift_Pickup
    set !Temp  #Weight , / , #MaxWeight   ; No spaces between values
    gosub EN_AppendToStringList   Report LAST Weight: !temp
    if #Weight > #MaxWeight
      gosub EN_AppendToStringList Report LAST **** CHARACTER OVERWEIGHT ****
Return

The Gift Pickup report when then look similar to below:
Code: [Select]
Gift Pickup   11/05/19 10:51:40 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
Account: Ghosts_Secret_Account 
++++++++++++++++++++++++++++++++++++++++++++++++++++++
Account: 1 Shard: Atlantic          Character: 1 of 7 - A Ghost                  Weight: 153/477
Account: 1 Shard: LakeSuperior      Character: 1 of 7 - The Ghost                Weight: 114/260
Account: 1 Shard: GreatLakes        Character: 1 of 7 - A Fat Ghost              Weight: 400/376 *** CHARACTER OVERWEIGHT ***


- Also added weight/MaxWeight to character inventory report.

Enjoy..





how do you set up the script to name the created characters something i choose?

32
Maybe the next version will have a weigh check .    I have a few new toon that were overweight :)

Thx for the new version

What do you mean buy a weight check ??    Sounds easy to addbut im not sure what you mean exactly you want it to report if a toon is overweight or just report toons weight.     Let me know and ill add it.


THATS GHOST'S WAY OF BEING SARCASTIC GHOST THAT HE IS! :)

I have been pushing the resume function. I like that aspect of it.
Gaderian

Yea that function came to me in the middle of the night, best solution to random script or UO malfunctions for sure.

33
Version  7.02

updates:
- Fix error when switching to second account, account name not being deleted and new one entered, and  password being typed in account name box
- Removed dependence on Moving cursor when entering password. Now cursor no longer moves.
- Changed default report Filename.
- Misc other fixes, changes, operational speed increase.

Enjoy..

THANK YOU EN!

See Ghost!! I am not insane!! lol

but seriously thank you all of you!

Ghost, Gaderian and EN

worked like a charm! all  accounts were inventoried!  nice work!

34
Version  7.02

updates:
- Fix error when switching to second account, account name not being deleted and new one entered, and  password being typed in account name box
- Removed dependence on Moving cursor when entering password. Now cursor no longer moves.
- Changed default report Filename.
- Misc other fixes, changes, operational speed increase.

Enjoy..

THANK YOU EN!

See Ghost!! I am not insane!! lol

but seriously thank you all of you!

Ghost, Gaderian and EN

35
EN - thanks for all you do bud! I remember way way back meeting you in game to provide you with runes to the one house island on several servers......its been a long time.

Wow... I remember that,  That was donkeys years ago....


Yes sir!  we Donkeys stick together! :)

36
Stop over complicate think.   Don use the skill camping to log out in the wood.  Use the comfort of the Inn under the protection of guard.
 As I bonus, the script will work properly.  :)

Ghost,

Thank you for your words of wisdom!! you always have the answer!! see you in game soon mister!

37
There is already some kind of timer if a login fails. I do not think it successfully logs in again after the failed attempt. That is part of the reporting errors (version 6.03 and prior reported a false record where the character name is N/A, but everything else is the skills and stats for the previously successful character to login). My recommendation was to not report this false record.

I am not convinced it needs a lot of effort, because of how infrequently this gets used - like you have said. I would be extremely happy if it had a simple menu with a listbox to report the account number and character slot number that failed to login during the passes. Then I can do those manually. Knowing I need to go login with account1, on shard-A, character slot 4 - would be lovely.  ;)

As I stated earlier, I consider it my own fault when I leave a character off in the wild rather than in a safe logout location. It is not the fault of this very useful script.

Gaderian

I totally agree with you. I was simply pointing out that i figured out what the issue really was by sitting and watching it. that is all. EN - thanks for all you do bud! I remember way way back meeting you in game to provide you with runes to the one house island on several servers......its been a long time.

38
thank you Gaderian!! I though there might be a fix to it - i will just manually fix it - thanks again

39
Thx for the fixes everyone!
 I am having an issue and cannot seem to figure out how to fix it.
when i have it cycle through my accounts it will get into the second account and then it bugs out (different spot every time) and starts to type the password into the account line and then it goofs up....i cannot figure out why it is doing this. anyone have a suggestion or even a fix?

EN - this is the issue i mentioned on october 6th - i just realized that the issue occurs when the script logs into a character that is not at a safe logout location, it gets hung up and never recovers.  Also your new version does not log into any toons for me whatsoever.

40
Figured out that my issue only happens when the character is not in an inn. It only bobbles when the toon does not log out right away and needs to time out.

also new version does not ever actually get the toon to log in...it starts then immediately logs out.

41
correction

;#CONTKIND/Gump Values for Client version 7.0.79.31 (Patch unknown)
set %GumpMainMenu    QAAD      ; This is the login screen
set %GumpPasswordBox UOGB      ; This is the password box in Login Screen
Set %GumpWait        WNEB      ; This is the wait gump before next screen
Set %gumpShardSelect CNZC     ; this is the shard select screen
set %GumpLogin       UOGB      ; this is the Character Selection Screen with NEW/DELETE Buttons
set %GumpNewChar     YIOC     ; this is the New Character Name and Clothing screen
set %GumpNewChar2    UEVC     ; this is the New Character Trade Selection screen
set %GumpNewCharMap  UEVC      ; this is the New Character Map starting location screen
set %GumpGeneric     IUE     ; this is the Vet Reward/6 month stat increase gump
set %GumpYesNo       UULC    ; this is the Logout - Okay Cancel gump

42
new gumps are as follows:

;#CONTKIND/Gump Values for Client version 7.0.59.5 (Patch unknown)
set %GumpMainMenu    QAAD      ; This is the login screen
set %GumpPasswordBox UOGB      ; This is the password box in Login Screen
Set %GumpWait        WNEB      ; This is the wait gump before next screen
Set %gumpShardSelect CNZC     ; this is the shard select screen
set %GumpLogin       UOGB      ; this is the Character Selection Screen with NEW/DELETE Buttons
set %GumpNewChar     YIOC     ; this is the New Character Name and Clothing screen
set %GumpNewChar2    UEVC     ; this is the New Character Trade Selection screen
set %GumpNewCharMap  UEVC      ; this is the New Character Map starting location screen
set %GumpGeneric     IUE     ; this is the Vet Reward/6 month stat increase gump
set %GumpYesNo       UULC    ; this is the Logout - Okay Cancel gump

43
awesome idea Ghost!! thank you

44
correct...all changes made and nine accounts over all shards and it bugs out a few shards into account two.
I will just go one account at a time at this point but thank you all for your help :)

45
yeah, i dont use razor at all. Gotcha on the fixes being posted. All except the multi account fix. I will run one at a time then. Thanks for your help.

Pages: 1 2 [3] 4 5 ... 11