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

[Request]User item when entering combat

dartius

Member
Joined
Oct 31, 2010
Messages
33
Reaction score
0
// Edit: Damn, wrote the title abit wierd

Heya, well sorry if there is such a thing and Ive have not been looking enough thought the forum.

This mayby is wrong thread and due to its a more of custombehavior issue. But Ill take it here.

To achieve certain quests, you need to place a item (totem in my case) to get the "energy" from the mob your killing. So what I wonder if someone could fix a plugin/custombehavior that use a item before killing the mob.

Check:
Wowhead for detailed information.

So again, if this exist then I apoligize for not searching enought.

Thanks.
 
I'm not firm in writing CustomBehaviors, but I changed my RunMacro-UseItem so that he uses the Item if entering the Combat and only if you have a Quest and it is not completed.
Just had to do some tests it everything works and when I'm at home again and I will upload it. ;)
Maybe it helps you
 
Last edited:
// Edit: Damn, wrote the title abit wierd

Heya, well sorry if there is such a thing and Ive have not been looking enough thought the forum.

This mayby is wrong thread and due to its a more of custombehavior issue. But Ill take it here.

To achieve certain quests, you need to place a item (totem in my case) to get the "energy" from the mob your killing. So what I wonder if someone could fix a plugin/custombehavior that use a item before killing the mob.

Check:
Wowhead for detailed information.

So again, if this exist then I apoligize for not searching enought.

Thanks.

this is on my very long behavior quest. i'm also pushing for <custombehavior "" > <hotspot xyz/>'s here </custombehavior> and various other things.

but i'm sure katzerle's !hasaura plugin could work for this as well =) or even kat's plugin as stated may work

I'm just not big on stuff that I can't manually put inside of a profile, because a lot of users forget to turn it on (especially on multiple characters)
 
I found a Custom Behavior: CombatUseItemOn
Isn't this working for your case? Maybe also somebody else could quickly rewrite it. (I just was looking at the Source Code and ... huiuiui :confused:)
 
i hadn't looked at that ... hrmm. would it support using an item *once* at beginning of combat?

i know it will use it from 100% and spam it xD it's kind of a funny behavior
 
I just can't see what it's exactly doing, but I also think it's spamming. The Source Code of Custom Behaviors looks very strange to me.
 
I just can't see what it's exactly doing, but I also think it's spamming. The Source Code of Custom Behaviors looks very strange to me.

it's injected into the quest bot itself, and not the usual way of doing it ... at least that's what i understand from raphus :p
 
Eventually I was able to rewrite this CB, just have to test it when I'm at home again.
 
Meanwhile here's the Plugin.
With the QuestBehavior I had some Problems and I have to make some more Tests ;).
 

Attachments

I didn't get the Custom Behavior to work.
Maybe you could also use the Custom Behavior of Raphus with these settings:
Code:
        <CustomBehavior File="CombatUseItemOn"
                   ItemId="60223"
                   NpcId="47755"
                   NumOfTimes="1"
                   X="-8698.75" Y="-387.318" Z="189.2361" />
               
        <CustomBehavior File="WaitTimer"
                   WaitTime="301000" />


        <CustomBehavior File="CombatUseItemOn"
                   ItemId="60223"
                   NpcId="47755"
                   NumOfTimes="1"
                   X="-8698.75" Y="-387.318" Z="189.2361" />

I also could offer you to write you a personal little Plugin (as extract of the one below) especial for your Profile.
Like the one I wrote for Kick.
 
Last edited:
Back
Top