|
You last visited: Today at 23:01
Advertisement
About disguise
Discussion on About disguise within the Flyff Private Server forum part of the Flyff category.
10/03/2017, 05:33
|
#1
|
elite*gold: 0
Join Date: Dec 2014
Posts: 98
Received Thanks: 6
|
About disguise
Hey guys, i need to know how to hide the name while i'm disguised
tks in advanced
|
|
|
10/10/2017, 22:19
|
#2
|
elite*gold: 0
Join Date: Dec 2014
Posts: 98
Received Thanks: 6
|
up
|
|
|
10/10/2017, 23:27
|
#3
|
elite*gold: 0
Join Date: Apr 2010
Posts: 82
Received Thanks: 27
|
Look in _Common/MoverRender.cpp
CMover::RenderName
Ex :
Under :
if( g_Option.m_nOtherPlayerName == FALSE && !IsActiveMover() && IsPlayer() )
return;
Add :
if( HasBuffByIk3( IK3_TEXT_DISGUISE ) )
return;
|
|
|
 |
Similar Threads
|
[RELEASE]Disguise Amulet (5165)
02/18/2011 - CO2 PServer Guides & Releases - 23 Replies
Hello again,
I have not released anything in a while so I thought I would release the Disguise Amulet ok so first goto Character.cs and search "#region NinjaAmulet" and right under the #endregion add this
#region DisguiseAmulet
case 723724:
{
Random R = new Random();
int Nr = R.Next(1, 10);
if (Nr == 1)
|
[FullRelease] 100% working Disguise Skills (5165)
10/01/2010 - CO2 PServer Guides & Releases - 47 Replies
Hi guys, If you have problem with Disguise Skill on your 5165 server, you may able to use this release. I hope my work may help a bit on your server.
some credits goes to glover.
here are some Screen shots:
http://img534.imageshack.us/i/shot4v.png/
http://img534.imageshack.us/img534/6711/shot4v.pn g
http://img11.imageshack.us/i/shot2o.png/
http://img199.imageshack.us/i/shot1d.png/
|
Disguise Skill Packet
11/16/2008 - CO2 Private Server - 13 Replies
Here the Packet
the mode like 2770011004
The Red Numbers == Monster Mech
277 = NightDevil
public static byte Disguise(int charid, Int64 mode, int maxhp, int hp)
{
return new byte { 0x3c, 0x00, 0xf9, 0x03, ((byte)(charid)), ((byte)(charid >> 8)), ((byte)(charid >> 16)), ((byte)(charid >> 24)), 0x03, 0x00, 0x00, 0x00, 0x0c, 0x00, 0x00, 0x00, ((byte)(mode)), ((byte)(mode >> 8)), ((byte)(mode >> 16)), ((byte)(mode >> 24)), 0x00, 0x00, 0x00, 0x00, 0x01, 0x00,...
|
All times are GMT +1. The time now is 23:03.
|
|