Need Help with a Character Multiboard [Trigger]

Status
Not open for further replies.
Level 30
Joined
Jul 31, 2010
Messages
5,259
hello hive helpers! :xxd:

I've recently made an RPG multiboard about a single character. but the triggers I made turned terribly wrong, so I'm here asking for help to you guys who could make a multiboard which will have multiple columns and only 1 row, here are the following columns that will be needed :cidea:

Name :carr: well, It shows the player's name :grin:
Level :carr: shows the level of a chosen hero.
Kills :carr: shows the kills of the given hero.
Health :carr: it shows the chosen hero's health, and also when the hero is receiving damage/s.
Exp :carr: it shows the percentage of the chosen hero's experience points. (if theres a solution in this problem)

I hope some of you guys out there knows the triggers cause I've been doing this for weeks and still no improvement :cry:

Thanks and have a Good New Year!!!!
 
Level 28
Joined
Jan 26, 2007
Messages
4,789
I don't think that is what he needs...
First of all: if his triggers for the multiboard he suggested really failed, then he doesn't know JASS.
Secondly: he never mentioned anything about an inventory or items showing up in the multiboard.



You do know that a column is the vertical side and a row the horizontal side, right?

Like this:
MultiboardColumn 1Column 2
Row 1(1, 1)(2, 1)
Row 2(1, 2)(2, 2)

So if my feeling is correct, you need multiple rows and only 1 column.


Also, wouldn't 2 columns be better?

Then you can make it:

Name:ap0calypse
Level:78
Kills:9622
Health:2600 (90%)
Exp:265k/312k (85%)


Map attached, let me know what you think / what needs improvement.
 

Attachments

  • MultiboardReq.w3x
    15.5 KB · Views: 77
Level 30
Joined
Jul 31, 2010
Messages
5,259
Good!

I don't think that is what he needs...
First of all: if his triggers for the multiboard he suggested really failed, then he doesn't know JASS.
Secondly: he never mentioned anything about an inventory or items showing up in the multiboard.



You do know that a column is the vertical side and a row the horizontal side, right?

Like this:
MultiboardColumn 1Column 2
Row 1(1, 1)(2, 1)
Row 2(1, 2)(2, 2)

So if my feeling is correct, you need multiple rows and only 1 column.


Also, wouldn't 2 columns be better?

Then you can make it:

Name:ap0calypse
Level:78
Kills:9622
Health:2600 (90%)
Exp:265k/312k (85%)


Map attached, let me know what you think / what needs improvement.

yay! It worked! thanks for the Help! :xxd:
 
Status
Not open for further replies.
Top