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

CB /click does not work for me

Benninger

Member
Joined
Apr 22, 2010
Messages
457
Reaction score
0
Hello!

I adapted an Alliance profile (Kicks TB Daylies) in order to make it work for my horde toon.
When running the following code, my toon walks to the correct NPC and speaks to him. But it won't accept a gossip option.


Code:
< While Condition="HasQuestAvailable(48360)" >				
   < CustomBehavior File="InteractWith"  MobId="48360" NumOfTimes="1" CollectionDistance="200" WaitTime="1000" X="-616.7347" Y="1398.924" Z="21.98086"  />			
   < CustomBehavior File="RunMacro" Macro="/click GossipTitleButton1" NumOfTimes="1" WaitTime="1000" />			
   < CustomBehavior File="RunMacro" Macro="/click QuestFrameAcceptButton" NumOfTimes="1" WaitTime="1000" />			
< /While>

Log (ofc full log attached):
Code:
[10:13:06:152] Activity: Interacting with - 3rd Officer Kronkar
[10:13:06:167] [InteractWith-v199(debug) @line 247]: 3rd Officer Kronkar
[10:13:06:167] InteractDebug:665554840
[10:13:06:179] Interact Done:665554840
[10:13:06:197] [InteractWith-v199(debug) @line 247]: 3rd Officer Kronkar
[10:13:09:496] Goal: Running Macro
[10:13:09:496] [RunMacro-v184(debug) @line 248]: Running macro 1 times
[10:13:09:496] Activity: RunMacro 1/1 Times
[10:13:09:560] Stop called!
 

Attachments

ADD: The reason seems to be either this special NPC or the fact that he offers two quests.
Other NPCs in Tol Barrad which only offer one quest seem to work.
I'll try to check that.
 
Back
Top