|
Aselarin Beginner
Joined: 23 Jul 2005 Posts: 26
|
Posted: Tue Jan 01, 2008 3:38 am
Cmud 2.18 status window error |
For some reason, after i had shut down my current session, and restarted it, my status windows suddenly won't work properly.
now instead of the values in the variables, it shows like this:
Spell dmg: @spells | %format(2,@spellpercent)%
Crit dmg: @crits | %format(2,@critpercent)%
--------------------
Total dmg: @totaldmg
which is the exact same way it looks like in the "background"
any ideas ?
btw, got same problem in an alias i've made, instead of prompting the values, it prompts the variables
just did a test, exported all settings to xml, unstalled cmud, deleted all folder, reinstalled, and imported the xml to a session, all works fine
even the status windows... till i close the session and open it again, back to same problem
??? |
|
|
|
Zugg MASTER
Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Mon Jan 07, 2008 10:34 pm |
We need to see the exact text of the status window item as it is displayed in the Package Editor. Put your status window text within [code] tags here in the forum to preserve spacing. My initial guess is that you don't have the % character within quotes or being concatted properly within your status window item.
|
|
|
|
Aselarin Beginner
Joined: 23 Jul 2005 Posts: 26
|
Posted: Thu Jan 10, 2008 7:49 am |
Here is my complete status window "code" it was working flawlessly previously
Code: |
Dmg to mob: @dmg
Dmg taken: @dmgt
Mobs killed: @kills
Melee dmg: @melee | %format(2,@meleepercent)%
Spell dmg: @spells | %format(2,@spellpercent)%
Crit dmg: @crits | %format(2,@critpercent)%
--------------------
Total dmg: @totaldmg | %format(2,@totaldmgpercent)%
Chance of crit: %format(2,@critcpercent)%
Dmg:
Melee @meleelow - @meleehigh (@meleeavg)
Spell @spellslow - @spellshigh (@spellsavg)
Crit @critlow - @crithigh (@critavg)
Exp this session: @logexp
Gold this session: @loggold
Exp per hour: %format(2,@exphour)
Time to lvl: %format(2,@explvltime) hour(s)
Avg exp per hour: %format(2,@totalexphour)
Avg exp per mob: %format(2,@avgexp)
|
and just as a side note, all variables, and trigger work perfectly |
|
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|