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

Welches Questprofil k?nnt ihr empfehlen?

falconmind

Member
Joined
Sep 18, 2011
Messages
84
Reaction score
0
Hallo zusammen,

Ich habe meinen Hunter jetzt manuell bis LVL 27,5 gebracht.
Jetzt w?rde ich gerne den Bot weiter machen lassen, es gibt da ein nettes Hunterprofil, jedoch schreibt dies vor, mit einem komplett neuen Hunter zu beginnen (Will ich aber nicht).

Jetzt meine Frage, k?nnt ihr mir ein gutes Questprofil empfehlen, was so ca. ab LVL 27 startet und relativ selbstst?ndig ist?

Danke!

Mfg.
Falconmind
 
Kicks Quest Profile sind alle selbstst?ndig 12-58 / 58-70 / 70-80, lad es dir und aktivier es, wenn du einen Char schon gelevelt hast stelle sicher, dass du das Profil im Editor oder Word Pad ?ffnest und folgendes ?nderst:

Hinweis: Wenn du dieses Profil *mittendrin* (Level 16+) startest, ?ndere in der Zeile <QuestOrder IgnoreCheckPoints="True" > das "True" in "False" (?ffne das Profil in einem Texteditor und benutz die Suchfunktion)
Wenn du Accountgebundene Gegenst?nde hast und/oder Erfahrungsboni durch die Gilde, kann es passieren, dass der Bot gr?ne oder graue Quests erledigt. (Dies ist kein Fehler)

Du ?ffnest das Profil im Editor und dr?ckst:
Steuerung+ F und kopierst das: <QuestOrder IgnoreCheckPoints="True" > und l?scht das True und schreibst False hin.

Dann selektiert es Quests f?r die du schon zu hoch bist aus und startet an einer passenden Stelle.
 
Ok, vielen Dank!

Jedoch, wenn ich mit einer anderen Klassenkonfiguration als "Singular" spiele, l?uft der Bot einfach nicht los, es geschieht einfach nichts und in den Log wird auch nichts geschrieben. Woran kann das liegen?

Ich verwende z.B. dieses Plugin hier:
http://www.thebuddyforum.com/honorb...4-lazyraider-bowman-marksman-survivalist.html

Jedoch wenn ich Singular starte kommen einige Fehlermeldungen wie diese:

Code:
[17:53:00:477] [Message-vUnknown(warning)]: This method 'GetAttributeAsColor' is deprecated.
Please update your behavior to use one of the replacement methods provided by the CustomForcedBehavior class.Your replacement line is:
    GetAttributeAsNullable<Color>("LogColor", False, null, null)

[17:53:00:480] [Message-vUnknown(warning)]: This method 'GetAttributeAsEnum' is deprecated.
Please update your behavior to use one of the replacement methods provided by the CustomForcedBehavior class.Your replacement line is:
    GetAttributeAsNullable<RuntimeType>("LogColor", False, null, null)

[17:53:00:483] [Message-vUnknown(warning)]: This method 'GetAttributeAsQuestId' is deprecated.
Please update your behavior to use one of the replacement methods provided by the CustomForcedBehavior class.Your replacement line is:
    GetAttributeAsNullable<int>("QuestId", False, ConstrainAs.QuestId(this), null)

[17:53:00:484] [Message-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>("QuestId", False, new ConstrainTo.Domain<int>(0, 2147483647), null)

[17:53:00:485] [Message-vUnknown(warning)]: This method 'GetAttributeAsEnum' is deprecated.
Please update your behavior to use one of the replacement methods provided by the CustomForcedBehavior class.Your replacement line is:
    GetAttributeAsNullable<RuntimeType>("QuestCompleteRequirement", False, null, null)

[17:53:00:486] [Message-vUnknown(warning)]: This method 'GetAttributeAsEnum' is deprecated.
Please update your behavior to use one of the replacement methods provided by the CustomForcedBehavior class.Your replacement line is:
    GetAttributeAsNullable<RuntimeType>("QuestInLogRequirement", False, null, null)

[17:53:00:487] [Message-vUnknown(warning)]: This method 'GetAttributeAsString_NonEmpty' is deprecated.
Please update your behavior to use one of the replacement methods provided by the CustomForcedBehavior class.Your replacement line is:
    GetAttributeAs<string>("Text", True, ConstrainAs.StringNonEmpty, null)

[17:53:00:487] [Message-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>("Text", True, null, null)

[17:53:00:488] [Message-vUnknown(warning)]: This method 'GetAttributeAsBoolean' is deprecated.
Please update your behavior to use one of the replacement methods provided by the CustomForcedBehavior class.Your replacement line is:
    GetAttributeAsNullable<boolean>("UpdateGoalText", False, null, null)

[17:53:00:488] [Message-vUnknown(warning)]: This method 'GetAttributeAsColor' is deprecated.
Please update your behavior to use one of the replacement methods provided by the CustomForcedBehavior class.Your replacement line is:
    GetAttributeAsNullable<Color>("GoalColor", False, null, null)

[17:53:00:488] [Message-vUnknown(warning)]: This method 'GetAttributeAsEnum' is deprecated.
Please update your behavior to use one of the replacement methods provided by the CustomForcedBehavior class.Your replacement line is:
    GetAttributeAsNullable<RuntimeType>("GoalColor", False, null, null)

[17:53:00:491] [Profile Message]: Compiling Stonetalon Mount Quests
[17:53:00:494] Compiling expression '(!IsQuestCompleted(26076))' @ line 2816
[17:53:10:914] [Message-vUnknown(warning)]: This method 'GetAttributeAsColor' is deprecated.
Please update your behavior to use one of the replacement methods provided by the CustomForcedBehavior class.Your replacement line is:
    GetAttributeAsNullable<Color>("LogColor", False, null, null)

[17:53:10:915] [Message-vUnknown(warning)]: This method 'GetAttributeAsEnum' is deprecated.
Please update your behavior to use one of the replacement methods provided by the CustomForcedBehavior class.Your replacement line is:
    GetAttributeAsNullable<RuntimeType>("LogColor", False, null, null)

[17:53:10:915] [Message-vUnknown(warning)]: This method 'GetAttributeAsQuestId' is deprecated.
Please update your behavior to use one of the replacement methods provided by the CustomForcedBehavior class.Your replacement line is:
    GetAttributeAsNullable<int>("QuestId", False, ConstrainAs.QuestId(this), null)

[17:53:10:915] [Message-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>("QuestId", False, new ConstrainTo.Domain<int>(0, 2147483647), null)

[17:53:10:915] [Message-vUnknown(warning)]: This method 'GetAttributeAsEnum' is deprecated.
Please update your behavior to use one of the replacement methods provided by the CustomForcedBehavior class.Your replacement line is:
    GetAttributeAsNullable<RuntimeType>("QuestCompleteRequirement", False, null, null)

[17:53:10:915] [Message-vUnknown(warning)]: This method 'GetAttributeAsEnum' is deprecated.
Please update your behavior to use one of the replacement methods provided by the CustomForcedBehavior class.Your replacement line is:
    GetAttributeAsNullable<RuntimeType>("QuestInLogRequirement", False, null, null)

[17:53:10:915] [Message-vUnknown(warning)]: This method 'GetAttributeAsString_NonEmpty' is deprecated.
Please update your behavior to use one of the replacement methods provided by the CustomForcedBehavior class.Your replacement line is:
    GetAttributeAs<string>("Text", True, ConstrainAs.StringNonEmpty, null)

[17:53:10:915] [Message-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>("Text", True, null, null)

[17:53:10:915] [Message-vUnknown(warning)]: This method 'GetAttributeAsBoolean' is deprecated.
Please update your behavior to use one of the replacement methods provided by the CustomForcedBehavior class.Your replacement line is:
    GetAttributeAsNullable<boolean>("UpdateGoalText", False, null, null)

[17:53:10:916] [Message-vUnknown(warning)]: This method 'GetAttributeAsColor' is deprecated.
Please update your behavior to use one of the replacement methods provided by the CustomForcedBehavior class.Your replacement line is:
    GetAttributeAsNullable<Color>("GoalColor", False, null, null)

[17:53:10:916] [Message-vUnknown(warning)]: This method 'GetAttributeAsEnum' is deprecated.

Jedoch kann ich damit nichts anfangen.

Mfg.
Falconmind
 
Die LazyRaider CC's sind OHNE Movement, da diese wie der Name schon sagt zum Raiden ausgelegt sind.
Nutze bitte ein andere CustomClassaus diesem Forum: Hunter
 
Last edited by a moderator:
Back
Top