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

Pages: [1] 2 3 ... 6
1
Stealth Client / Re: If someone looking for me please contact to...
« on: July 08, 2017, 08:20:51 PM »
Skype contact: Andual Yuri
email: uosoftwriter@gmail.com

For moderators: please don't delete this post, my ICQ was blocked!

I hear you are my spiritual successor

2
Stealth scripts / Re: [V6,ScriptSDK] FAIL - Fully Automated IDOC Looter
« on: December 19, 2015, 08:58:00 PM »
Nice job unisharp.


You're carrying on the Stealth C# legacy quite nicely.

3
Stealth archive / Re: c# scripting problem
« on: February 14, 2015, 11:43:37 AM »
Ty for reply. A small question about time-based events. Which way do u prefer in c# if you need to use timers? Can you give an example :)

There is nothing wrong with your method.  You could, however, use the Timer class to clean things up.

Code: [Select]


private Timer _btimer = new Timer(bandageDelay * 1000); // convert seconds to miliseconds
_btimer.AutoReset = true; // make sure it recycles itself
_btimer.Elapsed += new ElapsedEventHandler(bandageSelf);
_btimer.Start();


private static void bandageSelf(object sender, ElapsedEventArgs e)
{
   Stealth.Script_SendTextToUO("[band");
}

Since it looks like what you're doing is buffering bandage cooldowns, you'd need to add the delay checks you're using.

This was just to give you an example of using the class.

4
Stealth archive / Re: [Release] Stealth v6.5 - Updated 06\24\14
« on: January 09, 2015, 10:13:28 PM »
Orichs API dll in c# is heavy outdated.. lemme search i think maxwell adapted the latest version

Someone fixed it?  Who is Maxwell? :)

5
Stealth archive / Re: New idea for a EasyUO-friendly Stealth API
« on: November 20, 2014, 06:14:51 PM »
Interesting read this all, even if I only understand the half of it.
Lucky me, I am not a programmer, only administrator. So only PowerShell scripts and searching errors in users VBA constructs are my touch to programming.
Too bad that there is no built in PowerShell support in UO client ;)
Greetings
TaskForce

Honestly, if you can write Powershell scripts with any sort of competence / fluency, then I assure you learning C# isn't some unreasonable tantamount effort.

Some of the reflection syntax can seem a bit exotic, but you can accomplish wonders without ever touching it / learning about it.

6
Stealth archive / Re: New idea for a EasyUO-friendly Stealth API
« on: November 14, 2014, 04:53:07 PM »
Beware.  I'm pretty sure this is how Rome fell.

No kidding.  I've already found another diversion.  Re-ripping ones CD collection seems to be the latest.  lol

Rome has fallen.  It was a nice dream ... oh well, let's move on.

7
Stealth archive / Re: New idea for a EasyUO-friendly Stealth API
« on: November 13, 2014, 06:57:37 PM »
Lol, the house stuff is a diversion and excuse to screw around and not work on the wrapper.  heh

Beware.  I'm pretty sure this is how Rome fell.

8
Stealth archive / Re: New idea for a EasyUO-friendly Stealth API
« on: October 23, 2014, 09:25:09 PM »

Where were you a year ago TMX? :)



No kidding.  Just slumbering on my pile of gold in the bowels of Mt. Dhoom.  If only I had your C# skills.  Anyhow, who knows how long this fresh set of AA batteries will last!

My C# skills aren't that special ... C# is just ezmode as far as languages go

I have just about no time lately ... but if you want a fork of the latest (old as hell) original DLL source let me know.. 


If I do have time, I wouldnt mind helping out a bit too ... It's been a year since I touched C#, so I need some freshening up.

9
Stealth archive / Re: New idea for a EasyUO-friendly Stealth API
« on: October 23, 2014, 02:17:23 PM »

Where were you a year ago TMX? :)


10
Hi Vlek.

I got your message on Youtube.  I don't have access to the Stealth code base anymore.

Since you're fairly active -- your best bet would be to post on the English Stealth Forums or get Vizit0r's ICQ and talk to him directly.  He's the only one who debugs the Delphi codebase now that I'm no longer actively developing.

Chrome and Dxrom are great resources for actual scripting troubleshooting.

-Orich

11
Stealth archive / Re: Stealth Client Freeze With Second Monitor Issue
« on: August 17, 2014, 09:50:43 PM »
Hello, I've been enjoying using stealth so far. One thing I recently found was that, if you have the stealth client window on a second monitor and try to "Configure Profiles". The main window freezes all of the buttons and the pop up window doesn't show. I have to shut down the program manually and restart it to get it to work again.

I reported this back in November of last year, when I was still developing for Stealth.


I think a workaround is to start Stealth on the monitor that you want it on.  Something stupid like that.

12
Stealth archive / Re: steam+stealth, why?
« on: February 03, 2014, 07:48:50 PM »
um wut?

13
Stealth archive / Re: address and port info
« on: December 24, 2013, 08:48:35 AM »
Okay do these change ever? or they always constant?

Then can I ask a favor and have someone pm me the address and port # so I am sure I'm getting it right.


I know I'm old and my eyes are not what they used to be lol and my Headphones suck so I can just barely hear what is being said tutorial wise. I might throw lazy in there too but would really appreciate it.

That's a lot of excuses.  You can't hear, you can't see, and you're too lazy even if you could?  So if we type it out here, will you be able to see it? :-p

You didn't mention what you're connecting to?  OSI, Freeshard, etc?

If OSI, login.ultimaonline.com port 7775 (or 7776)

I do, encourage you, to re-watch the Tutorial.  Skip through if its that boring to you.

14
Stealth archive / Re: Easyuo Script for Stealth
« on: December 23, 2013, 01:54:06 PM »
someone just needs to write an interpreter that handles the EasyUO syntax and implements it stealth.  I did something similar with ScriptUO.

 :o

</Running Away Screaming>

15
Stealth archive / Re: [Release] Stealth .NET DLL [DLL Updated 11/27/13]
« on: December 23, 2013, 01:49:36 PM »
i cant execut that, the program dont work and the icon goes to system tray and if o put the mouse over its disapears.

No C# scripts work with 6.1.5 right now.

Only 6.1.4 supported.

Pages: [1] 2 3 ... 6