Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Flyff > Flyff Private Server
You last visited: Today at 17:09

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[help]for those who have scoreboard

Discussion on [help]for those who have scoreboard within the Flyff Private Server forum part of the Flyff category.

Reply
 
Old   #1
 
trashee09's Avatar
 
elite*gold: 0
Join Date: Aug 2005
Posts: 231
Received Thanks: 66
[help]for those who have scoreboard

edit: fixed and it's working



now i have to edit the scoreboard theme
trashee09 is offline  
Old 01/18/2012, 18:10   #2

 
elite*gold: 0
Join Date: Oct 2009
Posts: 1,131
Received Thanks: 264
the release are not complited
Synxx© is offline  
Old 01/18/2012, 18:17   #3
 
trashee09's Avatar
 
elite*gold: 0
Join Date: Aug 2005
Posts: 231
Received Thanks: 66
Quote:
Originally Posted by Synxx© View Post
the release are not complited
uhm

sir i am talking with this

trashee09 is offline  
Old 01/18/2012, 21:11   #4
 
elite*gold: 0
Join Date: Sep 2008
Posts: 114
Received Thanks: 27
the code u got is not even close to the final completed code of the real arena scoreboard

so i suggest you drop any idea of using it
Hells21 is offline  
Thanks
1 User
Old 01/18/2012, 21:24   #5
 
elite*gold: 455
Join Date: Jun 2009
Posts: 1,601
Received Thanks: 1,103
.. and this scoreboard is totally ****. It totally destroy's the interface.

There are some better ideas like only showing the ranking if your press TAB.
Here, this is the version of pvp ranking for my new upcoming server: (by Dardan)

Flash! is offline  
Thanks
1 User
Old 01/18/2012, 21:30   #6
 
elite*gold: 0
Join Date: Sep 2008
Posts: 114
Received Thanks: 27
nice looking but mine also can show / not show using tab and now its totally re-written , not to mention its completely updated with CTF events / crystal defend , base defend , massive pvp and much more .lua editable events for the arena system.

also we can also edit it any day to show on a similar window as yours , its just a matter of little coding

(by Pumaa of imaginarum)
Hells21 is offline  
Old 01/18/2012, 21:40   #7
 
trashee09's Avatar
 
elite*gold: 0
Join Date: Aug 2005
Posts: 231
Received Thanks: 66
Quote:
Originally Posted by Marvin! View Post
.. and this scoreboard is totally crap. It totally destroy's the interface.

There are some better ideas like only showing the ranking if your press TAB.
Here, this is the version of pvp ranking for my new upcoming server: (by Dardan)


woah!!

i like the window





@Hells

trashee09 is offline  
Old 01/18/2012, 23:08   #8
 
elite*gold: 0
Join Date: Sep 2008
Posts: 114
Received Thanks: 27
trashee the score board can be edited to show on any window you wish if you are c++ coder , it is not stuck to the D3D ****
Hells21 is offline  
Thanks
1 User
Old 01/18/2012, 23:18   #9
 
trashee09's Avatar
 
elite*gold: 0
Join Date: Aug 2005
Posts: 231
Received Thanks: 66
I KNOW

trashee09 is offline  
Old 01/26/2012, 15:23   #10
 
trashee09's Avatar
 
elite*gold: 0
Join Date: Aug 2005
Posts: 231
Received Thanks: 66
Quote:
Originally Posted by Marvin! View Post
.. and this scoreboard is totally ****. It totally destroy's the interface.

There are some better ideas like only showing the ranking if your press TAB.
Here, this is the version of pvp ranking for my new upcoming server: (by Dardan)

hello sir

can i have/use your scoreboard background?

the arenascoreboard.bmp thing
trashee09 is offline  
Old 01/26/2012, 18:48   #11
 
-Feuer-'s Avatar
 
elite*gold: 0
Join Date: Aug 2010
Posts: 501
Received Thanks: 164
Quote:
Originally Posted by Marvin! View Post
Here, this is the version of pvp ranking for my new upcoming server: (by Dardan)
i mean he don't give you the theme because he use it for his new server
-Feuer- is offline  
Old 01/27/2012, 09:28   #12
 
elite*gold: 0
Join Date: Jan 2012
Posts: 37
Received Thanks: 32
Quote:
Originally Posted by Marvin! View Post
.. and this scoreboard is totally ****. It totally destroy's the interface.

There are some better ideas like only showing the ranking if your press TAB.
Here, this is the version of pvp ranking for my new upcoming server: (by Dardan)

Code:
CTexture* pTexture = CTexture* pTex1 = CWndBase::m_textureMng.AddTexture( g_Neuz.m_pd3dDevice, MakePath( DIR_THEME, "Texture.tga" ), 0xffff00ff ); // 0xffff00ff == BG
if(GetAsyncKeyState(VK_TAB) &0x8000)
{
	pTexture->Render( p2DRender, CPoint( 255, 255 ) ); // 255,255 Test.
	int nPos = 260;
	for( int i = 0; i < BlaCount; i++ )
	{
		p2DRender->TextOut( 260, nPos, [i]Name, COLOR );
		p2DRender->TextOut( 280, nPos, [i]Kills, COLOR );
		p2DRender->TextOut( 300, nPos, [i]Deaths, COLOR );
		nPos += 12;
	}	
}
Fertig die Scheiße..

Klar, Pos muss man noch den Screen einrechnen + die User Stats muss man abfragen, aber das is uch schon alles.

Weißt, du würdest den Scheiß auch alleine hin bekomen, und net von Dardan für sehr viel Geld ( genau sag ich net ) Kaufen.
.Crasy^ is offline  
Thanks
1 User
Old 04/12/2012, 23:22   #13
 
elite*gold: 0
Join Date: Dec 2009
Posts: 233
Received Thanks: 64
Hey, i am here to ask how do you fix the arena login disconnecting problem when using this scoreboard source? or if someone used a working release for this can you give me the link please?
NickHough is offline  
Reply


Similar Threads Similar Threads
[REQ] ScoreBoard PS
11/07/2011 - General Coding - 3 Replies
Is there any way to make a script in C# that will take an automactly a printscreen to LoL ScoreBoard in the grid tab? The user plays, after gaming ends the script will select Grid and take a printscreen and send to server, the last to send to server i will do it, i just don't know how to work with LoL's client to figure this out.. I will wait answers and hope someone will help me.. Below is the printscreen of the part i want to be screenshoted.. http://i.imgur.com/SMPcB.png
[REQ] ScoreBoard PS
11/03/2011 - League of Legends - 3 Replies
Removed to other section
CS:S Minimal Scoreboard
11/17/2010 - Counter-Strike - 4 Replies
Hi Jungs und Mädels ich hab hier was für euch. Bestimmt nervt euch auch das neue Scoreboard und joa hier habt ihr eine Minimal Version :) http://img192.imageshack.us/img192/7413/denuke000 0ga.jpg Die Datei "scoreboard.res" kommt in Steam/Steamapps/Accountname/Cs:source/cstrike/reso urce/ui Natürlich vorher entpacken^^ Viel spaß damit :)
Wie kann ich das Scoreboard einblenden?
10/12/2010 - CrossFire - 10 Replies
Hey Leute, die SuFu hat nichts ausgespuckt also frag ich hier: Wie kann ich das Scoreboard einblenden? Also mit TAB weiß ich, aber es funktioniert bei mir nicht. :/ Wenns mir jemand sagt bekommt er auch ein fettes THX. :b



All times are GMT +2. The time now is 17:09.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.