Subscribe to RSS Feed

Oh hai thar everybody! was kinda bored this weekend not much to do with HB at them moment, just some minor stuff anyways,
out boredom i wrote some new stuff on MrFishIt for a change, i have been kinda busy the last months so i haven’t been able to code a lot on MrFishIt :)

What does this mean?
You can customize all and or load new states into the engine and it will run them accordingly eg. StateCast;

using System;
using System.Diagnostics;
using System.Linq;
using System.Threading;
using Medusa.Finite_State_Machine;
using Medusa.Helpers;
using Medusa.Logic.Combat;
using Medusa.Memory_Read_Write_Inject.Lua;
using Medusa.Object_Dumping_Enumeration;

namespace MrFishIt.States
{
    public class StateCast : IState
    {
        #region Implementation of IState

        public string StatusText { get { return "Cast"; } }

        public int Priority { get { return 4; } }

        public bool NeedToRun
        {
            get
            {
                return !Medusa.Logic.Fishing.Fishing.IsFishing;
             }
         }

        public void Run()
        {
            // Adding some lua just for fun, like DoEmote("Dance");
            Lua.DoString("DoEmote(\"Dance\")");
            Thread.Sleep(1000);            

            var spell = (from b in ObjectManager.Me.KnownSpells.Values
                         where
                             b.ID == 7620 ||
                             b.ID == 7731 ||
                             b.ID == 7732 ||
                             b.ID == 18248 ||
                             b.ID == 33095 ||
                             b.ID == 51294 ||
                             b.ID == 62734

                         select b).FirstOrDefault();

            if (spell != null)
            {
                Logging.Write("[Fishing]: Casting");
                SpellManager.CastSpellById(spell.ID);

                var rand = new Random();
                int waitTime = rand.Next(500, 1500);

                var watch = new Stopwatch();
                watch.Start();

                while (ObjectManager.Me.ChanneledCasting == 0 &&
                         watch.ElapsedMilliseconds <= waitTime)
                    Thread.Sleep(1);

                watch.Reset();
            }
        }

        #endregion
    }
}

notice line 32? Some random ass lua i added and now it will start dancing and then wait one second before casting ! how kewl is that ? o_O

And here’s the download :)

MrFishIt 4.2.3

34 Responses to “ MrFishIt 4.2.3 – Arbitrary loading of states ! ”

  1. Dustin
    November 8, 2009 at 04:39

    Here is a StateCast.cs file for anyone interested in uninterrupted Wintergrasp fishing:
    http://www.mediafire.com/?ohwvgwzymmi

    Thanks for the update, Nesox. Great work, as always.

  2. Hardcawk
    November 8, 2009 at 11:03

    The link to mediafire is not working at the moment.

  3. Nesox
    November 8, 2009 at 14:15

    Yea i know, had some problem with uploading files on the blog so i had to use mediafire;
    but it’s hosted on the blog now so it should work :)

  4. Wobbuffet
    November 8, 2009 at 16:43

    Could you fix that you don’t have to close and restart the tracking after every loading screen?
    Love your products! Tyvm

  5. Baas
    November 9, 2009 at 18:07

    Thanks alot, this really is a great device:)
    I like it alot, but what happends if the new patch comes out, how are you sure its a safe bot?

    Thanks

  6. Equ1n0x
    November 10, 2009 at 02:21

    Great Work once again, man. To this day i am baffled by the amazing simplicity of mrfishit, and its shiny gooey

  7. Arispis
    November 10, 2009 at 12:59

    Thanks Nesox!

  8. hasanchop
    November 10, 2009 at 19:30

    Great work as always.. all my epic mounted alts give great praise to you. On a side note.. what did you code this in?

  9. hasanchop
    November 10, 2009 at 19:30

    er what did you code mrfishit in? if you don’t mind me asking…

  10. Nesox
    November 10, 2009 at 20:58

    Well, if you look at the states you would have noticed it’s in C# o.O so it’s coded in C#

  11. Terreur
    November 11, 2009 at 00:14

    @ Dustin
    The WG thingy doesn’t seem to work, still getting throwed out of WG when I’m trying to bot there, what would be a good line to auto accept the WG queue, join the battle and leave party?

    Thanks in advance.

    And Nesox, thanks for the awesome bot! =D

  12. aE
    November 14, 2009 at 08:22

    Does this work with windows 7 64 bit? ultimte

  13. Wobbuffet
    November 14, 2009 at 18:29

    MrTrackit is not working with the new patch again :(

  14. Hybrid
    November 15, 2009 at 06:09

    Awesome tool, babysat fished in WG for 4 hours while i did laundry cleaned and other shit, makes fishing painless will donate for this one to keep it going.

  15. Hybrid
    November 19, 2009 at 01:16

    Hey hopefully you get this but looks liek the wow update that just finished downloading today makes it so that wow crashes with mrfishit gives you fatel error window and askes to report ect.

  16. Dustin
    November 20, 2009 at 04:48

    Hybrid, the StateCast file should work. I’ve modified mine a bit from what I had posted earlier.

    Perhaps try this:

    http://www.mediafire.com/?zfxowyzjozm

    I am fishing in Wintergrasp as I type this message, using that state cast and the latest Mr. FishIt version.

  17. Dustin
    November 20, 2009 at 04:49

    Err, sorry. Meant for Terreur

  18. Jaimes
    November 22, 2009 at 07:59

    this bot found WoW Spanish or only english version?

  19. Selle
    November 24, 2009 at 21:34

    Whats the buttem numbers?.. like:
    1. fishing pool 2. lura 3. fishing

  20. Emil
    November 28, 2009 at 14:46

    Jag får inte igång den “/ det står att “program avslutas” lust att hjälpa mig? :S Kör Vista 32bit och SP 2, dock har jag laddat ner Fame 3.5 men ser inte om den funkar. Tog också hem det andra programmet. Skulle vara väldigt tacksam om du skickade ett mail till mig och sa vad jag kan göra :S. Hade SP 1 innan och testade men funkade inte :S

  21. Wobbuffet
    November 30, 2009 at 22:56

    When are you going to update it? MrTrackit is not working anymore :<
    I gotta keep spamming the annoying "/castsequence find herbs, find minerals" macro I made as a backup :S

  22. weeezle
    December 1, 2009 at 19:12

    I heard that this program isnt safe anymore because it use somhting in the game or how i could explane it. is it true or can i start use it again. last ver i used was 4.2.2

  23. flashguy
    December 3, 2009 at 16:27

    Hey, I love your site. It seems most people don’t really bother writing articles that lack substance nowadays.

  24. Mak
    December 7, 2009 at 14:28

    Sup with the latest update? doesn’t work for me..

  25. Whi
    December 10, 2009 at 15:13

    hey @all,

    i have a problem, the new wow patch is 3.3 is now working but my mrfishit don’t work since patchday? what can i do?

    thanks for answer

  26. Sans
    December 18, 2009 at 15:34

    Mr Fishit works perfectly with 3.3

  27. Quatchie
    December 19, 2009 at 21:40

    Hey just wondering if anyone could point me towards a working state that allows you to fish wintergrasp uninterupted. thanks

  28. Morte
    December 27, 2009 at 11:38

    Hello I was wondering is there a way to make it loot low level items from fish, Like if i start Fish on a new character fish level 1. It will not loot none of the fish.

    But it’s working perfect in like Outlands, Northrend

    I tried looking at StateLooting.cs see if i had to add the items to a list or something.

    If anyone can help me out.

    Thanks

  29. ScrooLoose
    December 28, 2009 at 19:01

    Does anyone have a link that works to Dustin’s Wintergrasp cast state?

  30. Seifer
    December 28, 2009 at 20:35

    You know “arbitrary” means random, right? ;)

  31. Morte
    December 29, 2009 at 20:03

    Nope i had no clue so there is no way to make it loot specific fish.

  32. Morte
    January 19, 2010 at 01:35

    Hello again I was wondering if anyone here has any idea why when i open MrFishIt it takes like 5-10 Minutes to load the application?

    is there so sorta Hotfix for Dot Net i need to download or something.

    Thanks

Leave a Reply

Recent Comments