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.


Topics - Endless Night

Pages: 1 [2] 3 4 ... 7
16
General UO Chat / Missing Flytrap Images....
« on: October 16, 2013, 04:34:11 AM »
I'm currently fully patched.  But i still seem to be missing the images from the last gift set. 

Is anyone else experiencing this ?

17
General UO Chat / House Trading
« on: October 11, 2013, 09:27:28 AM »
This is probably a stupid question but have never traded a house with content before

If you trade a house with contents... deeds and boxes used and locked down/secured etc.   Does everything stay secured in the house and do the rights default back to owner only ?




18
General UO Chat / Housing Transfers
« on: June 25, 2013, 03:27:43 PM »
I cannot remember  but if Account A  transfers his house to Account B ...  can account B transfer house to Acct C and C transfer to Acct A

Or another way of asking the question can three accounts rotate  houses ??  Or if you transfer do you have to wait 7 days before you can accept a transfer


19
Off Topic / Ram - How much ram do you have in your system ?
« on: March 11, 2013, 06:51:17 PM »
I'm curious, looking at updating a couple of my machines and curious what other people have loaded up ?

20
Endless Nights' Script Library / ENs - Gold and Check Counter
« on: January 21, 2013, 07:33:12 AM »
ENs Gold and Check Counter
Counts all Gold and Checks in Open Containors


Posted because of a request here... http://www.scriptuo.com/index.php?topic=10791.0


Usage:
  You are free to use this script for not for profit personal UO gameplay.
You are *not* free to modify and repost or post on other places
or post as part of a script or work you yourself have created
or otherwise distribute without written permision from the author.
This license to use can be changed at any time for any reason.
If in doubt dont 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!

21
Off Topic / Progressive auto insurance ??? expereinces
« on: January 14, 2013, 10:13:05 AM »
Well i finally got around to getting a quote from these guys... Ive been with my existing company for 12+ years...And low and behold progressive is overing me insurance for approx $1100 LESS a year for my 2 cars.  I was expecting a small difference but thats pretty large....

So does anyone have any experience with them, good bad and the ugly. 

22
General UO Chat / Plusses and Minuses Of a Total Revert
« on: December 18, 2012, 04:33:42 AM »
Instead of filling up the chat box .. how about expressing your opinions here...  Not that it will probrably make any difference as its a no-win situation for EA now ... if they were going to do a total revert yesterday was the day... to late now.  Every hour that passes makes the odds of a total revert smaller and smaller as more and more player time would be lost.. total revert now would be someones job on the block + they would have to give up a entire months revenue .. hard pill to swallow.

I'm anti total revert... I know some people lost a tonn in transfers etc.  I also lost a tonn from what i was doing and a tonn of manul attended hours of work so 'm not happy.  But a total revert will restore thsose who transfered into atlantic and lost chars and stuff... but will destroy 2 weeks of Every other players time.  Sadly the lessor of 2 evils is to not revert.  But that means some of us get burned and some gain but a small some.

What say yea....

23
Endless Nights' Script Library / ENs - Script Library
« on: November 27, 2012, 10:04:06 AM »
ENs Script Library
Version 6  Release Date:2/2020
[spoiler=Script Header]
;============================================
; EUO version tested with: As Per Revision Date
; Shard OSI / FS: OSI
; Revision Dates: 11/12, 10/13
; Public Release:  11/12
; Purpose: Fast Script Creation
;============================================
[/spoiler]


ABOUT
  The objective of ENs Script Library  is to contain all the standard code needed by most scripts in an easily accessible format.  Any custom code needed only for a particular script is held in its main file.  If that code could be used in another script then is should be placed in an existing or new Script Library file.  These sub Files collectively are currently called ENs Script Library

These Files should save time as you will no longer need to cut and paste code from one script to another and thus avoid all the errors that come from multiple scripts using many different version of the same code.  It also has the benefit of when one bit of code is updated all scripts automatically get the added power of the new code.

HOW TO SETUP ENs SCRIPT LIBRARY FILES
  Step 1Setup Path Structure as per (Documentation 2 Posts Down)
  Step 2 - Download and save all script library files attached to this post and next post into the path you setup in step 1
  Step 3 - Download Elite Level Script Library Files (If you not elite skip this step)

HOW TO USE ENs SCRIPT LIBRARY IN YOUR SCRIPTS
Documentation 3 Posts Down

HOW TO CREATE YOUR OWN COMPATIBLE LIBRARY FILES
How To Documentation 4 Posts Down

SPECIFIC SCRIPT LIBRARY FILE DOCUMENTATION
Documentation 5 Posts Down and following posts. (Only need to read if you are going to use ENs Script Librarys in your code)

Feedback:
Feedback both negative and positive are defiantly more than welcomed and encouraged.  Same with feature requests .. no guaranettee will make it into the code .. but it might.


THESE ARE CALLABLE SCRIPTS ONLY ... DO not cut and paste into your script

Disclaimer/Usage License: -- See Script for full Details.
(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!

24
Endless Nights' Script Library / ENs - Fast Script Framework
« on: November 19, 2012, 08:21:12 AM »
EN's Fast Script Framework
Version 1 Release Date: 11/2012
[spoiler=Script Header]
;============================================
; EUO version tested with: As Per Revision Date
; Shard OSI / FS: OSI
; Revision Dates: 11/12
; Public Release:  11/12
; Purpose: Fast Script Creation
;============================================
[/spoiler]
ABOUT
  I remember long ago Cerveza saying how he would love an easy way to setup a script and reuse code, well this is the answer. The first thing you will notice about scripts that use EN's Fast Script Framework is how little code is actually contained in the main File. The objective is to setup a framework that accesses and extends ENs callable Script Library  to automate standard script setups and functions.

FEATURES
- automatically detecting what skills a given character has and setting appropriate variables.  IE REcall or Sacred Journey,  Mind-blast or Corp Por, Can I hide, Can i pickup bods etc.
- Setting up the character environment .. location of backpack, status bar etc
- Menus  and menu functions (pause/halt resume)
- remove all customization header-blocks or code or setup functions into one standard place for all scripts using the framework. In order to eliminate duplication or the need to edit scripts for individual characters. Or the need to cut and paste setup functions when a script is updated.


HOW TO SETUP ENs SCRIPT LIBRARY AND FAST SCRIPT FRAMEWORK
  Step 1 - ENs Script Library
        Follow instructions and download Script library's files located Here
  Step 2 - ENs Elite Script Library
        Download Elite Level Script Library Files  Here (Obviously if your not elite this is not going to happen so skip this step)
  Step 3 - ENs Fast Script Framework
      3a- Download ENs-Subs-FastScriptFramework.txt from this post (Save in same location as Library Files) Now included in the zip from step 1.
      3b- Download ENs-Subs-PersonalSettings.txt from this post (Save in same location as Library Files)
      3c- Configure Personal Settings - Documentation 1 Post Down

HOW TO USE THE FAST SCRIPT FRAMEWORK IN YOUR SCRIPTS
Documentation 2 Posts Down


Feedback:
Feedback both negative and postive are defiantly more than welcomed and encouraged.  Same with feature requests .. no guaranettee will make it into the code .. but it might.

THESE ARE CALLABLE SCRIPTS ONLY ... DO not cut and paste into your script


Disclaimer/Usage License:  See Script for full Details.
(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!

25
General UO Chat / New Install - REg Entries - What am i missing
« on: November 14, 2012, 08:34:33 PM »
Ok I had to unintall UO  as my client was bugged not seeing gargoles.

So after re-installing and much debugging I found out that the Tile Init Command no longer works and in fact freezes that thread inside EUO.
I've determined that my reg entries must be wrong.  UOXL NEW also doesnt select a client  which confirms to me missing reg entries.

Looked it up and found i didnt have the needed ones so I added below.. but yet its still not working what else am i missing.... ???

Code: [Select]
Windows Registry Editor Version 5.00   
   
[HKEY_LOCAL_MACHINE\SOFTWARE\Origin Worlds Online\Ultima Online\1.0]   
"ExePath"="C:\\Program Files\\Electronic Arts\\Ultima Online Classic\\client2.exe"
"StartExePath"="C:\\Program Files\\Electronic Arts\\Ultima Online Classic\\client.exe"

26
General UO Chat / Account management %^$%@#$%
« on: September 17, 2012, 08:47:46 AM »
Ok I havent touched this account management system since the change over.    I know have the issue of wanting to add 1month of game time to a single uo account.

I can login to EA Master Account using my email addy

then goto link screen  .. can see the uo account i want to link
Enter password says linked

I then have to add a MYthic Master Account name + Password     WHAT THE HELL IS THIS !!!! and how do i find it

EDIT : Never Mind Figured it out...  talk about non obvious rubbish.

27
Off Topic / Home Use NAS
« on: August 28, 2012, 10:22:59 AM »
I havent looked at these in a long time....   any recommendations for a resonably priced  2+ bay home use NAS.

28
Off Topic / Best/Cheapest place to print 100's/1000's of photos...
« on: August 16, 2012, 07:53:54 AM »
My wife is determined to get our photo albums upto date (10 years worth !!!)....    SO im looking for a place that can literally print me 1000s of prints for as cheap as possible.....  any one know a 5c print price

 

29
Has anyone else signed up for this beta service

https://www.republicwireless.com/

Its $19 month for unlimted  voice, text, data using a Motorola DEFY XT smartphone (supposebly adding more phones in the future).   Works by routing as much as possible over availble wifi connections (including voice).  Thier still debugging some issues.. but i figure by the time my beta wave entry comes around most issues will be dealt with.  And $20 a month is hard to beat.

I'm in beta wave M, thier presently enrolling wave C .. so maybe end of year.



30
General UO Chat / "That is in appropriate"
« on: August 03, 2012, 01:03:58 PM »
Has anyone else noticed that the frequency you get the "that is in appropriate" message when trying to name runes these days...  

CAnnot use the name of any npc seems like.

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