[RELEASE] V19 NPC MENÜ

06/01/2013 01:46 Rhyder`#16
Quote:
Originally Posted by Lumi' View Post
Hab das mal eingefügt und hier ist das Resultat:

[Only registered and activated users can see links. Click Here To Register...]
Use v19 wndtile3**.tga
06/01/2013 13:13 Lumi#17
Thanks it works now, but how i can change the font from black to white? :p
06/02/2013 07:28 xTwiLightx#18
Quote:
Originally Posted by Lumi' View Post
Thanks it works now, but how i can change the font from black to white? :p
Im Code wird die propLang.txt kaum berücksichtigt (hab die v19 propLang Struktur eingebaut, im Endeffekt ändert sich da ziemlich wenig..), schau nach D3DCOLOR_ARGB( .... ), viele Sachen sind halt auf schwarz gestellt (D3DCOLOR_ARGB( 255, 0, 0, 0 ))- alles bis auf Alpha steht auf 0, für weiß alles auf 255 stellen.
06/02/2013 07:41 jeromerz#19
can any one who is nice make a tutorial for english :))
06/02/2013 09:33 Rhyder`#20
Quote:
Originally Posted by jeromerz View Post
can any one who is nice make a tutorial for english :))
What is the use of this ? [Only registered and activated users can see links. Click Here To Register...]
06/02/2013 15:40 Deadline.#21
Quote:
Originally Posted by jeromerz View Post
can any one who is nice make a tutorial for english :))
#added in first post.
06/03/2013 16:28 jeromerz#22
How to fix this problem??

[Only registered and activated users can see links. Click Here To Register...]

And my wndtile on the theme folder is
[Only registered and activated users can see links. Click Here To Register...]


what i should put on WndTile3
06/03/2013 20:01 macboyem07#23
im done to Add This but nothing happen xD .. [Only registered and activated users can see links. Click Here To Register...] .. how to fix this xD
06/04/2013 00:01 Bp2008#24
[Only registered and activated users can see links. Click Here To Register...]
Kriege diesen Fehler kann mir da einer helfen?
06/04/2013 16:16 jeromerz#25
Quote:
Originally Posted by jayjei14 View Post
Use v19 wndtile3**.tga
how to use v19 wndtile3**.tga??

what do i need to change on this code?

06/04/2013 16:26 Rhyder`#26
@jerome:
No need to change the code.. :) Just use v19 wndtile300.tga until wndtile311.tga..

Quote:
Originally Posted by macboyem07 View Post
im done to Add This but nothing happen xD .. [Only registered and activated users can see links. Click Here To Register...] .. how to fix this xD
Remove the XRGB or ARGB color im not sure on which of two are correct,but you can find it here:
Code:
 CWndMenu::OnEraseBkgnd ( C2DRender * p2DRender )
06/05/2013 03:11 jeromerz#27
Quote:
Originally Posted by jayjei14 View Post
@jerome:
No need to change the code.. :) Just use v19 wndtile300.tga until wndtile311.tga..



Remove the XRGB or ARGB color im not sure on which of two are correct,but you can find it here:
Code:
 CWndMenu::OnEraseBkgnd ( C2DRender * p2DRender )
The Result is this

[Only registered and activated users can see links. Click Here To Register...]
06/06/2013 09:11 macboyem07#28
Quote:
Originally Posted by jayjei14 View Post
@jerome:
No need to change the code.. :) Just use v19 wndtile300.tga until wndtile311.tga..



Remove the XRGB or ARGB color im not sure on which of two are correct,but you can find it here:
Code:
 CWndMenu::OnEraseBkgnd ( C2DRender * p2DRender )
i will remove this? --> D3DCOLOR_ARGB( 200, 0,0,0 ) );
[Only registered and activated users can see links. Click Here To Register...]
06/06/2013 11:50 Lumi#29
Quote:
Originally Posted by macboyem07 View Post
i will remove this? --> D3DCOLOR_ARGB( 200, 0,0,0 ) );
[Only registered and activated users can see links. Click Here To Register...]
You should remove this one..

Code:
 p2DRender->RenderFillRect(rect, D3DCOLOR_ARGB( 255, 255,255,255 ) );
06/11/2013 09:37 WooTheFck#30
is this the correct? szTextNamebuf = "WndTile300";