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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

HB ARCHIVES: Kick's Old Posts Thread--DO NOT DELETE!

Status
Not open for further replies.
<Hotspot X="4114.66" Y="2126.055" Z="159.0769" />
<Hotspot X="4112.299" Y="2288.351" Z="154.7233" />

added ty
 
I don't have a log, but this profile has been messing up quite a bit. It will turn a quest in successfully, then sit there and continue to try to turn it in. This has happened on several different occasions. Also, it tries to pick up quests that are not available to me yet. *shrug*. I'll keep playing with it.
 
I don't have a log, but this profile has been messing up quite a bit. It will turn a quest in successfully, then sit there and continue to try to turn it in. This has happened on several different occasions. Also, it tries to pick up quests that are not available to me yet. *shrug*. I'll keep playing with it.

well no logs and no thorough explanation doesn't help at all
 
this profile is just not working for me , bot moves a little bit then stops, doesn't attack anything and just eventually will log out, 2 logs provided(one had to be zipped), anything else u need plz ask, any help will be great, have used all your previous profiles fine with minimal problems from your svn but this one just won't work for me.
 
@b4tm4n - did you have the shak / azenius plugin installed and enabled? that would be the reason why Abyssal Shelf never turned in and messed up everything else
 
return SpellManager.Spells["Curse of Agony"];

do you have that spell?

if so, it's a behavior issue; if not, then you need to learn that spell

PHP:
                switch (Me.Class)
                {
                    case Styx.Combat.CombatRoutine.WoWClass.Druid:
                        return SpellManager.Spells["Starfire"];
                    case Styx.Combat.CombatRoutine.WoWClass.Hunter:
                        return SpellManager.Spells["Arcane Shot"];
                    case Styx.Combat.CombatRoutine.WoWClass.Mage:
                        return SpellManager.Spells["Frostbolt"];
                    case Styx.Combat.CombatRoutine.WoWClass.Priest:
                        return SpellManager.Spells["Shoot"];
                    case Styx.Combat.CombatRoutine.WoWClass.Shaman:
                        return SpellManager.Spells["Lightning Bolt"];
                    case Styx.Combat.CombatRoutine.WoWClass.Warlock:
                        return SpellManager.Spells["Curse of Agony"];
                    default: // should never get to here but adding this since the compiler complains
                        return SpellManager.Spells["Auto Attack"]; ;
                }

if you do have that spell, i'll fwd this to the behavior dev
 
Last edited:
I know this has been reported before but I don't know what the response was :D

On the quest "Steady as a Rock?" it doesn't pick up the Stability profile. It does return to the quest giver and tries to convince him he doesn't need the profile by clicking him over and over again. The quest giver seems less then impressed.
 
I know this has been reported before but I don't know what the response was :D

On the quest "Steady as a Rock?" it doesn't pick up the Stability profile. It does return to the quest giver and tries to convince him he doesn't need the profile by clicking him over and over again. The quest giver seems less then impressed.
PHP:
			<If Condition="((HasQuest(12014)) &amp;&amp; (!IsObjectiveComplete(1, 12014)))" >
				<CustomBehavior File="FlyTo" DestName="Objective" X="4968.709" Y="-4672.719" Z="221.4541" />
				<CustomBehavior File="ForcedDismount" />
				<Objective QuestName="Steady as a Rock?" QuestId="12014" Type="CollectItem" ItemId="35837" ItemName="Portable Seismograph" CollectCount="1" />
			</If>
			<If Condition="((HasQuest(12014)) &amp;&amp; (!IsObjectiveComplete(2, 12014)))">
				<CustomBehavior File="FlyTo" DestName="Objective" Distance="1" X="5047.596" Y="-4815.183" Z="225.4905" />
				<CustomBehavior File="ForcedDismount" />
				
				<RunTo X="5048.288" Y="-4819.783" Z="219.5013" />
				<CustomBehavior File="WaitTimer" WaitTime="2000" GoalText="Waiting for agro to clear {TimeRemaining}" />
				<RunTo X="5048.288" Y="-4819.783" Z="219.5013" />
				<CustomBehavior File="WaitTimer" WaitTime="2000" GoalText="Waiting for agro to clear {TimeRemaining}" />
				
			 <While Condition="((HasQuest(12014)) &amp;&amp; (!IsObjectiveComplete(2, 12014)))">
				<UseItem QuestName="Steady as a Rock?" QuestId="12014" ItemId="35837" X="5048.288" Y="-4819.783" Z="219.5013" />
				<CustomBehavior File="WaitTimer" WaitTime="2000" GoalText="Waiting for agro to clear {TimeRemaining}" />
				<CustomBehavior File="InteractWith" QuestId="12014" MobId="188367" ObjectType="Gameobject" Range="4" WaitForNpcs="False" />
				<CustomBehavior File="WaitTimer" WaitTime="2000" GoalText="Waiting for agro to clear {TimeRemaining}" />
				<!-- <Objective QuestName="Steady as a Rock?" QuestId="12014" Type="CollectItem" ItemId="35819" ItemName="Thor Modan Stability Profile" CollectCount="1" CollectFrom="188367" /> -->
			 </While>
			</If>
syntax updated
 
Last edited:
Does this profile train your character's spells for you? Or do I have to do that manually every so often?
 
Last edited:
Alright guys, i believe i'm done w/ this profile (for now) - it's the same as my ally profile starting in zul'drak (literally i c/p)

It does BT, HF, DB, GH, ZD, SB, a little in SP and IC

re-svn and test
 
Awesome work as always Kick. My priest should be near or at 78 after last night. When I start I can still run just the horde profile correct? Or do I have to grab the ally one and set it to ignorecheckpts?
 
Awesome work as always Kick. My priest should be near or at 78 after last night. When I start I can still run just the horde profile correct? Or do I have to grab the ally one and set it to ignorecheckpts?

well when it grinds to 80, load the beta ally profile and false the checkpoints
 
@b4tm4n - did you have the shak / azenius plugin installed and enabled? that would be the reason why Abyssal Shelf never turned in and messed up everything else

hah completely missed:
Copy the behaviors from svn into your behaviors folder
Copy the Shak Questing (Azenius) plugin into your plugins folder and enable it (Hellfire only - other zones don't matter)

I will give that a shot now , thank you.

UPDATE:

Hah! Thanks Kick! Copied over the quest behaviors and plugins, everything running smooth now. I am such a rock for missing that the first time lol.
 
Last edited:
Hi
I tryed this bot on my lvl 20 human paladin."Note: If you start this *midway* (12+), change <QuestOrder IgnoreCheckPoints="True" > -- True to False" I did this after finding that line in notepad. The bot not flew me to Redridge Mountains. It goes to this quest and accepts it, but the bot then desides to try to deliver/take the quest again. And he does this for, idk for how long, he just stands there looking cool. Plz help me
 
Hi
I tryed this bot on my lvl 20 human paladin."Note: If you start this *midway* (12+), change <QuestOrder IgnoreCheckPoints="True" > -- True to False" I did this after finding that line in notepad. The bot not flew me to Redridge Mountains. It goes to this quest and accepts it, but the bot then desides to try to deliver/take the quest again. And he does this for, idk for how long, he just stands there looking cool. Plz help me

no logs = no help

you also didn't tell me the quest name which = no help
 
Hey kick, would you like me to do a full through testing of this profile once my priest is complete?
I believe this is a release so it should be about 100% with proper addons. Of course this will be after I lazyraid my priest to being a boss.
 
Status
Not open for further replies.
Back
Top