[Release]V19 Taskbar

02/01/2013 06:48 Rhyder`#76
jopsi can you make a guide on how to fix those bugs???


i cant put on 6 slot and f10,A1, 1-0 wont wrk..

and when i logout the neuz will debug...
02/08/2013 13:16 max982#77
Sorry for the bump, but anyone know how to do the shadow effect on the text numbers that are abouve the squares?

@jayjei
for the F10, the key is used by directx to stop the render, search in the source and comment it so that you wiill get it to work on the taskbar
02/23/2013 16:10 Rhyder`#78
Quote:
Originally Posted by sakalasmpk View Post
if( g_bKeyTable[ VK_F10 ] )
{
g_bKeyTable[ VK_F10 ] = 0;
m_pWndTaskBar->SetItemSlot( 9 );
}

Add to your WndManager.cpp.
And :

if( g_bKeyTable[ '1' ] )
{
g_bKeyTable[ '1' ] = 0;
m_pWndTaskBar->SetItemSlot( 0 );
}

Yes or no, please advise, thanks.
Dude can you put the whole codes of this? thanks :)

Quote:
Originally Posted by ademir321 View Post
Put a return between OnLButtonDblClk
The whole code please :(
02/28/2013 15:44 2C.Crasy#79
Dafuq did i just read?!

Das kann man doch nicht anbieten..

Ich hab mir aus spaß mal das teil geladen, angesehen, gekotzt und ja, also ein teil was echt der hammer ist -->

Quote:
slot2 = CWndBase::m_textureMng.AddTexture( D3DDEVICE, MakePath( DIR_THEME, "slot02.tga" ), 0xffff00ff );
if(slot2 != NULL)
{
Dass ist bei dir in der OnDraw Funktion drin, die OnDraw funktion wird 30~ mal in der SEKUNDE aufgerufen, heißt du ladest das teil 30x in der Sekunde, gibst den speicher dazu nichtmehr Frei was nur zum Memory Leaks führt.

Die Action's Slot Effect kacke da von dir ist auch unter aller sau, einfach Kopiert von der Minimap, die auch richtig mies programmiert ist, schau dir mal D3DXCreateSprite an, damit kannst du Sprite's erstellen und diese Rendern, diese überarbeitest du mit Matrix und was passiert? ach, es dreht sich ja...wv zeilen Code würde das beanspruchen? mhm.. 5?

Die spitze des berges ist dass hier:

Quote:
/*ifstream f("AntTweakBar.dll");
if(f)
{
AfxMessageBox("Hack detectet!");
exit(0);
}*/
wtf?

So nebenbei, die AntTweakBar Source ist Public btw ist ansich ein Open Source Project, von daher kann der Name der DLL easy going geändert werden.

Bitte Jopsii, lass es, danke.

Mfg.
02/28/2013 16:56 Jopsi332#80
crasy, ich hab den kompletten action slot neu gemacht. und mann kann die texturen auch mit einer zeile gedreht rendern.



noch nicht ganz fertig aber weiter.
02/28/2013 17:30 alfredico#81
You forgot to add the alpha mask and rotate the skill icons at same time.
02/28/2013 17:56 Jopsi332#82
yes, but i said i recoded the complete action slot, but it is not finished
03/01/2013 00:29 Rhyder`#83
Quote:
Originally Posted by Jopsi332 View Post
yes, but i said i recoded the complete action slot, but it is not finished
Fix it in actual position..because the 1st slot is not align to the circle :)
03/01/2013 05:11 yannick2008#84
Quote:
Originally Posted by 2C.Crasy View Post
Dass ist bei dir in der OnDraw Funktion drin, die OnDraw funktion wird 30~ mal in der SEKUNDE aufgerufen, heißt du ladest das teil 30x in der Sekunde, gibst den speicher dazu nichtmehr Frei was nur zum Memory Leaks führt.
MÖP :)

AddTexture() returnt nur einen Pointer zu einer Texture. Wenn diese bereits geladen wurde verweist der Pointer halt auf die bereits geladene Texture.
03/01/2013 17:42 2C.Crasy#85
Quote:
Originally Posted by yannick2008 View Post
MÖP :)

AddTexture() returnt nur einen Pointer zu einer Texture. Wenn diese bereits geladen wurde verweist der Pointer halt auf die bereits geladene Texture.
Jein, die Textur wird nichtmehr geladen, es wird aber immer wieder der wert aus einer Map geholt, was auch schwachsinn ist, aber wenn er sagt er hat es neu gemacht. (Besser oder? :D)
03/08/2013 23:53 Rhyder`#86
please make a full tutorial on how to activate 6 slot :(

@Jopsi
the following that you said to me it wont work :(
03/09/2013 18:19 .::*[D][A][N][I]*::.#87
did i do something wrong? i can see only the taskbar that is together with the exp and skillslot bar... O.o
03/09/2013 23:52 Gollumdrika#88
Das V19 Interface ist einfach nur der hammer
03/19/2013 18:17 lolxdflyx3#89
Ich bekommt die gleichen errors beim erstellen, wie yanami99. Wie fixxt man? :
Quote:
i got always this error

..\_Interface\WndTaskBar.h(117) : error C2143: syntax error : missing ';' before '*'
..\_Interface\WndTaskBar.h(117) : error C2501: 'CWndNewTaskBar::CWndNewTaskBar04' : missing storage-class or type specifiers
..\_Interface\WndTaskBar.h(117) : error C2501: 'CWndNewTaskBar:WndNewTaskBar04' : missing storage-class or type specifiers
..\_Interface\WndTaskBar.h(118) : error C2143: syntax error : missing ';' before '*'
..\_Interface\WndTaskBar.h(118) : error C2501: 'CWndNewTaskBar::CWndNewTaskBar03' : missing storage-class or type specifiers
..\_Interface\WndTaskBar.h(118) : error C2501: 'CWndNewTaskBar:WndNewTaskBar03' : missing storage-class or type specifiers
..\_Interface\WndTaskBar.h(119) : error C2143: syntax error : missing ';' before '*'
..\_Interface\WndTaskBar.h(119) : error C2501: 'CWndNewTaskBar::CWndNewTaskBar02' : missing storage-class or type specifiers
..\_Interface\WndTaskBar.h(119) : error C2501: 'CWndNewTaskBar:WndNewTaskBar02' : missing storage-class or type
03/19/2013 18:53 lolxdflyx3#90
Quote:
Da fehlt ein ;
hab ich mir auch gedacht und ein ; hinzugefügt.
error code jetzt:
Quote:
...\_Interface\WndTaskBar.h(119): error C2501: 'CWndNewTaskBar::pWndNewTaskBar02' : missing storage-class or type specifiers
....\_Interface\WndTaskBar.h(119): error C2501: 'CWndNewTaskBar::CWndNewTaskBar02' : missing storage-class or type specifiers
...\_Interface\WndTaskBar.h(118): error C2501: 'CWndNewTaskBar::pWndNewTaskBar03' : missing storage-class or type specifiers
...\_Interface\WndTaskBar.h(118): error C2501: 'CWndNewTaskBar::CWndNewTaskBar03' : missing storage-class or type specifiers
...\_Interface\WndTaskBar.h(117): error C2501: 'CWndNewTaskBar::pWndNewTaskBar04' : missing storage-class or type specifiers
...\_Interface\WndTaskBar.h(117): error C2501: 'CWndNewTaskBar::CWndNewTaskBar04' : missing storage-class or type specifiers