chinajade
Community Developer
- Joined
- Jul 20, 2010
- Messages
- 17,540
- Reaction score
- 172
There's something wrong with UseTransport behavior
Code:[Profile Message]: Going to EK - EPL [UseTransport-v184(warning)]: The attribute 'End' is DEPRECATED. Please modify the profile to use the new 'TransportEndX/Y/Z' attribute, instead. [UseTransport-v184(error)]: The 'End' attribute's value should have three coordinate contributions (saw '0') [UseTransport-v184(warning)]: The attribute 'Exit' is DEPRECATED. Please modify the profile to use the new 'GetOffX/Y/Z' attribute, instead. [UseTransport-v184(error)]: The 'Exit' attribute's value should have three coordinate contributions (saw '0') [UseTransport-v184(warning)]: The attribute 'Start' is DEPRECATED. Please modify the profile to use the new 'TransportStartX/Y/Z' attribute, instead. [UseTransport-v184(error)]: The 'Start' attribute's value should have three coordinate contributions (saw '0') [UseTransport-v184(warning)]: The attribute 'Entry' is DEPRECATED. Please modify the profile to use the new 'WaitAtX/Y/Z' attribute, instead. [UseTransport-v184(error)]: The 'Entry' attribute's value should have three coordinate contributions (saw '0') [UseTransport-v184(error) @line 2948]: Stopping Honorbuddy. Please repair the profile!
and the syntax:
PHP:<!-- Org to Undercity --> <CustomBehavior File="Message" Text="Going to EK - EPL" LogColor="Orange" /> <CustomBehavior File="UseTransport" TransportId="164871" WaitAtX="1838.676" WaitAtY="-4387.965" WaitAtZ="135.2332" TransportStartX="1833.509" TransportStartY="-4391.543" TransportStartZ="152.7679" TransportEndX="2062.376" TransportEndY="292.998" TransportEndZ="114.973" StandOnX="1834.961" StandOnY="-4385.694" StandOnZ="135.0334" GetOffX="2066.773" GetOffY="288.873" GetOffZ="97.03159" />
This is totally my fault.
I eliminated a confusing warning message by updating a LegacyGet*() method. In the process, I failed to catch one of the return values from the updated functions.
The fix is sitting in Nesox's inbox at the moment, and hopefully will be available in the next drop.
I can't offer a UseTransport patch, because the problem is not in UseTransport, but the HBcore itself.
Deepest apologies,
chinajade