Chaos Project

RPG Maker => RPG Maker Scripts => Script Troubleshooting => Topic started by: Lizrael on August 12, 2010, 09:46:13 am

Title: Change and add some Information in Blizz-ABS-HUD
Post by: Lizrael on August 12, 2010, 09:46:13 am
Hello everyone!

First of all i'm a new member and i'm using rmx-os + blizz-abs and it's really great!!! :)
But i have a question about to change little things with the Blizz-HUD. I try to solve my problem by myself like before, but i failed and I've looked through
the 12 pages, but i couldn't find the answer. :(

My problems are:
1. How can i change the actorname(arshes for example) into the playername from the login screen?
2. How can i add a EXP-bar to the HUD?
3. How can i add the class information to the HUD?

I know, i'm not the first one, who ask for HUD-problems, but i hope anyone can take a few minutes for me! :(
Title: Re: Change and add some Information in Blizz-ABS-HUD
Post by: Wizered67 on August 12, 2010, 12:41:56 pm
1. use
$game_actors[1].name = 
$network.username


2. Blizz made a small script for this. Search for it and you should find it.

3. Sorry, I can't help you there.