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

Pages: [1]
1
Stealth scripts / Re: [V6,ScriptSDK] Egg Farmer - v2.0.0.3 (stable)
« on: March 29, 2016, 04:16:05 PM »
that fixed it, It was as simple as I didn't have the Stealth client running at the time.  I keep getting random errors but overall, it works.

Post Merge: March 30, 2016, 11:59:11 AM
So I keep getting two errors, that may be related.  The problem seems to be that the script looks for a flute and doesn't find it after the last one breaks.  I have about 10 of them in my bag.  The error below is the most common one I get.
Index was out of range. Must be non-negative and less than the size of the collection parameter name:index
system.throwhelper.throwargumentoutofrangeexception (line 246 in eggfarmer.cs)

The other error is that the program says I am out of flutes and just pops up the three ok boxes like it does when you exit. 

The error would imply that the below first line isn't correct? The error of line 246 is the last sentence below (Flutes[0].DoubleClick();)

 for (int _i = 0; _i < Snakes.Count; _i++)
                    {
                        lock (WorkLocker)
                        {
                            if (Nests[0].Distance > 9)
                            {
                                MoveNextSpot();
                                break;
                            }

                            if (_i == 3)
                                break;

                            workerFluteRoutine.ReportProgress(0, "Trying to persuede snakes...");
                            Stealth.Client.CancelWaitTarget();
                            Stealth.Client.CancelTarget();

                            while (true)
                            {
                                StopWatch = DateTime.Now;
                               
                                Flutes[0].DoubleClick();
                               

2
Stealth scripts / Re: [V6,ScriptSDK] Egg Farmer - v2.0.0.3 (stable)
« on: March 23, 2016, 03:21:35 AM »
Chrome, thank you for the quick response.  I have the .dll file in place and run as admin.  I get the below error as soon as I open the file:

Problem Event Name:   CLR20r3
  Problem Signature 01:   EggFarmer.exe
  Problem Signature 02:   1.0.0.0
  Problem Signature 03:   56f06b04
  Problem Signature 04:   System
  Problem Signature 05:   4.6.1055.0
  Problem Signature 06:   563c0ff8
  Problem Signature 07:   204b
  Problem Signature 08:   74
  Problem Signature 09:   System.Net.Sockets.Socket
  OS Version:   6.1.7601.2.1.0.256.48

3
Stealth scripts / Re: [V6,ScriptSDK] Egg Farmer - v2.0.0.3 (stable)
« on: March 21, 2016, 01:51:44 PM »
I think that I have them correctly in the Reference section and I double checked to ensure the DLL was in the correct folder.  As an example, I have:

C:\Program Files (x86)\Microsoft SDKs\Expression\Blend\.NETFramework\v4.5\Libraries\ScriptSDK.dll

If I compile it and run the exe, I get an error at opening it.  I debug it and try common fixes for the items but new errors pop up each time.  I am not familiar with VS enough to fix this apparently.  I guess in the past year too many things have changed.  It would be nice if his install package was able to be downloaded but it looks like he took it down perhaps.

Maybe we will be lucky and when someone has free time, they can update and post for the community   ;)

4
Stealth scripts / Re: [V6,ScriptSDK] Egg Farmer - v2.0.0.3 (stable)
« on: March 21, 2016, 11:37:15 AM »
When I download the installer from the main page, the website simple states Pageok (http://downloads.uostealth.com/eggfarmer)

When I download the source, there is no .exe build included in the zipped package.  (https://gitlab.com/unisharp/EggFarmer).  When I open this in VS (EggFarmer.csproj) and then click build eggfarmer, I get 20 errors. 

The first two is the namespace API does not exist in the namespace ScriptSDK

The third error is namespace name Buff_DebuffSystemEventArgs

The other 17 are all "the name stealth does not exist in the current context

The one warning is that the certificate is not in the certificate store but this one I can fix by unchecking the option to sign.

5
Stealth scripts / Re: [V6,ScriptSDK] Egg Farmer - v2.0.0.3 (stable)
« on: March 20, 2016, 03:10:06 PM »
The download link for the exe file appears broken.  The source files have an error when I try to re-build the file.  Anybody have an updated version they can post?

6
Scripting Chat / Re: Selling resources to NPCs
« on: February 17, 2016, 04:40:26 PM »
I cant seem to find it in the snippets or the script library.  Can you post a more specific link please? 

http://www.scriptuo.com/index.php?topic=2454.0 is the snippets.

7
New member introductions / Re: Intro - Lisa - from greatl lakes
« on: July 24, 2010, 02:21:51 PM »
Well, I do not know what else you all woudl like to know but after reading some of the other intro's, i have the following to say.  I am a mother of 3 children, 9,12,14 and have been playing UO off and on since my oldest was a baby.  I played for a while when it was nothing but Fel rule set, took some time off, came back to tram ruleset, took some time off, came back to the Luna stuff, took some time off, and just came back last week with this new gargoyle stuff.  I have always enjoyed the game and while most of my play is crafting, I enjoy my mage tamer for PVM.  I do not PVP.  I am a stay at home mom still but started going back to school for nursing and I love the experience of that as well.

8
New member introductions / Intro - Lisa - from greatl lakes
« on: July 24, 2010, 04:42:36 AM »
Hello SUO,

My name is Veronica from GL and I have been playing UO off and on for years now. My favorite template to play is a tamer mage and I have two crafters with every crafting skill.  I have used EUO for years now and just found this site, which looks like a more complete library than the EUO site.

Pages: [1]