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 - Endless Night

Pages: 1 2 [3] 4 5 ... 260
31
General UO Chat / Re: Client crash when character loads.
« on: April 06, 2020, 01:50:29 PM »
always run easyuo as administrator or you will have issues.  Admittedly that was a weird issue as it should have given issue on all characters.

32
New member introductions / Re: Hi iam new, nice to meet everyone
« on: March 13, 2020, 05:50:10 AM »
For a long time, I felt that writing script is more fun than playing uo.

That is true for me as well, probably online reason i still have an account.


Welcome to scriptuo.

33
New member introductions / Re: New to Script UO
« on: March 09, 2020, 07:42:19 AM »
welcome to scriptuo.

34
Welcome back Oracle,  I don't really play much but I do pop in and out and tinker with scripts sometimes.   I'm glad you are on the up and up.   You may have forgotten but Twinkle McNugget not welcome here as he turned out to be a major douche-bag and pissed off just about every single senior board member.

I hope you find what your looking for, they just changed idoc-ing so that might be a fun place to dive into.

35
Scripting Chat / Re: Status Bar - More Stats....
« on: March 05, 2020, 08:28:40 AM »
The status bar is required for several of the Easyuo variables to be populated.
There is a difference between the CC and EC clients in what is displayed. So much of the information that is not included in the CC client is available via routines to determine values: SSI, Inherent LMC, MR, LMC, etc.

Some very useful formulas are ILMC, LMC, Stamina, FC, FCR because they help with determining what is required for when to time the next step (how much mana is needed, how long you must wait for casting the next spell, etc).

Most scripts seem to depend on #HITS, #MANA, #STAMINA as the tests for when do take an action. Some of the other data from the Status Bar can be really powerful when including in scripting.

Gaderian

Completely agree,  which is why I was wondering if easyuo now provides # variables for the expanded information, as it should just be a matter of reading a memory location inside of UO.     I think the answer is probably NO easyuo doesnt provide quick access to the expanded status bar information you must calculate it yourself.



36
Scripting Chat / Status Bar - More Stats....
« on: March 04, 2020, 10:50:08 AM »
I notice on the status bar,  it now shows LMC, LRC,  swing speed increase and a whole number of stats that a number of years ago it did not.   Has easyuo provided access to these numbers like it does for #AR, #FR, #CR, #PR etc ....

37
Endless Nights' Script Library / Re: ENs - Script Library
« on: March 03, 2020, 06:18:22 AM »
Good day EN's

Does your EN's - Health Bars  can be use to heal and cure  pet.    I'm trying to find a way to scan my pet health bar to see if he is poison.

I haven't tested it yet, but looks like this should do the job.

call %ENs_Subs_HealthBars  OpenNonHumaniodBar       ; id   x y
call %ENs_Subs_HealthBars  HealthBarReadNonPartyGump

38
VERSION 45

-  New icon definition for HowlOfCacophony  Credits: The Ghost.

- Fix to make the buffbar scan speed ultafast 1-4ms work for RIGHT and UP Facing bars,  previously due to a typo is was only working ultra fast in LEFT and DOWN facing bars.

No matter which direction the bar is in UP DOWN LEFT RIGHT and no matter what background bar is placed on and no matter how many icons are present on the bar, or how many clients you have open the average scan speed is 1-4ms.   (Note: I recommend placing the buffbar where it is least likely to have other gumps accidentally cover it).


Thanks to everyone who has used and helped out over the years,  this is the best version to date.

NOTE:  you must download and save in same place both  scanbuffbar.txt and scanbuffbar-subs.txt.


39
Script Debug / Re: Drop Shoes Sub cannot get to drop ALL Shoes.
« on: March 02, 2020, 06:43:28 AM »
got it fixed ty
show us the end result so others can learn from it.

40
New member introductions / Re: Introduction - Romilys
« on: March 01, 2020, 07:45:05 AM »
Welcome to SUO! That was an awesome intro!!

ditto,  welcome to scriptuo

41
Script Debug / Re: Drop Shoes Sub cannot get to drop ALL Shoes.
« on: March 01, 2020, 07:41:51 AM »
You could also try my old drag drop to ground sub It tries every spot around you.

http://www.scriptuo.com/index.php?topic=2454.msg33436#msg33436

42
Script Debug / Re: Drop Shoes Sub cannot get to drop ALL Shoes.
« on: March 01, 2020, 07:35:52 AM »
Go get a goat,   feed him the shoe, this way you have no mess around you.   

And if you required to drop more them one items,  you need to loop.   

Those little syntax are usu full sometime
Quote

finditem xxxxx C_ , #backpackid
 for #findindex 1 #findcnt
        {
       do something
      }

That is some excellent advice right thier.

43
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..

44
UO News / Re: [UO.com]Publish 108 Release 2 Comes to TC1
« on: February 27, 2020, 08:43:47 AM »
My biggest thing on this is WHY DELETE COMMODITY DEEDS????  Some people relied on that for restocking their short supplies.

Yea i agree on that front, I have tons of commodity deeds in my house literally 100's Be a shame if all those disappeared if I ever let my house drop.  Stackable Items as well ouch,  basically all resources will be deleted.

But this is a pretty big change, and i was going to resurrect SS's world traveler just for fun .. guess no point now.

45
New member introductions / Re: Hello Im Khan
« on: February 27, 2020, 07:56:38 AM »
welcome to scriptuo.

Pages: 1 2 [3] 4 5 ... 260