ScriptUO

Official ScriptUO EasyUO Scripts => Site Scripter Libraries => Endless Nights' Script Library => Topic started by: Endless Night on May 01, 2009, 05:44:25 PM

Title: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on May 01, 2009, 05:44:25 PM
Character ToolBox (Multi Shard/Account)
Create 'A' character of defined specs on all selected shards And All Selected Accounts.
Count Number Of Chars on all Selected Shards/Accounts.
Inventory Each Character on all Selected Shards/Accounts.

===========================================
Author: JosephAJ AKA EN
Versions: 2.03 - 7.x
Revision Dates: 2.15.07 , 11-15-10, 9/11, 10/14, 9/15, 12/15,
                     9/17, 10/19, 11/19, 9/20
Public Release: 1/07
===========================================

Purpose:  Manipulating Characters On Multi shards/Accounts  (Select an option from Menu)
   1. Auto create one or more characters, per specs, on all selected shards/Accounts.
   2. Count Number Of Chars on all Selected Shards/Accounts.
   3. Inventory Each Character On all Selected Shards/Accounts.
   4. Pickup Gifts
   5. Walk characters from  default starting place in New Haven to Luna.

Account / Shard Options
Unfortunately at present you still have to edit the Account and shard specifications via the variables at top of file.

Auto Create Character Notes:
This script currently creates ONE or more characters across the selected shards/accounts... If you wish to more than one character ie 2-6,  then just add character definition lines accordingly.. (3 chars = 3 character definition lines).

- Edit code sections titled Login Information  and Character Template. (Maybe One day will be menu driven. :) )
- Advanced Character Type Not currently Supported.
- Skin/hair/clothing tones not currently selectable (It does set them so you can change the click positions).


FAQ - Commonly Asked Questions
If you have any problems please read the FAQ. If that doesn't resolve your issue please feel free to post a message. 

FAQ (http://www.scriptuo.com/index.php?topic=1509.msg11043#msg11043)

Example Reports
Example Of Shard Character Count  Report. (http://www.scriptuo.com/index.php?topic=1509.msg11040#msg11040)
Example of Shard Character Inventory Report. (http://www.scriptuo.com/index.php?topic=1509.msg11041#msg11041)
Example Of Character Generation Report. (http://www.scriptuo.com/index.php?topic=1509.msg11042#msg11042)

Script Location
EasyUo (http://www.easyuo.com/forum/viewtopic.php?p=263548#263548)
ScriptUO (http://www.scriptuo.com/index.php?topic=1509.0)

Custom Code
   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 inside.  Be warned you can break the script if you code does not function correctly.


Usage:
  You are free to use this script for not for profit personal UO game-play. You are *not* free to modify and re-post or post on other places
or post as part of a script or work you yourself have created or otherwise distribute without written permission from the author.
This license to use can be changed at any time for any reason.
If in doubt don't do it contact the author.

(C) 2007 All Rights Reserved JosephAJ
Commercial usage requires written permission from the author


NOTE: My scripts or any derivative of them are *not* for use in other players script/s!  
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on May 01, 2009, 05:45:33 PM
Revision history

Code: [Select]
; Revision history
; 7.00  Removal of dependancy on #contkind for all gumps when logged in ie generic gumps and yesno, paperdoll etc gumps.
;          (Still to do remove dependancy on contkind on account/shard/character selection screens, problem most screens
;           do not have unique gumpname/size combinations)
;       Added ability to close script by clicking X menu button on main screen.
;       Added Resume Menu option (crash recovery) - to start the script at the point it froze/crashed
;       Achieved by recording the account/shard/char on status after each character is completed to a file.
;       (Parts of Resume not done - resume writting reports/append, save report after each character, shard save load
;               cannot account save load, password security right now for shard/account uses what set in top script)
; 6.04  Fix for change in password/account name box position and other minor changes.
;       Misc Fixes as documented by Gaderian.
; 6.03  Fix for Menubutton = "" instead of n/a, also fix for click mc except on first pass of each account addition of password area gump.
;       Misc Fixes as documented by Gaderian.
; 6.01  New menu item Giftpickup, Menu x,y set at top of script can be moved and uses that spot
;       On login does not move/close or rearrange gumps. EUO menu does not auto hide (set top of script)
;       Fix for mainmenu gump having 2 contkind types (changes after click in password box) + various other.
; 6.00  Changes to accomadate gump name changes and general speedup/cleanup code.
; 5.04  unknown changes.
; 5.01  Walk to luna
; 4.01  Map Gump
; 4.00  Misc Changes
; 3.05  Updated for 7th character slot.
;       General Debugging. (Been a year since worked on)
;       Added Legends into default shard list.
; 3.00  Bug Test Version
; 2.04  Multi char creation support.
;       Auto close of standard gumps
;       Acceptance of 6month stat increase/vet rewards
;       Moves to closest inn from default position
;          (Not all starting positions supported at this time).
;       Added a Progress Menu.
; 2.03  Single Var Change. (typo)
; 2.02  With Patch to 5.0.8.1 All Gump contkind values used where
;         changed. Gump values now set at top of script.
;       Reverted back to Using Msg to enter passowrd as Key not
;          preserving captilization.
; 2.01  Pixel color set wrong for NEW Button on charselection gump.
; 2.00  Added Gumploadwait var for people running slow computers/lag.
; 1.98  Changed default char to human
;       so defaultly works for people without ML upgrade
;       Minor bug fix on chartype selection
; 1.97  Updation of standards subs to new version
; 1.75-1.96   Updatation of log output
;       Capturing and dealing with single char slot servers.
;       Minor tweaking of timings for worst case scenarios.
; 1.7 - Multi-Account Support.
;       Will perform all functions across selected shards
;          and selected accounts
; 1.65- Minor Bug Repairs in Text Output
; 1.6 - Renaming of script to encompass additional features
;       - Count Number Of Chars on  Selected Shards.
;       - Inventory Each Character On Selected Shards.
;       Added Basic Menu to aid in selecting the 3 options.
;       Output to a txt file with file opening.
; 1.5 - Shard selection no longer done via pixel scan now 100% accurate
;       3 attempts at shard selection made before determined shard offline
;       character slots counted via pixel scan.
;       Added support For TestCenter Shard
; 1.4 - Added Waitscreen and clickandwait subs.
;      + further streamlining and error checking with log
;      100% ?? fully auto recovery from errors.
; 1.3 - rewrite to use waitforgump and wairforgumptogoaway
;                      gumpwait For,  gumpwait notfor
;     - Wewrote error catching and general cleanedup.
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on May 01, 2009, 05:46:15 PM
Example of Shard Character Inventory  Report

Code: [Select]

 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~   
 Character Inventory By Shard   07/01/02 04:45:46 
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
 Account: IloveLucy
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
   
 ****************************************************** 
 Shard: TestCenter Characters: 1 Of 1 
 ****************************************************** 
 CharName: Gimmi Gifts
 Title:  Gimmi Gifts
 ,
 Sex: Female Str: 50 Dex: 10 Int: 20 MaxStat: 225 
 .
 Current  Real ... Cap..Locked. Skill 
 ======= =====  =====  ======  ========================
    50.0   0.0  100.0  up......Blacksmithy 
    50.0   0.0  100.0  up......Magery 
 ======= ===== 
   100.0   0.0   Totals 
 ======= ===== 
 .
 ****************************************************** 
 Shard: GreatLakes Characters: 1 Of 5 
 ****************************************************** 
 CharName: Gimmi Gifts
 Title:  Gimmi Gifts
 .
 Sex: Female Str: 60 Dex: 10 Int: 10 MaxStat: 230 
 .
 Current  Real ... Cap..Locked. Skill
 ======= =====  =====  ======  ======================== 
    50.0   0.0  100.0  up......Blacksmithy 
    30.0   0.0  100.0  up......Mining 
    50.0   0.0  100.0  up......Tinkering 
    30.0   0.0  100.0  up......Arms 
 ======= ===== 
   160.0   0.0   Totals 
 ======= ===== 
 .
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~   
  End.   07/01/02 04:47:42 
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~   
 
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on May 01, 2009, 05:48:34 PM
Example of Character Generation  Report

Code: [Select]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
 Auto Character Creation Log  02/09/07 01:51:25 
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
 Creation Of:  BlingBlingBlong  a Female Elf Ninja
 Auto Cancel Newbie Tours (On).
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
 Account: ILoveLucy 
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
 Shard: Izumo.............Successful
 Shard: Sakura............Failed
 . 
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
 Account: LucyLovesMe
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
 Shard: Izumo.............Successful
 Shard: Sakura............Successful
 . 
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
 End.   02/09/07 01:52:52 
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on May 01, 2009, 05:48:54 PM
Example of Shard Character Count Report

Code: [Select]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
 Shard Character Count   02/09/07 01:51:25 
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
 Account: ILoveLucy 
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
 Shard: Izumo             Characters: 2 
 Shard: Sakura            Characters: 3 
                                   ===== 
                    Total Characters: 5 
 . 
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
 Account: LucyLovesMe
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
 Shard: Izumo             Characters: 5 
 Shard: Sakura            Characters: 3 
                                   ===== 
                    Total Characters: 8 
 . 
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
 End.   02/09/07 01:52:52 
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on May 01, 2009, 05:53:51 PM
FAQ - Commonly Asked Questions

Q. Do i have to fill in my account name on the login area.
A. If you only use one account you do not need to enter any accountname details just put in N/A. If you use multiple accounts you must enter the account name for each account you enter in the script.

Q. It wont log in i know i have entered my password correct.
A. If you are using the correct password thier should be no reason why it will not log in (check your capitalization). To test you password you have entered, enter it in the Account name slot as well to see what it types. This will fail login but you can check that the password is being typed correct.

Q. Will it create characters if NO characters exist on that shard.
A. Yes

Q. Will it create characters if characters already exist on that shard.
A. As long as a character slot is empty it will create a new character. If you have reached max chars on that shard obviously it cannot create anymore.

Q. Sometimes the script goes to fast and does not create a character on a particular shard, how do i resolve this.
A. This Script runs very fast and even thow thier is lag detecting code within the script occasionally the client is still not fast enough. The script automatically recovers from this by lodging an error in the action report and contining on to the next character/action. If this seems to happen alot for you click use addtional event delay in the EUO tools menu and/or    adjust the #LPC and %Gumploadwait values in the setup portion of the script.
  A %GumpLoadWait value of 10-20 should solve most occurances of this. Defaultly this is set to 1

Q. I recently patched and nothing works anymore why ?.
A. Sometimes the powers that be decide that they no longer like the names and values that differences one screen from another and so on a patch they change the values.  You can edit these values in the setup- gumpvalues section of the script or post a message and wait for an update.

Q. I just want to login and pickup gifts, how do i do that ?
A. Well firstly setup the shard and account lists that you wish to use. Then select the inventory characters option from the menu. This option logs in to every character on the selected Shard/accounts in order to inventory its statistics. It remains loged in long enough for any gifts to be allocated.

Q. I posted a comment in this thread why can i not see it
A. As the creator of this script I routinly remove posts after the question/problems/suggestions are solved/resolved in order to keep this thread easy to read.
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on December 17, 2009, 06:47:25 PM
Code: [Select]
;Gump Values for Client version 7.0.3.1 (Patch 95)
set %GumpMainMenu    SLWC
Set %GumpWait        QAY
Set %gumpShardSelect WTRC
set %GumpLogin       YYKC
set %GumpNewChar     EWSB
set %GumpNewChar2    AONC
set %GumpGeneric     SVRD
set %GumpYesNo       SHIC

Sorry i havent patched you will have to get them yourself or wait for me to patch, one day i will rid this script of this dependancy .. but thats not today.
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Nellie on December 19, 2009, 01:35:36 PM
ok here's what i managed to work out myself, but not sure where some of them go.

Main Menu gump OVOD
Normal gump EQLD
Login Gump GXFC
Container Gump YYK
Paperdoll Gump QEWC
Yes/No Gump IQAD
Wait Gump CVF

Thats all i can find for now, any pointers how to find the others i need and i will gladly post them each time the gumps change and save u the effort :)

Nel.
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on December 19, 2009, 06:17:05 PM
Finding the Gump Values (Contkinds)  - explaination of what values you need.
(The script is old and uses contkind these values change after every patch)

;Gump Values for Client version ?? (Patch ??)
set %GumpMainMenu         ;  This is the signin screen where asks for Accountname/password  
Set %GumpWait               ;   Enter a bogus password the wiat and error gumps is this
Set %gumpShardSelect     ; Shard selection screen
set %GumpLogin              ; Character selections screen
set %GumpNewChar          ;  The screen that appears when you choose new off the character selection screen
set %GumpNewChar2        ; The 2nd screen in the character creation process
set %GumpGeneric           ; Vet rewards gump
set %GumpYesNo            ; open paperdoll choose logout .. this the yes no gump that pops up to confirm logout


Minimum that needs to be set for gift pickup s
gumpmainmenu
gumpwait
gumpshardselect
gumplogin
gumpyesno


Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: MeWonUo on December 19, 2009, 06:41:52 PM
Here are the newest values.  :)

;Gump Values for Client version 7.0.4.3 (Patch 95)
set %GumpMainMenu    OVOD
Set %GumpWait        WLRB
Set %gumpShardSelect EQLD
set %GumpLogin       GXFC
set %GumpNewChar     WHDD
set %GumpNewChar2    QOHD
set %GumpGeneric     WNS
set %GumpYesNo       IQAD

Hope this helps.
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: NObama on December 20, 2009, 08:59:51 AM
You also need to change:

For !Thisy 1 6 to 1 7

and recalculate the click locations if you have 7 char slots:

      set !Clicky ( !thisy * 40 ) + 86

 :)
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Oracle on December 20, 2009, 11:30:49 AM
After setting the updated Gump Values, I ran the script and Notepad popped up with the following values.  It only listed some of the accounts (I have 10)<For Account names I replaced the actual Account Name with X's for Security reasons>:


 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
 Shard Character Count   12/20/09 00:35:19 
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
 Account: XXXXXXXX 
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
 Shard: Atlantic          Characters: ? 
 Shard: LakeSuperior      Characters: ? 
 Shard: GreatLakes        Characters: ? 
 Shard: Chesapeake        Characters: ? 
 . 
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
 Account: XXXXXXX
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
 . 
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
 Account: XXXXXXXX 
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
 . 
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
 Account: XXXXXXX 
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
 . 
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
 Account: XXXXXXXXX 
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 . 
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
 Account: XXXXX
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
 Shard: Pacific           Characters: ? 
 Shard: Sonoma            Characters: ? 
 Shard: LakeAustin        Characters: ? 
 Shard: Baja              Characters: ? 
 Shard: NapaValley        Characters: ? 
 Shard: Drachenfels       Characters: ? 
 Shard: Europa            Characters: ? 
 Shard: Oceania           Characters: ? 
 Shard: Izumo             Characters: ? 
 Shard: Wakoku            Characters: ? 
 Shard: Mugen             Characters: ? 
 Shard: Sakura            Characters: ? 
 Shard: Hokuto            Characters: ? 
 . 
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
 Account: XXXXXXXXXXXXX 
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
 . 
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
 Account: XXXXX 
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
 . 
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 End.   12/20/09 00:37:00 
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on December 20, 2009, 06:26:57 PM
Interesting .. i know what this probably is
the fix is a bit of work ..
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Nellie on December 22, 2009, 01:17:43 AM
I finally got this to run today, i clicked on the "Inventry all characters" button. It logged into the 1st acct, went to Atlantic shard, went to character selection, then backtracked to the login screen and hung on line 1144 (Wait 5) and then did nothing.

It wont be the end of the world if i dont get to log onto all of my characters, but i am a packrat and more is always better hehe.

Nel.
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on December 22, 2009, 04:36:55 AM
Interesting .. i know what this probably is
the fix is a bit of work ..

I believe the problem is that some accouts have a max chars of 5 per shard some 6 some 7.

I think the script is only configured to do accounts with maxchars = 7 .. the rest it will fail on.

ITs a faily easy fix logically but time consuming and fiddly.. but my main problem  is i dont have active accounts with 5 or 6 char logins so cannot test, and im going away tommorrow.   But in the new years if someone wants to temporaily give me access to a 5 and 6 char account or will work closely with me to figure out the correct ocr spacing i can get it to work for all accounts in the future.

Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Nellie on December 22, 2009, 06:19:55 AM
I have 10 accounts, and would happily give you access to 2 of them or work with you to work out how to do this.

Nel.
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on December 22, 2009, 07:12:11 AM
I have 10 accounts, and would happily give you access to 2 of them or work with you to work out how to do this.

Nel.

Ok nel  buzz me after the new years... pm or icq me even.
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on October 30, 2010, 05:59:03 PM
Code: [Select]
;===========================================
; ** Setup  - Gump Values (Change After Every Patch)
;===========================================
;Gump Values for Client version 7.0.10.1 (Patch 31)
set %GumpMainMenu    MELC
Set %GumpWait        YEO
Set %gumpShardSelect YMIC
set %GumpLogin       ONCB
set %GumpNewChar     SJZB
set %GumpNewChar2    UKEC
set %GumpGeneric     OXHD
set %GumpYesNo       ORWB
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: gruntman on November 13, 2010, 01:32:26 PM
I cant get this to work - does it need updating?
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on November 13, 2010, 02:53:18 PM
I cant get this to work - does it need updating?

Probably .. im about 2 patches behind the current max patch level so no idea what the new gump values are.  But luckily its very easy to get the new gump values.  Read off the Contkind values for each of the screens and your set.


Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: NObama on November 14, 2010, 10:06:13 AM
Gump IDs are correct as of current patch: 7.0.10.3

Some things I observed:

1 - Gets stuck occasionally after character has already logged in.  Somehow the script misses the fact that the character was successfully opened and is patiently standing there.  I upped my wait times and that seemed to resolve it.

2 - I had no idea auto-walking to the New Haven inn was implemented.  Outstanding as always, EN.  The pathfinding routines are a little rough, but it gets there!  (char walks back and forth 3 time between 2 tiles at the new char spawn point before hiking cheerfully to the inn.)

You are a magnificent bastard.
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Oracle on November 14, 2010, 01:48:10 PM
Outstanding!

I am going to update the Gump Values and re-run this again.  When I was running this before I was getting a weird error on the Auto Create Box which I PM'd you...

Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on November 14, 2010, 02:03:59 PM
Gump IDs are correct as of current patch: 7.0.10.3

Some things I observed:

1 - Gets stuck occasionally after character has already logged in.  Somehow the script misses the fact that the character was successfully opened and is patiently standing there.  I upped my wait times and that seemed to resolve it.

2 - I had no idea auto-walking to the New Haven inn was implemented.  Outstanding as always, EN.  The pathfinding routines are a little rough, but it gets there!  (char walks back and forth 3 time between 2 tiles at the new char spawn point before hiking cheerfully to the inn.)

You are a magnificent bastard.

LOL why thankyou

The script actually will walk from a whole number of old loggin spots as well as new haven .. vesper .. minoc etc...   this script is in dire need of some tcl .. it hasnt gotten any in years... soon this week hopefully .. tghe outstanding issues will be massaged.
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: NObama on December 18, 2010, 08:22:08 AM
set %GumpMainMenu    GHRC
Set %GumpWait        UCU
Set %gumpShardSelect QUOC
set %GumpLogin       IQIB
set %GumpNewChar     KRFC
set %GumpNewChar2    QIKC
set %GumpGeneric     WFSB
set %GumpYesNo       IUCC

Current as of 17 Dec.
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: seeriusly on January 15, 2011, 10:48:26 AM
7.0.11.3

set %GumpMainMenu    GHRC
Set %GumpWait        UCU
Set %gumpShardSelect QUOC
set %GumpLogin       IQIB
set %GumpNewChar     KRFC
set %GumpNewChar2    QIKC
set %GumpGeneric     IAOD
set %GumpYesNo       IUCC
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on January 24, 2011, 05:55:48 AM
Thanks for keeping it updated everyone.. I just managed to get in under the deadline myself and get some xmas gifts this morning....
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Venosa on February 16, 2011, 05:47:48 AM
Has anyone had any luck updating this? I thought i had the correct gump id's but apparently I keep getting stuck at character creation screen and it loops back to server log in..
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on February 17, 2011, 06:52:28 AM
Code: [Select]
;===========================================
; ** Setup  - Gump Values (Change After Every Patch)
;===========================================
;Gump Values for Client version 7.0.12.0 (Patch 39)
set %GumpMainMenu    GHRC
Set %GumpWait        UCU
Set %gumpShardSelect QUOC
set %GumpLogin       IQIB
set %GumpNewChar     KRFC
set %GumpNewChar2    QIKC
set %GumpGeneric     IAOD
set %GumpYesNo       IUCC
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Venosa on February 17, 2011, 12:11:36 PM
Hmm interesting, that is the one I have been using. I will test it on another account, as i remember seeing a comment from someone saying it only worked with certain character slots. Thanks for the help!
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Oracle on February 17, 2011, 06:41:02 PM
EN,

Thanks for updating the gump values.  It reminded me that I need to use it for the Valentines Picnic Baskets.  Perhaps out of all the toons I have, there may be a 'rare colored' picnic basket?

Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: NObama on February 17, 2011, 07:57:00 PM
Oh, bollux.  I need to collect all of these, don't I?  I love rare gift drops...but i hate em, too.

THanks, EN!
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Venosa on February 21, 2011, 12:14:43 PM
Ok, I need some help, I updated the gump values but it still gets stuck under creating the character, it doesnt choose the name. I even tried changing the name in the script but it just sits there then loops back to server log in.. any ideas what i am doing wrong here? Thank you in advance.
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on February 22, 2011, 08:47:37 AM
sorry i'm not on much currently so very sporadic support for all my scripts at the present time. Ive added it to my test list.
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: MeWonUo on September 09, 2011, 02:29:50 PM
Here are the latest Gump ID's

Code: [Select]
;===========================================
; ** Setup  - Gump Values (Change After Every Patch)
;===========================================
;Gump Values for Client version 7.0.18.0 (Patch 56)
set %GumpMainMenu    QXJD
Set %GumpWait        CLMB
Set %gumpShardSelect GZGD
set %GumpNewChar     WPXC
set %GumpNewChar2    GNCD
set %GumpLogin       IYAC
set %GumpGeneric     
set %GumpYesNo       SXUC
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on September 09, 2011, 02:40:14 PM
VERSION 4

Version 4 now release to the general public as opposed to just being elite. If you download and use this script please vote for it on EasyUO .. id like to get it approved.. comeon SUO'ers lets get it done :)


STOP GO VOTE NOW ... Vote link --> http://www.easyuo.com/forum/viewtopic.php?p=263548#263548
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: NObama on September 09, 2011, 03:03:59 PM
Voted.
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: MeWonUo on September 09, 2011, 03:24:51 PM
Sorry everyone, I caught a typo.

Code: [Select]
;===========================================
; ** Setup  - Gump Values (Change After Every Patch)
;===========================================
;Gump Values for Client version 7.0.18.0 (Patch 56)
set %GumpMainMenu    QKJD
Set %GumpWait        CLMB
Set %gumpShardSelect GZGD
set %GumpNewChar     WPXC
set %GumpNewChar2    GNCD
set %GumpLogin       IYAC
set %GumpGeneric     
set %GumpYesNo       SXUC
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: gimlet on September 09, 2011, 03:25:42 PM
voted
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: MeWonUo on September 09, 2011, 03:37:01 PM
EN - v4 is hanging up on that map_gump screen that I asked you about.

Heck, I don't even remember when they added that screen, or if it has been there for ages. 
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on September 09, 2011, 04:07:55 PM
VERSION 4.01

Version 4.01 now release to the general public as opposed to just being elite. If you download and use this script please vote for it on EasyUO .. id like to get it approved.. comeon SUO'ers lets get it done :)

Fix for new character creation,  new map screen since last year... untested ... as i cant but should be good ;) ;)

STOP GO VOTE NOW ... Vote link --> http://www.easyuo.com/forum/viewtopic.php?p=263548#263548


NOTE: Still errors on new char creation...  but will work fine for pure gift pickup... I will fix char creation as soon as euo  patches.
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Neo on September 09, 2011, 04:40:40 PM
Just tested this... Worked great with a few minor changes! :)

Thanks MeWonUo for telling me about this!

EDIT: Found issue of char not getting into Inn sometimes and it keeps running around the door.... Other than that, it's working great
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on September 09, 2011, 05:10:07 PM
VERSION 4.02

Version 4.02 now release to the general public as opposed to just being elite. If you download and use this script please vote for it on EasyUO .. id like to get it approved.. comeon SUO'ers lets get it done :)

Fix for new character creation,  new map screen since last year...  now fully functional.. debugged blind :)

(thanks for the help --MeWonUo)

STOP GO VOTE NOW ... Vote link --> http://www.easyuo.com/forum/viewtopic.php?p=263548#263548


Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on September 11, 2011, 07:09:00 PM
Last value .. not really needed but good to click those 6 month stat increase messages.

set %GumpGeneric     CFN

If you choose the inventory option it will login into the first char of each account first.  Then just stop it after its done all 27 shards .. or the ones selected.

OW yea lets not forget ... , STOP GO VOTE NOW ... Vote link --> http://www.easyuo.com/forum/viewtopic.php?p=263548#263548    Only a handfull more votes needed cheers all. 
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: MeWonUo on September 11, 2011, 07:47:42 PM
Sorry EN.  Thought you said that variable was for the Vet rewards.  I'd have put it in the list if I'd have known. :)
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on September 11, 2011, 07:52:17 PM
Sorry EN.  Thought you said that variable was for the Vet rewards.  I'd have put it in the list if I'd have known. :)

No worries .. vet rewards and any generic gump type...  script works fine without it just nice to auto check that box and get the stat increase on a char your probably never going to use anyways.
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on September 21, 2011, 09:27:09 AM
14th Avi Gift Pickup

- Time to fire this bad boy back up again and get all your 14th aniversary gifts...

STOP GO VOTE NOW ... Vote link --> http://www.easyuo.com/forum/viewtopic.php?p=263548#263548

Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: D on November 03, 2011, 06:10:42 AM
Hi EN, do you have the new Gump info for the latest patch? or point me in the right direction on finding it out.

Cheers

D
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on November 03, 2011, 08:44:35 AM
Hi EN, do you have the new Gump info for the latest patch? or point me in the right direction on finding it out.

Cheers

D


Its really easy... when you are at one of the appropriate screens .. say logingump... just record this value in the euo side bar... Containor Info - Contkind

Thats it.  Do it for each of the applicatable screens.  After your done acn you post the values here along with the client version incase anyone else wants them.
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: TrailMyx on November 03, 2011, 09:05:08 AM
EN, do you have a little script that will spit out the correct contkinds automatically?
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on November 03, 2011, 09:29:14 AM
EN, do you have a little script that will spit out the correct contkinds automatically?

Na .. If i was to work on this script again I would remove its reliance on the contkinds entirely.  This was one of my original projects before i realized that contkinds changed on every patch.   But this script is only used 4 times a year by most people so a the work of rewriting is huge compared to just getting the contkinds which is rather trivial.
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: D on November 03, 2011, 09:57:34 AM
So ive managed to get it to login, select shard but then instead of creating a new character it just relogs in over and over.

Just so i understand ive been using:

Code: [Select]
set %GumpMainMenu    QKJD - This is the login screen
Set %GumpWait        QEMB - This is the wait gump before next screen
Set %gumpShardSelect WNGD - this is the shard select screen
set %GumpNewChar     YMAC - this is the new character screen (the one with list of characters ad the 'New' button
set %GumpNewChar2    WPXC - character name and clothing screen?
set %GumpNewCharMap  QIIC - Map screen where you select city
set %GumpLogin       IYAC - Not sure
set %GumpGeneric     CFN - Not sure
set %GumpYesNo       SXUC - Not sure
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on November 03, 2011, 10:08:52 AM
good try you nearly had it .. i guess some of my descriptions could be better


Code: [Select]
;===========================================
; ** Setup  - Gump Values (Change After Every Patch)
;===========================================
;Gump Values for Client version 7.0.19.1 (patch 95)
set %GumpMainMenu    QKJD ; This is the login screen
Set %GumpWait        QEMB ; This is the wait gump before next screen
Set %gumpShardSelect WNGD ; this is the shard select screen
set %GumpNewChar     YMAC ; this is the new character screen (the one with list of characters ad the 'New' button
set %GumpNewChar2    WPXC ; character name and clothing screen?
set %GumpLogin       SLCD ; Trade selection
set %GumpNewCharMap  QIIC ; Map screen where you select city
set %GumpGeneric     STM  ; vet reward / 6month stat increase
set %GumpYesNo       SXUC ; Logout okay cancel gump
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: D on November 03, 2011, 10:17:17 AM
Ah i see :) thankyou for you patience and help.
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: D on November 03, 2011, 10:34:12 AM
Ive just tried the new gump settings and it gets to the new character screen but doent fill in the name, just relogs back into the shard. Any thoughts?
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on November 03, 2011, 11:31:12 AM
Ive just tried the new gump settings and it gets to the new character screen but doent fill in the name, just relogs back into the shard. Any thoughts?

Did you define a character in the header block.
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: D on November 03, 2011, 11:57:18 AM
Yeah ive sorted the character selection, ive even tried using your default 'A big Fellow' i get the same problem, just gets to the character selection screen and relogs in to the shard over and over again.

I also tried the count character option and i get same results.
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on November 03, 2011, 12:16:37 PM
well the script hasnt changed in a very long time... so we must have recorded one of the gumps wrong.
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: D on November 05, 2011, 02:29:50 PM
Hi EN, i have a good look through but i cant seem to crack it, all the gumps look fine, ive checked them over and over, but i stops on the new character gump then relogs in the same shard and repeats.

I have also check the click location fo the new character button and no problems there, not sure what else to try, any suggestions?

Cheers

D
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on November 07, 2011, 12:28:05 PM
how about you pm me your headder block changes so i can see what you have done.. mininus the password accountinfo.
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: NObama on December 15, 2011, 01:27:18 PM
For those who have been slow to gather gifts this year, Ho ho ho!

7.0.21.1

Code: [Select]
set %GumpMainMenu    QKJD
Set %GumpWait        QEMB
Set %gumpShardSelect WNGD
set %GumpNewChar     WPXC
set %GumpNewChar2    GNCD
set %GumpLogin       YMAC
set %GumpGeneric     STM
set %GumpYesNo       SXUC
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: seeriusly on December 17, 2011, 05:56:30 PM
Is the character creation working with this script?  Seems like it goes " backclick" after it creates the char, and changes hues of clothing.
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on December 17, 2011, 09:24:31 PM
Is the character creation working with this script?  Seems like it goes " backclick" after it creates the char, and changes hues of clothing.

was working last time i used it .. make sure your gump values are up to date... sorry cannot be more helpfull afk until after newyears...
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: seeriusly on January 02, 2012, 05:21:46 AM
Something is weird...  but these are the values for 7.0.21.2  I think some line got mixed up somewhere, or description somewhere.  Found solution on EUO.com, I don't know why I didn't look there in the first place.  :-\

Code: [Select]
;Gump Values
set %GumpMainMenu QKJD
Set %GumpWait QEMB
Set %gumpShardSelect WNGD
set %GumpNewChar WPXC
set %GumpNewChar2 SLCD
set %GumpNewCharMap QIIC
set %GumpLogin YMAC
set %GumpGeneric STM
set %GumpYesNo SXUC

Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on January 02, 2012, 06:25:30 AM
glad you got the correct values, sorry couldnt help afk and all... let me know any other issues. thanks... ow and if you could vote for it on easyuo id appreciate it cheers.
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: seeriusly on January 02, 2012, 07:01:56 AM
I voted the first time I used this beast!  10's!  Thanks!
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on January 18, 2012, 06:50:23 AM
You can still pickup Xmas gifts if you havent done so yet i just did it yesterday.

Gump Values for Client version 7.0.22.0
Code: [Select]
set %GumpMainMenu    QKJD
Set %GumpWait        QEMB
Set %gumpShardSelect WNGD
set %GumpNewChar     WPXC
set %GumpNewChar2    SLCD
set %GumpNewCharMap  QIIC
set %GumpLogin       YMAC
set %GumpGeneric     STM
set %GumpYesNo       SXUC
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: slyone on February 11, 2012, 09:10:43 AM
Awesome script, just started up a 7th anni account and have all the chars created now.

I also encountered a issue that Oracle pointed out
Quote
1 - Gets stuck occasionally after character has already logged in.  Somehow the script misses the fact that the character was successfully opened and is patiently standing there.  I upped my wait times and that seemed to resolve it.

Thanks for a great script!
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on February 11, 2012, 01:58:03 PM
Awesome script, just started up a 7th anni account and have all the chars created now.

I also encountered a issue that Oracle pointed out
Quote
1 - Gets stuck occasionally after character has already logged in.  Somehow the script misses the fact that the character was successfully opened and is patiently standing there.  I upped my wait times and that seemed to resolve it.

Thanks for a great script!

Thanks for the feedback, i'll add that to my watch list maybe just increase the default waits.   If you haven't already id appreciate it if you give it a vote over on Easyuo  cheers.
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on August 18, 2012, 07:09:30 AM
Code: [Select]
;===========================================
; ** Setup  - Gump Values (Change After Every Patch)
;===========================================
;Gump Values for Client version 7.0.26.5 (Patch 95)
set %GumpMainMenu    SPC
Set %GumpWait        IIYB
Set %gumpShardSelect MWSD
set %GumpLogin       QQMC
set %GumpNewChar     OTJD
set %GumpNewChar2    KPOD
set %GumpNewCharMap  IMUC
set %GumpGeneric     KXY
set %GumpYesNo       KBHD


Inventorying my accounts making sure that all slots are filled in so all chars can be 30days old to get gifts.  

Rember if you havent done so please vote for this script on easyuo so it can get approved. http://www.easyuo.com/forum/viewtopic.php?p=263548#263548
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Xanderyum on August 18, 2012, 07:58:07 AM
Aww, man! I just did this manually last week.....but oh well.  I got to tour all the Luna's and West Britain mints.  Some are very nice for pixels. Some suck.  anywho, not trying a sidetrack here. 
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: MeWonUo on August 18, 2012, 08:29:05 AM
Thanks for the updated info EN.  Still one of my top 5 favorite scripts of all time!! :D
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: D on August 19, 2012, 01:04:26 AM
Cheers EN
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on August 19, 2012, 07:05:15 AM
Cheers EN

Your welcome.. please vote for it over on easyuo if you havent yet.. its a couple votes from being approved.. be nice feather in my virtual cap.
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: gimlet on September 01, 2012, 09:05:52 AM
anybody have the values for 7.0.27.5 client?
How do I find these myself?
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: D on September 01, 2012, 10:05:15 AM
anybody have the values for 7.0.27.5 client?
How do I find these myself?


Hey Gimlet, i went through this myself a while ago to see how to update it myself, the notes i have are below and i put what each gump was and EN confirmed, when you see the gump the ID will be in eayuo under the value #CONTKIND when each gump is loaded

;===========================================
; ** Setup  - Gump Values (Change After Every Patch)
;===========================================
;Gump Values for Client version 7.0.19.1 (patch 95)
set %GumpMainMenu    QKJD ; This is the login screen
Set %GumpWait        QEMB ; This is the wait gump before next screen
Set %gumpShardSelect WNGD ; this is the shard select screen
set %GumpNewChar     YMAC ; this is the new character screen (the one with list of characters ad the 'New' button
set %GumpNewChar2    WPXC ; character name and clothing screen?
set %GumpLogin       SLCD ; Trade selection
set %GumpNewCharMap  QIIC ; Map screen where you select city
set %GumpGeneric     STM  ; vet reward / 6month stat increase
set %GumpYesNo       SXUC ; Logout okay cancel gump
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: gimlet on September 01, 2012, 10:35:28 AM
Thanks - ill play around!
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: D on September 01, 2012, 12:14:36 PM
i just checked the gump values and came up with
Code: [Select]
set %GumpMainMenu    SPC  ; This is the login screen
Set %GumpWait        IIYB ; This is the wait gump before next screen
Set %gumpShardSelect MWSD ; this is the shard select screen
set %GumpNewChar     QQMC ; this is the new character screen (the one with list of characters ad the 'New' button
set %GumpNewChar2    OTJD ; character name and clothing screen?
set %GumpLogin       KPOD ; Trade selection
set %GumpNewCharMap  IMUC ; Map screen where you select city
set %GumpGeneric     STM  ; vet reward / 6month stat increase
set %GumpYesNo       KBHD ; Logout okay cancel gump

but it seems to get caught im after selecting the shard
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on September 04, 2012, 12:08:18 PM
It appears as if the values are exactly the same as patch  7.0.26.5 (I couldnt check new char creation values as im full of chars currently)

Here are the current 7.0.27.7 values.

Code: [Select]
;===========================================
; ** Setup  - Gump Values (Change After Every Patch)
;===========================================
;Gump Values for Client version 7.0.27.7 (Patch 95)
set %GumpMainMenu    SPC
Set %GumpWait        IIYB
Set %gumpShardSelect MWSD
set %GumpLogin       QQMC
set %GumpNewChar     OTJD
set %GumpNewChar2    KPOD
set %GumpNewCharMap  IMUC
set %GumpGeneric     KXY
set %GumpYesNo       KBHD
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on September 21, 2012, 04:26:03 PM
Version 5

Woot woot ..

Includes new menu option Walk to Luna,  will move characters located in the Haven Inn to Luna 2nd floor Inn, Takes approx 1-2min per character moved.


Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: MeWonUo on September 21, 2012, 06:45:15 PM
Saweeet!!  Thanks EN.  Awesome addition.
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on October 31, 2012, 06:58:59 AM
Thankgiving gift pickup

Here are the 7.0.27.9 values.

Code: [Select]
;===========================================
; ** Setup  - Gump Values (Change After Every Patch)
;===========================================
;Gump Values for Client version 7.0.27.7 and 9 (Patch 95)
set %GumpMainMenu    SPC
Set %GumpWait        IIYB
Set %gumpShardSelect MWSD
set %GumpLogin       QQMC
set %GumpNewChar     OTJD
set %GumpNewChar2    KPOD
set %GumpNewCharMap  IMUC
set %GumpGeneric     KXY
set %GumpYesNo       KBHD
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: NObama on October 31, 2012, 06:25:41 PM
Whoa whoa whoa.  Thanksgiving gifts?  Was ist das?
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: seeriusly on November 09, 2012, 07:58:12 PM
7.0.28.0

Code: [Select]
set %GumpMainMenu    GRI
Set %GumpWait        WJEC
Set %gumpShardSelect KZF
set %GumpLogin       ESSC
set %GumpNewChar     CVPD
set %GumpNewChar2    ISB
set %GumpNewCharMap  WNAD
set %GumpGeneric     YYEB
set %GumpYesNo       YCND
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on November 09, 2012, 08:54:14 PM
7.0.28.0

Code: [Select]
set %GumpMainMenu    GRI
Set %GumpWait        WJEC
Set %gumpShardSelect KZF
set %GumpLogin       ESSC
set %GumpNewChar     CVPD
set %GumpNewChar2    ISB
set %GumpNewCharMap  WNAD
set %GumpGeneric     YYEB
set %GumpYesNo       YCND

:) thanks
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Oracle on November 13, 2012, 11:04:32 AM
Can someone please list the latest (newest) Gump Values to run this script...?

Thank you, I would really appreciate it.

Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: gimlet on November 13, 2012, 12:48:23 PM
7.0.28.0

Code: [Select]
set %GumpMainMenu    GRI
Set %GumpWait        WJEC
Set %gumpShardSelect KZF
set %GumpLogin       ESSC
set %GumpNewChar     CVPD
set %GumpNewChar2    ISB
set %GumpNewCharMap  WNAD
set %GumpGeneric     YYEB
set %GumpYesNo       YCND

These are up to date
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on December 06, 2012, 01:20:46 PM
 Of note that for some characters on some shards im having to login twice in order to get rewards. I dont see any ryhm or reason to it.  Just watch for the gift message and if you dont see it you know that char/shard needs to be logged in again. Or run the script a second time that works as well.

Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: slyone on December 22, 2012, 06:50:09 AM
Thanks for a great script.  I've been using version 5 and whenever I finish doing an inventory of all characters, the script goes to set the default account with the account name "%accountnameN?A".  Has anyone else had this problem?  I'm not sure if it is a problem with my user settings or if its v5.

Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on December 22, 2012, 07:43:27 AM
Thanks for a great script.  I've been using version 5 and whenever I finish doing an inventory of all characters, the script goes to set the default account with the account name "%accountnameN?A".  Has anyone else had this problem?  I'm not sure if it is a problem with my user settings or if its v5.

Thanks for the feedback, I will check it out and fix it for next version.  :)

Did you find you have to login twice on some of your chars to get the xmas gift... or was that just me ?
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: slyone on December 22, 2012, 08:38:16 AM
Did you find you have to login twice on some of your chars to get the xmas gift... or was that just me ?

Just once for my accounts.  :D
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: 12TimesOver on December 24, 2012, 05:34:18 AM
Fired up over the weekend to collect Xmas gifts, haven't done this in a while so had a little fun setting up and watching her fly! Thanks EN.

I haven't done any poking around yet but I found that the inventorying did not create a file for me. At the end you can see the cmd boxes flashing as though it's attempting to create a file but when it loads Notepad there is nothing but a "file not exist" error. I'm running Windows 7 and left the default file location as C:\ so it's possible that it's a permissions issue, not sure. Will try running it tonight with a different path.

I'm sure there were at least a few characters that had backpacks with too much crap in them to collect the gifts but I have no clue which ones so I won't be bothering logging in to all my characters to figure it out LOL. Otherwise it was wonderful to pick up gifts without doing it manually for a change.

X

EDIT - that was the issue. Changed the path to just save in the euox.exe folder and no problem. Good stuff!
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on September 17, 2013, 10:43:55 AM
Here are the current 7.0.32.11 values.

Code: [Select]
;===========================================
; ** Setup  - Gump Values (Change After Every Patch)
;===========================================
;#CONTKIND/Gump Values for Client version 7.0.32.11 (Patch unknown)
set %GumpMainMenu    GRI      ; This is the login screen
Set %GumpWait        WJEC     ; This is the wait gump before next screen
Set %gumpShardSelect SZF      ; this is the shard select screen
set %GumpLogin       ESSC     ; this is the Character Selection Screen with NEW/DELETE Buttons
set %GumpNewChar     CVPD     ; this is the New Character Name and Clothing screen
set %GumpNewChar2    SNB      ; this is the New Character Trade Selection screen
set %GumpNewCharMap  WNAD     ; this is the New Character Map starting location screen
set %GumpGeneric     YYEB     ; this is the Vet Reward/6 month stat increase gump
set %GumpYesNo       YCND     ; this is the Logout - Okay Cancel gump

Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: onlyindreams on September 17, 2013, 04:13:14 PM
Thank you EN for updating the gumps!

I'm having the biggest brain fart. For the life of me, I can't figure out where to enter the account password!!! Would anyone mind giving me the children's instructions?
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: gimlet on September 17, 2013, 05:56:08 PM
Thank you EN for updating the gumps!

I'm having the biggest brain fart. For the life of me, I can't figure out where to enter the account password!!! Would anyone mind giving me the children's instructions?

uncomment or add the line right after the set %gumpxxxx settings

gosub AddAccount AccountName XXXXXXXXXXX

where XXXXXXX is your password

if one account replace AccountName with N/A
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Kandie on December 01, 2013, 10:53:59 AM
HELP   I have been sitting here for an hour now trying to figure out where to put my info to run this script, I want to collect the xmas gifts. I have 7 accounts and chars on each account so this would be a great gift to me if I could get it to work. I just can't figure out where to put my info, can u plz show a pic where to do this....sorry I just don't understand it.....I appreciate any help u can give me.....(I feel really stupid)  thx  :-[ Kandie
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: gimlet on December 01, 2013, 01:47:47 PM
Look at the post just before yours
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Kandie on December 01, 2013, 02:30:29 PM
I did, sorry I still don't understand......but is ok I'll just forget it for now and do manually...and work on it some other day.....someday I'll get it figured out :)    Thx anyway   Kandie
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: NObama on December 01, 2013, 02:35:41 PM
Probably time for another gump update =D
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: slyone on December 01, 2013, 03:46:46 PM
Here are the current 7.0.32.11 values.

Code: [Select]
;===========================================
; ** Setup  - Gump Values (Change After Every Patch)
;===========================================
;#CONTKIND/Gump Values for Client version 7.0.32.11 (Patch unknown)
set %GumpMainMenu    GRI      ; This is the login screen
Set %GumpWait        WJEC     ; This is the wait gump before next screen
Set %gumpShardSelect SZF      ; this is the shard select screen
set %GumpLogin       ESSC     ; this is the Character Selection Screen with NEW/DELETE Buttons
set %GumpNewChar     CVPD     ; this is the New Character Name and Clothing screen
set %GumpNewChar2    SNB      ; this is the New Character Trade Selection screen
set %GumpNewCharMap  WNAD     ; this is the New Character Map starting location screen
set %GumpGeneric     YYEB     ; this is the Vet Reward/6 month stat increase gump
set %GumpYesNo       YCND     ; this is the Logout - Okay Cancel gump



I just checked and the gump values from client 7.0.32.11 match the ones I have for Client 7.0.34.2.
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on December 02, 2013, 11:48:28 AM
Thank you EN for updating the gumps!

I'm having the biggest brain fart. For the life of me, I can't figure out where to enter the account password!!! Would anyone mind giving me the children's instructions?

uncomment or add the line right after the set %gumpxxxx settings

gosub AddAccount AccountName XXXXXXXXXXX

where XXXXXXX is your password

if one account replace AccountName with N/A

Quote
I did, sorry I still don't understand......but is ok I'll just forget it for now and do manually...and work on it some other day.....someday I'll get it figured out Smiley    Thx anyway   Kandie

Ok this is as simple as I can state it..

If your Account name = Grandmaster
and your password  = SmokyBacon

then you edit the line that reads gosub AddAccount AccountName Password

and change it so it reads  gosub AddAccount Grandmaster SmokyBacon

Also make sure the line is not commented out ie it doesn't start with ;
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: slyone on February 15, 2014, 07:41:57 AM
Current values as of 7.0.34.15.

Code: [Select]
;===========================================
; ** Setup  - Gump Values (Change After Every Patch)
;===========================================
;#CONTKIND/Gump Values for Client version 7.0.34.15 (Patch unknown)
set %GumpMainMenu    GRI      ; This is the login screen
Set %GumpWait        EKEC     ; This is the wait gump before next screen
Set %gumpShardSelect AAG      ; this is the shard select screen
set %GumpLogin       MSSC     ; this is the Character Selection Screen with NEW/DELETE Buttons
set %GumpNewChar     CVPD     ; this is the New Character Name and Clothing screen
set %GumpNewChar2    SNB      ; this is the New Character Trade Selection screen
set %GumpNewCharMap  WNAD     ; this is the New Character Map starting location screen
set %GumpGeneric     YYEB     ; this is the Vet Reward/6 month stat increase gump
set %GumpYesNo       YCND     ; this is the Logout - Okay Cancel gump
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: REEFHAWK on September 24, 2014, 09:39:48 AM
I have used this script on numerous occasions in the past, however with the change to gumps and all back in July, it no longer works.  Is there a chance to get this updated for the peeps that can't write scripts?  I sure would appreciate it.  Thanks in advance just in case.
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on September 29, 2014, 06:12:34 AM
I have used this script on numerous occasions in the past, however with the change to gumps and all back in July, it no longer works.  Is there a chance to get this updated for the peeps that can't write scripts?  I sure would appreciate it.  Thanks in advance just in case.

I should really rewite this script so learns the gumps I wrote this so long ago before I knew better.  One day if i get time... Patching right now its a big one by the looks of it so will be updating gumps soon
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: REEFHAWK on September 30, 2014, 08:16:08 AM
Thanks so much for your reply.  Looking forward to using it.  I would be glad to test it when you get it re-written.  I can't write scripts, but I do have a little understanding of working with them.  Thanks again.
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on September 30, 2014, 11:23:35 AM
I have used this script on numerous occasions in the past, however with the change to gumps and all back in July, it no longer works.  Is there a chance to get this updated for the peeps that can't write scripts?  I sure would appreciate it.  Thanks in advance just in case.

I should really rewite this script so learns the gumps I wrote this so long ago before I knew better.  One day if i get time... Patching right now its a big one by the looks of it so will be updating gumps soon

typical account expired yesterday .. ow the joys of usings EAs account management.
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: The Ghost on September 30, 2014, 03:30:13 PM
This is what I have so far.   
Code: [Select]
set %GumpMainMenu GRI
Set %GumpWait EKEC
Set %gumpShardSelect AAG
Set %GumpLogin GXJC
set %GumpNewChar CVPD
set %GumpNewChar2 SNB
set %GumpNewCharMap WNAD
set %GumpGeneric YYEB
set %GumpYesNo YCND
I'm getting stuck at Char Selection. I'm sure the #contname = Login_gump need to get change somewhere for #contname = normal_gump.

I did manage to login at one point but didn't log off.
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Mad Tamer on October 07, 2014, 02:28:56 PM
The Ghost. Your fixes almost fixed the problem. Its not clicking the chars. But it puts in the account info.
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: The Ghost on October 07, 2014, 03:13:33 PM
it was not the problem. 

easygl
Quote
Those little translucent tool tip gumps that popup when you mouse over the buttons, edit fields etc on the main menu/login menus are the problem. When one of those pop up all the container info displayed is for that gump and not the main menu/login gumps. Previous euox builds ignored those container kinds automatically. In recent builds you have to ignore them manually with a few lines of code in your scripts. Cheffe's posts below will tell you all you need to know.
http://www.easyuo.com/forum/viewtopic.php?f=2&t=51112&start=135#p421011
http://www.easyuo.com/forum/viewtopic.php?f=2&t=51112&start=150#p421026

add this
ignorecont reset
ignorecont UULC
ignorecont YCLD
ignorecont GXJC
ignorecont UGQB
ignorecont GVKC
ignorecont SVP
ignorecont SXQ
ignorecont IGHC
ignorecont QCPD
ignorecont MSMC
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Mad Tamer on October 08, 2014, 09:05:53 PM
Thanks alot for your help Ghost! Where exactly do I put the code? I tried a few different spots inside the script and it did not fix the problem of it not clicking the chars to log in on. I am kinda a newbie at making changes or adding things to scripts.
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: The Ghost on October 09, 2014, 04:45:52 PM
For those that still have issue running  here how I get it set up and work for me
Code: [Select]
===========================================
; ** Setup  - edit LPC Gumpload wait to counter lag/slow computers.
;===========================================
set #LPC 200
set %GumpLoadWait 1  ; Adjust for slow computer/lag.
set %LogResults #True  ; to see do vardump and read error %loglines.
set %ResultFile C:\ShardResults.txt
set %AutoOpenNotePad #True
set %SlowDownDelay  12 ; sometimes the script goes to fast so this is delay between major actions
;-------------------------------------------------------------------------------
;-----------------  Add this since  Build 248 ----------------------------------
ignorecont reset
ignorecont UULC
ignorecont YCLD
ignorecont GXJC
ignorecont UGQB
ignorecont GVKC
ignorecont SVP
ignorecont SXQ
ignorecont IGHC
ignorecont QCPD
ignorecont MSMC
;===========================================
; ** Setup  - Gump Values (Change After Every Patch)
;===========================================
;===========================================
; ** Setup  - Gump Values (Change After Every Patch)
;===========================================
;Gump Values for Client version 7.0.37.0 (Patch ??)
set %GumpMainMenu GRI
Set %GumpWait  EKEC
Set %gumpShardSelect  AAG
set %GumpLogin MSSC
set %GumpNewChar CVPD
set %GumpNewChar2 SNB
set %GumpNewCharMap WNAD
set %GumpGeneric YYEB
set %GumpYesNo YCND
;;===========================================
;; ** Setup Login Information
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on October 12, 2014, 10:37:06 AM
Code: [Select]
;===========================================
; ** Setup  - Gump Values (Change After Every Patch)
;===========================================
;#CONTKIND/Gump Values for Client version 7.0.38.0 (Patch unknown)
set %GumpMainMenu    GXJC     ; This is the login screen
Set %GumpWait        EKEC     ; This is the wait gump before next screen
Set %gumpShardSelect AAG      ; this is the shard select screen
set %GumpLogin       GXJC     ; this is the Character Selection Screen with NEW/DELETE Buttons
set %GumpNewChar     CVPD     ; this is the New Character Name and Clothing screen
set %GumpNewChar2    AOB      ; this is the New Character Trade Selection screen
set %GumpNewCharMap  AOB     ; this is the New Character Map starting location screen
set %GumpGeneric     GRI     ; this is the Vet Reward/6 month stat increase gump
set %GumpYesNo       YCND     ; this is the Logout - Okay Cancel gump
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on October 13, 2014, 01:52:38 PM
Version 5.04

new version includes unknown changes and updates. but includes correct gump values for  7.0.38.0

Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: The Ghost on October 13, 2014, 02:41:14 PM
I just try to V 5.04.   Use the option inventory.  sorry to said that it not working properly.  It only log the last Toon and try to walk.    I use ver 4.03 form EUO last week and work fine.  Not sure what u did to this build. 
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Mad Tamer on October 16, 2014, 07:42:31 AM
Hey Endless Night thank you very much for all your amazing scripts! I love this one for getting my reward bags on every char. When I tried to run the script I noticed it was trying to log on my non existent 7th char slot first.

Ghost, to get it working again you just need to change the spot where it says CharLoop 7 should say 1 and MaxChars should say how many chars your accounts allowed to have. Also the delay was changed from 12 to 28! Soo I changed the delay back to like 15. Because 28 was almost a 3 second wait between actions.

The code looked like this.

Sub ActionLoop
  set %Menu Reset
  GoSub ActionLoopHeader
  set %CharLoop  7 ; 1 ; get rid off
  set %MaxChars 7  ; get rid off - temp added



And I changed it to look like this.

Sub ActionLoop
  set %Menu Reset
  GoSub ActionLoopHeader
  set %CharLoop  1 ; 1 ; get rid off
  set %MaxChars 6  ; get rid off - temp added
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on October 16, 2014, 07:44:58 AM
Ghost to get it working again you just need to change the spot where it says CharLoop 7 should say 1 and MaxChars should say how many chars your accounts allowed to have. Also the delay was changed from 12 to 28! Soo I changed the delay back to like 15. Because 28 was almost a 3 second wait between actions.

The code looked like this.

Sub ActionLoop
  set %Menu Reset
  GoSub ActionLoopHeader
  set %CharLoop  7 ; 1 ; get rid off
  set %MaxChars 7  ; get rid off - temp added



And I changed it to look like this.

Sub ActionLoop
  set %Menu Reset
  GoSub ActionLoopHeader
  set %CharLoop  1 ; 1 ; get rid off
  set %MaxChars 6  ; get rid off - temp added


oops...  I will fix that .. been too busy to test currently... thanks for stepping in Mad Tamer.
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Mad Tamer on October 16, 2014, 07:53:57 AM
No problem EN. I am a newbie at scripting I have no clue how. But from using them for soo long I have learned how to change them around a little.
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: The Ghost on October 16, 2014, 02:42:31 PM
Thx Mad Tamer
   The ver 4.03 was working so I didn't look at the change on the new version. ( I was lazy )  Thx for pointing me in the right direction.
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on October 17, 2014, 03:20:31 AM
Thx Mad Tamer
   The ver 4.03 was working so I didn't look at the change on the new version. ( I was lazy )  Thx for pointing me in the right direction.

New might be stretching the truth.  I never bothered updating before as everyone was happy but the reality is version 5 is probably 2-3 years old.  That is why I don't know what i changed.
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Pearls on November 20, 2014, 02:26:24 AM
I had to go digging into the code a bit to get this impressive puppy (Version: V5.04) barking :)

1. The commented code for setting up characters was somewhat confusing. Here's a replacement suggestion.
Maybe you can add in examples for the character names as there weren't any.

Code: [Select]
;===========================================
; ** Setup Character Template/s
;===========================================
; Add a character
; ;gosub SetCharColors SkinTone ShirtColor PantColor HairColor FacialHairColor (currently not functional, do not uncomment)
; gosub AddCharacter %Name %Sex %Race %Type %HairStyle %FacialHair %CancelNewbieTour
;
; Name
; Sex
;    Male, Female
; Race
;    Human, Elf (Gargoyle not supported)
; Type
;    Samurai, Paladin, Warrior, BlackSmith, Ninja, Necromancer, Mage (Advanced Character Type Not currently Supported!!!)
; Hairstyle - enter the number (e.g. ponytail = 4)
;    Human 1-10: None, short, long, ponytail, mohawk, pageboy, topknot, curly, receding, 2tails
;    Elf 1-9 : None, midlong, longfeather, short, mullet, long, topknot, longbraid , spiked
; FacialHair (Human and male only)
;   1-8 Goatee, longbeard, shortbeard, mostache, shortbead/mostache, longbeach/mostache, vandyke
; CancelNewbieTour
;    Set this to #TRUE as it no longer exists  

Also in the sub AddCharacter the parameters weren't listed the same as above causing some debugging confusion hehe.
So i changed this:

Code: [Select]
Sub AddCharacter %Name %Type %race %sex %HairStyle %FacailHair %CancelNewbieTour
Into this:

Code: [Select]
Sub AddCharacter %Name %Sex %Race %Type %HairStyle %FacialHair %CancelNewbieTour
2. The gump for 6 month vet reward did not get closed so i looked into that and changed generic gump GRI to YYEB.

Code: [Select]
set %GumpGeneric     YYEB     ; this is the Vet Reward/6 month stat increase gump
3. The character name was being entered with N/A. Apparently the %charloop was set to 7 i think it was? Can't remember. So changed that back to 1 and that got it looping correctly again through the different character names.

Code: [Select]
Sub ActionLoop
  set %Menu Reset
  GoSub ActionLoopHeader
  set %CharLoop 1 ; 1 ; get rid off
  set %MaxChars 7  ; get rid off - temp added
  Repeat

4. The script slowed down at the starting location map. It was checking for the wrong gump type so it went through the 4 selection attempts.
So converted it to normal_gump which was already listed below it commented out :D

Code: [Select]
Set !SelectionAttempts 0
    Repeat
      Set !SelectionAttempts !SelectionAttempts + 1
      Click !x !y
      gosub gumpwait FOR N/A %GumpNewCharMap normal_gump 5000
      ;gosub gumpwait FOR N/A %GumpNewChar2 normal_gump 5000
    Until #Result = #True || !SelectionAttempts > 4 || %Signincontinue = #False
    }

I'll post if i find anything else :)
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: NObama on November 21, 2014, 01:47:47 PM
Do we have new gump values in the latest patch?
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: The Ghost on December 01, 2014, 07:35:42 PM
;Gump Values for Client version 7.0.41.1.0 (Patch 95)  build 280
set %GumpMainMenu GRI
Set %GumpWait EKEC
Set %gumpShardSelect AAG
set %GumpLogin MSSC
set %GumpNewChar GXJC
set %GumpNewChar2 SNB
set %GumpNewCharMap MSSC
set %GumpGeneric YYEB
set %GumpYesNo YCND
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on September 27, 2015, 02:40:45 PM
Version 6.00


-Misc Fixes for various changes in UO/EUO that broke the script.
-General overall speed improvements.


Please post up any errors or issues.
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: gimlet on October 01, 2015, 07:47:50 AM
EN - Whats the best way to change the settings so it just logs in and out - nothing else
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on October 01, 2015, 12:10:06 PM
EN - Whats the best way to change the settings so it just logs in and out - nothing else


Choose "inventory all characters" option on the menu. 

I am not getting 18th anni gifts on my characters am i bugged ???  OR have they not released yet.

Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: TrailMyx on October 01, 2015, 12:36:57 PM
I love your code; it' so clean.  :)
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: The Ghost on October 01, 2015, 04:23:23 PM
Only Origin and Izumo right now have gift turn on
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on October 02, 2015, 09:13:01 AM
I love your code; it' so clean.  :)

My mumma always told me to make sure and wash behind my gosubs,  and to scrub the white spaces of an indent !!!!


LOL  Thanks TM .. this is some old code but I just never seem to find the time to give it a facelight... so I patch patch patch to keep it going :)
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on October 02, 2015, 09:21:17 AM
Only Origin and Izumo right now have gift turn on

Thanks Ghost.


This script right now is very flexible .. I could easily add other routines to make it do tasks while logged in...  just cannot think of anything that i would want all chars to do  ??

Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Gemviper on October 21, 2015, 01:07:26 PM
A character needs to be 30 days old to receive a gift, does anyone know when the Christmas gifts are released? Is it on Christmas day or Dec 1st or some other date??
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: gimlet on October 21, 2015, 01:39:23 PM
Usually about the 1st I think
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: unisharp on October 28, 2015, 05:23:55 AM
I get to the character map starting location screen and then it stops.
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on October 28, 2015, 10:38:39 AM
I get to the character map starting location screen and then it stops.

Rushed off my feet right now so unable to look at it currently  ... what patch level are you at. ?
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: unisharp on October 29, 2015, 03:58:48 AM
I get to the character map starting location screen and then it stops.

Rushed off my feet right now so unable to look at it currently  ... what patch level are you at. ?

7.0.46.2
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: slyone on November 18, 2015, 06:27:50 PM
Code: [Select]
;#CONTKIND/Gump Values for Client version 7.0.47.0 (Patch unknown)
set %GumpMainMenu    IORC     ; This is the login screen
Set %GumpWait        QMU      ; This is the wait gump before next screen
Set %gumpShardSelect ACPC     ; this is the shard select screen
set %GumpLogin       SVZ      ; this is the Character Selection Screen with NEW/DELETE Buttons
set %GumpNewChar     KDGC     ; this is the New Character Name and Clothing screen
set %GumpNewChar2    WZKC     ; this is the New Character Trade Selection screen
set %GumpNewCharMap  WZKC     ; this is the New Character Map starting location screen
set %GumpGeneric     YAOD     ; this is the Vet Reward/6 month stat increase gump
set %GumpYesNo       GLDC     ; this is the Logout - Okay Cancel gump
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: NObama on November 23, 2015, 09:45:04 PM
I love the way this script keeps being one of the most useful, ever.  Right up there with Miffy's Item Finder.
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Gemviper on November 29, 2015, 09:19:54 PM
There's a guy on Atlantic that burned 150+ rewards getting the new safe's(several guys I'm sure, but this one has them on display) which means many of the "rich" players have more accounts than anyone would suspect. I'm sure they benefit from this type of helper script most :)
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on November 30, 2015, 06:49:33 AM
There's a guy on Atlantic that burned 150+ rewards getting the new safe's(several guys I'm sure, but this one has them on display) which means many of the "rich" players have more accounts than anyone would suspect. I'm sure they benefit from this type of helper script most :)


Umm was their a gift item this past weekend that i missed ???
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Gemviper on December 01, 2015, 01:31:06 AM
The tokens are available today, you should have one in your pack when you log on next if the toon is 30+ days old. If it's not, but will be 30 days old before Dec 31 and you log in by then you'll get the token then. The new reward items(safes) have been out a few days now.
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: cybercasper on December 03, 2015, 02:44:03 PM
this script looks like it has a lot of potential but I guess I'm not getting the setup part right. I tried to put the password in the account name to see if it was making it but it never changed the name and then when it does put it in the password it puts 3 or 4 letters.


*** Add Accounts ****
;; gosub AddAccount AccountName Password Defeault[optional]
;;    Accountname - daddy
;;    password - daddy
;;    Default - optional setting to set the Default account that
;;              script should reset uo to before exiting.
;gosub AddAccount daddy    ;edit this
;gosub AddAccount     ;edit this and add more line for more accounts

_________________________________________________________________________________

;#CONTKIND/Gump Values for Client version 7.0.47.0 (Patch unknown)
set %GumpMainMenu    IORC     ; This is the login screen
Set %GumpWait        QMU      ; This is the wait gump before next screen
Set %gumpShardSelect ACPC     ; this is the shard select screen
set %GumpLogin       SVZ      ; this is the Character Selection Screen with NEW/DELETE Buttons
set %GumpNewChar     KDGC     ; this is the New Character Name and Clothing screen
set %GumpNewChar2    WZKC     ; this is the New Character Trade Selection screen
set %GumpNewCharMap  WZKC     ; this is the New Character Map starting location screen
set %GumpGeneric     YAOD     ; this is the Vet Reward/6 month stat increase gump
set %GumpYesNo       GLDC     ; this is the Logout - Okay Cancel gump



Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: gimlet on December 03, 2015, 03:08:50 PM
I usually wait a week before doing these since log in is packed on the first few days - but ill be doing it soon.
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: MeWonUo on December 03, 2015, 03:17:22 PM
this script looks like it has a lot of potential but I guess I'm not getting the setup part right. I tried to put the password in the account name to see if it was making it but it never changed the name and then when it does put it in the password it puts 3 or 4 letters.


*** Add Accounts ****
;; gosub AddAccount AccountName Password Defeault[optional]
;;    Accountname - daddy
;;    password - daddy
;;    Default - optional setting to set the Default account that
;;              script should reset uo to before exiting.
;gosub AddAccount daddy    ;edit this
;gosub AddAccount     ;edit this and add more line for more accounts

_________________________________________________________________________________

;#CONTKIND/Gump Values for Client version 7.0.47.0 (Patch unknown)
set %GumpMainMenu    IORC     ; This is the login screen
Set %GumpWait        QMU      ; This is the wait gump before next screen
Set %gumpShardSelect ACPC     ; this is the shard select screen
set %GumpLogin       SVZ      ; this is the Character Selection Screen with NEW/DELETE Buttons
set %GumpNewChar     KDGC     ; this is the New Character Name and Clothing screen
set %GumpNewChar2    WZKC     ; this is the New Character Trade Selection screen
set %GumpNewCharMap  WZKC     ; this is the New Character Map starting location screen
set %GumpGeneric     YAOD     ; this is the Vet Reward/6 month stat increase gump
set %GumpYesNo       GLDC     ; this is the Logout - Okay Cancel gump



Hey Cybercasper,

Just wanted to be sure that you are removing the ;'s from the beginning of the lines in the Add Accounts section. You probably are, but you have no idea how many times I've forgotten to remove those when I build a script and can't figure out for the life of me why something that was working, doesn't anymore.
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: gimlet on December 03, 2015, 03:59:35 PM
this script looks like it has a lot of potential but I guess I'm not getting the setup part right. I tried to put the password in the account name to see if it was making it but it never changed the name and then when it does put it in the password it puts 3 or 4 letters.
_________________________________________________________________________________

[/sub]

;;    Accountname - daddy
;;    password - daddyPW
;;    Default - optional setting to set the Default account that
;;              script should reset uo to before exiting.

;one account
gosub AddAccount N/A daddyPW

or for three accounts
gosub AddAccount daddy daddyPW
gosub AddAccount daddy1 daddyPW
gosub AddAccount daddy2 daddyPW
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: cybercasper on December 03, 2015, 05:49:32 PM
ok I got it to finally put in the user name but it didn't put in the right pw. then after it went back to the start menu it didn't put in any password. :(
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on December 03, 2015, 08:31:11 PM
its very simple... just uncomment the line that reads  (remove the ; at front)

;; gosub AddAccount AccountName Password

Change Account name to your account name and password to your password thats it.

gosub AddAccount  heyitmyaccount    thisismypassword




Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: The Ghost on December 04, 2015, 12:38:44 PM
does someone have manage to use this.  I enter the new gump and he wont select toon.  The menu just flash and reload.   Weird.
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: 12TimesOver on December 07, 2015, 07:18:09 AM
does someone have manage to use this.  I enter the new gump and he wont select toon.  The menu just flash and reload.   Weird.
It is working fine for me Ghost, I did make a modification to stop it from reorganizing my screen (a pet peev of mine) but nothing that would have made it that different.

X
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on December 07, 2015, 08:42:39 AM
does someone have manage to use this.  I enter the new gump and he wont select toon.  The menu just flash and reload.   Weird.
It is working fine for me Ghost, I did make a modification to stop it from reorganizing my screen (a pet peev of mine) but nothing that would have made it that different.

X

LOL  I hate scripts that do that as well opps ... wonder why i did it.. will have to fix for next update.
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on December 07, 2015, 09:01:17 AM
To confirm their is an issue.    It appears the main password screen has changed.  Once you click in the password and username section the contid changes. Why who knows...   I will update for this...
 
In the meantime .. if it happens close the client reopen and dont click in password field .. just run the script.


Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: 12TimesOver on December 07, 2015, 09:36:58 AM
To confirm their is an issue.    It appears the main password screen has changed.  Once you click in the password and username section the contid changes. Why who knows...   I will update for this...

In the meantime .. if it happens close the client reopen and dont click in password field .. just run the script.
Ahh, interesting - that's why it didn't impact me. Good times!
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: 12TimesOver on December 07, 2015, 09:38:02 AM
It is working fine for me Ghost, I did make a modification to stop it from reorganizing my screen (a pet peev of mine) but nothing that would have made it that different.
LOL  I hate scripts that do that as well opps ... wonder why i did it.. will have to fix for next update.
Haha! I'm sure it was for something that made sense originally, this one has been tried and true for a LOOOOONG time!

X
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on December 07, 2015, 09:57:17 AM
It is working fine for me Ghost, I did make a modification to stop it from reorganizing my screen (a pet peev of mine) but nothing that would have made it that different.
LOL  I hate scripts that do that as well opps ... wonder why i did it.. will have to fix for next update.
Haha! I'm sure it was for something that made sense originally, this one has been tried and true for a LOOOOONG time!

X

Another 2 things i hate are Scripts that minimize the EUO window and scripts that force their menus to be in a certain place...   So fixed those 2 issues as well...  The script menu starts in a certain place but now if you move it all menus with use that spot from that point onwards.   (3 vars at top of script control start position and behavior of this.)


Unfortunately their is no way around having to click and set focus in the password gump by MOving and hovering the cursor or I would get rid of that as well.
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: 12TimesOver on December 07, 2015, 10:42:05 AM
Nice, will grab the updated and give 'er a whirl.

X
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on December 07, 2015, 11:32:06 AM
Nice, will grab the updated and give 'er a whirl.

X

Not posted yet.. finding and fixing a couple of other speed related issues that seemed to have cropped up now im on 110mb or thier abouts.
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on December 07, 2015, 01:15:55 PM
Version 6.01

- New menu item Giftpickup - with custom report
- Menu x,y set at top of script can be moved and uses that spot
- EUO menu does not auto hide (set top of script)
- On login does not move/close or rearrange gumps.
- Fix for mainmenu gump having 2 contkind types (changes after click in password box)
- Various other fixes
- General overall improvements.

Please post up any errors or issues.
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on December 09, 2015, 07:35:49 AM
Version 6.02


Sorry everyone accidentally left the start character position at 7 from testing.   You can either download v602  or edit line .364 that reads: set %CharLoop 7 to read  set %CharLoop 1.  This is in the ActionLoop sub.

Note: If you wanted the script to only start from a certain char count position this is what you set.

Code: [Select]
Sub ActionLoop
  set %Menu Reset
  GoSub ActionLoopHeader
  set %CharLoop   7 ; <----set to 1

Please post up any errors or issues.
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: gimlet on December 09, 2015, 09:31:04 AM
I had to change the wait from 12 to  16 but after that no problems so far.
It seems to work better than it ever has!

I would like to make a suggestion for the next version: I have several toons that have full backpacks - either 125 items or max weight.
When this happens it says it can not fit the gift. It would really be neat if the script could keep track of full toons so I could mt them for the next gift.

oops just got a fatal error no clue why but it shut down the client.
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: cybercasper on September 02, 2016, 04:56:28 PM
was wondering if all the gumps are up to date on this. having a problem actually clicking the shard other than that it puts account name and password in just fine
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: cybercasper on September 02, 2016, 05:37:15 PM
NM I found them on your easyuo page. I hope you don't mind me posting it here.

    ;===========================================
    ; ** Setup  - Gump Values (Change After Every Patch)
    ;===========================================
    ;#CONTKIND/Gump Values for Client version 7.0.52.2 (Patch unknown)
    set %GumpMainMenu IORC_SVZ ; This is the login screen
    Set %GumpWait QOV      ; This is the wait gump before next screen
    Set %gumpShardSelect AEQC     ; this is the shard select screen
    set %GumpLogin SVZ      ; this is the Character Selection Screen with NEW/DELETE Buttons
    set %GumpNewChar KDGC     ; this is the New Character Name and Clothing screen
    set %GumpNewChar2    ASLC     ; this is the New Character Trade Selection screen
    set %GumpNewCharMap SVZ      ; this is the New Character Map starting location screen
    set %GumpGeneric YCPD     ; this is the Vet Reward/6 month stat increase gump
    set %GumpYesNo GLDC     ; this is the Logout - Okay Cancel gump
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on September 03, 2016, 04:23:59 AM
I had to change the wait from 12 to  16 but after that no problems so far.
It seems to work better than it ever has!

I would like to make a suggestion for the next version: I have several toons that have full backpacks - either 125 items or max weight.
When this happens it says it can not fit the gift. It would really be neat if the script could keep track of full toons so I could mt them for the next gift.

oops just got a fatal error no clue why but it shut down the client.

Now thats a good suggestion Gimlet.
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: The Ghost on September 03, 2016, 05:41:08 AM
Gimlet
I have fatal error when I use this script and razor or UOA.   I normal just load a basic client and it run much smoother.

 I also only run 4 shards at the time so if it crash I don't need to run all of then to again.
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on September 04, 2016, 07:17:28 AM
Gimlet
I have fatal error when I use this script and razor or UOA.   I normal just load a basic client and it run much smoother.

 I also only run 4 shards at the time so if it crash I don't need to run all of then to again.

yea Gimlet... get on it dude.
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: cybercasper on December 03, 2016, 07:23:14 AM
Someone from easyuo got the new gumps. i would really like if someone could explain how they get them for this.

;===========================================
; ** Setup - Gump Values (Change After Every Patch)
;===========================================
;#CONTKIND/Gump Values for Client version 7.0.55.4 (Patch 66)
set %GumpMainMenu WPXC ; This is the login screen
Set %GumpWait EQBB ; This is the wait gump before next screen
Set %gumpShardSelect OFWC ; this is the shard select screen
set %GumpLogin GXFB ; this is the Character Selection Screen with NEW/DELETE Buttons
set %GumpNewChar YEMC ; this is the New Character Name and Clothing screen
set %GumpNewChar2 OTRC ; this is the New Character Trade Selection screen
set %GumpNewCharMap OTRC ; this is the New Character Map starting location screen [not sure why it's same as trade select?!]
set %GumpGeneric YC ; this is the Vet Reward/6 month stat increase gump
set %GumpYesNo UMJC ; this is the Logout - Okay Cancel gump
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: The Ghost on December 03, 2016, 08:08:46 AM

the magic work are located here #CONTKIND  you need to log in and look at the value in container under #CONTKIND change.

Code: [Select]
===========================================
; ** Setup - Gump Values (Change After Every Patch)
;===========================================
;#CONTKIND/Gump Values for Client version 7.0.55.4 (Patch 66)


FYI  I try to use Razor today and I had issue,  and it work wind with regular client. 
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Oracle on July 29, 2017, 10:07:52 AM
Someone from easyuo got the new gumps. i would really like if someone could explain how they get them for this.

;===========================================
; ** Setup - Gump Values (Change After Every Patch)
;===========================================
;#CONTKIND/Gump Values for Client version 7.0.55.4 (Patch 66)
set %GumpMainMenu WPXC ; This is the login screen
Set %GumpWait EQBB ; This is the wait gump before next screen
Set %gumpShardSelect OFWC ; this is the shard select screen
set %GumpLogin GXFB ; this is the Character Selection Screen with NEW/DELETE Buttons
set %GumpNewChar YEMC ; this is the New Character Name and Clothing screen
set %GumpNewChar2 OTRC ; this is the New Character Trade Selection screen
set %GumpNewCharMap OTRC ; this is the New Character Map starting location screen [not sure why it's same as trade select?!]
set %GumpGeneric YC ; this is the Vet Reward/6 month stat increase gump
set %GumpYesNo UMJC ; this is the Logout - Okay Cancel gump

There is a major patch coming in the next few weeks for the 20th Anniversary Gifts etc, which will also include the Halloween Goodies that we get every year.  Not sure if I thanked EN enough before for writing this Script, but it makes checking all of your accounts and toons so much easier.  When the patch comes out and after EasyUO is updated, I plan to use this script to get all of the goodies redeemed.  Hopefully, someone can post the new CONTKIND/Gump Values, but it does not look too hard to look them up myself.

Thanks EN again for writing this script, even though it is only used 1-2 times a year...(also look back and think fondly of your Halloween Grass Script -- that was when they made Halloween fun...now they seem to be getting lazy and implementing the same things over and over, BLAH...  \>:(

Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on July 30, 2017, 06:51:29 AM
Thanks Oracle.

For those that asked to get the #CONTKIND  values  needed after a patch open easyuo,  goto the screen you need a value for in UO,   locate the #CONTKIND  variable in the bar on the right hand side of the Easyuo and note down the value,  Goto the next screen.. note value repeat.   Thats it,  except for  gumpyesno .. and gumpgeneric  for that you need to login, click on vet reward gump note value,  start to logout when yes/no gump comes up note the value.

Have fun.
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: cybercasper on September 01, 2017, 08:25:45 AM
Trying to get this script to work again. I updated all the info but when i hit play the menu pops up and just keeps flickering. does anyone have the same problem and possibly a fix to it.
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: pixijayne on September 01, 2017, 01:46:01 PM
I said bad words at it ... that didnt help.
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: The Ghost on September 01, 2017, 01:48:25 PM
answer is this ; menu Clear
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: pixijayne on September 01, 2017, 02:18:54 PM
Ok Im trying ...

The menu clear goes here - right ?

;===========================================
; ** Main Subroutines.
;===========================================
sub mainmenuloop
  Repeat
    set #menuButton N/A
    if %EN_EUO_HideOnStart
      menu hideeuo
    gosub ShowMainMenu
    set %Menu clear
    Repeat

-----------------------------

Am I getting close ?

I'm still flickering

As for values:
------------------------------
I tried:
set %GumpMainMenu    KRDD ; This is the login screen
and I tried:
set %GumpMainMenu    UYLB ; This is the login screen
and I tried:
set %GumpMainMenu    UYLB_KRDD ; This is the login screen
----------------------------
Do I need to go through all the values ?
;===========================================
; ** Setup  - Gump Values (Change After Every Patch)
;===========================================
;#CONTKIND/Gump Values for Client version 7.0.47.0 (Patch unknown)
set %GumpMainMenu    KRDD ; This is the login screen
Set %GumpWait        QMU      ; This is the wait gump before next screen
Set %gumpShardSelect ACPC     ; this is the shard select screen
set %GumpLogin       SVZ      ; this is the Character Selection Screen with NEW/DELETE Buttons
set %GumpNewChar     KDGC     ; this is the New Character Name and Clothing screen
set %GumpNewChar2    WZKC     ; this is the New Character Trade Selection screen
set %GumpNewCharMap  WZKC     ; this is the New Character Map starting location screen
set %GumpGeneric     YAOD     ; this is the Vet Reward/6 month stat increase gump
set %GumpYesNo       GLDC     ; this is the Logout - Okay Cancel gump


-------------------------------


Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: JFSF on September 01, 2017, 02:20:35 PM
no thats it the wrong spot
you need to change all of the new gump locations

the menu is toward the bottom of scripit where the easyUO menu designer thing is
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: JFSF on September 01, 2017, 02:28:13 PM
;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
; Menus
;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

;--------- EasyUO Menu Designer Code Begin ---------
sub showMainMenu
   ;menu Clear    <--------- this is the change that needs to be made
   menu Window Title Multi-Shard ToolBox
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Oracle on September 01, 2017, 02:30:13 PM
This Script is going to become very useful when EA/Origin/Broadsword distributes the 20th Anniversary Tokens.  To make it easier for all of us that use the Script, would someone post the values (as someone did in previous years)...?

Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: pixijayne on September 01, 2017, 02:46:09 PM
Ok getting there .... I had to add the  ;

right ?
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: JFSF on September 01, 2017, 02:47:38 PM
yeah add that at beginning of that line I pointed to
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: JFSF on September 01, 2017, 02:48:19 PM
;===========================================
; ** Setup  - Gump Values (Change After Every Patch)
;===========================================
;#CONTKIND/Gump Values for Client version 7.0.59.5 (Patch unknown)
set %GumpMainMenu    KRDD     ; This is the login screen
Set %GumpWait        YOHB     ; This is the wait gump before next screen
Set %gumpShardSelect IECB     ; this is the shard select screen
set %GumpLogin       ULYB     ; this is the Character Selection Screen with NEW/DELETE Buttons
set %GumpNewChar     MGSC     ; this is the New Character Name and Clothing screen
set %GumpNewChar2    ECYC     ; this is the New Character Trade Selection screen
set %GumpNewCharMap  ECYC     ; this is the New Character Map starting location screen
set %GumpGeneric     YC       ; this is the Vet Reward/6 month stat increase gump
set %GumpYesNo       IOPC     ; this is the Logout - Okay Cancel gump
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Oracle on September 01, 2017, 03:29:16 PM
Thanks for posting those...!

The problem I have is this:

I copied and pasted the above info in the proper place, but after editing all of the account info etc. I start the Script and the menu just flashes on and on (flickers0 and the Script doesn't do anything    :(
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: JFSF on September 01, 2017, 03:30:17 PM
ok in the EasyUO Menu Designer code area check for this
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: JFSF on September 01, 2017, 03:31:14 PM
;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
; Menus
;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

;--------- EasyUO Menu Designer Code Begin ---------
sub showMainMenu
   ;menu Clear
   menu Window Title Multi-Shard ToolBox
   menu Window Color BtnFace
   menu Window Size 221 287
   menu Font Transparent #true
   menu Font Align Right
   menu Font Name MS Sans Serif
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: JFSF on September 01, 2017, 03:31:44 PM
your adding a ; in front of menu clear
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Oracle on September 01, 2017, 03:39:12 PM
That's it?  I don't need to change the gump values?

Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: JFSF on September 01, 2017, 03:40:47 PM
add the ; in front of menu clear
also change the gumps to the values I posted above
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: JFSF on September 01, 2017, 04:15:02 PM
I'd double check. But I think those r right. I will make sure in a few minutes when I get back home
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: pixijayne on September 01, 2017, 04:16:53 PM
They look like the new to me .... but that dosnt mean much   ::)
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: BobOzarius on September 01, 2017, 04:39:15 PM
Code: easyuo
  1. set %GumpMainMenu    KRDD     ; This is the login screen
  2. Set %GumpWait        YOHB     ; This is the wait gump before next screen
  3. Set %gumpShardSelect IECD     ; this is the shard select screen
  4. set %GumpLogin       CHWB     ; this is the Character Selection Screen with NEW/DELETE Buttons
  5. set %GumpNewChar     MGSC     ; this is the New Character Name and Clothing screen
  6. set %GumpNewChar2    ECYC     ; this is the New Character Trade Selection screen
  7. set %GumpNewCharMap  ECYC     ; this is the New Character Map starting location screen
  8. set %GumpGeneric     KHI      ; this is the Vet Reward/6 month stat increase gump
  9. set %GumpYesNo       IOPC     ; this is the Logout - Okay Cancel gump
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: JFSF on September 01, 2017, 04:49:55 PM
Code: easyuo
  1. set %GumpMainMenu    UYLB     ; This is the login screen
  2. Set %GumpWait        YOHB     ; This is the wait gump before next screen
  3. Set %gumpShardSelect IECD     ; this is the shard select screen
  4. set %GumpLogin       CHWB     ; this is the Character Selection Screen with NEW/DELETE Buttons
  5. set %GumpNewChar     MGSC     ; this is the New Character Name and Clothing screen
  6. set %GumpNewChar2    ECYC     ; this is the New Character Trade Selection screen
  7. set %GumpNewCharMap  ECYC     ; this is the New Character Map starting location screen
  8. set %GumpGeneric     KHI      ; this is the Vet Reward/6 month stat increase gump
  9. set %GumpYesNo       IOPC     ; this is the Logout - Okay Cancel gump

I see u added the new gumls in. Did you get yours to work by chance?
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: BobOzarius on September 01, 2017, 04:50:57 PM
I'm still playing with it. It's a bit convoluted. Never used it before, I have my own that works fine. Just trying it out.
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: JFSF on September 01, 2017, 04:58:57 PM
I just cant get mine to log in now, im pretty sure I got everything right and updated.
Im thinkning maybe Im missing a line in setup that should be uncommented
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: pixijayne on September 01, 2017, 05:01:21 PM
Im at the same point ... can get it to add in account name just gets stuck there ....
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Oracle on September 01, 2017, 05:14:43 PM
I am at the same spot...start script, click on Gift Pickup and the menu just keeps counting down...
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Oracle on September 01, 2017, 05:37:23 PM
Got it to work...!

These are the values that work for me (Also, remember to add the ";" in front of the menu clear as mentioned before):

set %GumpMainMenu    KRDD     ; This is the login screen
Set %GumpWait        YOHB     ; This is the wait gump before next screen
Set %gumpShardSelect IECD     ; this is the shard select screen
set %GumpLogin       UYLB     ; this is the Character Selection Screen with NEW/DELETE Buttons
set %GumpNewChar     MGSC     ; this is the New Character Name and Clothing screen
set %GumpNewChar2    ECYC     ; this is the New Character Trade Selection screen
set %GumpNewCharMap  ECYC     ; this is the New Character Map starting location screen
set %GumpGeneric     WRSD      ; this is the Vet Reward/6 month stat increase gump
set %GumpYesNo       IOPC     ; this is the Logout - Okay Cancel gump
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: JFSF on September 01, 2017, 05:38:42 PM
what client verison are you using?
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: JFSF on September 01, 2017, 05:43:39 PM
Im on client 7.59.5 and cant get this to work. Im pretty sure ive got the gump vales fixed. It will log in and go to Atlantic shard and then it goes back and forth from the select shard to atlantic shard (char selection menu) back to shard select over and over. Never actuall logs a char in
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: pixijayne on September 01, 2017, 05:45:53 PM
I maybe really stupid but I cant find the spot to add p/w

;;===========================================
;; ** Setup Login Information
;;===========================================
;; *** Add Accounts ****
;; gosub AddAccount AccountName Password Defeault[optional]
;;    Accountname - set to N/A if only working with one account
    password - PassWordABC123
;;    Default - optional setting to set the Default account that
;;              script should reset uo to before exiting.
gosub AddAccount MyAccountNameHere    ;edit this 
;gosub AddAccount  ;edit this and add more line for more accounts

Also .....

If I hit the select shards I get a msg saying to edit info at the top of the script ....

I thought I had that part done ...

;; *** Add Shards ****
;; Shards to login to - add as many as you want here. Also
;; can make mulitple calls to create final list as below
;; Gosub SetDefaultShard - sets the default shard that the script should return to.

gosub SetDefaultShard Pacific
gosub AddShards Atlantic LakeSuperior GreatLakes Chesapeake   ; NORTH-AMERICA
gosub AddShards Catskills SiegePerilous Origin Pacific Sonoma ; NORTH-AMERICA
gosub AddShards LakeAustin Baja NapaValley Drachenfels        ; NORTH-AMERICA
gosub AddShards Europa Oceania                                ; EUROPE, DOWNUNDER
gosub AddShards Legends                                       ; AOL
gosub AddShards Izumo Wakoku Mugen Sakura Hokuto              ; ASIA
gosub AddShards Yamato Asuka Arirang Balhae Formosa Mizuho    ; ASIA
;Gosub AddShards TestCenter                                   ; TESTCENTER
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: JFSF on September 01, 2017, 05:49:08 PM
ok assume your account name is pixijayne and your password is secret

this line---> gosub AddAccount AccountName Password Defeault[optional]

make it this---> gosub AddAccount pixijayne secret

also make sure to uncomment that line
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: pixijayne on September 01, 2017, 05:51:01 PM
On the one line .... why didnt I think of that !?!?!?!?!

I still think Im gonna con't to be stupid but you have helped me not be so stupid
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: JFSF on September 01, 2017, 05:52:59 PM
lol dont feel bad other than logging in and then going to atlantic shard it wont do anything else besides loop from shard select to atlantic back to shard select, so I havent got it to work all the way either. what client verison are you using?
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Oracle on September 01, 2017, 05:56:49 PM
Im on client 7.59.5 and cant get this to work. Im pretty sure ive got the gump vales fixed. It will log in and go to Atlantic shard and then it goes back and forth from the select shard to atlantic shard (char selection menu) back to shard select over and over. Never actuall logs a char in

what client verison are you using?


I am on Client 7.0.59.4 -- I havent upgraded yet...
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: pixijayne on September 01, 2017, 05:57:59 PM
I am on Client 7.0.59.4   too -- I havent upgraded yet... either
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: JFSF on September 01, 2017, 05:58:17 PM
Damn, maybe if I could go back I wouldnt be having these problems. I about to give up
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: JFSF on September 01, 2017, 05:59:22 PM
Maybe the better question is how can I revert back to 7.59.4
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: cybercasper on September 02, 2017, 07:28:52 AM
Just remember if you happen to click in the pw box or in your username box it changes the #contkind. once it does that the script will freeze. even if you use that #contkind from clicking in the pw or username box instead of the KRDD it will not work. just a little tidbit. also i have having the problem of it clicking on the shard then the char screen then back to shard. i was trying to inventory my chars instead of using the get gift box on the menu. as far as that mine works fine with the .5 version. the only problem i have had is that fact not all my chars are in a place to log out automatically which causes the script to malfunction since it counts down like 4 mins instead of 5 but should be an easy fix.
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Oracle on September 02, 2017, 12:18:55 PM
What cybercasper is saying is very true.  It helps if you start a new client with the tools function of EasyUO before starting the script. That way the first #contkind is always 'KRDD'

 
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on September 19, 2017, 06:09:01 AM
Captain we have a problem....   
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: The Ghost on September 19, 2017, 06:12:33 AM
Hehe,

Your menu  need work.   I have a temporary fix  for it.   Might have to apply it to add the menu too

I had to remove the clear menu.
Code: [Select]
sub showMainMenu
; menu Clear
menu Window Title Multi-Shard ToolBox
menu Window Color BtnFace
menu Window Size 221 287
menu Font Transparent #true
menu Font Align Right
menu Font Name MS Sans Serif
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on September 19, 2017, 06:25:25 AM
Menu issue --  the latest version of euo is setting menubutton to " "   verses old way of setting to N/A.   So simple fix  add line  that sets menubutton to N/a as no way to test for space.

This could cause a whole bunch of issues in many scripts if everything is now detaulty "" or " " instead of N/a/



Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: The Ghost on September 19, 2017, 06:27:45 AM
The last 5 builds have broken lot of menu that are complex.

   Thx.  Are you going to release version or just post the fix location.
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on September 19, 2017, 06:29:57 AM
Menu fix,  will post a new version when have tested other functions...  but for now just add a single line of code after line number 338

Code: [Select]
sub mainmenuloop
  Repeat
    set #menuButton N/A
    if %EN_EUO_HideOnStart
      menu hideeuo
    gosub ShowMainMenu
    set %Menu loop
    set #menubutton N/A     <------  Add this line. without this comment
    Repeat
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: The Ghost on September 19, 2017, 06:31:26 AM
I still have top claim gift on other account, so I will be able to test new mod you add.  If you required :)
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: gimlet on September 19, 2017, 06:32:09 AM
I had to do that to Trails item finder (or use a different EUO)
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on September 19, 2017, 06:36:47 AM
Code: [Select]
;===========================================
; ** Setup  - Gump Values (Change After Every Patch)
;===========================================
;#CONTKIND/Gump Values for Client version 7.0.59.5 (Patch unknown)
set %GumpMainMenu    KRDD_UYLB ; This is the login screen
Set %GumpWait        YOHB      ; This is the wait gump before next screen
Set %gumpShardSelect IECD     ; this is the shard select screen
set %GumpLogin       UYLB      ; this is the Character Selection Screen with NEW/DELETE Buttons
set %GumpNewChar     MGSC     ; this is the New Character Name and Clothing screen
set %GumpNewChar2    ECYC     ; this is the New Character Trade Selection screen
set %GumpNewCharMap  ECYC      ; this is the New Character Map starting location screen
set %GumpGeneric     KHI     ; this is the Vet Reward/6 month stat increase gump
set %GumpYesNo       IOPC    ; this is the Logout - Okay Cancel gump
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on September 19, 2017, 04:17:40 PM
Version  6.03

Fixes  for
 - Menu flickering  (EUO change how it initializes vars)
 - New Gumps
 -  Removal of most of the forced mouse movement  (only now required on first use of a new account name)

Enjoy..
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: gimlet on September 19, 2017, 06:00:44 PM
Nice - Thanks EN!
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Oracle on September 20, 2017, 12:12:11 AM
Version  6.03

Fixes  for
 - Menu flickering  (EUO change how it initializes vars)
 - New Gumps
 -  Removal of most of the forced mouse movement  (only now required on first use of a new account name)

Enjoy..

Way to go EN...!  Thank you very much! 
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Oracle on November 30, 2017, 10:24:12 PM
Holiday tokens are out for the 20th...time to dust off this script and put it to use again.  I am going to attempt to get the gump values, but if someone would post theirs, so we can check it for the ones we get, that will be great...!

Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Oracle on November 30, 2017, 10:41:02 PM
;===========================================
; ** Setup  - Gump Values (Change After Every Patch)
;===========================================
;#CONTKIND/Gump Values for Client version 7.0.67.47 (Patch unknown)
set %GumpMainMenu    KRDD      ; This is the login screen
set %GumpPasswordBox UYLB      ; This is the password box in Login Screen
Set %GumpWait        YOHB      ; This is the wait gump before next screen
Set %gumpShardSelect IECD     ; this is the shard select screen
set %GumpLogin       UYLB      ; this is the Character Selection Screen with NEW/DELETE Buttons
set %GumpNewChar     MGSC     ; this is the New Character Name and Clothing screen
set %GumpNewChar2    ECYC     ; this is the New Character Trade Selection screen
set %GumpNewCharMap  ECYC      ; this is the New Character Map starting location screen
set %GumpGeneric     KHI     ; this is the Vet Reward/6 month stat increase gump
set %GumpYesNo       IOPC    ; this is the Logout - Okay Cancel gump
;;===========================================
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Oracle on December 04, 2017, 11:13:41 AM
Just checking...

When I use the toolbox for the latest Holiday 2017 Gift Pick-Up, the script is crashing the client almost every time during the gift pickup for between the 3rd and 5th character.  Which is frustrating because when I restart it, then it has to go through all of the characters whose gifts have already been picked up. 

I was wondering if it is just me or if anyone else if experiencing similar issues?
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: The Ghost on December 04, 2017, 01:03:27 PM
Play with the speed on top,   trying to only run UO client( not razor or AUO),   I also just pick from one line of shard  this way if something happen it only a short restart. 

On more, don't touch your mouse,  It might cause issue.   That my two cent
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on December 13, 2017, 05:19:19 AM
Just checking...

When I use the toolbox for the latest Holiday 2017 Gift Pick-Up, the script is crashing the client almost every time during the gift pickup for between the 3rd and 5th character.  Which is frustrating because when I restart it, then it has to go through all of the characters whose gifts have already been picked up. 

I was wondering if it is just me or if anyone else if experiencing similar issues?

You can set the starting character count by modifying line 299 to the character to start on .. 1 2 3 4 etc
Code: [Select]
set %CharLoop 1
Additionally you can slow the script down to make it take more time,  change lines 138 and 142,   $Gumploadwait  and %Slowdowndelay.
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: The Ghost on December 16, 2017, 03:44:47 AM
Thx Oracle for the update gump.
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Crisis on December 24, 2017, 05:53:18 AM
Still working great, got all my presents yesterday because I have been too lazy to log in.
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on October 14, 2018, 08:12:03 AM
Get your 21st anniversary gift bags...

Code: [Select]
set %GumpMainMenu    OXNC      ; This is the login screen
set %GumpPasswordBox SLU      ; This is the password box in Login Screen
Set %GumpWait        MKS      ; This is the wait gump before next screen
Set %gumpShardSelect SJNC     ; this is the shard select screen
set %GumpLogin       SLU      ; this is the Character Selection Screen with NEW/DELETE Buttons
set %GumpNewChar     MGSC     ; this is the New Character Name and Clothing screen
set %GumpNewChar2    KBJC     ; this is the New Character Trade Selection screen
set %GumpNewCharMap  KBJC      ; this is the New Character Map starting location screen
set %GumpGeneric     WPLD     ; this is the Vet Reward/6 month stat increase gump/ town cryer/quest log
set %GumpYesNo       SRZB    ; this is the Logout - Okay Cancel gump
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: The Ghost on December 05, 2018, 02:18:59 PM
Get your X-Mas gift token

===========================================
; ** Setup  - Gump Values (Change After Every Patch)
;===========================================
;#CONTKIND/Gump Values for Client version 7.0.74.28 (Patch unknown)
set %GumpMainMenu    CZTC      ; This is the login screen
set %GumpPasswordBox GNAB      ; This is the password box in Login Screen
Set %GumpWait        AMY      ; This is the wait gump before next screen
Set %gumpShardSelect GLTC     ; this is the shard select screen
set %GumpLogin       GNAB     ; this is the Character Selection Screen with NEW/DELETE Buttons
set %GumpNewChar     MGSC     ; this is the New Character Name and Clothing screen
set %GumpNewChar2    KBJC     ; this is the New Character Trade Selection screen
set %GumpNewCharMap  KBJC      ; this is the New Character Map starting location screen
set %GumpGeneric     WPLD     ; this is the Vet Reward/6 month stat increase gump/ town cryer/quest log
set %GumpYesNo       GTFC    ; this is the Logout - Okay Cancel gump
;;===========================================
;;===========================================
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: cybercasper on December 11, 2018, 06:24:24 PM
good evening. what am i doing wrong it will not change the account name and i have downloaded the newest version and updated it with ghost info
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on January 02, 2019, 07:47:54 AM
good evening. what am i doing wrong it will not change the account name and i have downloaded the newest version and updated it with ghost info

The account name and password, entry boxes location has changed the script will function fine if you are using a single account and that account name is displayed on login screen if want to use different account or multiple accounts script will bug out need to update the login text boxes locations.
find the lines that reads
gosub EnterText 333 356 .....
and
gosub EnterText 333 403 ......

replace with
418 295
418 350

Additionally  ...  Command "key Delete"  is no longer functioning but "key back"  is working like delete should have.   

Replace line "key delete"  in sub entertext  with "Key Back"
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: cybercasper on September 26, 2019, 05:43:43 PM
in need of help finding the offsetclick for logging out, it brings up the log out button but will not click on it.
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: The Ghost on September 26, 2019, 09:11:39 PM
 This is what I have. 
The logoff don't work .  Can't seen to find it.   

Also mine is slow to log on

Code: [Select]
;#CONTKIND/Gump Values for Client version 7.0.79.6(Patch unknown)
set %GumpMainMenu    UOGB_QAAD     ; This is the login screen
set %GumpPasswordBox ONEB       ; This is the password box in Login Screen
Set %GumpWait        AMY      ; This is the wait gump before next screen
Set %gumpShardSelect UMZC     ; this is the shard select screen
set %GumpLogin       UOGB      ; this is the Character Selection Screen with NEW/DELETE Buttons
set %GumpNewChar     MGSC     ; this is the New Character Name and Clothing screen
set %GumpNewChar2    KBJC     ; this is the New Character Trade Selection screen
set %GumpNewCharMap  KBJC      ; this is the New Character Map starting location screen
set %GumpGeneric     IUE      ; this is the Vet Reward/6 month stat increase gump/ town cryer/quest log
set %GumpYesNo       YGPD_WXJC_UULC     ; this is the Logout - Okay Cancel gump
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: cybercasper on September 27, 2019, 04:33:57 AM
this is what I got and it is fast to log in just does not click the yes to log out button. note I did not check for the 6 month, or new char making.

Code: [Select]
;#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        ONEB      ; This is the wait gump before next screen
Set %gumpShardSelect UMZC     ; 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    ECYC     ; this is the New Character Trade Selection screen
set %GumpNewCharMap  ECYC      ; this is the New Character Map starting location screen
set %GumpGeneric     KHI     ; this is the Vet Reward/6 month stat increase gump
set %GumpYesNo       UULC    ; this is the Logout - Okay Cancel gump

Could this be due to the resolution that is set, I see that it is trying to click in a different area than that of my logout gump and if so is there a way to fix it instead of changing all my chars resolution
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: The Ghost on September 27, 2019, 06:57:55 AM
The game play window size is set for each Char.   ATM  800x600 or 1024x768 didn't work with my number.    I will have to test your number tonight.   been a while since I run this build, due to the poor choice of reward .
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: cybercasper on September 27, 2019, 07:33:01 AM
So I was running TM Offsetclick snippet and I see something weird going on it seems like it wont click the logout because it thinks that the paperdoll gump is up. so in order it goes paperdoll gump, logout gump for a split sec, back to paperdoll gump and stays
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: The Ghost on September 27, 2019, 02:14:54 PM
I have the save issue with the quester.  The paperdoll become primary target and not the last open window.   I haven't found a way around it yet.

Update.  If I run my sub logout all by itself,  I can log the Char.  if I insert the sub into the build,  isn't working.    ATM I'm trying to see if I can force the gump to a location and click.   The paperdoll is moving faster them the log out gump :(  move to follow

Update 2:    I try to force the gump but it not working.   I notice that it often in the same location but still not working.   Wonder if the 334 build have forget to add some gump or UO have find a way to hide them. :(
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: cybercasper on September 29, 2019, 03:55:09 AM
yes I am not sure, I do not think it is easyuo due to the fact I build my own and I think I read you saying you use the website, so that take away from something broke inside the build of easyuo. this really stumps me, I have tried a different gumpwait from another one of his scripts and still the same thing so it is not waiting for the gump long enough to log out
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Gaderian on September 30, 2019, 12:53:48 PM
Would it be possible to cycle through all bumps with event control conttop?

That might allow finding the gimp if it is there but not recognized by the script.

Gaderian
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Gaderian on September 30, 2019, 04:13:43 PM
The gumps that have a #contkind UOGB is actually a transparent 2x2 pixel box in the lower left of the login screen. I have not looked at how that gump is used, but it was introduced in the past year or so and confuses the login process from being scripted.

Gaderian
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: cybercasper on September 30, 2019, 04:33:38 PM
the login process works fine and it somehow when I pause the script or do a step through it ends in this section

Code: [Select]

Sub EventMacroGumpOpen  ; v3 9/13/07
  ; gosub EventMacroGumpOpen 775 0 8 1 paperdoll_gump
  If %1 <> N/A && %2 <> N/A
    NextCpos %1 %2
set %EventMacroGumpOpenTimeout #scnt + 7
  Repeat
    event macro %3 %4
    wait 5
  Until #contname = %5 || #scnt > %EventMacroGumpOpenTimeout || #cliLogged = 0  || #charname = N/A
  If ( #Contposx <> %1 || #contposy <> %2 ) && %1 <> N/A && %2 <> N/A
    contpos %1 %2
Return
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Gaderian on September 30, 2019, 04:56:40 PM
So the problem with the logout is probably because of the following conflict:
YesNo_gump (used for the logout) is currently set to UULC.

Notice this set of ignorecont statements:
Code: [Select]
;--------------------------------------------------------------------------------------------------
;-----------------  Add this since  Build 248  by Cheffe courtosy of The Ghost --------------------
;--------------------------------------------------------------------------------------------------
;  Ignores the little translucent tool tip gumps that popup when you mouse over the buttons
;ignorecont reset
ignorecont UULC
ignorecont YCLD
ignorecont GXJC
ignorecont UGQB
ignorecont GVKC
ignorecont SVP
ignorecont SXQ
ignorecont IGHC
ignorecont QCPD
ignorecont MSMC
That first "ignorecont UULC" statement means that the YesNo_gump will be ignored by the current client.

I just commented out that line and with cybercasper's vars it is logging in and out smoothly.

Gaderian
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on October 04, 2019, 12:31:30 PM
Well done looks like Gaderian diagnosed the issue 100%,  Remove all the ignore commands they should have been removed ages ago left over code, and well done to UO staff for finding a way to break the script lol.


So the problem with the logout is probably because of the following conflict:
YesNo_gump (used for the logout) is currently set to UULC.

Notice this set of ignorecont statements:
Code: [Select]
;--------------------------------------------------------------------------------------------------
;-----------------  Add this since  Build 248  by Cheffe courtosy of The Ghost --------------------
;--------------------------------------------------------------------------------------------------
;  Ignores the little translucent tool tip gumps that popup when you mouse over the buttons
;ignorecont reset
ignorecont UULC
ignorecont YCLD
ignorecont GXJC
ignorecont UGQB
ignorecont GVKC
ignorecont SVP
ignorecont SXQ
ignorecont IGHC
ignorecont QCPD
ignorecont MSMC
That first "ignorecont UULC" statement means that the YesNo_gump will be ignored by the current client.

I just commented out that line and with cybercasper's vars it is logging in and out smoothly.

Gaderian
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: gruntman on October 06, 2019, 06:31:48 PM
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?
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: The Ghost on October 06, 2019, 07:54:52 PM
First,   if you are using razor,  don't with this script.  I have major issue every time.     I suggest that you only run one account,  this way you only need to enter the password.   All the fix are posted.
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: gruntman on October 07, 2019, 02:42:32 AM
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.
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Gaderian on October 07, 2019, 04:43:06 AM
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.

Are you certain you made all the corrections? If you start with the latest version, then apply the changes for the gumps, then get rid of the ignorecont statements (all listed in the past ~ 2 weeks) and change the modifications from here (which specifically mentions fixing the problem you are describing):
http://www.scriptuo.com/index.php?topic=1509.msg120892#msg120892 (http://www.scriptuo.com/index.php?topic=1509.msg120892#msg120892)

Does it still not work?

I just tested with 2 accounts on 3 shards and it works fine for me. (Other than resetting my default account - because I did not define it (oops!).)

Gaderian
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: gruntman on October 08, 2019, 05:27:47 PM
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 :)
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: The Ghost on October 08, 2019, 06:12:30 PM
I do 4 to 5 shard at the time,  this way if it bug, I don't have to run the all of them.
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: gruntman on October 09, 2019, 06:00:15 PM
awesome idea Ghost!! thank you
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on October 11, 2019, 09:22:29 AM
I do 4 to 5 shard at the time,  this way if it bug, I don't have to run the all of them.

You can modify where it starts in the sub actionloop.   

Set %Maxchars  = 1...7  if set to 1 will only do first character per shard. 2= first and second etc.

SEt %CharLoop  =  character starting on ...  ie 1st 2nd 3rd etc.

Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Gaderian on October 16, 2019, 02:01:37 PM
So once or twice each year I spend a little time trying to figure out how to clean up the report option. I like the character report because it can show me where I have skills or characters that maybe I may bring across shards or that I may wish to develop.

There are 3 things with the reporting that I have changed:
Totals alignment:
Code: easyuo
  1. sub CharReport
I modified the format for the !Skill variable formatting from "PadWithSpaces LEFT 7" to "6" like this:
Code: easyuo
  1.   gosub FormatSkill %SkillTotal
  2.   Gosub PadWithSpaces LEFT 6 #result ; Gosub PadWithSpaces LEFT 7 #result
  3.   set !Skill #Result

If a character was not available, then the reporting would show up like this if there was not a character on that shard for this account, taking data from whatever the previous character in the inventory list was:
Code: [Select]
****************************************************** 
 Shard: Lake Austin Characters: 1 Of 0 
 ****************************************************** 
 CharName: N/A 
 Title:  ****** $No significant properties...$ 
 . 
 Sex: Female Str: N/A Dex: N/A Int: N/A MaxStat: N/A 
 . 
 Current  Real    Cap  Locked  Skill 
 ======= =====  =====  ======  ======================== 
   21.2   21.2  100.0  up      Focus 
   55.0   55.0  100.0  up      Magery
    3.2    3.2  100.0  up      Meditation 
    1.0    1.0  100.0  down    Tailoring 
   36.8   36.8  100.0  up      Veterinary 
   52.3   52.3  100.0  up      Animal Taming 
   59.4   59.4  100.0  up      Animal Lore 
 ======= ===== 
  228.9  228.9   Totals 
 ======= ===== 
Here is how I adjusted the reporting on the character in the following sub:
Code: easyuo
  1. sub MenuOptionInventoryChars

Code: easyuo
  1.      If %SignInContinue = #True ; this had a hanging double ampersand... not sure what that does to logic???
  2.        {
  3. ... [unchanged lines snipped from example here]
  4.         if %ActionType = BtnInventoryChars && %charloop <= %ShardChars
  5.           goSub CharReport %charloop  ; !ThisChar ; Inventory Character

Testing the %charloop is not more than %ShardChars then there is no more reported characters with bad statistics.  :)

All characters report as "Female" in the following subroutine:
Code: easyuo
  1. Sub CharReport  ; Inventory Character
Altered the gender test:
Code: easyuo
  1.   Set !Sex Female
  2.   If ! #Sex ; If !Sex
  3.      set !Sex Male

Gaderian
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on October 17, 2019, 01:36:36 PM
Gaderian

I never new anyone even used those features,  I am glad to find out people do.   I have taken all your changes and integrated them into the code so you wont have to fix each update from next update onwards...
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on October 17, 2019, 02:15:21 PM
Version  6.04

Fixes  for
 - change in password/account name box position and other minor changes.
 - new gump values
 - Misc report changes as documented by Gaderian.

Enjoy..
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Gaderian on October 22, 2019, 11:20:17 AM
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on October 23, 2019, 10:03:40 AM
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on October 23, 2019, 12:48:17 PM
Well I started working on automatic gump detection... and im being thown a loop becuase ann the ContName=NormalGump  are showing up with contsizex/y  as 2 x 2  no matter what size they are ??  WTF !!   eg Character selection screen, password box,   driving me nuts lol.
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: gruntman on October 27, 2019, 09:41:25 AM
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
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: gruntman on October 27, 2019, 09:42:14 AM
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
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Gaderian on October 27, 2019, 09:27:14 PM
En,
That 2x2 normal_gump means you are on the login screen. Once that is present, just go forward with setting accountname and password. You could get clever and use the offsets from #contposx/#contposy for that 2x2 gump (which lives along the lower left edge of the screen each time). You would have relative offsets that are positive for X and negative for Y.

If you try to eliminate the normal_gump (via ignorecont or cycling via event conttop), you might be able to eliminate the "normal_gump" and 2x2 size, but then I think you are left with a size of 640x480 sized gump. Several of the gumps are that size during the login procedure, so I do not see it as more beneficial to "skip" over the 2x2 gump. It shows up and you know you have arrived at the login screen.

Gaderian
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on October 28, 2019, 04:41:02 AM
En,
That 2x2 normal_gump means you are on the login screen. Once that is present, just go forward with setting accountname and password. You could get clever and use the offsets from #contposx/#contposy for that 2x2 gump (which lives along the lower left edge of the screen each time). You would have relative offsets that are positive for X and negative for Y.

If you try to eliminate the normal_gump (via ignorecont or cycling via event conttop), you might be able to eliminate the "normal_gump" and 2x2 size, but then I think you are left with a size of 640x480 sized gump. Several of the gumps are that size during the login procedure, so I do not see it as more beneficial to "skip" over the 2x2 gump. It shows up and you know you have arrived at the login screen.

Gaderian

Gaderian,  you miss-understood me.   Notice the shard selection screen is as a normal_gump but has correct contsize information,  but the character selection screen aslo shows as a normal_gump but with default size of 2,2 with contposx,y of 0 478.   But if you single click it on a character name it changes to a login_gump with correct size and position.  Its almost as if the password box is still thier but invisible.

event conttop...   where did this command come from not in wiki..  I will investigate.. event conttop 1 forces the login_gump to the top...  umm more investigation.  I might start a new thread as these gump detection subs maybe useful for other that the chacter toolbox script.
What command is event conttop   i can find no reference in the wiki
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on October 28, 2019, 05:05:15 AM
event conttop   ,  the undocumented command...  very interesting already figured out how to find the total number of gumps open...  Will compile some other function for this useful command......  A solution maybe found.
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Gaderian on October 28, 2019, 08:26:37 AM
I have been keeping a side documentation file for various additions. The documentation is locked down and the persons with access to change it are not active. I offered once to maintain it, but never received a response.
You have used the event statbar and discovered the mastery macros. The new menu commands need documentation. We put lots of examples when that was added but it is not in the docs.
There is also the ignorecont command that was recently discussed in this thread.

There may be some others, but that is all I have found that I keep a file on.

Gaderian
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on October 28, 2019, 01:32:08 PM
I have been keeping a side documentation file for various additions. The documentation is locked down and the persons with access to change it are not active. I offered once to maintain it, but never received a response.
You have used the event statbar and discovered the mastery macros. The new menu commands need documentation. We put lots of examples when that was added but it is not in the docs.
There is also the ignorecont command that was recently discussed in this thread.

There may be some others, but that is all I have found that I keep a file on.

Gaderian

I once had access to modify the wiki and i updated alot of stuff in years past.  At some point my username got purged, deleted or other who knows.  I tried unsuccessfully to get access again, that was years ago.   

What are the new menu commands...    (I will be posting a new set of gump subs soon if interested).

Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Gaderian on October 28, 2019, 02:00:58 PM
The menu code was revamped about 2 years ago. I have a personal document to show how to call all the parameters. If I had access to the wiki to update it, I would change the relevant parts and include new examples for each in a simple way.

I am attaching the basic command syntax.

Essentially there is no longer a limit to a single menu. The old menu system is mapped to "form0" (by internal name) and most of the old commands still work (like setting window transparency; which doesn't work for the auxiliary menu forms), but there are slight changes.
menu image pixline (gone)
menu shape (limited: can do basic shapes, but no "effects" - there are no rounded corners, no dashed lines (I created work around methods for dashed lines)).
colors are now hexadecimal values (which I have a remap routine) - only a few named colors work out of the original selections.
menu widgets *must* have a unique name now (in the past you could have all your labels with the same name; now the menu will not work).

Cheffe, posted a nice step by step walk through of most commands. I played with it further to test the other settings, and I really like it.

Something that is needed, IMO, is a translation routine to remap old commands into the new format. I have been toying with creating a process for that. If nothing else, then a sort of "Rosetta Stone" to show how to do the old commands with new code examples. To date there are a few converted menu snippets floating around, but it can do so much more than mimic the original menu system.

Most of the old functions are there:
menu form (was menu window)
button
text
edit
listbox
combobox
checkbox
Additionally, there are:
multiple forms (can have several windows defined at the same time... it is no longer limited to a single menu)
panel (a widget that holds a group of widgets). Panels can be used for aesthetics, or for functionally grouping widgets.
radio buttons
Each widget has properties that can be changed on the fly using:
menu setprop [unique widget name] [property value pair]
You can move an item from one menu to another dynamically by using "menu setprop [widget name] parent [other widget name]".
There is a "namespace" element to menu defaults - to protect what you write from taking over a parallel process (parent/child menu in a called library - for instance) (menu pushdef/menu popdef)

So you can have multiple forms (old system allows a single menu), and all items can be set to be visible or not individually.
A form can have a cluster of widgets in a panel. The panel can be moved between forms by changing it's parent.
Defaults for fonts and colors can be inherited. There are a few things where the default can't be inherited, so you must set the property for that widget after it's creation (think initial window... it can't inherit a background color, so you must set the background color after it is created).
There are working radio buttons (same as a combo box, but visually different). The related group of radio buttons are in a panel.

I am attaching the basic syntax listing for most of the commands - I probably have overlooked something in my organization of the material.

Gaderian
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: gruntman on October 28, 2019, 06:42:32 PM
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.
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on October 29, 2019, 07:14:13 AM
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.

Im confused as to what your issue is/was.   Is it resolved ?
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: gruntman on October 29, 2019, 12:34:31 PM
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.
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Gaderian on October 29, 2019, 12:53:43 PM
It describes the behavior that I have seen. When a character is not in a safe instant logout location, then the next time a character tries to login-it fails.

The script should do a 5 minute timeout wait, then try to login with the last character that failed. While it does that 5 minute count down, it seems to skip this failed character and go on to the next.

My solution is to logout manually my wandering characters.

Gaderian
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: gruntman on October 29, 2019, 03:10:44 PM
thank you Gaderian!! I though there might be a fix to it - i will just manually fix it - thanks again
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: The Ghost on October 29, 2019, 03:12:59 PM
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.  :)
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on October 30, 2019, 03:45:47 PM
It describes the behavior that I have seen. When a character is not in a safe instant logout location, then the next time a character tries to login-it fails.

The script should do a 5 minute timeout wait, then try to login with the last character that failed. While it does that 5 minute count down, it seems to skip this failed character and go on to the next.

My solution is to logout manually my wandering characters.

Gaderian

Umm are you doing a single shard at a time.   I purposefully made the script do char 1 on shard 1 then char 1 on shard 2... etc  So that even if you have a char in an invalid insta logout out place by the time you loop back around for char 2... 5 mins have probably passed.

That said when I get a chance I will take another look at this and maybe set some timers like has been suggested.
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Gaderian on October 30, 2019, 04:57:47 PM
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
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on October 31, 2019, 10:25:25 AM
Version  7.00

Major update:
-  Added Crash Resume Menu option (crash recovery).  The menu option Crash Recovery will start the script at the last successful character login point.  It does this by recording the option chosen, gift pickup, inventory etc and the character account shard script is on into a file (defined in script header default: C:\UOCharToolBox-Resume.txt)

Notes:
- for things like inventory character, the notes it already generated when crash happened will not be saved, this will be fixed in a future update.
- If you edit the values in the resume file you can make the script start on any shard, account, character combination you wish.

Minor updates:
 - new gump values
 - Removal of dependency on #contkind for all gumps when character loggedin  ie generic gumps and yesno, paperdoll status etc
 - Added ability to close script by clicking X menu button on main screen.


Enjoy..
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: gimlet on October 31, 2019, 11:38:03 AM
nice!
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on October 31, 2019, 12:12:44 PM
nice!

Yea this should fix the issue of you running it overnight and not knowing how far it got.  This way can just start it again choose resume and it will pickup where it got to.   So can run it with 10 accounts and no worries might take a few restarts but you will get their in the end.
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on October 31, 2019, 01:36:16 PM
opps theirs an error in the code that makes script not rotate all the characters correctly..., will fix tomorrow .. happy Halloween everyone.
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: gruntman on October 31, 2019, 06:11:41 PM
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.
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: gruntman on October 31, 2019, 06:13:38 PM
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!
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on October 31, 2019, 08:20:06 PM
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!

LOL Camping in the woods,  I'd forgotten all about that,  I could add that option in, check for camping skill if greater than what .. and have what a bedroll in pack.. could work ...

On another note the storing script position after each character is working like a charm I managed to pickup all my gifts only had to resume 5 times, why UO wiggs out after so many loggins is a different issue. lol...     
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on October 31, 2019, 08:25:41 PM
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....
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: gruntman on November 01, 2019, 02:45:00 PM
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! :)
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on November 01, 2019, 03:21:41 PM
Version  7.01

Sorry 7.00 Had a few critical bugs,  7.01 fixes that and improves upon the script reporting resume functions.

updates:
-  New Advanced stringlist subs, and more advanced writing of data to disk.
-  Removed contkind dependancy for login waitscreen and primary character creation screen.
-  Reports are now appended to the report file after each character processed so if a crash occurs reporting information is not lost.
-  Fix of misc reporting formating errors
-  Set able Var at top of script as to weather misc gumps should be closed:  set %CharacterClosePopups #false
-  Restructuring of code and other misc fixes.

Enjoy..


ps  hint,  in windows file explorer have either  UOCharToolBox-Resume.txt or UOCharToolBox-ShardResults.Txt  Highlighted and see the file content change after each character/shard processed.
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Gaderian on November 02, 2019, 01:41:49 AM
First, thank you for the updates. It actually seems to run faster than the previous version to me.

Downloaded and tested this using 3 accounts across all the shards setup in the script.

First account and first character ran fine through all the shards.
Switch to 2nd account, deletes account name, writes 2nd account name, writes password appended to the accountname. Fails to login on credentials. Repeats attempting to login until I stopped it (2-3 times).

Reran with 1 account configured. Correctly deleted the account name and refreshed with my defined account name and entered password properly.

As it found characters that had been created and sitting in Haven in the default starting position - automatically walked to the Inn to logout. Not sure if that was as intended, but a cool feature never the less.

The other abandoned characters that I ran to do a pickup was in the new Britain Commons area a few screen east of the West Brit Bank. There was a click location to pickup something - maybe last year (I do not remember). I was thinking that an interesting logout feature would be a more generic town based walk to an Inn/Tavern. I have a general sailing tool that might be adaptable to this. I am not sure I want to map out all towns, but maybe a few could be. I would use the "I'm stuck" option to transport to a known town on each facet. Once in that town, my tool could navigate walking to a tavern/inn. I think a character can logout instantly standing on the porch of some Inn's - so it would not even need door navigation. I will think about this some more...

Gaderian
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on November 02, 2019, 06:19:47 AM
It actually seems to run faster than the previous version to me.

Yes it probably does i streamlined some stuff

Downloaded and tested this using 3 accounts across all the shards setup in the script.
Switch to 2nd account, deletes account name, writes 2nd account name, writes password appended to the accountname. Fails to login on credentials. Repeats attempting to login until I stopped it (2-3 times).

Interesting I didnt test on mulitple accounts, must be a click positioning thing cannot image why if works for one should be all but obviously some bug someplace.


As it found characters that had been created and sitting in Haven in the default starting position - automatically walked to the Inn to logout. Not sure if that was as intended, but a cool feature never the less.

Yes that was intended and actually has been a feature for a long time.   Was it not working before ?

The other abandoned characters that I ran to do a pickup was in the new Britain Commons area a few screen east of the West Brit Bank. There was a click location to pickup something - maybe last year (I do not remember). I was thinking that an interesting logout feature would be a more generic town based walk to an Inn/Tavern. I have a general sailing tool that might be adaptable to this. I am not sure I want to map out all towns, but maybe a few could be. I would use the "I'm stuck" option to transport to a known town on each facet. Once in that town, my tool could navigate walking to a tavern/inn. I think a character can logout instantly standing on the porch of some Inn's - so it would not even need door navigation. I will think about this some more...

Yes I have often thought about doing this.  Does the help im stuck take you to the same place in each town or is it random.  If was same place I could easily write a path to each inn.  Random bit trickier for sure.



For new features...  I have thought about gump arrangement as a possible added feature,  open and setup each characters screen in a pre-determined way.

Notice I removed 1/2 the contkind requirments.. so 1/2 to go. :)





Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Gaderian on November 02, 2019, 08:28:27 AM
I think the "Help - I am stuck" option places the character in a random place in the selected town. Having said that, I have used it a lot to go to the Royal City in Ter Mur and most of the the time it has put me in the same location, but I thought that other towns seem more random. So it might be that there are predefined locations and you get one randomly. I have not used it to travel to Britain often, but since that is the largest one - it would be the simplest to test on how [in]consistently this placement is.

I will try to test it out later.

Usually when I use this feature, I have died somewhere and need a healer where there are none - getting to a town and then back to my belongings has been the priority over checking if it is the same tile as last time this all went badly. LOL

The walk to the Inn feature in New Haven did work before with new characters that I built. I just never had left a character on the start location and logged it out before. I usually move it somewhere, so it surprised me - then got me thinking about a way to enhance that functionality.

There is Algander's (might have it spelled incorrectly) Positioning System that has coordinates based on tile location to say where you are - I think it has coded all the classic dungeons. I was thinking something like that idea would work for even common areas. Suppose a character is at Luna around the bank (or possibly in the courtyard between the moongate and stable), but not upstairs in the Inn. It would not be difficult to code a target location to the main walk, then move along that axis to go upstairs to the safe logout rooms. So even attempting to move on a open rail system to a known location, then make the march to the Tavern/Inn. New "common" locations could be easily added without requiring a walk to the logout location from *every* tile.

Gaderian
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Gaderian on November 02, 2019, 10:38:42 AM
So my quick test around Trammel:
took 2 characters on different accounts to shame via corrupted crystal portal (so I start from the same location; oh yeah, and because I am lazy, er, it was simple).
Help-I'm stuck -> Britain is the choice. One character was near the west docks. Other character was on the other side of the shipright building near the bridge at the south west exit from the city.
Help-I'm stuck again on each -> Cove is the choice. First character above was placed at the north end of Cove at the nw corner of the farm next to the apple tree. 2nd character above was a few tiles south of the bank.

Neither character was even on a shared X or Y axis from those simple tests. I am curious about Ter Mur because I believe I have been in the same location running around to the healer there frequently.

Still the tests prove it is not perfectly consistent, so there would have to be some flexibility to work out a method. I would not choose a large town like Britain. I would choose a smaller one with fewer path options.
Testing out Ter Mur several times... it is as I remember mostly, that my character(s) are placed on the south patio of the Inn west of the Mystic shop by about 2 screens or so.

It is quite possible that there are several cities that have small areas where characters are moved to using that method.

I think I will setup a data gathering project to see what I can learn.

Gaderian
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on November 02, 2019, 01:16:31 PM
Well thinking on this probably easiest way to implement is to record a rail, or several rails around each city that ends up at an inn.   Then when a character lands on x,y scan the rail for closest point to landing, walk to that join rail and follow to inn.    Might mean in some circumstances a long walk but does it really matter this script is meant to be run unattended anyways.

Somewhere i think i had some code that would examine your x,y and tell you what city your in, if i can find it. 


Question:  on the help im stuck do you get to choose your city destination or is it picked for you. ?


Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: The Ghost on November 02, 2019, 01:45:42 PM
You pick the City your self.   
All the city have huge area and Cove have no Inn to my knowledge.   This have to be a long rail. 
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on November 02, 2019, 07:07:18 PM
You pick the City your self.   
All the city have huge area and Cove have no Inn to my knowledge.   This have to be a long rail.

In that case,  which is the smallest city.  Make trail for that and pick it every time.

Inn/Tavern Options from Malas, Trammel, Fel are: Britain(6), trinsic (1), Vesper(1), Minoc (1), Yew(1), Cove
Or from SA:  Royal City(2), Holy City

Inn/Tavern Locations:
Royal City: 162-56'S, 41-3'W
                 160-24'S, 43-14'W
Yew:     71-12'N, 50-16'W  (inside empathy abbey)
Minoc:   107-51'N,  81-4'E
Trinsic:   97-28'S,   36-33'E
Vesper:  57-56'N,  101-36'E
Britian:   0-59'N,     12-9'E
              3-5'N,      19-11'E
              3-26'N,     21-52'E
              8-36's,       7-39'E
              0-0's,        11-52'E
              9-9'N,        10-41'E


I'm confused I cannot seem to get the 5min wait timer to activate,  I've logged out in random towns, not in inns and in random terrain in both fel and tram and I seem to be able to login another character on the same shard instantly.   How is the 5min timer triggered again been too long...


If you can logout in town without triggering 5min wait for next character on same shard to login, then we can just help i'm stuck to move character to town and then logout, even if character stands their for 5min very unlikely will get attacked.  This also means I can change the script back to its original design of doing a single shard at once, I stopped doing it that way purely because of the timer.

 





Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on November 02, 2019, 08:20:31 PM
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?

Their was an error in the code,  I've tracked it down.. will be fixed on next update, as I cannot post fix now as I have temporarily broke something else oops...
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Gaderian on November 03, 2019, 01:25:43 AM
Royal city option seems to place the user right outside the door to the inn.

Trinsic would also be a good option. Probably the quietest town and not difficult to navigate. A couple of bridges.

Minoc is probably the easiest to navigate. to the tavern at the top of town.

Britain and Luna tend to have the "click" gifts on shards. This might be good for rarely used accounts/characters where the character gets left out.

Vesper has too much spawn outside the inn. All the bridges to navigate would be a pain. Trying to come up with a "closest rail point" might be complex.

Just my random thoughts on town configurations.

Gaderian


Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on November 03, 2019, 05:06:06 AM
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..

Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: gruntman on November 03, 2019, 02:28:59 PM
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
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: gruntman on November 03, 2019, 06:56:22 PM
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!
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on November 04, 2019, 01:10:27 PM
worked like a charm! all  accounts were inventoried!  nice work!

Good stuff, glad to hear it.  Did you even need to use the resume function at all ?
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: The Ghost on November 04, 2019, 01:41:46 PM
Maybe the next version will have a weigh check .    I have a few new toon that were overweight :)

Thx for the new version
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Gaderian on November 04, 2019, 01:48:46 PM
I have been pushing the resume function. I like that aspect of it.

Gaderian
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on November 04, 2019, 05:31:44 PM
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.


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.
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: gruntman on November 04, 2019, 05:56:46 PM
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.
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: The Ghost on November 04, 2019, 06:19:15 PM
Pay back is a b(^&*   ,   Yes it will be nice to report the weight if you are overweight.  A new toon can only carry 189 stone,  and I was in the red.  Specially the shard the shard I don't use often.
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on November 05, 2019, 07:12:20 AM
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]
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..
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Gaderian on November 05, 2019, 07:38:07 AM
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on November 05, 2019, 08:07:28 AM
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: gruntman on November 10, 2019, 09:54:55 AM
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?
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on November 11, 2019, 06:43:50 AM
Gruntman,  WHY ARE YOU SHOUTING !!  :o   :D
Read the top of the script  look for the editable section called  *** Setup Character Template/s ***   Read the notes and examples and then un-comment or add your own details  eg:

Code: [Select]
;===========================================
; ** Setup Character Template/s
;===========================================
; gosub AddCharacter Name                       sex    Race    Type         HairStyle FacailHair CancelNewbieTour
gosub   AddCharacter Gruntmans Bestfriend       Male   Elf     Blacksmith   1          8          #True
gosub   AddCharacter Gruntman The Shouter       Female Human   Mage         2          3          #True
gosub   AddCharacter Gaderian The Contributor   Male   Human   Warrior      2          4          #True

Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Crisis on November 11, 2019, 08:40:40 AM
Code: [Select]
gosub   AddCharacter Gruntman The Shouter       Female Human   Mage         2          3          #True
I love it!!
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Gaderian on November 11, 2019, 07:42:24 PM
 ;D
Thank you.
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: gruntman on November 12, 2019, 04:41:41 PM
Gruntman,  WHY ARE YOU SHOUTING !!  :o   :D
Read the top of the script  look for the editable section called  *** Setup Character Template/s ***   Read the notes and examples and then un-comment or add your own details  eg:

Code: [Select]
;===========================================
; ** Setup Character Template/s
;===========================================
; gosub AddCharacter Name                       sex    Race    Type         HairStyle FacailHair CancelNewbieTour
gosub   AddCharacter Gruntmans Bestfriend       Male   Elf     Blacksmith   1          8          #True
gosub   AddCharacter Gruntman The Shouter       Female Human   Mage         2          3          #True
gosub   AddCharacter Gaderian The Contributor   Male   Human   Warrior      2          4          #True



sorry buddy!! i missed it! thank you!
[/size]
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on November 13, 2019, 06:56:37 AM
lmao      :P
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: The Ghost on December 09, 2019, 03:26:18 PM
what happen between 603 and 703,  now my account name get delete every time.  Use to be able to set at N/A and enter password.  what did a miss.

Ok to fix my issue I just did this at line 1023 

 ;  gosub EnterText 418 295 !SigninAccount #False #True normal_gump       ; *********  remove this so it not erasing Account name ********   9 DEc 2019
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: The Ghost on December 09, 2019, 06:27:29 PM
I run this run with the  inventory all Char optiion.   I have notice that some shard didn't log the 7 char slot.   the report said 6 of 7.   does anyone have the same result?


Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on December 11, 2019, 09:09:03 AM
I run this run with the  inventory all Char optiion.   I have notice that some shard didn't log the 7 char slot.   the report said 6 of 7.   does anyone have the same result?

Did you check that you actually have a seventh char on that particular shard/s ??
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: The Ghost on December 11, 2019, 03:25:38 PM
yes  I chaeck that I have 7 guy,  because  the report said 2 of 2 or 6 of 6.   so  the one with 6 of 7  I had to manually log in. 
  My first intuition is that you can only do 6 Char,  Because all the shard that have 7 Char, I have msg 6 of 7.
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on December 12, 2019, 12:35:23 PM
yes  I chaeck that I have 7 guy,  because  the report said 2 of 2 or 6 of 6.   so  the one with 6 of 7  I had to manually log in. 
  My first intuition is that you can only do 6 Char,  Because all the shard that have 7 Char, I have msg 6 of 7.

Sounds like a bug,  if not doing 7th char for every shard, loop count must be implemented wrong...

Im guess but this looks like the suspect line  "Until %CharLoop >= %MaxChars    ; char loop"  inside actionloop sub.     That probably should be  %charloop > %maxchars    not >=  as I note charloop is incremented directly prior.     

Wont know until I test it.
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on December 12, 2019, 12:43:03 PM
yes  I chaeck that I have 7 guy,  because  the report said 2 of 2 or 6 of 6.   so  the one with 6 of 7  I had to manually log in. 
  My first intuition is that you can only do 6 Char,  Because all the shard that have 7 Char, I have msg 6 of 7.

Sounds like a bug,  if not doing 7th char for every shard, loop count must be implemented wrong...

Im guess but this looks like the suspect line  "Until %CharLoop >= %MaxChars    ; char loop"  inside actionloop sub.     That probably should be  %charloop > %maxchars    not >=  as I note charloop is incremented directly prior.     

Wont know until I test it.

Yup That was the error... and boy do i have a lot of overweight characters...
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on December 12, 2019, 12:56:59 PM
Version  7.04

- Bug fix for not processing 7th character instead ending at 6 of 7.   Noticed by Ghost.

Enjoy..
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: gruntman on February 28, 2020, 04:31:35 AM
quietly sneaks in so as not to wake Endless Night......latest patch fixes..

set %GumpMainMenu    IEMD  ; This is the login screen
set %GumpPasswordBox ONSB  ; This is the password box in Login Screen
Set %gumpShardSelect UQLD  ; this is the shard select screen
set %GumpLogin       ONSB  ; this is the Character Selection Screen with NEW/DELETE Buttons
set %GumpNewChar2    KNHD  ; this is the New Character Trade Selection screen
set %GumpNewCharMap  KNHD  ; this is the New Character Map starting location screen


Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on February 28, 2020, 11:25:38 AM
quietly sneaks in so as not to wake Endless Night......latest patch fixes..

set %GumpMainMenu    IEMD  ; This is the login screen
set %GumpPasswordBox ONSB  ; This is the password box in Login Screen
Set %gumpShardSelect UQLD  ; this is the shard select screen
set %GumpLogin       ONSB  ; this is the Character Selection Screen with NEW/DELETE Buttons
set %GumpNewChar2    KNHD  ; this is the New Character Trade Selection screen
set %GumpNewCharMap  KNHD  ; this is the New Character Map starting location screen

LOL,  I still heard you.  Avoid the creaky floorboards...      Is their new gifts or something..
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: gruntman on March 02, 2020, 06:01:54 PM
quietly sneaks in so as not to wake Endless Night......latest patch fixes..

set %GumpMainMenu    IEMD  ; This is the login screen
set %GumpPasswordBox ONSB  ; This is the password box in Login Screen
Set %gumpShardSelect UQLD  ; this is the shard select screen
set %GumpLogin       ONSB  ; this is the Character Selection Screen with NEW/DELETE Buttons
set %GumpNewChar2    KNHD  ; this is the New Character Trade Selection screen
set %GumpNewCharMap  KNHD  ; this is the New Character Map starting location screen

LOL,  I still heard you.  Avoid the creaky floorboards...      Is their new gifts or something..

NO...I just was using this to get a list of skills and decided to share....
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: gruntman on June 27, 2020, 06:07:54 AM
found a typo

sub MyCustom_Walt_To_Luna ; line 240 should read as follows

sub MyCustom_Walk_To_Luna


found it by accident :)
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: The Ghost on July 03, 2020, 08:49:29 AM
That will explain why it never work for me,    Now I will have to test that.   
 Great caught.
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on August 04, 2020, 01:04:05 PM
found a typo

sub MyCustom_Walt_To_Luna ; line 240 should read as follows

sub MyCustom_Walk_To_Luna


found it by accident :)

Nice,  maybe i meant waltz to luna... secret option lol ...
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Gaderian on August 04, 2020, 04:00:36 PM
 :laugh:
I want that option!
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Oracle on August 31, 2020, 09:16:44 PM

LOL,  I still heard you.  Avoid the creaky floorboards...      Is their new gifts or something..

23rd Anniversary Tokens

Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Oracle on August 31, 2020, 10:04:01 PM
Making sure I have the correct settings:


Several Problems:
1. It goes thru all the shards but when it gets past the 23rd shard, it gives a Fatal Error and then crashes.
2. When I restart the script it starts at Characer Slot 1 again. Is there a way to go past the first character slot and start on character slot 2, etc.
3. I am assuming that when it goes thru all the first character slots at shard 27, then it starts again on character slot 2 etc.?

Hopefully others are using this Script to get their 23rd Anniversary Gifts...





Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on September 01, 2020, 12:49:09 PM
Making sure I have the correct settings:


Several Problems:
1. It goes thru all the shards but when it gets past the 23rd shard, it gives a Fatal Error and then crashes.
2. When I restart the script it starts at Characer Slot 1 again. Is there a way to go past the first character slot and start on character slot 2, etc.
3. I am assuming that when it goes thru all the first character slots at shard 27, then it starts again on character slot 2 etc.?

Hopefully others are using this Script to get their 23rd Anniversary Gifts...

This  has been addressed in the most recent version of the script make sure you are running that...

After a crash Restart the script and choose the bottom menu option Crash Resume,  and it will start off after the last successful character login/logout and continue.  So if its crashed on the 3rd character on the 10th shard,  it will resume with the same settings...   If you want it to start in another spot edit the resume file:  default  C:\UOCharToolBox-Resume.txt

edit: note the crash resume also records the account your on .. so yes will resume at correct spot even if you set it doing 10 accounts.
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: The Ghost on September 01, 2020, 05:19:33 PM
Does the new version is plug and play or do we still required to change the Gump Values.   can't seen to get the first two value :(
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Oracle on September 01, 2020, 07:53:19 PM
This is what I am using....Not sure if it is THE corect one, but it works for me:

set %GumpMainMenu    IEMD  ; This is the login screen
set %GumpPasswordBox ONSB  ; This is the password box in Login Screen
Set %gumpShardSelect UQLD  ; this is the shard select screen
set %GumpLogin       ONSB  ; this is the Character Selection Screen with NEW/DELETE Buttons
set %GumpNewChar2    KNHD  ; this is the New Character Trade Selection screen
set %GumpNewCharMap  KNHD  ; this is the New Character Map starting location screen
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on September 02, 2020, 08:03:58 AM
Does the new version is plug and play or do we still required to change the Gump Values.   can't seen to get the first two value :(

I just observed a way to 100% get rid of this requirement and still uniquely identify the gumps needed for login (without doing OCR).  I will need to test it ...  but looks promising, will be nice to finally be rid of this contkind curse.

(Sadly even if works will still need contkinds for character creation as no way to uniquely id some of those gumps without OCR, but that feature isn't used as much)
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: gimlet on September 02, 2020, 09:00:11 AM
Does the new version is plug and play or do we still required to change the Gump Values.   can't seen to get the first two value :(

I just observed a way to 100% get rid of this requirement and still uniquely identify the gumps needed for login (without doing OCR).  I will need to test it ...  but looks promising, will be nice to finally be rid of this contkind curse.

(Sadly even if works will still need contkinds for character creation as no way to uniquely id some of those gumps without OCR, but that feature isn't used as much)

That would really be nice!
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: The Ghost on September 02, 2020, 04:49:21 PM
Thx Oracle, but still no joy on my end,.   the screen just flash and erase the account name.     Will need to investigate.

After investigation Ver 703 work, no joy on 704.   
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on September 03, 2020, 12:40:12 PM
Thx Oracle, but still no joy on my end,.   the screen just flash and erase the account name.     Will need to investigate.

After investigation Ver 703 work, no joy on 704.   

 what seems to be issue ghost  ??

Still testing for any glitches in new version but so far  contkind free gift collection is working well.
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: The Ghost on September 03, 2020, 04:33:21 PM
it not putting the password in and after a few try it erase my account name.      I left my account name to N/A because I do only one at the time.    I run 703 without issue, event use the crash option. 

last time I didn't use 704 either. 
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on September 04, 2020, 03:53:01 PM
it not putting the password in and after a few try it erase my account name.      I left my account name to N/A because I do only one at the time.    I run 703 without issue, event use the crash option. 

last time I didn't use 704 either.

yup version 704,  does seem to unnecessarily enter account name even when not needed  .. next version  will fix that... testing it currently as have made a number of changes and want to make sure still operates correctly.  New version much faster.....  coming soon ...
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Oracle on September 04, 2020, 06:10:23 PM
EN,

Looking forward to the new version.  Is there a way to not have the Script over-write the reports?  Currently, I have 12 accounts and would love to have an inventory of what chars are on each account....

Thank you for the Crash Button. If I had remembered that Anni tokens were due out, I would have used 'create character' to fill in the slots of some of my accounts on certain shards...

Can you believe that rare colored Caldrons are going for 50 to 150 million currently? Also, people are buying the tokens for 5-7 million just for the opportunity to pop them and see if they get a rare cauldron, etc.. The Tomes also have rares but the cauldrons are more popular.  Tomes are going for 25-50 with rare names.  Not sure if the Lamp posts have a rare color or light bulb color?
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on September 05, 2020, 07:37:31 AM
EN,

Looking forward to the new version.  Is there a way to not have the Script over-write the reports?  Currently, I have 12 accounts and would love to have an inventory of what chars are on each account....

Thank you for the Crash Button. If I had remembered that Anni tokens were due out, I would have used 'create character' to fill in the slots of some of my accounts on certain shards...

Can you believe that rare colored Caldrons are going for 50 to 150 million currently? Also, people are buying the tokens for 5-7 million just for the opportunity to pop them and see if they get a rare cauldron, etc.. The Tomes also have rares but the cauldrons are more popular.  Tomes are going for 25-50 with rare names.  Not sure if the Lamp posts have a rare color or light bulb color?

sure modify the settings line near top of script that that reads

Code: [Select]
set %ReportFileName       C:\UOCharToolBox-Report.txt
change to

Code: [Select]
set %ReportFileName       C:\UOCharToolBox-Report- , #date , - , #time  , .txt

Or maybe I could just save them by account name... that maybe better.

Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on September 06, 2020, 12:45:49 PM
VERSION 7.05

Many updates .. including

- Script no longer relies on ContKind (except for Character Creation Option).
- Now uses my gump subs to scroll though open containers to determine what screen you are on.
- Various code changes throughout... forgot to document.
- If only one account no need to enter account name presumes that account name is already set.
- Better fix for accounts that didn't log out in safe zone and loading next character in same shard. Tries every 15 seconds instead of waiting 5 mins.
- Overall faster operation.  If goes to fast and you get fatal errors,  set slowdown and gumpload values at top of script higher accordingly.
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Gaderian on September 07, 2020, 07:29:52 PM
Just ran the this version 7.05.
Thank you for updating this.

The report from the choice to "Inventory Characters" is corrupted. The skill names are incorrect. If a character has more skills than the previous character in the report, then it appears the skills list a single skill name. However, most of the characters have about 3 skill names (or partial names) listed on each line.

Human "Strong Back" is not reflected in the #MAXWEIGHT value. This is probably difficult to get right because if in another form (especially necro/ninjitsu/polymorph) the #CHARTYPE changes so something that is identical and the native form can't be derived. It would be possible to look at the main forms, but if the character is in a different form, then it would require an OCR/scanpixel of the racial_ability_book_gump. This is more an observation than a bug.

I did run the "Crash" recovery once. I think there was a timing issue trying to logout once and the client was stuck at a screen, but not completely logged out.

Also once it opened the Ultima Store and became stuck. I had to manually click the focus onto the paperdoll to get it to choose the Logout option. This may have been lag related.

I couldn't figure out how to replicate these last 2 situations.

Gaderian
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on September 08, 2020, 04:44:03 PM
VERSION 7.07

- Removal of ContKind for Character Creation Option, contkind no longer used in this script.
- Slight speedup once logged in.
- Inventory char option reporting changes as below
    - Fix for skills chart not displaying correctly.
    - Fix for skills chart not showing real skill correctly.
    - Now only shows real skill if different than current skill, only shows skill cap if > 100
    - New var option %IgnoreZeroSkills default set true, means only shows skills > 0, if false will show skills with skill cap > 100 or skills locked or up even if zero.
    - Shows character location, x,y and words if location identified ie bank, etc.
    - shows expanded and reformatted character stats, resistances etc.
    - fix for strong back weight adjustment.


If just picking up gifts and already downloaded 7.05 you don't need to upgrade to 7.07.

Note: If you experience and lag or weird stuff like Gardian mentioned one post up increase these 2 vars set at top of script.

Code: [Select]
set %GumpLoadWait         5      ; Adjust for slow computer/lag.
set %SlowDownDelay        5     ; sometimes the script goes to fast so this is delay between major actions

Example Character inventory report

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
Character Inventory By Shard   09/20/20 20:20:20 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
(Max Characters per shard: 7 ) 
.
++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
Account: 1 of 1 - HelloHello
++++++++++++++++++++++++++++++++++++++++++++++++++++++
****************************************************** 
Shard: Legends Characters: 1 Of 6 
****************************************************** 
Name: Lord Messy Foot
Male Gargoyle  Title: $ 
Location: 950:341 - Tokuno 

    Str:   25     Hits:   28      AR: 46 
    Dex:   20     Stam:   32      FR: 42 
    Int:  115     Mana:  120      CR: 49 
        =====                     PR: 66 
MaxStat:  180                     ER: 69 

Damage(Min/Max): 1/6     TP: 0    Weight: 59/177 
      Followers: 0/5     Luck: 149        Gold: 0 

Current   Real    Cap   Locked    Skill 
======= ====== ======   =======   ======================== 
   30.7    -    115.0   locked    Archery
   10.0    -      -     up        Alchemy 
   20.0    -    120.0   up        Blacksmithy 
   10.0    -      -     up        Carpentry
  100.0    -    120.0   down      Camping
   82.2   59.2    -     locked    Magery 
  100.0    -      -     down      Tinkering 
  100.0    -      -     locked    Arms Lore 
======= ====== 
  472.9  419.9  Totals 
======= ====== 


.
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Oracle on September 08, 2020, 10:12:33 PM
EN (or anyone as smart as he is),

Hope this is not asking too much, but aside from the account management page -- is there a way to see what pack has been applied to which account?

Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Gaderian on September 09, 2020, 02:52:49 AM
I do not consider myself that 'smart', but here are my random thoughts:
You could generate some generic tests for some of the add ons.
Today all accounts have access to upgrades through Stygian Abyss - so this can be assumed as the current base.

Several items below can be done with a new character: Numbers 1, 2, 5 & 6. #3 needs a house and validation of High Seas which grants some additional house storage.
Start a new character with Tinkering in New Haven on a shard you do not play. Buy some ingots (you will already have 50, buying another 125 gives you plenty to test out #2 by separating these). It also allows you to craft tools to test out several of the options.
1) Time of Legends: Test public moongate to travel to Eodon (if no ToL then the option isn't offered)
2) Bank Storage: add non-stacked quantity to your bank until it reaches it's limit -> count all things in the bank
3) House Storage: house accessible character could access the house sign and via OCR determine the house storage options
4) (6th??)/7th Character Slot: At character login/creation page - count how many characters are defined, if 6 or 7. I think ML allowed 6 characters and all accounts that are non Endless Journey are allowed to create up to 6. The only add on these days is the 7th character slot, though "6th slot" was one in the past. If 6 characters already exist on the account, then the "New [character]" button would confirm 7th character slot ability.
5) Gothic and Rustic add-ons have some overlap, so it is more complicated:
Gothic - allows some house gothic items (stained windows), crafting a gargoyle statue
Rustic - allows crafting some items related to fermenting which needs the tinker/carp tool to see if these are allowed or not
I think these overlap in use of the chest of sending and owning a Magincia vendor plot-if I am wrong then maybe these could be valid tests.
6) High Seas - I can think of 2 free/cheap possibilities:
 6-1) Does crafting cannons, cannonballs (blacksmithy) , making charges (alchemy?) or their ingredients require High Seas? (my guess is that it does, so this is a cheap option that requires a crafting tool)
 6-2) Will the fish monger grant you a Professional Fishing Quest? Without having runes, runebook, crystal teleporter, the easiest to travel to and create a rail is probably Moonglow, while crystal teleporter make Britain a really short rail from the bank.
There are several options on HS but most take an investment of time or maybe some gold:
 a) mine up saltpeter (needs luck suit and dungeon mining and GM mining)
 b) fishing up HS only fish: Needs a lot of time fishing or fishing skill > 50 to quickly determine if you only get classic fish. Until you fishing is high enough, you can still get the classic fish which doesn't prove anything.
 c) tossing a white net gets Osiredon (not only Leviathans): Just way too much effort to determine if you have High Seas
 d) sacrifice a map at the Covetous brazier (or whatever it is named) to lead to summoning Corgul
 e) Can you place 2 boats? Even the cheap classic boats are limited on a HS upgraded account, where non-EJ/non-HS can place multiple boats.

I can't think of any other options, but I am sure a test could be made in game for most.

There are excessive tests, like having both an add on and it requires a recipe to craft - so you could get false-positive results (If I have the add on (Mondain's Legacy (technically everyone has it already) and Time of Legends both have these requirements) but I don't have the recipe can look the same as not having the add on).

Gaderian
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Endless Night on September 09, 2020, 06:31:38 AM
EN (or anyone as smart as he is),

Hope this is not asking too much, but aside from the account management page -- is there a way to see what pack has been applied to which account?

Gaderian did a good list above of ways to tell.  I think that shows scripting it is not really worth the effort,  best just to look at account management page.   

Glad you are enjoying the script,  if you can think of other stuff to add to  character inventory report let me know.  I was considering adding LMC and equipment breakdown information.
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: Oracle on September 09, 2020, 12:30:29 PM
Gaderian,

Thanks for the great write-up and tips.  I have printed out the post and I am going to test some of those out....

I really appreciate the time that it took to write all those things down...!


Oracle
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: The Ghost on September 22, 2021, 07:03:59 PM
Here a silly question.  Ver 7.07 is a plug and play correct.    It weird asking this question  because  cant seen to be able to add the password. 

V 7.05 Work find.  ???
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: cybercasper on September 26, 2021, 05:05:57 AM
I was wondering if anyone happen to have got this to work. looking at the script the whole gump section is greyed out with the new versions. also with this i was monitoring the password area and it was only putting 3 chars in the password box instead of my full password.

if im supposed to update the gump section are these the correct values

gosub SetGump MainMenu    YMSD   640  480     MainMenu_gump|normal_gump   ; This is the login screen
gosub SetGump Password    EWYB     2    2     normal_gump                 ; This is the username password entry boxes
gosub SetGump Wait        AYWB    408  288     waiting_gump                ; This is the wait gump before next screen
gosub SetGump ShardSelect GXRD   640  480     normal_gump                 ; this is the shard select screen
;gosub SetGump Login       EUT    640  480     Login_gump|normal_gump      ; this is the Character Selection Screen with NEW/DELETE Buttons
;gosub SetGump NewChar     WBAC   640  480     CharCreation_gump           ; this is the New Character Name and Clothing screen
;gosub SetGump NewChar2    IYEC   640  480     normal_gump                 ; this is the New Character Trade Selection screen
;gosub SetGump NewCharMap  IYEC   640  480     normal_gump                 ; this is the New Character Map starting location screen
;gosub SetGump Generic     KZHD   N/A  N/A     generic_gump                ; this is the Vet Reward/6 month stat increase gump
gosub SetGump YesNo       GXDD   178  108     YesNo_gump                  ; this is the Logout - Okay Cancel gump

I do know some are closed and that is because i am not making any new chars with this, i am just trying to pick up gifts.
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: The Ghost on September 26, 2021, 10:28:28 AM
 What did En's posted under his update on V 7,05
 
Script no longer relies on ContKind 
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: TrailMyx on September 26, 2021, 10:59:23 AM
I was wondering when EN would finally let the #CONTKIND rest... :)
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: tandj99 on April 15, 2022, 03:50:30 AM
Good morning everyone. So last night I decided that i needed to get a char inventory of skills and such. Well I fired the latest version up and put my info in like normal. Pressed play and selected the char inventory and off it went. Except it never actually logged into any char (I think its a problem in the click 370 !charclicky area but not positive line: 1374)

Looks like I got it to work with changing the the following
Click 370 !Charclicky x 4 f
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: The Ghost on September 05, 2022, 02:22:13 PM
Anyone else having issue with password not getting be inserted.    login window flash but nothing happen.   it does hit the login button because I receive the " we are unable to autenticate"
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: 12TimesOver on September 06, 2022, 12:44:12 PM
Anyone else having issue with password not getting be inserted.    login window flash but nothing happen.   it does hit the login button because I receive the " we are unable to autenticate"
It's working for me.
Title: Re: ENs - Character ToolBox (Multi Shard/Account)
Post by: The Ghost on September 06, 2022, 08:54:49 PM
I got Ver 705 to work.  I will re-download and try 707 again