Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - cybercasper

Pages: [1] 2 3 ... 16
1
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.

2
Crafting / Re: Bod Filler Expanded to Newer Craft Options
« on: September 05, 2021, 02:32:48 PM »

3
Submit your Script / Re: BL Eggscavator Beta release
« on: September 04, 2021, 03:28:27 PM »
ill give this a whirl tomorrow at work and see how it goes.

4
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

5
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

6
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

7
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

8
in need of help finding the offsetclick for logging out, it brings up the log out button but will not click on it.

9
Scripting Chat / Re: mining sand
« on: September 22, 2019, 04:03:25 PM »
and you might have to get the mining book from the royal city and set the shovel to mine sand

10
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

11
First time using this script. it does everything up to going into heartwood. it says it can not find VQV_Portal. I tried searching the script but can not find anything with that name. Anyone have any idea what is going on. I am using the railengine30k.

12
Questing / Re: Gen's Library Donations
« on: June 21, 2018, 09:59:56 AM »
i posted and update to the script not to far up

13
Site News / Re: Website Down
« on: June 17, 2018, 04:49:04 PM »
Its all good Tidus glad you were able to get everything figured out. Been checking like 50 times a day :)

14
Submit your Script / Re: Medusa Egg Farmer Stealth/Ninja
« on: May 30, 2018, 07:19:18 AM »
just tried this script out. so far not working as intended. it will walk to the first hole then it keeps cycling  through the mobs but never pick one or uses a flute

15
Whats up Hose. Glad your wife pointed you this way man. ScriptUO is amazing and welcome to the family

Pages: [1] 2 3 ... 16