Status / Icon

03/29/2017 00:02 khemomo#1
Hi anyone can share this code about the showing time when the Siege begin?

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

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.

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


Thanks in advance guys :handsdown:
04/02/2017 16:48 babyminion#2
up looking for the code of next guild war and next ffa too
04/02/2017 23:07 pedala1#3
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 babyminion#4
Quote:
Originally Posted by pedala1 View Post
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 ? :handsdown::handsdown::handsdown:
04/03/2017 06:12 flyffdev#5
WndWorld.cpp :/
04/03/2017 12:44 babyminion#6
Quote:
Originally Posted by flyffdev View Post
WndWorld.cpp :/
my compile is success. but its not working after i up the program
04/03/2017 14:22 Kiseku#7
Quote:
Originally Posted by babyminion View Post
my compile is success. but its not working after i up the program
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 babyminion#8
Quote:
Originally Posted by Kiseku View Post
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 :handsdown::handsdown::handsdown:

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
04/04/2017 11:49 Ecrypter#9
Quote:
Originally Posted by babyminion View Post
sorry master im new in developing sorry if i made your day lmao :handsdown::handsdown::handsdown:

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
Its not declare on Neuz.h