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

Heads up: LevelbotSettings is moving.

Nesox

Well-Known Member
Joined
Jan 15, 2010
Messages
1,563
Reaction score
48
In the next release almost every property of LevelbotSettings will have moved to CharacterSettings.

This is how it will look in future releases.

LevelbotSettings

  • GroundMountFarmingMode.
CharacterSettings

  • FoodAmount
  • DrinkAmount
  • EnabledPlugins
  • FormLocationX
  • FormLocationY
  • SelectedBotIndex
  • UseFlightPaths
  • FindMountAutomatically
  • UseRandomMount
  • MailRecipient
  • FoodName
  • DrinkName
  • MountName
  • LootMobs
  • SkinMobs
  • NinjaSkin
  • LootChests
  • HarvestMinerals
  • HarvestHerbs
  • UseMount
  • PullDistance
  • LootRadius
  • FindVendorsAutomatically
  • TrainNewSkills
  • LearnFlightPaths
  • LastUsedPath
  • MountDistance
  • RessAtSpiritHealers
Any of you using the settings that formerly resided in LevelbotSettings needs to change it in your projects.

Edit: LevelbotSetting still has the property's but has been marked as obsolete and will be removed in a few releases, please reflect over this in your projects.

// Nesox
 
Last edited:
Nesox said:
Any of you using the settings that formerly resided in LevelbotSettings needs to change it in your projects.
*Thank* you for this heads up!

The UserSettings behavior, and the ConfigMemento class (used by several behaviors) were written to automatically adapt to changes such as this. I guess we'll see how robust they really are. :)

The following behaviors will need updating to accommodate this:
  • Escort
  • FlyTo
  • SetPullDistance (this behavior has been marked as deprecated for several releases, may simply be time to remove it)
  • UseTransport
  • UserDialog
  • DeathknightStart/AnEndToAllThings

They will need to be modified before the next drop, please.

cheers,
chinajade
 
Last edited:
Back
Top