Malmis
01-20-2008, 03:45
Ever wanted the titlebar to only show RELEVANT information? Your runemaker could use blanks and food left, but your main character could use gold/h or similar. There is a simple way to do it.
Edit the "tibia window title:" to show $_charinfo$ and then create that variable for every character using cond. events.
The cond. events should look like this:
1
#number=#
1
0
0
0
exiva _charinfo = Custom Message
I usually edit the "Custom Message" to show a short version of the name (instead of using $charactername$ for a name like "Kickass Bonebreaker", I just write "Kickass", because only his title will show just that) and the relevant info for the character. As I said before, perhaps blanks left on your runemaker, and gold/h and other on your moneymakers. Just add it to your character's cond. event and save it with a good name, and remember to edit it if you change the character using the cond or the hunting place.
I'm pretty tired, but I think anyone's interested gets the concept and can perhaps decipher the rest of it.
Edit the "tibia window title:" to show $_charinfo$ and then create that variable for every character using cond. events.
The cond. events should look like this:
1
#number=#
1
0
0
0
exiva _charinfo = Custom Message
I usually edit the "Custom Message" to show a short version of the name (instead of using $charactername$ for a name like "Kickass Bonebreaker", I just write "Kickass", because only his title will show just that) and the relevant info for the character. As I said before, perhaps blanks left on your runemaker, and gold/h and other on your moneymakers. Just add it to your character's cond. event and save it with a good name, and remember to edit it if you change the character using the cond or the hunting place.
I'm pretty tired, but I think anyone's interested gets the concept and can perhaps decipher the rest of it.