Jump to content
Eternal Lands Official Forums
Nogrod

Ranging window Exp/arrows shows Critical rate

Recommended Posts

With the "Scale ranging window commit" 2554d960780a42ee2d0a9fb1084101d9f3f81ebd the Critical rate is showing as the value for both the Critical rate and Exp/arrows lines.

 

	// % .2f exp
	draw_string_small_zoomed(pos_x, pos_y, (const unsigned char*)ranging_exp_per_arrow_str,
		2, win->current_scale);
	safe_snprintf(str, sizeof(str), "%.2f exp",
		range_critical_hits > 0 ? (float)range_critical_hits/range_success_hits*100 : 0.0f);
	draw_string_small_zoomed(result_x, pos_y, (const unsigned char*)str, 1, win->current_scale);

 

el_range_xp.png

Edited by bluap

Share this post


Link to post
Share on other sites
1 hour ago, bluap said:

Fix committed.

 

Client updated. Fix confirmed.  You rock bluap!

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

  • Recently Browsing   0 members

    No registered users viewing this page.

×