DARK DEMON Posted May 9, 2015 Report Posted May 9, 2015 (edited) Checked through the bug forum and couldn't find this anywhere. As the title says, the "distribute vitality to all" shop feature does not work in the HTML 5 creature page interface. I am able to heal individually though. Confirmed that others are facing the same problem. (don't know how to put any screenshot of this, because there are no errors or anything, it just does nothing when clicked). Edited May 9, 2015 by DARK DEMON Quote
I am Bored Posted May 9, 2015 Report Posted May 9, 2015 This is due to the `rechargeCr_all()` function not being defined. Defining it as: function rechargeCr_all() { $('div[id^="div_creature_"]').each(function(i, v) { healCreature(v.dataset['creatureId']); }); } Should allow the distribute vitality to all button to work correctly. Quote
Root Admin Chewett Posted January 18, 2020 Root Admin Report Posted January 18, 2020 This has been resolved. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.