Register for your free account! | Forgot your password?

Go Back   elitepvpers > Popular Games > Metin2 > Metin2 Private Server > Metin2 PServer Guides & Strategies
You last visited: Today at 00:03

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

Advertisement



[Release] Nick in shout as a hyperlink to the private message.

Discussion on [Release] Nick in shout as a hyperlink to the private message. within the Metin2 PServer Guides & Strategies forum part of the Metin2 Private Server category.

Reply
 
Old 01/31/2013, 13:57   #16


 
.UnknownUser™'s Avatar
 
elite*gold: 0
The Black Market: 100/0/1
Join Date: Jun 2011
Posts: 3,364
Received Thanks: 1,743
MUSS die Diff auf die Game?

for chat format
for glass intuition

beide?
.UnknownUser™ is offline  
Old 01/31/2013, 14:27   #17
 
elite*gold: 0
Join Date: Jan 2010
Posts: 1,916
Received Thanks: 538
dies
This difference file has been created by IDA Pro & Terenzo.

game_r2089M_32 ~ for glass intuition
000E29AC: E8 B8
000E29AD: 0F C8
000E29AE: 72 00
000E29AF: F6 00
000E29B0: FF 00
000E29DF: E8 B8
000E29E0: FC 00
000E29E1: 9C 00
000E29E2: F6 00
000E29E3: FF 00

klappt net
'oShet is offline  
Old 01/31/2013, 15:49   #18
 
DasSchwarzeT's Avatar
 
elite*gold: 399
Join Date: Sep 2011
Posts: 5,323
Received Thanks: 3,938
Nice work dude!
DasSchwarzeT is offline  
Old 02/01/2013, 03:11   #19
 
elite*gold: 0
Join Date: Jan 2010
Posts: 1,916
Received Thanks: 538
Funzt nicht.
'oShet is offline  
Old 02/01/2013, 04:57   #20
 
elite*gold: 0
Join Date: Jan 2010
Posts: 29
Received Thanks: 7
Good work!

funzt perfect!

Danke!
ronniwe is offline  
Old 02/01/2013, 06:53   #21

 
elite*gold: 0
Join Date: Jul 2009
Posts: 2,471
Received Thanks: 5,622
works for me but you could handle it completely serverside
.Alpha. is offline  
Old 03/29/2013, 22:35   #22
 
callmax's Avatar
 
elite*gold: 20
Join Date: Mar 2010
Posts: 1,166
Received Thanks: 684
und wofür ist nun die dif?
callmax is offline  
Thanks
1 User
Old 07/08/2014, 18:21   #23
 
[K1LL3R]'s Avatar
 
elite*gold: 0
Join Date: Jul 2013
Posts: 83
Received Thanks: 25
can anyone do this for 40k?
[K1LL3R] is offline  
Old 07/08/2014, 18:43   #24
 
elite*gold: 0
Join Date: Aug 2012
Posts: 85
Received Thanks: 8
image please?
epvp! is offline  
Old 07/09/2014, 11:41   #25
 
elite*gold: 0
Join Date: Apr 2014
Posts: 535
Received Thanks: 232
Quote:
Originally Posted by Agony3 View Post
can anyone do this for 40k?
u dont need a Diff


Quote:
Originally Posted by epvp! View Post
image please?
Image ? For what Image?
www.Alesta2.de | Bizeps is offline  
Thanks
1 User
Old 07/09/2014, 17:58   #26
 
mhmdhjere's Avatar
 
elite*gold: 0
Join Date: Apr 2012
Posts: 102
Received Thanks: 105
Doesn't work for 34k what's wrong ?!
I have no errors on syserr ..

Thank you
mhmdhjere is offline  
Old 07/09/2014, 18:04   #27
 
[K1LL3R]'s Avatar
 
elite*gold: 0
Join Date: Jul 2013
Posts: 83
Received Thanks: 25
Quote:
Originally Posted by .Ammo' View Post
u dont need a Diff




Image ? For what Image?
is necessary a modification for chat format
[K1LL3R] is offline  
Old 07/20/2014, 06:12   #28
 
Sanchez_x's Avatar
 
elite*gold: 0
Join Date: Jul 2013
Posts: 33
Received Thanks: 106
Maybe someone interested, here it is for the source:

Open game/input_main.cpp and search for this:

Code:
int len = snprintf(chatbuf, sizeof(chatbuf), "%s : %s", ch->GetName(), buf);
Replace with this:

Code:
	int len;
	if (pinfo->type == CHAT_TYPE_SHOUT)
	{
		len = snprintf(chatbuf, sizeof(chatbuf), "|Hmsg:%s|h%s|h|r : %s", ch->GetName(), ch->GetName(), buf);
	}
	else
	{
		len = snprintf(chatbuf, sizeof(chatbuf), "%s : %s", ch->GetName(), buf);
	}
On client-side just do the modifications in the interfacemodule.py, the uichat.py modification is not required anymore.
Sanchez_x is offline  
Thanks
10 Users
Old 07/20/2014, 12:29   #29
 
elite*gold: 0
Join Date: Apr 2014
Posts: 19
Received Thanks: 0
Thanks, thank you!!
trojank is offline  
Old 08/19/2016, 14:01   #30
 
Mind Rapist's Avatar
 
elite*gold: 0
Join Date: Feb 2016
Posts: 3
Received Thanks: 0
Great tut but it disables commands...
Mind Rapist is offline  
Reply


Similar Threads Similar Threads
[Dif]Changing showing from Lv99Align Nick to Poziom 99 Align Nick
01/03/2013 - Metin2 PServer Guides & Strategies - 16 Replies
Hello. This diff will change the way of showing level and alignment from Lv99Good Nick to Poziom 99 Good Nick. "Poziom" is in polish language, but if you know how use ASCII you can change it to e.g. Level. Before use dif: http://screenshu.com/static/uploads/temporary/jq/ kn/26/g1ktms.jpg After use dif: http://screenshu.com/static/uploads/temporary/gx/ ym/3y/tjwjew.jpg
[Source Release] Darth Vader Shout Deaktivieren
01/08/2012 - Flyff PServer Guides & Releases - 2 Replies
Gibt bestimmt viele die sich gefragt haben woher der Darth Vader Shout kommt, und wie man es abschalten oder ändern kann. Der Shout wird durch Darth Vader Hat M und F ausgeführt wenn man es trägt. Wenn ihr es raus haben wollt oder durch anderes item ersetzen wollt, öffnet die. Mover.cpp und sucht nach. void CMover::ProcessETC()
{ HYPERLINK-Fehler anstatt den richtigen Hyperlink
03/30/2011 - Technical Support - 0 Replies
Hey Com, ich habe einen bestimmten Fehler. Und zwar bekomme ich im Microsoft Outlook Express, wenn ich die Empfängerliste bearbeiten will (bzw. die Mailadressen oder Domains, die für die bestimmte Per- son eingestellt wurden), anstatt den normalen Hyperlink (also wenn man auf den Domainnamen klickt öffnet sich der



All times are GMT +2. The time now is 00:03.


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.