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

Casting Conjure Refreshment Problem with Honorbuddy @ Singular

frullino

New Member
Joined
Oct 26, 2011
Messages
28
Reaction score
0
I'm farming herbalsm with my Mage and everytime after have gathered a plant the mage stops for 10 secs trying to cast conjure refreshment (i've already 80 conjured mana), what can i do for solve this?
 
I'm farming herbalsm with my Mage and everytime after have gathered a plant the mage stops for 10 secs trying to cast conjure refreshment (i've already 80 conjured mana), what can i do for solve this?
yea, probably because after 80 now you have a new item (not mana cupcakes) that its looking for but not finding. can you tell me what item conjure refreshment does give you now and ill fix it.
 
same problem here :s

they named " conjured mana pudding "
 
done it should be in the next hb build. i also fixed mage tables as well.
 
Thank you that you correct the error. But please hurry: D

'm Lvl 90 and can not farming because suddenly he wants to conjure always eat the
 
Hy i repaired problem "cast conjure refreshment" at lvl90:

Honorbuddy 2.5.6296.463\Routines\Singular\ClassSpecific\Mage\Common.cs (open as text file)

search next part:
private static readonly uint[] MageFoodIds = new uint[]
{
80610, (write this)
65500,
65515,
65516,
65517,
43518,
43523,
65499
 
Hy i repaired problem "cast conjure refreshment" at lvl90:

Honorbuddy 2.5.6296.463\Routines\Singular\ClassSpecific\Mage\Common.cs (open as text file)

search next part:
private static readonly uint[] MageFoodIds = new uint[]
{
80610, (write this)
65500,
65515,
65516,
65517,
43518,
43523,
65499
thats basically what i did, while i was at it, i fixed mage tables as well.
 
It should create food , which is intended, does it still loop though?

If yes,w hich Singular version is printed on your mages ?
 
Last edited:
Thats because its fixed in the branch build not the truck which the build server pulls from. Will get a ton of fixes pushed to trunk.
 
Back
Top