SphereCommunity

Full Version: % till level
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hi could someone share dialog where is shown players % till next level ?
Sorry for my bad english, so here screen something like this
[Image: menus.png]
a simple muldiv would suffice

<MULDIV <currentxp>,<neededxp>,100>
Came up with something like this but it didn't work ...

[DIALOG D_dialogtest]
200, 200
resizepic 440 3 3000 200 22 <MULDIV <tag.exp>,<def.lvl_10_exp>,100>
Because: resizepic x y gump width height
Then how should that line look like ?
[DIALOG D_dialogtest]
200, 200
resizepic 440 3 3000 <MULDIV <tag.exp>,<def.lvl_10_exp>,100> 22
(11-10-2013 07:24 AM)darksun84 Wrote: [ -> ][DIALOG D_dialogtest]
200, 200
resizepic 440 3 3000 <MULDIV <tag.exp>,<def.lvl_10_exp>,100> 22

This crush client Sad
what client are you running?
I am using 6.0.4.0 client
Ohh mordaunt.. So much noob hahahah

Sent from my MB860 using Tapatalk

You forgot to multiply for the gump total height

Sent from my MB860 using Tapatalk
Pages: 1 2
Reference URL's