Hello Flyff Release Section!
Today I will release something small, don't see it as a big release but please respect it.
I called it a All in one npc because you can put everything in it! Even job change and trade option
Screenshots:
0838078/kkiittv
0838078/svitftd
Get buffed option: 0838078/dknxvfn
Lord menu (Just for fun) 0838078/dxrhtra
Teleport function: 0838078/fldflwk
Teleports can be edited easy.
NEW LIST:
http://screenshooter.net/0838078/fkmpnjc
Now comes the next part the release of the code:
Open character.inc and search for: MaFl_InstantBank (Scroll of Custody)
When you found the instant banker make sure the code of this "npc" looks like this:
MaFl_InstantBank
{
setting
{
AddMenu( MMI_BANKING );
AddMenu( MMI_LORD_EVENT );
AddMenu( MMI_ARENA_ENTER );
AddMenu( MMI_NPC_BUFF );
// ( SKILL ID, 스킬레벨, 가능한 플레이어 최소, 최대 레벨, 지속시간(ms) )
SetBuffSkill( SI_ASS_HEAL_PATIENCE, 20, 1, 300, 36000000 );
SetBuffSkill( SI_ASS_CHEER_QUICKSTEP, 20, 1, 300, 36000000 );
SetBuffSkill( SI_ASS_CHEER_HASTE, 20, 1, 300, 36000000 );
SetBuffSkill( SI_ASS_CHEER_CATSREFLEX, 20, 1, 300, 36000000 );
SetBuffSkill( SI_ASS_CHEER_CANNONBALL, 20, 1, 300, 36000000 );
SetBuffSkill( SI_ASS_CHEER_MENTALSIGN, 20, 1, 300, 36000000 );
SetBuffSkill( SI_ASS_CHEER_HEAPUP, 20, 1, 300, 36000000 );
SetBuffSkill( SI_ASS_CHEER_BEEFUP, 20, 1, 300, 36000000 );
SetBuffSkill( SI_ASS_CHEER_ACCURACY, 20, 1, 300, 36000000 );
AddMenu( MMI_TELEPORTER );
AddTeleport( 7682.676, 4205.692 ); //
AddTeleport( 2525.073, 4600.188 ); //
AddTeleport( 3274.970, 4247.920 ); //
AddTeleport( 3171.541, 3641.113 ); //
AddTeleport( 3957.985, 3507.395 ); //
AddTeleport( 3522.570, 3550.782 ); //
AddTeleport( 3014.951, 2931.473 ); //
AddTeleport( 3523.372, 2792.354 ); //
AddTeleport( 2789.848, 2887.523 ); //
AddTeleport( 3203.093, 2535.585 ); //
AddTeleport( 3344.220, 2043.808 ); //
AddTeleport( 8269.726, 2280.598 ); //
AddTeleport( 9046.715, 4177.760 ); //
AddTeleport( 7649.333, 4349.422 ); //
AddTeleport( 5575.654, 4136.086 );
AddTeleport( 7161, 3264 ); //
AddTeleport( 8321, 3720 ); //
AddTeleport( 5593, 3920 ); //
AddTeleport( 3896, 4378 ); //
AddTeleport( 3221, 3416 ); //
AddTeleport( 5933, 5393 ); //
AddTeleport( 7593, 4246 ); //
AddTeleport( 9273, 3720 ); //
AddTeleport( 8629, 2178 ); //
AddTeleport( 3846, 3264 ); //
AddTeleport( 5076, 3958 ); //
AddTeleport( 3341, 1886 ); //
AddTeleport( 6644, 6450 ); //
AddTeleport( 6781, 6062 ); //
AddTeleport( 7243, 9133 ); //Elliun
AddTeleport( 6057, 9123 ); //Bahara
AddTeleport( 5732, 8156 ); //Kalgas
AddTeleport( 8270, 9416 ); //Ankou
AddTeleport( 7062, 6528 ); //Valley
m_nStructure= SRT_GENERAL;
SetImage
(
IDS_CHARACTER_INC_000417
);
m_szDialog= "MaFl_Helper.txt";
}
SetName
(
IDS_CHARACTER_INC_000418
);
}
Save the file and make sure it's in your server and client files (ofcourse)
Now do: /ci "Scroll of Custody" (UNLESS you changed it)
Hope you will like this :)
Credits: Me
Please like!!



Reply With Quote



