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

Kicks 1-5 Blood Elf Starting Area [Set Hearthstone]

Status
Not open for further replies.

aldregon

New Member
Joined
Dec 1, 2011
Messages
15
Reaction score
1
Getting an error at Fairbreeze village, seems like the profile is trying to use an old behaviour to set hearthstone with a NPC. Heres the log:

[SetHearthstone-vUnknown(warning)]: This method 'CheckForUnrecognizedAttributes' is deprecated.
Please update your behavior to use one of the replacement methods provided by the CustomForcedBehavior class.Your replacement line is:
OnStart_HandleAttributeProblem()

[SetHearthstone-vUnknown(warning)]: Unrecognized attribute 'MobId' (with value of '15397') will be ignored.
[SetHearthstone-vUnknown(warning)]: Unrecognized attribute 'HearthLocation' (with value of '3462') will be ignored.
[SetHearthstone-vUnknown(warning)]: Unrecognized attribute 'WithinDistance' (with value of '1000') will be ignored.
[SetHearthstone-vUnknown(warning)]: This method 'GetAttributeAsInteger' is deprecated.
Please update your behavior to use one of the replacement methods provided by the CustomForcedBehavior class.Your replacement line is:
GetAttributeAsNullable<int>("NpcId", True, new ConstrainTo.Domain<int>(0, 2147483647), null)


[SetHearthstone-vUnknown(error)]: Attribute 'NpcId' is required, but was not provided.



Fix please?
 
It is, its [H - Quest] 1-5 Blood Elf [Kick]


[20:44:42:984] [SetHearthstone-vUnknown(warning)]: This method 'CheckForUnrecognizedAttributes' is deprecated.
Please update your behavior to use one of the replacement methods provided by the CustomForcedBehavior class.Your replacement line is:
OnStart_HandleAttributeProblem()

[20:44:42:984] [SetHearthstone-vUnknown(warning)]: Unrecognized attribute 'MobId' (with value of '15397') will be ignored.
[20:44:42:984] [SetHearthstone-vUnknown(warning)]: Unrecognized attribute 'HearthLocation' (with value of '3462') will be ignored.
[20:44:42:984] [SetHearthstone-vUnknown(warning)]: Unrecognized attribute 'WithinDistance' (with value of '1000') will be ignored.
[20:44:42:984] [SetHearthstone-vUnknown(warning)]: This method 'GetAttributeAsInteger' is deprecated.
Please update your behavior to use one of the replacement methods provided by the CustomForcedBehavior class.Your replacement line is:
GetAttributeAsNullable<int>("NpcId", True, new ConstrainTo.Domain<int>(0, 2147483647), null)

[20:44:43:000] [SetHearthstone-vUnknown(error)]: Attribute 'NpcId' is required, but was not provided.
[20:44:43:000] [SetHearthstone-vUnknown(warning)]: This method 'GetAttributeAsInteger' is deprecated.
Please update your behavior to use one of the replacement methods provided by the CustomForcedBehavior class.Your replacement line is:
GetAttributeAsNullable<int>("AreaId", False, new ConstrainTo.Domain<int>(0, 2147483647), null)

[20:44:43:000] [SetHearthstone-vUnknown(warning)]: This method 'GetAttributeAsDouble' is deprecated.
Please update your behavior to use one of the replacement methods provided by the CustomForcedBehavior class.Your replacement line is:
GetAttributeAsNullable<double>("X", True, new ConstrainTo.Domain<double>(0, 1.79769313486232E+308), null)

[20:44:43:000] [SetHearthstone-vUnknown(warning)]: This method 'GetAttributeAsDouble' is deprecated.
Please update your behavior to use one of the replacement methods provided by the CustomForcedBehavior class.Your replacement line is:
GetAttributeAsNullable<double>("Y", True, new ConstrainTo.Domain<double>(0, 1.79769313486232E+308), null)

[20:44:43:000] [SetHearthstone-vUnknown(error)]: The 'Y' attribute's value (saw '-6638.356') is not on the closed interval [0..1.79769313486232E+308].
[20:44:43:000] [SetHearthstone-vUnknown(warning)]: This method 'GetAttributeAsDouble' is deprecated.
Please update your behavior to use one of the replacement methods provided by the CustomForcedBehavior class.Your replacement line is:
GetAttributeAsNullable<double>("Z", True, new ConstrainTo.Domain<double>(0, 1.79769313486232E+308), null)

[20:44:43:000] [SetHearthstone-vUnknown(warning)]: This method 'GetAttributeAsString' is deprecated.
Please update your behavior to use one of the replacement methods provided by the CustomForcedBehavior class.Your replacement line is:
GetAttributeAs<string>("Name", False, null, null)

[20:44:43:000] Goal: Setting Hearthstone at NPC #
[20:44:43:171] Activity: Loading Tile/s
[20:44:43:171] Loading Expansion01_44_15
[20:44:43:609] Could not generate path from {8734.097, -6661.126, 70.29552} to {8700.384, 0, 72.74709} (time used: 14 milliseconds) @ FindEndPoly
[20:44:43:937] Could not generate path from {8734.097, -6661.126, 70.29552} to {8700.384, 0, 72.74709} (time used: 0 milliseconds) @ FindEndPoly
[20:45:04:546] Stopping the bot!
[20:45:04:546] Stop called!
 
Last edited:
Fixed it. wasnt kicks profile, was just a mistake on my part. ./Lock thread ./delete
 
Status
Not open for further replies.
Back
Top