-
Help link!!
Can you please help where i can find the tut link?
Making Flyff V15 > http://forum.ragezone.com/f724/flyff...e-v15-1010044/
How to add item to buy in NPC (Is, Peach, ect.) >
How to add Fashion Combine >
How to change items effect >
How to change max stats/time limit of buffpang >
How to auto Change job >
How to put 3rd Job >
How to change max awake >
How to make item and add to game >
How to change time of auto siege >
How to add command /awake for all players >
How to change drop of monster >
-
Re: Help link!!
http://forum.ragezone.com/f724/add-item-npc-666631/
Fashion Combine. Look for an V16 source copy the Fashion combine to your source.
Item Effects. Depends on what you whant to change. For Set Items look inside PropItemEtc.inc
To change DST's open Spec_Item/PropItem.txt
Look for your weapon Ex. Guardian Sword
ST_ATTACKSPEED DST_CHR_CHANCECRITICAL DST_CRITICAL_BONUS 240 6 10
Max Stats time Limit buffpang.
Character.inc MaFl_HelperV12
Auto Change job you need to script it. There is an release here on the forum. Use search button
3RD Job look for v16 that has 3RD jobs and copy it to your source
Change Max Awake
Open RandomOption.inc
DST_STR 7
change the values beneath it,
Make Item
You need to have Max 3d creator. Make an item. So you will have o3d dds then put that in your resource
Add them into PropItem/Spec_Item MdlDyna PropItem.txt.txt and defineItem.h
Time Auto Siege
Look in the forums.
/Awake command is also here on the forums. or open FunctextCMD.cpp and make it self.
Drop Monsters
http://forum.ragezone.com/f651/help-...r-drop-668191/
Have fun.