Author Topic: ENs - Character ToolBox (Multi Shard/Account)  (Read 141757 times)

0 Members and 3 Guests are viewing this topic.

Offline Endless NightTopic starter

  • Global Moderator
  • *
  • *****
  • Posts: 5467
  • Activity:
    0%
  • Reputation Power: 62
  • Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!
  • Respect: +393
  • Referrals: 1
    • View Profile
ENs - Character ToolBox (Multi Shard/Account)
« on: May 01, 2009, 05:44:25 PM »
0
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

Example Reports
Example Of Shard Character Count  Report.
Example of Shard Character Inventory Report.
Example Of Character Generation Report.

Script Location
EasyUo
ScriptUO

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!

There are 3 attachment(s) in this post. You must register and post an acceptable introduction to download
Character ToolBox (Multi Shard Multi Account) v704.txt
Character ToolBox (Multi Shard Multi Account) v705.txt
Character ToolBox (Multi Shard Multi Account) v707.txt
« Last Edit: September 08, 2020, 04:34:58 PM by Endless Night »
Outlaw Josey Wales - "Manwink, A Long Gone Scripty, and Endless are always teasing us with their private sections lol. What there realy saying is scripters rule and users drool."
Briza - "Your a living breathing vortex of usefulness."

Offline Endless NightTopic starter

  • Global Moderator
  • *
  • *****
  • Posts: 5467
  • Activity:
    0%
  • Reputation Power: 62
  • Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!
  • Respect: +393
  • Referrals: 1
    • View Profile
Re: ENs - Character ToolBox (Multi Shard/Account)
« Reply #1 on: May 01, 2009, 05:45:33 PM »
0
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.
« Last Edit: October 31, 2019, 10:27:28 AM by Endless Night »
Outlaw Josey Wales - "Manwink, A Long Gone Scripty, and Endless are always teasing us with their private sections lol. What there realy saying is scripters rule and users drool."
Briza - "Your a living breathing vortex of usefulness."

Offline Endless NightTopic starter

  • Global Moderator
  • *
  • *****
  • Posts: 5467
  • Activity:
    0%
  • Reputation Power: 62
  • Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!
  • Respect: +393
  • Referrals: 1
    • View Profile
Re: ENs - Character ToolBox (Multi Shard/Account)
« Reply #2 on: May 01, 2009, 05:46:15 PM »
0
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 
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~   
 
« Last Edit: May 01, 2009, 05:56:25 PM by Endless Night »
Outlaw Josey Wales - "Manwink, A Long Gone Scripty, and Endless are always teasing us with their private sections lol. What there realy saying is scripters rule and users drool."
Briza - "Your a living breathing vortex of usefulness."

Offline Endless NightTopic starter

  • Global Moderator
  • *
  • *****
  • Posts: 5467
  • Activity:
    0%
  • Reputation Power: 62
  • Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!
  • Respect: +393
  • Referrals: 1
    • View Profile
Re: ENs - Character ToolBox (Multi Shard/Account)
« Reply #3 on: May 01, 2009, 05:48:34 PM »
0
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 
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
« Last Edit: May 01, 2009, 05:56:50 PM by Endless Night »
Outlaw Josey Wales - "Manwink, A Long Gone Scripty, and Endless are always teasing us with their private sections lol. What there realy saying is scripters rule and users drool."
Briza - "Your a living breathing vortex of usefulness."

Offline Endless NightTopic starter

  • Global Moderator
  • *
  • *****
  • Posts: 5467
  • Activity:
    0%
  • Reputation Power: 62
  • Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!
  • Respect: +393
  • Referrals: 1
    • View Profile
Re: ENs - Character ToolBox (Multi Shard/Account)
« Reply #4 on: May 01, 2009, 05:48:54 PM »
0
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 
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
« Last Edit: May 01, 2009, 05:58:39 PM by Endless Night »
Outlaw Josey Wales - "Manwink, A Long Gone Scripty, and Endless are always teasing us with their private sections lol. What there realy saying is scripters rule and users drool."
Briza - "Your a living breathing vortex of usefulness."

Offline Endless NightTopic starter

  • Global Moderator
  • *
  • *****
  • Posts: 5467
  • Activity:
    0%
  • Reputation Power: 62
  • Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!
  • Respect: +393
  • Referrals: 1
    • View Profile
Re: ENs - Character ToolBox (Multi Shard/Account)
« Reply #5 on: May 01, 2009, 05:53:51 PM »
0
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.
« Last Edit: May 01, 2009, 05:59:01 PM by Endless Night »
Outlaw Josey Wales - "Manwink, A Long Gone Scripty, and Endless are always teasing us with their private sections lol. What there realy saying is scripters rule and users drool."
Briza - "Your a living breathing vortex of usefulness."

Offline Endless NightTopic starter

  • Global Moderator
  • *
  • *****
  • Posts: 5467
  • Activity:
    0%
  • Reputation Power: 62
  • Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!
  • Respect: +393
  • Referrals: 1
    • View Profile
Re: ENs - Character ToolBox (Multi Shard/Account)
« Reply #6 on: December 17, 2009, 06:47:25 PM »
0
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.
Outlaw Josey Wales - "Manwink, A Long Gone Scripty, and Endless are always teasing us with their private sections lol. What there realy saying is scripters rule and users drool."
Briza - "Your a living breathing vortex of usefulness."

Offline Nellie

  • Full Member
  • ***
  • Posts: 144
  • Activity:
    0%
  • Reputation Power: 2
  • Nellie has no influence.
  • Gender: Male
  • Respect: +21
  • Referrals: 2
    • View Profile
Re: ENs - Character ToolBox (Multi Shard/Account)
« Reply #7 on: December 19, 2009, 01:35:36 PM »
0
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.

Offline Endless NightTopic starter

  • Global Moderator
  • *
  • *****
  • Posts: 5467
  • Activity:
    0%
  • Reputation Power: 62
  • Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!
  • Respect: +393
  • Referrals: 1
    • View Profile
Re: ENs - Character ToolBox (Multi Shard/Account)
« Reply #8 on: December 19, 2009, 06:17:05 PM »
0
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


« Last Edit: December 19, 2009, 06:19:40 PM by Endless Night »
Outlaw Josey Wales - "Manwink, A Long Gone Scripty, and Endless are always teasing us with their private sections lol. What there realy saying is scripters rule and users drool."
Briza - "Your a living breathing vortex of usefulness."

Offline MeWonUo

  • Hero Member
  • *
  • Posts: 913
  • Activity:
    0%
  • Reputation Power: 11
  • MeWonUo barely matters.MeWonUo barely matters.
  • Gender: Male
  • Respect: +85
  • Referrals: 1
    • View Profile
Re: ENs - Character ToolBox (Multi Shard/Account)
« Reply #9 on: December 19, 2009, 06:41:52 PM »
0
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.

Offline NObama

  • Everything I need to know, I learned from Miffy's Item Finder.
  • Elite
  • *
  • *
  • Posts: 3454
  • Activity:
    0%
  • Reputation Power: 43
  • NObama is a force to reckon with.NObama is a force to reckon with.NObama is a force to reckon with.NObama is a force to reckon with.NObama is a force to reckon with.NObama is a force to reckon with.NObama is a force to reckon with.NObama is a force to reckon with.
  • Respect: +161
  • Referrals: 2
    • View Profile
Re: ENs - Character ToolBox (Multi Shard/Account)
« Reply #10 on: December 20, 2009, 08:59:51 AM »
0
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

 :)

Offline Oracle

  • Hero Member
  • *
  • Posts: 888
  • Activity:
    0%
  • Reputation Power: 14
  • Oracle barely matters.Oracle barely matters.
  • Gender: Male
  • We always want something that we cannot have...!
  • Respect: +97
  • Referrals: 3
    • View Profile
Re: ENs - Character ToolBox (Multi Shard/Account)
« Reply #11 on: December 20, 2009, 11:30:49 AM »
0
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 
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ORACLE
Get me a Straw...because I suck...!
PIXEL CRACK -- Love it! Crave it! Want it! Got to have it!

Offline Endless NightTopic starter

  • Global Moderator
  • *
  • *****
  • Posts: 5467
  • Activity:
    0%
  • Reputation Power: 62
  • Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!
  • Respect: +393
  • Referrals: 1
    • View Profile
Re: ENs - Character ToolBox (Multi Shard/Account)
« Reply #12 on: December 20, 2009, 06:26:57 PM »
0
Interesting .. i know what this probably is
the fix is a bit of work ..
Outlaw Josey Wales - "Manwink, A Long Gone Scripty, and Endless are always teasing us with their private sections lol. What there realy saying is scripters rule and users drool."
Briza - "Your a living breathing vortex of usefulness."

Offline Nellie

  • Full Member
  • ***
  • Posts: 144
  • Activity:
    0%
  • Reputation Power: 2
  • Nellie has no influence.
  • Gender: Male
  • Respect: +21
  • Referrals: 2
    • View Profile
Re: ENs - Character ToolBox (Multi Shard/Account)
« Reply #13 on: December 22, 2009, 01:17:43 AM »
0
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.

Offline Endless NightTopic starter

  • Global Moderator
  • *
  • *****
  • Posts: 5467
  • Activity:
    0%
  • Reputation Power: 62
  • Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!
  • Respect: +393
  • Referrals: 1
    • View Profile
Re: ENs - Character ToolBox (Multi Shard/Account)
« Reply #14 on: December 22, 2009, 04:36:55 AM »
0
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.

Outlaw Josey Wales - "Manwink, A Long Gone Scripty, and Endless are always teasing us with their private sections lol. What there realy saying is scripters rule and users drool."
Briza - "Your a living breathing vortex of usefulness."

Tags: