Jump to content

"Distribute Vitality to all" doesn't work on new creature page


DARK DEMON

Recommended Posts

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 by DARK DEMON
Link to comment
Share on other sites

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.

Link to comment
Share on other sites

  • 8 months later...
  • 4 years later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Forum Statistics

    17.5k
    Total Topics
    182.1k
    Total Posts
  • Recently Browsing

    • No registered users viewing this page.
  • Upcoming Events

    No upcoming events found
  • Recent Event Reviews

×
×
  • Create New...