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

1-60 help

ClayMaris

New Member
Joined
Feb 13, 2011
Messages
11
Reaction score
0
Im currently a lvl 24 druid


Im trying to get to 60 using KaZ 1-60 human

It keeps going to Baliff Conacher to talk but he has nothing to say so it just keeps clicking on him.

What do i do?
 
Last edited:
Im currently a lvl 24 druid


Im trying to get to 60 using kick ass 1-60 human

It keeps going to Baliff Conacher to talk but he has nothing to say so it just keeps clicking on him.

What do i do?

I don't have a questing 1-60. Mine are grind.

Are you confusing KaZ with Kickazz006?
 
Well, then the issue is one of the few here:

You're not big enough and the profile was edited manually
You've partially done some of the other quests in the zone manually
KaZ's profile has an error and it needs to be reported in that thread
 
Well, then the issue is one of the few here:

You're not big enough and the profile was edited manually
You've partially done some of the other quests in the zone manually
KaZ's profile has an error and it needs to be reported in that thread

This
 
[Behavior: MyCTM(error)]: The 'X' attribute is required, but missing. (Attribute names are case-sensitive.)
[Behavior: MyCTM(error)]: The 'Y' attribute is required, but missing. (Attribute names are case-sensitive.)
[Behavior: MyCTM(error)]: The 'Z' attribute is required, but missing. (Attribute names are case-sensitive.)
 
[Behavior: MyCTM(error)]: The 'X' attribute is required, but missing. (Attribute names are case-sensitive.)
[Behavior: MyCTM(error)]: The 'Y' attribute is required, but missing. (Attribute names are case-sensitive.)
[Behavior: MyCTM(error)]: The 'Z' attribute is required, but missing. (Attribute names are case-sensitive.)

search the profile for:

Location

Change:

Location="# # #" />
to EXACTLY:

X="#" Y="#" Z="#" />

make sure you delete Location :D
 
Cannot find that anywhere

found this?
Code:
 <RunTo QuestId="26669" X="-11065.41" Y="-934.131" Z="63.73753" />
      <CustomBehavior File="MyCTM" QuestId="26669" [COLOR="red"]Location="-11082.59 -950.6249 65.27641" />[/COLOR]
      <CustomBehavior File="MyCTM" QuestId="26669" [COLOR="red"]Location="-11089.33 -945.5115 65.32825" />[/COLOR]
      <CustomBehavior File="MyCTM" QuestId="26669" [COLOR="red"]Location="-11093.03 -948.7125 65.35346" />[/COLOR]
      <CustomBehavior File="MyCTM" QuestId="26669" [COLOR="red"]Location="-11093.72 -962.6248 65.36047" />[/COLOR]
      <!--Name: Pile of Scraps | Entry: 204464 | Distance: 2.59955406188965 | Location: <-11092.43, -964.8594, 65.35276>-->
      <CustomBehavior File="InteractWith" QuestId="26669" ObjectType="GameObject" MobId="204464" NumOfTimes="1" CollectionDistance="2" X="-11092.43" Y="-964.8594" Z="65.35276" />
      <!-- <Objective QuestName="In A Dark Corner" QuestId="26669" Type="CollectItem" ItemId="59361" CollectCount="1" />-->
    </If>
    <If Condition="HasItem(59361)">
      <CustomBehavior File="MyCTM" [COLOR="red"]Location="-11093.03 -948.7125 65.35346" />[/COLOR]
      <CustomBehavior File="MyCTM" [COLOR="red"]Location="-11089.33 -945.5115 65.32825" />[/COLOR]
      <CustomBehavior File="MyCTM"[COLOR="red"] Location="-11082.59 -950.6249 65.27641" />[/COLOR]
    </If>
 
Last edited by a moderator:
change the red text that i highlight from:
PHP:
Location="-11082.59 -950.6249 65.27641" />
to:
PHP:
X="-11082.59" Y="-950.6249" Z="65.27641" />

basically KaZ has been out for a few weeks and... the devs changed myCTM from location to XYZ while he's been out
 
!--In A Dark Corner Fix-->
<If Condition="HasQuest(26669)">
<RunTo QuestId="26669" X="-11065.41" Y="-934.131" Z="63.73753" />
<CustomBehavior File="MyCTM" QuestId="26669" X="-11082.59" Y="-950.6249" Z="65.27641" />
<CustomBehavior File="MyCTM" QuestId="26669" X="-11082.59" Y="-950.6249" Z="65.27641" />
<CustomBehavior File="MyCTM" QuestId="26669" X="-11082.59" Y="-950.6249" Z="65.27641" />
<CustomBehavior File="MyCTM" QuestId="26669" X="-11082.59" Y="-950.6249" Z="65.27641" />
<!--Name: Pile of Scraps | Entry: 204464 | Distance: 2.59955406188965 | Location: <-11092.43, -964.8594, 65.35276>-->
<CustomBehavior File="InteractWith" QuestId="26669" ObjectType="GameObject" MobId="204464" NumOfTimes="1" CollectionDistance="2" X="-11092.43" Y="-964.8594" Z="65.35276" />
<!-- <Objective QuestName="In A Dark Corner" QuestId="26669" Type="CollectItem" ItemId="59361" CollectCount="1" />-->
</If>
<If Condition="HasItem(59361)">
<CustomBehavior File="MyCTM" X="-11082.59" Y="-950.6249" Z="65.27641" />
<CustomBehavior File="MyCTM" X="-11082.59" Y="-950.6249" Z="65.27641" />
<CustomBehavior File="MyCTM" X="-11082.59" Y="-950.6249" Z="65.27641" />
</If>

?
 
Back
Top