DARK DEMON Posted May 9, 2015 Report Share 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 Link to comment Share on other sites More sharing options...
I am Bored Posted May 9, 2015 Report Share 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 Link to comment Share on other sites More sharing options...
Aethon Posted January 13, 2016 Report Share Posted January 13, 2016 Bump. Quote Link to comment Share on other sites More sharing options...
Root Admin Chewett Posted January 18, 2020 Root Admin Report Share Posted January 18, 2020 This has been resolved. Quote Link to comment Share on other sites More sharing options...
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.