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

Pages: [1]
1
Stealth Client / Re: Resurrection Gump c#
« on: May 09, 2016, 12:51:39 PM »
Which stealth build? I did no upgrade to Stealth 7 yet.

version 6.7.1

2
Stealth Client / Resurrection Gump c#
« on: May 08, 2016, 12:22:37 PM »
Can anyone give some pointers on gump handling when using the resurrection gump? I have no problems working with say runebook gumps, but I am stuck on the resurrection gump.

Take the following code:
Code: [Select]
            while (true)
            {           
                    List<Gump> gumps = Gump.ActiveGumps;
                    List <Serial> serial   = Gump.Serials;
                    List<uint> type = Gump.Types;
                    Console.WriteLine(gumps.Count);
                    Console.WriteLine(serial.Count);
                    Console.WriteLine(type.Count);
                    bool rezGumpShown = Gump.WaitForGump(2223, 5000); //2223 = rez gump

                    if (rezGumpShown)
                    {
                    Gump rezGump = Gump.GetGump(2223);
    }
                    Thread.Sleep(2000);
            }

If I am dead, and not near a wandering healer, my console output will be 0,0,0. As I approach the healer and the rez gump appears, 0,1,1. Also, once inside the if statement,
Code: [Select]
Gump rezGump = Gump.GetGump(2223); throws a null reference exception.

Is there a reason the rez gump doesn't appear in my list of active gumps? Any ideas about the NR exception?
I really appreciate your help!





3
Stealth Client / Re: Stealth Client autocloses on execution
« on: April 05, 2016, 06:26:55 PM »
Been working fine on my machine running Windows ten.

However when I hit the little minimize button to drop it down to the tray it always closes the program. That's kinda weird

I think its an issue with c++ Libraries. I got that issue when installing c++ libraries from certain games, they override my old ones.

Not sure if it helps at all, but I've had this issue for years. On windows 7, I was able to create a new user account which would then allow me to use stealth. Once I upgraded to 10, I can no longer use it at all, and get the same issue mentioned above. I've asked about this previously, and no one was able to figure it out. Orich recommended I run it on a vm, which I can do with no problems, it's just a pain.


4
Stealth archive / Re: HTTP Post
« on: November 24, 2014, 09:14:04 PM »
Can you send commands outside of pascal to a separate program that will move these commands to a website possibly? I remember pascal having commands to move parameters to another program. I believe this will work but do not know if you want to go this route?
That was option B, to just save a text file with the parameters and build an app to watch that directory and upload the information in c#. I was just hoping to not have to worry about all that.

Crome, I tried building the login information into the header, but am having trouble getting the HTTP_Header function to work correctly. The API isn't complete in that respect, so any information you can provide would be greatly appreciated.

5
Stealth archive / HTTP Post
« on: November 20, 2014, 05:18:41 PM »
Hey guys, I am converting some of my c# scripts over to pascal, and ran into a wall. I use HTTP Post to send a few variables to a php script on an apache web server. Really simple using basic authentication. I am running into issues using pascal though, where the api doesnt have any authentication functions built in. I tried using http://user:pass@www.server.com/post.php but am just getting an error similar to "your web browser doesn't know how to handle credentials". Anyone have any solutions or ideas?

6
Stealth archive / Re: Where can I find Stealth version 6.1.4?
« on: January 20, 2014, 10:02:38 AM »
http://www.scriptuo.com/index.php?board=20.0

Apologies for missing the intro requirement.  I posted my intro here:  http://www.scriptuo.com/index.php?topic=12012.0

Thank you for your introduction. I could upload it again for those who want to write c# Scripts.

Crome,
did you ever get the opportunity to upload 6.1.4? I don't see it anywhere and am just curious. Thanks a lot.

7
New member introductions / New intro
« on: January 05, 2014, 12:17:44 PM »
Where to begin...
I started playing uo in college after watching a roommate spend all night on the game. I really wondered at the time how anyone could sit in front of the same game for so long, yet here I am 11 years later. I play OSI mostly, and have recently started checking out some free shards, but haven't really found one with the same level of pvp as OSI. I started scripting after getting busted by a gm for leaving a golf ball duct taped to a grenade shell on my keyboard and going to dinner. After many years of easyuo, I moved up to oeuo about a year ago, and am about halfway through a C# book as we speak. I really like the functionality of stealth and plan on porting all my idoc scripts over using Orichs scriptdotnet.dll. The ease of uploading data to a sql server through c# will make keeping track of my idocs so much easier(ever tried manually keeping track of 43 houses in various states of decay, found in one day, on a single shard?). I'm no fan of getting too personal on forums, however, in the spirit of the introduction I will say that when I am not working, you can find me fishing, surfing or uoing.

8
Stealth archive / Re: Problems loading stealth
« on: December 21, 2013, 10:49:25 AM »
that happends to me to.

I gave up trying to figure it out, and just created a new user account. Since most everything I install, I install just on my admin account, this bypassed whatever was blocking the autoupdate. It is annoying, but at least I can use stealth now. And who knows, it may work for you as well. 

9
Stealth archive / Re: Problems loading stealth
« on: December 14, 2013, 04:26:32 PM »
What version of Stealth are you trying to run?

Where did you download it from?

Windows 7 32bit or 64bit?

Is there a debug.log or Stealth.exe_errors.log?

My first suspicion is an overzealous firewall or anti-virus suite.   Stealth does an update check at the beginning that can be allergic to firewalls.

In case anyone else runs into any similar problems:

Stealth v6.1.5 and Stealth v4.3.5
I've used copies from http://stealth.od.ua/Site/Downloads and from Orich's repository
Win 7 64bit
No error logs were created
I have disabled both MS Security Essentials, and Windows firewall. I run no other active protection software.

As per a private conversation with Orich, I can get it to run in a windows vm, so there is something else going on, but I have hit a dead end. Anyway, back to that intro...

10
Stealth archive / Re: Problems loading stealth
« on: December 12, 2013, 06:58:43 PM »
I would try first with an intro. to get access to this web site.

I didn't go that route originally because the rules said that an introduction is required for access to all scripts. The problem I was having came way before attempting to use any scripts. Anyway, give me a few and I'll go start that post. Thanks for the help.   

11
Stealth archive / Problems loading stealth
« on: December 12, 2013, 04:30:06 PM »
Hey guys, I am having a bit of trouble trying out stealth and am hoping someone here can give me some pointers. I have downloaded the newest version, and tried older versions, but can not get stealth to run. I've run it as admin, and it will pop an icon in my system tray, but as soon as I mouseover the icon, it disappears. No windows, splash screens or anything else pops up.  I am running win7hp, completely updated. I don't want to give up this easy, as I think stealth looks amazing, but at this point I am not sure how to proceed. Any ideas?

Pages: [1]