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

How to get past barricades?

Inrego

New Member
Joined
Feb 7, 2010
Messages
2,765
Reaction score
71
How do I make it attack a barricade?
I'm at a point where I cannot get it past the barricade on this screenshot. I've tried UseObject but that didn't work out.
BQG1U.jpg


Here's a log where it's just standing near the barricade, not moving: [18:23:46.787 N] Demonbuddy v1.0.452.88 started [18:23:48.736 N] Logging in... - Pastebin.com
Another log which is probably better. It's the last part, where it's trying to get to the point called Lair of the Witch entry point: http://pastebin.com/raw.php?i=rAFs0Jsp
(Attachments didn't wanna work - it was hanging at upload)
 
Last edited:
Maybe you can have it use it's right click ability (aoe attack)?

I don't know if you can do that in a profile and it would suck if you didn't have spirit at the time but it's just an idea.

(You're making leveling profile?)
 
Last edited:
Maybe you can have it use it's right click ability (aoe attack)?

I don't know if you can do that in a profile and it would suck if you didn't have spirit at the time but it's just an idea.

(You're making leveling profile?)
I don't have enough documentation on profiles to be able to make it use an ability. I did dig out that there's a <UsePower> tag for profiles - but I don't know how to use it.
And yes - it's a levelling profile, but to begin with in a very single form where it does a few quests and then starts over and does them again.
 
Well the only relevant thing i can find is from the general cc.

public override SNOPower DestroyObjectPower { get { return ZetaDia.Me.GetHotbarPowerId((HotbarSlot)Settings.DestroyObjectAction); } }

public override float DestroyObjectDistance { get { return Settings.DestroyObjectsDistance; } }

No idea if these can be called from a profile though.
 
Bump! This is all I need to have an AFK'able boss farm profile for act 2 :<
 
Added 2 logs where it's stuck in front of a barricade like on the screenshot.
 
Back
Top