What's new
  • Visit Rebornbuddy
  • Visit Resources
  • Visit API Documentation
  • Visit Downloads
  • Visit Portal
  • Visit Panda Profiles
  • Visit LLamamMagic

Ignore mobs until we are at XYZ

kayes

Active Member
Joined
Jan 15, 2010
Messages
1,353
Reaction score
4
Hope someone can help me with this. Ive tried to search on the wiki and forum, but I couldnt find the right info.

Im trying to make a profile (Either grind, quest or IB) But at one point I need my toon to stay in one spot to be able to kill a mob to progress. So I need my toon to run to XYZ and ignore all mobs on the way. When it reaches the hotspot it can start attacking.

I know there is some behavior files that can do this, but im not sure how I can implement it, and I havent been able to find the documentation.

I will credit any help in my release when I have worked out the kinks and bugs that might arise, but right now this is the only thing in my way.
 
<hbprofile creator="Kayes" version="1.0">Here is the profile. Can anyone look over it and give me some feedback? I know alot of stuff is missing, but I hope that the understanding of what im trying to do here is obvious :)</hbprofile>
 

Attachments

Last edited:
This is a simple PB profile that demostrates the use of the RemoveTargetsFilter event to remove all targets from Target list, thus making bot ignore all aggro.
This example is untested but it should work.
 

Attachments

This is a simple PB profile that demostrates the use of the RemoveTargetsFilter event to remove all targets from Target list, thus making bot ignore all aggro.
This example is untested but it should work.

Ill have a look HV, thanks for your time.

Later on I would try to make the toon join a new dungeon (open dungeonfinder, and click join as party, and click enter dungeon)

Right now I would like the team to just run through the dungeon, and ill join them up again manualy when they have killed last boss.

(Im learning)
 
I had a look, and useing PB would be absolutely too complex for me.

Isnt there a simple way?

hotspot 1
hotspot 2
hotspot 3
Run to hotspot 4 ignoring all mobs (when we reach this hotspot we can fight back)
Hotspot 5
Hotspot 6
Etc.
 

Attachments

Last edited:
perhaps
<CustomBehavior File="NoCombatMoveTo" X="..." Y="..." Z="..." />
need to be using a quest profile of course.
 
Last edited:
forgot you have to explicitly disable html on this forum, it's updated now.
Code:
<CustomBehavior File="NoCombatMoveTo" X="233.4009" Y="781.997"Z="95.68973
should be
Code:
<CustomBehavior File="NoCombatMoveTo" X="233.4009" Y="781.997" Z="95.68973 />
 
Last edited:
My "problem" is that I need that behavior in the middle of other "Runto's"

No idea how to make that happend..
 
Did the changes, but HB throw a tiny error...

[17:40:59:033] System.Xml.XmlException: Z er et uventet token. Forventet mellomrom. Linje 64, plassering 63. ved System.Xml.XmlTextReaderImpl.Throw(Exception e)
ved System.Xml.XmlTextReaderImpl.Throw(String res, String arg)
ved System.Xml.XmlTextReaderImpl.ParseAttributes()
ved System.Xml.XmlTextReaderImpl.ParseElement()
ved System.Xml.XmlTextReaderImpl.ParseElementContent()
ved System.Xml.XmlTextReaderImpl.Read()
ved System.Xml.Linq.XContainer.ReadContentFrom(XmlReader r, LoadOptions o)
ved System.Xml.Linq.XElement.ReadElementFrom(XmlReader r, LoadOptions o)
ved System.Xml.Linq.XElement.Load(XmlReader reader, LoadOptions options)
ved System.Xml.Linq.XElement.Load(String uri, LoadOptions options)
ved Styx.Logic.Profiles.Profile..ctor(String path, Profile parent)
ved Styx.Logic.Profiles.ProfileManager.LoadNew(String path, Boolean rememberMe)
ved Honorbuddy.MainWindow.btnLoadProfile_Click(Object sender, RoutedEventArgs e)
ved System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
ved System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
ved System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
ved System.Windows.UIElement.RaiseEvent(RoutedEventArgs e)
ved System.Windows.Controls.Primitives.ButtonBase.OnClick()
ved System.Windows.Controls.Button.OnClick()
ved System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(MouseButtonEventArgs e)
ved System.Windows.UIElement.OnMouseLeftButtonUpThunk(Object sender, MouseButtonEventArgs e)
ved System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
ved System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
ved System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
ved System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
ved System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent)
ved System.Windows.UIElement.*****MouseButtonEventAndReRaiseEvent(DependencyObject sender, MouseButtonEventArgs e)
ved System.Windows.UIElement.OnMouseUpThunk(Object sender, MouseButtonEventArgs e)
ved System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
ved System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
ved System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
ved System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
ved System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
ved System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted)
ved System.Windows.Input.InputManager.ProcessStagingArea()
ved System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
ved System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
ved System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
ved System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
ved System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
ved MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
ved MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
ved System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Boolean isSingleParameter)
ved System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
[17:41:00:639] System.Xml.XmlException: Z er et uventet token. Forventet mellomrom. Linje 64, plassering 63.
ved System.Xml.XmlTextReaderImpl.Throw(Exception e)
ved System.Xml.XmlTextReaderImpl.Throw(String res, String arg)
ved System.Xml.XmlTextReaderImpl.ParseAttributes()
ved System.Xml.XmlTextReaderImpl.ParseElement()
ved System.Xml.XmlTextReaderImpl.ParseElementContent()
ved System.Xml.XmlTextReaderImpl.Read()
ved System.Xml.Linq.XContainer.ReadContentFrom(XmlReader r, LoadOptions o)
ved System.Xml.Linq.XElement.ReadElementFrom(XmlReader r, LoadOptions o)
ved System.Xml.Linq.XElement.Load(XmlReader reader, LoadOptions options)
ved System.Xml.Linq.XElement.Load(String uri, LoadOptions options)
ved Styx.Logic.Profiles.Profile..ctor(String path, Profile parent)
ved Styx.Logic.Profiles.ProfileManager.LoadNew(String path, Boolean rememberMe)
ved Styx.Logic.Profiles.ProfileManager.LoadNew(String path)
ved Styx.Logic.BehaviorTree.TreeRoot.Start()
ved Honorbuddy.MainWindow.Start()
[17:41:00:639] Stop called!
 
how did you fixed it? my bot isn't moving after he went wo the hotspot, he don't want to go to the "nocombatmoveto" places
 
how did you fixed it? my bot isn't moving after he went wo the hotspot, he don't want to go to the "nocombatmoveto" places

I thought I fixed it, used CTM, but my toon engaged the mob anyway :(
 
i missed a quote in my correction
Code:
<CustomBehavior File="NoCombatMoveTo" X="233.4009" Y="781.997" Z="95.68973[COLOR="#FF0000"]"[/COLOR] />
 
i missed a quote in my correction
Code:
<custombehavior file="NoCombatMoveTo" x="233.4009" y="781.997" z="95.68973<font color=" #ff0000"="">" />

This works :)

But there is a lot more work untill the profile will be good sadly.</custombehavior>
 
Back
Top