I added it to the char select but it showed up at the login:P
my settings where 1024 x 960
i cant get past the login screen server = down:p
I added it to the char select but it showed up at the login:P
my settings where 1024 x 960
i cant get past the login screen server = down:p
This is the code for the lobby text box where text shows up. However, it won't show up the way we want it to because it needs to be input from the other box below it. hmm...Code:<TEXTAREA item = "ChannelChattingOutput" parent = "Lobby"> <FONT>FONTa9</FONT> <TEXTCOLOR> <R>205</R> <G>205</G> <B>205</B> </TEXTCOLOR> <BOUNDS> <X>163</X> <Y>366</Y> <W>371</W> <H>135</H> </BOUNDS> <MOVABLE>false</MOVABLE> <EDITABLE>false</EDITABLE> <MAXLENGTH>4096</MAXLENGTH> <INDENTATION>50</INDENTATION> </TEXTAREA>
I think I can fix the text part, but I dunno about fixing the dimensions/position. I don't know how it would scale with larger resolutions than 800x600. I'll keep looking.
Code:<PICTURE item="Announcement_Box" parent="CharSelection"> <BOUNDS> <X>200</X> <Y>80</Y> <W>400</W> <H>200</H> </BOUNDS> <STRETCH/> <BITMAP>blacknullframe.tga</BITMAP> </PICTURE> <LABEL item="Annoucement_Text_01" parent="Announcement_Box"> <FONT>FONTa9</FONT> <TEXTCOLOR> <R>205</R> <G>205</G> <B>205</B> </TEXTCOLOR> <ANCHORS> <LEFT>true</LEFT> <TOP>true</TOP> <RIGHT>false</RIGHT> <BOTTOM>false</BOTTOM> </ANCHORS> <BOUNDS> <X>200</X> <Y>80</Y> <W>400</W> <H>200</H> </BOUNDS> <TEXT>STR:ANNOUNCE_01</TEXT> </LABEL>Not sure how many lines you can do, but whatever.Code:<STR id="ANNOUNCE_01">blahblahblah add some spaces blah blah blah</STR>
Will try it when our server is back online^^
can you make it work?
<BMBUTTON item ="Announcement_BoxCaller" parent="Lobby">
<BUTTONLOOK>NormalBmButtonLook</BUTTONLOOK>
<BOUNDS>
<X>10</X>
<Y>563</Y>
<W>110</W>
<H>36</H>
</BOUNDS>
<STRETCH/>
<BITMAP type="up">Announcement_Box_off_kr.tga</BITMAP>
<BITMAP type="over">Announcement_Box_on_kr.tga</BITMAP>
<BITMAP type="down">Announcement_Box_on_kr.tga</BITMAP>
</BMBUTTON>
very nice
Thats really nice!
More screens :) ?
MOre screens :P
Doesn't look too good by the look of shadows screenies...
:P I tested them again the box shows up evrywhere
shop,loby,login screen, login map,w8ting room, in game etc
looks like a pretty simple code but its actually genious next thing you should do is try expanding it like adding images and stuff like that
-Anon
Is it a good thing that it shows up everywhere? It should be a moveable addon, just like Omen on WoW.
if you put it in CharSelection.xml It will show everywhere, ill fix the code when i have my server fixed up again.