Quote:
Originally Posted by eluthria
I have a couple more noobie questions I wanted to add.
1. I have been tweaking my group window to expand on my click 2 cure. When I click my Curse Cure I’d like to be able send a message to my chat that says >> Curse Cure cast on %t <<. I have the text going to the chat but what is the equivalent of %t in a UI mod?
2. I’d like to be able to setup the group members in my group window in a two column arrangement i.e. member0, member1 and member2 in the first column and member3, member4 and member5 in the second column. I have tried using the location coordinates to position the members correctly but it doesn’t work. As members join the group it places them in entirely different locations (I have rechecked my locations a few times). After a bit of testing I’m thinking that this issue is being caused by the auto positioning that happens when you resize certain UI elements e.g. with the default group window if you resize the window to be wider than it is tall then the group members begin re-ordering themselves into a horizontal configuration rather than a vertical one. Could anyone help me nut out this column arrangement or maybe can I disable the auto re-positioning feature (is that even my problem?).
- Roldy
|
Re 1: You can't use tokens like %t, the best you can do is find the name and then navigate to it via parent.parent.whatever and then combine it all together to form the final message.