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

Pages: [1]
1
OpenEUO Scripts / Re: [OEUO] Economy helper
« on: November 05, 2014, 01:47:58 PM »
Code: [Select]
-------------------------------------------
-- Load script and press the play btn.
-- Walk around opening vendor containers
-- All priced items will be logged to OEU with its properties and vendor location x,y,z
-- Use UOCartographer to find the vendor later.
-------------------------------------------

Yeah, you're right mate, thanks!
I've enclosed the script with it's libraries and added a small header with instructions.

Thx!

2
OpenEUO Scripts / Re: [OEUO] Economy helper
« on: November 04, 2014, 07:37:50 PM »
Yeah...good one!
That shouldn't be hard to implement...
maybe set a configuration list with item/max price.
I'll take a look on that...
thx

3
Stealth archive / Re: [Idea] Web monitor and some simple commands
« on: October 31, 2014, 03:59:35 AM »
Cool...
ICQing you soon! ty

4
OpenEUO Scripts / Re: [OEUO] Economy helper
« on: October 31, 2014, 03:51:49 AM »
This is the script, but it requires two libraries!

/* edit: script package below */

and this is a sample of what it logs:
-----------------------
item name: A Legendary Scroll Of Peacemaking (120 Skill)
vendor coords: 1068,509,-66
properties:
Cursed

Weight: 1 Stone

Price: 500,000
-----------------------
item name: A Legendary Scroll Of Necromancy (120 Skill)
vendor coords: 1068,509,-66
properties:
Cursed

Weight: 1 Stone

Price: 500,000
-----------------------
item name: A Legendary Scroll Of Peacemaking (120 Skill)
vendor coords: 1068,509,-66
properties:
Cursed

Weight: 1 Stone

Price: 500,000
-----------------------
item name: A Legendary Scroll Of Animal Lore (120 Skill)
vendor coords: 1068,509,-66
properties:
Cursed

Weight: 1 Stone

Price: 750,000

Load on OEU, click loop, click start and go check some vendors...
As I mentioned, the import to DB is not automated yet, I use SQL Express, Management Studio and some SQL Scripts to import it!

Cheers

5
Stealth archive / Re: [Idea] Web monitor and some simple commands
« on: October 30, 2014, 10:34:31 PM »
Yeah, pretty hard on EasyUO... From what I,ve read on Stealth, I could create a .NET client that exposes a service layer bound to a http protocol on any port, install a dyndns on my machine and be able to monitor/send remote commands right??
That sounds cool...
I just dont know why I cant open stealth 6.4 on windows 8.1... Any runtimes or components required?

Cheers

6
Stealth archive / [Idea] Web monitor and some simple commands
« on: October 30, 2014, 07:54:42 PM »
Hi Guys,

Do we have something already to be able to monitor / issue some simple commands (like start/stop scripts, restart) through the web?
Something like having a web service running on the local machine exposing a page and using the C# wrapper to pass info back and forward..
I'll try stealth on my server (I download but didn't run), if I can make it run and works fine on my shard, I can build that part.

Cheers!

7
Stealth archive / Re: New idea for a EasyUO-friendly Stealth API
« on: October 30, 2014, 06:27:53 PM »
What are you using as a parser? You mentioned you wrote a parser from EasyUO to Lua, are you doing it thought regex?
I normally use this guy https://irony.codeplex.com/ as a DSL creator, I think it can do grammar to grammar parser too!

Cheers 

8
OpenEUO Scripts / [OEUO] Economy helper
« on: October 30, 2014, 05:24:21 PM »
Hi All,

I've created a simple (but very useful) script to help me on economy stuff.
All it does is, as you select a player's vendor, it will catalogue all items on its inventory and save it to a local file.
After that, I import this file to a local db (on my case, I use SQL Express, but you can use anything), and run some selects to find best price or to decide how to price the items I want to sell.
You can also query objects by property (i.e select items that has DI > 30 ordered by lowest price).
The import to db and selects are manually atm because I'm the only one using but if more ppl interested, I'm happy to automate and create a UI.

If you are interested, send me a pvt message and I can send you the script and help to use..

Cheers

9
New member introductions / Re: Hello everybody
« on: October 30, 2014, 04:39:55 AM »
Nice...good to know other UOers still active!!
I'm from Australia, 32yo, play on Demise (Free Shard), and I'm trying to gear up a Sampire =)
I like more the OpenEUO syntax (sounds more familiar to me than EasyUO).. Stealth to be hones I never heard about
I saw OEUO has wrappers in C# and NodeJS, I like that cause are technologies I work...
:)
What about you guys?
Where do you play? How do you code?

Cheers

Post Merge: October 30, 2014, 05:29:24 PM
Btw other Demise players/scripters, feel free to get in touch..
I have a script (100% legal) to help search for items/prices on vendors...very handy and I'm happy to share.

Cheers

10
New member introductions / Hello everybody
« on: October 29, 2014, 08:58:19 PM »
I'm a UO old school returning to the game now.. Also a software developer (C#) in RL =).
I'm interested in learning some on LUA dev and see if I can later on contribute with something!
Seems a very interesting community, but some posts still very old (like from 2010), does it still very active?

Cheers,

Adaleg

Pages: [1]