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

Pages: 1 [2] 3 4 ... 8
16
UOSteam / Re: Continue getting error when starting Steam.
« on: August 06, 2017, 08:28:16 AM »
If I go in and double click the client.exe file it works. If I open it with uo assist it works. But if I try and open any additional clients once I have one open it gives me the same error. Right now the only way I can open a second client is by using easyuo and selecting new client.

I made sure to confirm that I am running the exe as admin as well.

17
UOSteam / Continue getting error when starting Steam.
« on: August 06, 2017, 06:08:17 AM »
Get the following File Error
 
  "Failed to open file C:\Program Files (x86)\Electronic Arts\Ultima Online Classic\soundLegacyMUL.uop: Error 0."

I have been getting this error since that last uo patch. I have uninstalled and reinstalled UO twice, tried to use the last working client to open steam. Both did not work.

18
UOSteam scripts / Re: Chiv 30 to 120 w/med
« on: June 01, 2017, 02:14:23 PM »
a lot of views anyone try this?

19
Site News / Re: Please welcome your new GMod Gimlet!
« on: March 29, 2017, 03:53:07 PM »
CONGRATS GIMLET!!! Very well deserved!!!

20
Submit your Script / Re: Hitech's Master Control
« on: March 12, 2017, 05:44:31 PM »
And where is this so called G-Bot 5.0 located??  :D

21
Script Debug / Re: Multi client targeting
« on: January 15, 2017, 02:23:29 PM »
Its More for big bosses and what not Im still key on that Hotkey  ... Just tab bit easy to sick A Greater dragon (tank)  then the others afterwards. If u want to set something up Plz do.This code i just posted works! just have 4 of them open while on the main ...

22
Script Debug / Re: Multi client targeting
« on: January 15, 2017, 10:15:33 AM »
Ok guys This is what i have and works right now No auto swap what so ever If i Load this up for each client it works great and the way i want to . But i want to try to cut it down to just 1 open page any ideas ?

 set #lpc 1000
 set %target CD_
 ;; Oaks:: WH_XI_SH_SC_EF_NB_RC_PB :: Pixies, Shadow Wisps, Kirins, Unicorns
;; Mephitis:: UE_SD_K_J_U_HD_PD_EJ_UI  :: Scorpions, Giant Spiders, Terathan Warriors, Terathan Drones, Dread spiders, Matriarch, Avengers, PEs
;; Niera:: II_WI_TI_YD_WD_NI_EB_VI_NI_R :: Mummies, Skeletal Knights, Wraiths, Spectres
;; Semidar:: W_BE_UC_UD_YH_N_FD_HI :: Imps, Mongbats, gargoyles, harpies, burning gargs, stone gargs
;; Rikktor:: QE_AE_DE_FE_AB_QF_XE_YE_X_DF_CD_DI :: Lizardmen, Snakes, Lava lizards, ophidian warriors, Dragons, Ophidian Avengers
;; Baracoon:: XF_VE_IE_OE_HE_LD_BI_RB_UB_GB_LB_FB_CI ::
 set %timeout 25
repeat
  onhotkey q
    gosub Kill

sub Kill
findItem %target G_8 ;
if #findCnt < 1
   {
   }
    set #ltargetID #findID
    set #ltargetKind 1
    Msg all kill$
   wait 1s
    target
    event macro 22 0 ; last target
    wait 5
    return

23
New member introductions / Re: Hello New
« on: January 15, 2017, 05:08:36 AM »
Welcome to SUO.  :)

24
Script Debug / Re: Multi client targeting
« on: January 13, 2017, 02:18:57 PM »
true Ive tried this ... i  need the hot key one cause i run with a tamer with luck and the rest without and i need my main to do most damage  so i could say all kill then after 1 min tell the others on hot key too kill

25
Script Debug / Re: Multi client targeting
« on: January 13, 2017, 01:00:43 PM »
thXS bob  Ill see what i can do with that  .I honestly I like the hot key function myself.. That way i dont have to set just one type and have to change it all the time.

26
Script Debug / Re: Multi client targeting
« on: January 13, 2017, 12:09:55 PM »
Ok with the repeat it is bring up cursors now. thank you   But when i hit the hot key for attack i see the other Client saying all kill but the pet is not attacking ?
Am i missing something. Is there a way to write it where Only the curse target from char a will share over to char b  .. So far this is kinda working just im missing something ive looked over a few attack scripts and just not finding what i am missing  :-[
onhotkey F9
    gosub TargetCursor
  onhotkey F10
    gosub attack
}
return

;==================================
sub TargetCursor
msg All kill$
repeat
until #targcurs = 1
set #ltargetid #findid
set #ltargetkind 1
event macro 22 0
}
wait 20
uoxl swap
}
return
;==================================
sub attack
msg All Kill$
 wait 5
 event macro 22 0
 }
return

27
Script Debug / Multi client targeting
« on: January 13, 2017, 09:48:24 AM »
Looking for a simple shared target for my tamers   So when im on my main account i can say all kill my will attack and then the other follow suit as of right now i cant seem to get it to work .I know im missing something some where Little Point in right direction.

this is what i have  If yall know a better way let me know thx

;=========== MAINCODE =============
sub main
while #true
{
  onhotkey F9
    gosub TargetCursor
  onhotkey F11
    gosub attack
}
return
;==================================
sub TargetCursor
event macro 13 1
target 20
until #targcurs = 1
set #ltargetid #findid
set #ltargetkind 1
event macro 22 0
}
wait 20
uoxl swap
}
return
;==================================

28
Scripting Chat / Re: Good Script for Dual Client Tamers
« on: December 04, 2016, 03:36:44 PM »
that script idea would be amazing especially for shadowguard tower.

29
UO News / Re: [UO.com]Publish 95 Comes to Origin, Izumo & Baja
« on: November 10, 2016, 03:58:02 PM »
if you need help testing the bribing script I'm all for it :)

30
New member introductions / Re: Tunix06 Return to Ultima Online
« on: November 09, 2016, 02:43:38 PM »
Welcome to SUO and back to UO

Pages: 1 [2] 3 4 ... 8