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

Is it possible to write a profile that does the the Lotus and Klaxxi dailies?

Yumoo

New Member
Joined
Mar 5, 2012
Messages
46
Reaction score
0
Helllo,
I am quite new in programming HB. Yesterday I started to make a grindprofil(GB) and a angle profil ( AA) for my own and both workes fine.
Now I want to try to programm a Questprofil that does all the nessecary reputation quests. Is it possible to write such a profil for dailies, that change each day?
 
Last edited:
Yes, i believe so - provided that you manually pick up the quests it shouldnt be hard - just code a behavior for each quest but only execute that behavior if you have that quest using quest ID

so you might code 30 quests into the profile but it will only execute the once that you have

correct me if im wrong, but i believe this is doable
 
I started whit Klexxi , and this works fine I think. I will test it tomorrow.
The Lotus Quest are much more trickier, the Quest in which you have to kill the 3 flying serpents is hard at the moment. First my toon didn`t get them in target. If I manually help to target them it mostly dies because of the debuff you get when you didn`t go out of the voidzone.
The Quest where you have to heal the pandas is even hard because I dont really know how to programm it.

(<UseItem QuestName="Given a Second Chance" QuestId="30312" ItemId="84242" MobId="59183" KillCount="6" />) this was my idea but it didnt work. (is killcount for this ok? i think this is the problem because it didnt work?

The toon has to use the item to heal them and that 6 times; I tried this way but it didnt work. For now I stop and will try tomorrow again. Perhaps someone can help me or give an example out of an other Questprofil:
<UseItem QuestName="Given a Second Chance" QuestId="30312" ItemId="84242" MobId="59183" KillCount="6" />
 
The great thing would be to make like a unique profile that pickups all dailies then do the ones you get. So we might endup with a profile 100% afk to do all those dailies :)
 
currently HB skips some objectives for unknown reasons.

until this is fixed i imagine questing-profiles won't be much in the making.

If some1 could be bothered to do it inside 1 if/while condition i think it is doable.(given the dailies are the same every day and not random)

When more if/while conditions are added HB gets a bit confused.......
 
Last edited:
Back
Top