Register for your free account! | Forgot your password?

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

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

Advertisement



AUTO COMMAND WHISPER EVERY MINUTES

Discussion on AUTO COMMAND WHISPER EVERY MINUTES within the Flyff Private Server forum part of the Flyff category.

Reply
 
Old   #1
 
Ecrypter's Avatar
 
elite*gold: 0
Join Date: Aug 2014
Posts: 653
Received Thanks: 217
AUTO COMMAND WHISPER EVERY MINUTES

Hi Epvpers im asking for this auto command whisper text every minutes?
any release here related in the pictures that auto command whisper every minutes?
sample picture?


thanks epvpers
Ecrypter is offline  
Old 05/05/2018, 18:56   #2
 
elite*gold: 0
Join Date: Mar 2018
Posts: 155
Received Thanks: 54
event.lua
Tweeney is offline  
Old 05/05/2018, 18:57   #3

 
elite*gold: 74
Join Date: Dec 2017
Posts: 1,300
Received Thanks: 222
Wasn't this somewhere on lua, not sure its been awhile.
AnimuNazi is offline  
Old 05/06/2018, 03:51   #4
 
Ecrypter's Avatar
 
elite*gold: 0
Join Date: Aug 2014
Posts: 653
Received Thanks: 217
its the same to Event.Lua but it is source code
Ecrypter is offline  
Old 05/06/2018, 07:26   #5
 
yazuka21's Avatar
 
elite*gold: 0
Join Date: Mar 2014
Posts: 305
Received Thanks: 19
Define at VersionCommon.h
Code:
#define __RENE_MESSAGE
at DPClient.cpp
Code:
void CDPClient::OnGameJoin( CAr & ar )
{
	ar >> g_WndMng.m_dwSavePlayerTime;
	CString strMessage;
	for( int i = 0; i < g_pPlayer->m_nQuestSize; i++ )
	{
		if( g_pPlayer->m_aQuest[ i ].m_wId != 0xffff && g_pPlayer->m_aQuest[ i ].m_wId != 0xff )
		{
			if( g_pPlayer->m_aQuest[ i ].m_nState != 14 )
			{
				QuestProp * pQestProp = prj.m_aPropQuest.GetAt( g_pPlayer->m_aQuest[ i ].m_wId );
				if( pQestProp )
				{
					strMessage.Format( prj.GetText(  TID_GAME_TOOLTIP_ROLEQUEST ) , pQestProp->m_szTitle );
					g_WndMng.PutString( strMessage, NULL, 0xffff0000 );
				}
			}
		}
	}
#ifndef __RENE_MESSAGE
	strMessage.Format( prj.GetText( TID_GAME_TOOLTIP_PRELEVEL ) , g_pPlayer->GetLevel() );
	g_WndMng.PutString( strMessage, NULL, 0xffff0000 );
#endif //__RENE_MESSAGE
	CString str;
	str.Format("[ReneGuard] Welcome to Alfheim FlyFF!");
	g_WndMng.PutString(str, NULL, 0xff00ff00, CHATSTY_SYSTEM);
	CWndWorld* pWndWorld = (CWndWorld*)g_WndMng.GetWndBase(APP_WORLD);

	if(pWndWorld)
	{
		g_Caption1.AddCaption(str, pWndWorld->m_pFontAPITitle, FALSE );
	}
}



USER.CPP
Define this at User.cpp
Code:
#ifdef __RENE_MESSAGE
#include <iostream>
#endif //__RENE_MESSAGE
Add :
Code:
#ifdef __RENE_MESSAGE
	CString str1, str2, str3, str4;

	EXPINTEGER	nExpResult = GetExp1() * (EXPINTEGER)10000 / GetMaxExp1();
	float fExp = (float)nExpResult / 100.0f;

	str1.Format( "Welcome, %s", GetName() );
	str2.Format( "Edit moto : %s", prj.m_aJob[GetJob()].szName );
	str3.Format( "Edit mo rin to : %i", GetLevel() );
	str4.Format( "Edit mo ulit rin ito : %.2f%%", fExp );

	AddText( "" );
	AddText( str1 );
	AddText( str2 );
	AddText( str3 );
	AddText( str4 );
#endif //__RENE_MESSAGE
Before:
Code:
}
void CUser::Process()
yazuka21 is offline  
Old 05/07/2018, 01:28   #6
 
Ecrypter's Avatar
 
elite*gold: 0
Join Date: Aug 2014
Posts: 653
Received Thanks: 217
nothings diffent in mind Dev Akuzay. this is not saying every minute will whisper in your neuz. this code is when you login and it will come up in your windows says that text.

what i mean is semilar to Event.lua but the whisper time duration is more that 1(MIN).
Ecrypter is offline  
Reply


Similar Threads Similar Threads
[Request] Whisper a Bot to do a Command - PvP Custom Arena
08/06/2015 - Guild Wars 2 - 3 Replies
Hello! I am Falelights aka Saiyan.1704 from the GW2 forums. I consider myself a very competitive GW2 PvPer so I think i'll fit right in with ElitePvPers.com :P This is in regards to the excessive trolling in 1v1 custom arenas. I was wondering if it's possible to make a program that can read in-game messages. I'd like to message my second GW2 account: SecondaryAccount.1234 with a command to Kick Player1.1234" My intentions is to reduce the amount of trolls by placing a "bot" (not...
[Release] Auto GuildWar every 30 minutes
09/12/2012 - Flyff PServer Guides & Releases - 10 Replies
#removed
Working RF Reactor auto voter. Every 2 minutes
08/13/2012 - RFO Hacks, Bots, Cheats, Exploits & Guides - 11 Replies
I have a vote hack which lets you vote every 2 minutes on RF Reactor. Only 1 account needed and no IP changers needed. Here it is. Don't forget to thank! Add me in game! MrDementia rfreactorvotehackmrdimaasi.yolasite.com
[Release] No whisper's command (Impulse's source)
07/23/2010 - CO2 PServer Guides & Releases - 2 Replies
Here. First define in entity.cs public bool nowhsp = false; then goto packethandler.cs and where whisper is handled make it this foreach (Client.GameState pClient in ServerBase.Kernel.GamePool.Values) {
Whisper Alert!!!Alerts you when you get a whisper.
06/16/2007 - CO2 Bots & Macros - 37 Replies
Hey Hey, This was requested on forum somewhere..lol My 3rd and I think useful contribution. It will alert you if you have a whisper when marketing. Settings: Desktop 1024,768 CO 1024,768 Whisper color=Dark Blue (Set in your chat options) *make sure no chats other than Whisper are using Dark Blue.



All times are GMT +1. The time now is 14:09.


Powered by vBulletin®
Copyright ©2000 - 2025, 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 ©2025 elitepvpers All Rights Reserved.