Register for your free account! | Forgot your password?

You last visited: Today at 18:49

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

Advertisement



System Command

Discussion on System Command within the Flyff Private Server forum part of the Flyff category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Jul 2014
Posts: 167
Received Thanks: 7
System Command

hello epvp plss help me

not showing the my system command ingame

sorry for bad english

randeljohnvalencia is offline  
Old 07/26/2018, 06:46   #2
 
yazuka21's Avatar
 
elite*gold: 0
Join Date: Mar 2014
Posts: 305
Received Thanks: 19
Replace this function :
Code:
BOOL TextCmd_System( CScanner & scanner )
To
Code:
BOOL TextCmd_System(CScanner & scanner)
{
#ifdef __WORLDSERVER
	CHAR szString[512] = "";

	CUser* pUser = (CUser*)scanner.dwValue;
	CString SYSAnnouncement = "Announcement";

	scanner.GetLastFull();
	if (strlen(scanner.token) >= 512)
		return TRUE;
	strcpy(szString, scanner.token);
	StringTrimRight(szString);

	g_DPCoreClient.SendSystem("[" + SYSAnnouncement + "] " + szString);
#endif	// __WORLDSERVER
	return TRUE;
}
This is maybe because you tried to change SendSystem into CaptionSystem.

If you wanted to make it showing like Event.lua does. Search CaptionSystem and look for

Code:
	void	SendSystem( const CHAR* lpString );
add:
Code:
, DWORD dwWorldId, BOOL bSmall
and to other parts of the SendSystem.

I don't think this can help you. lol.
yazuka21 is offline  
Reply


Similar Threads Similar Threads
friends what is bonus add "command" like "71051" and "71052" jobs command its need fo
12/22/2013 - Metin2 Private Server - 0 Replies
friends what is bonus add "command" like "71051" and "71052" jobs commands its need for me for quest boni so i want add boni as "71051" and "71052" but with quest push
Command line interface working command
08/05/2012 - DarkOrbit - 27 Replies
I found only one working command: Enter "J" when you are in teleport Anyone know other commands?



All times are GMT +2. The time now is 18:49.


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.