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

Pages: 1 2 [3] 4 5
31
IDOC tools / Automatic Hider
« on: September 13, 2017, 05:48:29 PM »
Code: [Select]
; Script Name: Auto Hider
; Author: JFSF
; Version: 1.0
; Client Tested with: EA 7.0.59.4
; EUO version tested with: 1.5.1.323
; Shard OSI / FS: OSI Servers
; Revision Date: 7/21/2017
; Public Release: 9/13/2017
; Global Variables Used:
; Purpose: To Keep your char hidden if Revealed, Thats it!!
; #########################################################

This little short and sweet tool will keep you hidden. Nice to be able to use at IDOC's, good safety for timing a house if your revealed for some reason, while playing a DS style char at times, and even to train the hiding skill. The only thing this will do is attempt to hide you until your hidden with a 10 second skill timer wait.


32
New member introductions / Re: Hi Guys!!
« on: September 10, 2017, 08:02:16 PM »
Welcome to the best scripting communities around. Enjoy

33
Maybe the better question is how can I revert back to 7.59.4

34
Damn, maybe if I could go back I wouldnt be having these problems. I about to give up

35
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?

36
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

37
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

38
what client verison are you using?

39
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

40
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?

41
I'd double check. But I think those r right. I will make sure in a few minutes when I get back home

42
add the ; in front of menu clear
also change the gumps to the values I posted above

43
your adding a ; in front of menu clear

44
;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
; 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

45
ok in the EasyUO Menu Designer code area check for this

Pages: 1 2 [3] 4 5