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!

CastObjectiveAbility failure and InputAction crash.

NewGuyFry

New Member
Joined
Jul 25, 2016
Messages
5
CastObjectiveAbility tag never worked for me, InputAction tag used to work but only crashes now.

CastObjectiveAbility causes the player to run back and forth on the unit, spamming errors.

InputAction causes wildbuddy to freeze immediately.

I'm looking for a fix to make CasObjectiveAbility or InputAction work again, or a way to "target a specific unit", "Force wildbuddy to Press 'T' like a player"

Code:
<Profile Name="Quest Fail Profile" Author="NGF" Version="1.0" > 
	<CastObjectiveAbility QuestId="95" QuestObjective="4" CreatureId="23837" MapId="1232" OnTarget="false" RequireTarget="true" X="-53.0921059" Y="-514.2677" Z="146.745392" InteractRange="3"  />
</Profile>
View attachment CastObjAbiFail.txt

Code:
<Profile Name="Quest Crash Profile" Author="NGF" Version="1.0" > 
<InputAction Action="TargetNearestFriend" Duration="200" />
</Profile>
View attachment CastObjAbiCrash1.txt (This used to be 8mb and I couldn't upload it, so I trimmed it down. It just repeats.)

Code:
<Profile Name="Quest Crash 2 Profile" Author="NGF" Version="1.0" > 
<InputAction Action="InputAction.CastObjectiveAbility" Duration="3000" />
</Profile>
View attachment CastObjAbiCrash2.txt (This used to be 8mb and I couldn't upload it, so I trimmed it down. It just repeats.)

All of this is done while standing on this unit:

Code:
Name: Contaminated Shiphand
GUID: 403FE
Creature ID: 23837
Flags: 0
CanBeAttacked: True
Position: X:-53.09211 Y:-514.2677 Z:146.7454
Distance: 3.695595
Facing: X:-0.5003608 Y:0 Z:-0.865817 W:0
Heading: 0.5240154
Actor Type: NonPlayer
Activation States: 
Map ID: 1232
Quests Given: 
Quests Received: 

XML Short Definition:
Name="Contaminated Shiphand" CreatureId="23837" X="-53.09211" Y="-514.2677" Z="146.7454" MapId="1232"

While on this quest:
Code:
Event: 95 (Expedition: Infestation) [00:57:58.0180000]
	Type: Shiphand
	Reward Type: Script
	V Objectives
		V 4 ID: 231 [Active] (Use medicine to heal Contaminated Shiphands)
			ID: 231
			Type: Optional
			RequiredCount: 0
			Count: 4
 
Last edited:
Back
Top