Can you give us a link to were we can find it???
I get disconnected a lot when I'm under the ground -.-
Yea i red through a few posts and found the one on 249, it works perfectly btw.
I reuploaded it a while ago for a friend, just the statecast.cs file
DL at your discretion
Statecast.cs
(most rar programs could uncompress that).
And so, Christ said to his disciples "I shall grant you eternal Salvation". The disciples fell to their knees and replied "Give us Kings and we'll +Rep"!
Mr Fish It WG State Will Join the battle and leave the group (will leave any and every group no matter what zone)
You didnt read the whole thread you didnt even go back 15 pages other wise you would have noticed I posted a WG state for the guy that was asking for it.
http://www.mmowned.com/forums/bots-p...ml#post1762466
Still if you dont use Mr Fish It I guess this program would have a use for you, Im not trying to bash your program just trying to correct your post saying mr fish it cant fish wintergrasp
Code: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.Object_Dumping_Enumeration; using Medusa.Memory_Read_Write_Inject.Lua; using SmartAssembly.Attributes; 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() { Lua.DoString("if GetRealZoneText() == \"Wintergrasp\" then StaticPopup1Button1:Click() StaticPopup2Button1:Click() LeaveParty() end"); var spell = (ObjectManager.Me.KnownSpells.Values.Where( b => b.ID == 7620 || b.ID == 7731 || b.ID == 7732 || b.ID == 18248 || b.ID == 33095 || b.ID == 51294 || b.ID == 62734) ).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(); } else Logging.Write("[Fishing]: Unable to find fishing spell"); } #endregion } }
cool. if this does what I think it does I'd like to see something like this for herbin.
it works for me very cool,thanks
I have question about that code. What if i have not EU version of WOW, and wintergrasp zone in my client names differently, and consists 3 words. How to edit zone name, including spaces between words? Just replacing don't work..
PS sry, english not my native
You should add if its active or not! +rep thought!
download link seems broken, can't get it to work :/