|
You last visited: Today at 19:09
Advertisement
Status / Icon
Discussion on Status / Icon within the Flyff Private Server forum part of the Flyff category.
03/29/2017, 00:02
|
#1
|
elite*gold: 0
Join Date: Jun 2008
Posts: 355
Received Thanks: 5
|
Status / Icon
Hi anyone can share this code about the showing time when the Siege begin?
Photo credit to macboyem07
And also about this Icon I can't still find where why this Icon's are not appearing on the upper right corner even the couple buffs. please Help me on this.
Thanks in advance guys
|
|
|
04/02/2017, 16:48
|
#2
|
elite*gold: 0
Join Date: Mar 2017
Posts: 342
Received Thanks: 18
|
up looking for the code of next guild war and next ffa too
|
|
|
04/02/2017, 23:07
|
#3
|
elite*gold: 0
Join Date: Dec 2014
Posts: 98
Received Thanks: 6
|
Try this
_stprintf( strFPS, "Next GuildWar: %d", g_Neuz."find netx time guildwar" );
p2DRender->TextOut( 5, 110 , strFPS, D3DCOLOR_ARGB( 255, 0, 255, 255 ) );
|
|
|
04/03/2017, 05:13
|
#4
|
elite*gold: 0
Join Date: Mar 2017
Posts: 342
Received Thanks: 18
|
Quote:
Originally Posted by pedala1
Try this
_stprintf( strFPS, "Next GuildWar: %d", g_Neuz."find netx time guildwar" );
p2DRender->TextOut( 5, 110 , strFPS, D3DCOLOR_ARGB( 255, 0, 255, 255 ) );
|
where should we put this code sir ?  
|
|
|
04/03/2017, 06:12
|
#5
|
elite*gold: 0
Join Date: Mar 2013
Posts: 204
Received Thanks: 38
|
WndWorld.cpp :/
|
|
|
04/03/2017, 12:44
|
#6
|
elite*gold: 0
Join Date: Mar 2017
Posts: 342
Received Thanks: 18
|
Quote:
Originally Posted by flyffdev
WndWorld.cpp :/
|
my compile is success. but its not working after i up the program
#ifdef __XUZHU
if( g_pPlayer )
{
_stprintf( strDebug, _T("%d"), g_pPlayer->m_tmAccFuel );
p2DRender->TextOut( 400, 270, strDebug, D3DCOLOR_ARGB( 255, 255, 255, 255 ) );
}
#endif
#ifdef __PROF
//p2DRender->TextOut( 600, 120, g_Prof.m_szResult, D3DCOLOR_ARGB( 255, 255, 255, 255 ) );
extern DWORD _dwA, _dwB, _dwC;
_stprintf( strDebug, _T("%d %d %d" ), _dwA, _dwB, _dwC );
p2DRender->TextOut( 2, 140, strDebug, D3DCOLOR_ARGB( 255, 255, 255, 255 ) );
if( g_Neuz.m_fFPS < 10.0f )
{
int a;
a++;
}
#endif
#ifdef __J
_stprintf( strDebug, _T("%d %d" ), g_lBytesRecvd, g_lBytesProcessed );
p2DRender->TextOut( 2, 140, strDebug, D3DCOLOR_ARGB( 255, 255, 255, 255 ) );
_stprintf( strFPS, "Next GuildWar: %d", g_Neuz."find next time guildwar" );
p2DRender->TextOut( 5, 110 , strFPS, D3DCOLOR_ARGB( 255, 0, 255, 255 ) );
#endif
|
|
|
04/03/2017, 14:22
|
#7
|
elite*gold: 353
Join Date: Jan 2013
Posts: 924
Received Thanks: 617
|
Quote:
Originally Posted by babyminion
my compile is success. but its not working after i up the program
#ifdef __XUZHU
if( g_pPlayer )
{
_stprintf( strDebug, _T("%d"), g_pPlayer->m_tmAccFuel );
p2DRender->TextOut( 400, 270, strDebug, D3DCOLOR_ARGB( 255, 255, 255, 255 ) );
}
#endif
#ifdef __PROF
//p2DRender->TextOut( 600, 120, g_Prof.m_szResult, D3DCOLOR_ARGB( 255, 255, 255, 255 ) );
extern DWORD _dwA, _dwB, _dwC;
_stprintf( strDebug, _T("%d %d %d" ), _dwA, _dwB, _dwC );
p2DRender->TextOut( 2, 140, strDebug, D3DCOLOR_ARGB( 255, 255, 255, 255 ) );
if( g_Neuz.m_fFPS < 10.0f )
{
int a;
a++;
}
#endif
#ifdef __J
_stprintf( strDebug, _T("%d %d" ), g_lBytesRecvd, g_lBytesProcessed );
p2DRender->TextOut( 2, 140, strDebug, D3DCOLOR_ARGB( 255, 255, 255, 255 ) );
_stprintf( strFPS, "Next GuildWar: %d", g_Neuz."find next time guildwar" );
p2DRender->TextOut( 5, 110 , strFPS, D3DCOLOR_ARGB( 255, 0, 255, 255 ) );
#endif
|
Made my day haha
Try this :
Code:
_stprintf( strFPS, "Next GuildWar: %s", g_Neuz."find next time guildwar" );
p2DRender->TextOut( 5, 110 , strFPS, D3DCOLOR_ARGB( 255, 0, 255, 255 ) );
|
|
|
04/03/2017, 15:52
|
#8
|
elite*gold: 0
Join Date: Mar 2017
Posts: 342
Received Thanks: 18
|
Quote:
Originally Posted by Kiseku
Made my day haha
Try this :
Code:
_stprintf( strFPS, "Next GuildWar: %s", g_Neuz."find next time guildwar" );
p2DRender->TextOut( 5, 110 , strFPS, D3DCOLOR_ARGB( 255, 0, 255, 255 ) );
|
sorry master im new in developing sorry if i made your day lmao  
where can i find next time guild in erendora source? btw this is my error sir couz i dont know where can i search the time of gs in erendora source p.s im newbie and i want to learn thank you master
\TEST\TEST\Source\Program\_Interface\WndWorld.cpp( 812) : error C2059: syntax error : 'string'
\TEST\TEST\Source\Program\_Interface\WndWorld.cpp( 813) : error C2039: 'p2DRender' : is not a member of 'CNeuzApp'
d:\TEST\TEST\Source\Program\Neuz\Neuz.h(79) : see declaration of 'CNeuzApp'
\TEST\TEST\Source\Program\_Interface\WndWorld.cpp( 813) : error C2039: 'TextOutA' : is not a member of 'CNeuzApp'
d:\TEST\TEST\Source\Program\Neuz\Neuz.h(79) : see declaration of 'CNeuzApp'
|
|
|
04/04/2017, 11:49
|
#9
|
elite*gold: 0
Join Date: Aug 2014
Posts: 653
Received Thanks: 217
|
Quote:
Originally Posted by babyminion
sorry master im new in developing sorry if i made your day lmao  
where can i find next time guild in erendora source? btw this is my error sir couz i dont know where can i search the time of gs in erendora source p.s im newbie and i want to learn thank you master
\TEST\TEST\Source\Program\_Interface\WndWorld.cpp( 812) : error C2059: syntax error : 'string'
\TEST\TEST\Source\Program\_Interface\WndWorld.cpp( 813) : error C2039: 'p2DRender' : is not a member of 'CNeuzApp'
d:\TEST\TEST\Source\Program\Neuz\Neuz.h(79) : see declaration of 'CNeuzApp'
\TEST\TEST\Source\Program\_Interface\WndWorld.cpp( 813) : error C2039: 'TextOutA' : is not a member of 'CNeuzApp'
d:\TEST\TEST\Source\Program\Neuz\Neuz.h(79) : see declaration of 'CNeuzApp'
|
Its not declare on Neuz.h
|
|
|
Similar Threads
|
[Buying] Buying Beta Tester Icon (Grandmaster Icon (Rammus Icon)
06/22/2016 - League of Legends Trading - 3 Replies
http://avatar.leagueoflegends.com/na/ELO%20PUPPET. png
Buying an Account with Icon like This!
I can pay up to 150€
Skype: chaoscomputerclub
|
creating Status Icon
05/21/2014 - CO2 Private Server - 10 Replies
any ideas to make status icon or from where should i start?
|
[New]icon status
10/02/2012 - Dekaron Private Server - 23 Replies
why icon status in status.csv can use max at 255 only
anyone who know that where to fix it in exe for use that more than 255.
please advise :bandit::pimp:
|
Icon and Status
09/26/2010 - CO2 Private Server - 7 Replies
Alright, does anyone know how to remove these 2 things? I'm not talking about client removal, just removing them from the source or from the exe, it doesn't matter, if anyone knows how, that would be awesome.
http://img28.imageshack.us/img28/4900/12064153.jp g
|
All times are GMT +1. The time now is 19:10.
|
|