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!

[REP] August Celestials Daily

Show me such condition :) If that would be so simple....

I don't code profiles, I'm just going with general codign knowledge lol. If it's not possible it's not possible. Just a suggestion :\

I'll just do these particular dailies myself. Your Lotus, Klaxxi, and Shadow-Pan profiles work wonderfully for me.
 
Had some Problem with these quests as well but i looked into the profile the problem was quite obvious.
Code:
<If Condition="(HasQuest(31379))">
				<CustomBehavior File="Message" Text="Compiling Temple of Red Crane Quests" LogColor="Cornflowerblue" />
				<CustomBehavior File="FlyTo" X="-2091.563" Y="1484.171" Z="0.4916642"   />
				<CustomBehavior File="ForcedDismount" />
			        <TurnIn QuestName="Challange At the Temple of Red Crane" [COLOR="#B22222"]QuestId="31378"[/COLOR] TurnInName="Thelonius" TurnInID="60506" />
			</If>

The red part is causing the problem it needs to be 31379 as well to work for the horde. changed mine manually and it now works perfect even with horde chars.
 
Had some Problem with these quests as well but i looked into the profile the problem was quite obvious.
Code:
<If Condition="(HasQuest(31379))">
				<CustomBehavior File="Message" Text="Compiling Temple of Red Crane Quests" LogColor="Cornflowerblue" />
				<CustomBehavior File="FlyTo" X="-2091.563" Y="1484.171" Z="0.4916642"   />
				<CustomBehavior File="ForcedDismount" />
			        <TurnIn QuestName="Challange At the Temple of Red Crane" [COLOR="#B22222"]QuestId="31378"[/COLOR] TurnInName="Thelonius" TurnInID="60506" />
			</If>

The red part is causing the problem it needs to be 31379 as well to work for the horde. changed mine manually and it now works perfect even with horde chars.

Did the same, works good now.
 
I just tried this out. Looks very good and I'm very excited to see all of the capabilities this plugin has to offer. One thing I did notice when doing G Lotus dailies was that my toon would try to move to a place on the map (in the sky) without having mounted first. He will get stuck and try to jump, comical to watch. Maybe someone else has seen this issue?

Thanks again!
 
I just tried this out. Looks very good and I'm very excited to see all of the capabilities this plugin has to offer. One thing I did notice when doing G Lotus dailies was that my toon would try to move to a place on the map (in the sky) without having mounted first. He will get stuck and try to jump, comical to watch. Maybe someone else has seen this issue?

Thanks again!

that happened me too, but with my imbah reflex skills i just bopped myself
 
why am I getting The namespace 'Blastranaar' already contains a definition for 'Blastranaar' and a ton of other red errors when I load the quest profile?
 
getting error when i try to add the plugin. most is in swedish but i write it anyway.

Compiler Error: e:\Ny mapp\Plugins\Pandaria Dailies -Megser-\Pandaria Dailies -Megser-.cs(25,34) : error CS0234:
Typ- eller namnomr?desnamnet DBC finns inte i namnomr?det Styx.WoWInternals.Misc (saknas en sammans?ttningsreferens?)
 
posted log, cant seem to think or know were I am going wrong! would really appreciate this! Thanks!


edit: Read a few post earlier and looks like they're getting the same 'Balstranaar' problem! Thanks!
 
Getting this error....

Compiler Error: c:\Users\Michael\Documents\Honorbuddy\Plugins\Pandaria Dailies -Megser- [Modified]\Pandaria Dailies -Megser-.cs(25,34) : error CS0234: The type or namespace name 'DBC' does not exist in the namespace 'Styx.WoWInternals.Misc' (are you missing an assembly reference?)
 
Also getting the baltasar error.

And compiling the plugin gave me the same error Treeolow posted, so I just removed the line of code ->
using Styx.WoWInternals.Misc.DBC;
And the plugin loaded lol.
 
im guessing since this is so old nobody will check this but just in case... when i copy the quest behaviors over honorbuddy doesnt like them it errors out
 
Back
Top