I translate the Guide from Sedrika into English for the english Guys out there :D.
Credtis are going to Sedrika and Azalen.
Lets Start.
I gonna explain you today how to change the dropps from the Monsters.
For example : Yetti
You open the propMoverEx.inc
But this Line interessts us
DropItem(II_GEN_MAT_MOONSTONE, 4000000, 0, 1);
Its the Name of the items which were dropped
Its easy to find the Description of the Items
You open the propItem.txt.txt and you press Ctrl + F to search the Name.
For example Bloody Sword , here is the Code in probItem.txt.txt :
IDS_PROPITEM_TXT_007515 Bloody Sword
You copy this : IDS_PROPITEM_TXT_007515
Then you go to probItem.txt an press again Ctrl + F to paste this :
IDS_PROPITEM_TXT_007515
Then you'll come to the Line where Bloody Sword defined is.
Here Stands at the beginng of the Description which you need
II_WEA_SWO_BLOODY
Now you put the Description Of Bloody Sword in the Line
It should look like this :
DropItem(II_WEA_SWO_BLOODY, 300000000, 0, 1);
An your probMoverEx.inc should look like this :
When your save it like this way, your Yettis should drop Bloody swords like Quest Items :D
It musstend be in the Res Files Order , its enough when you change the Server Files.
Sorry for mistakes !
MFG Flyffeer
Credtis are going to Sedrika and Azalen.
Lets Start.
I gonna explain you today how to change the dropps from the Monsters.
For example : Yetti
You open the propMoverEx.inc
But this Line interessts us
DropItem(II_GEN_MAT_MOONSTONE, 4000000, 0, 1);
Its the Name of the items which were dropped
Its easy to find the Description of the Items
You open the propItem.txt.txt and you press Ctrl + F to search the Name.
For example Bloody Sword , here is the Code in probItem.txt.txt :
IDS_PROPITEM_TXT_007515 Bloody Sword
You copy this : IDS_PROPITEM_TXT_007515
Then you go to probItem.txt an press again Ctrl + F to paste this :
IDS_PROPITEM_TXT_007515
Then you'll come to the Line where Bloody Sword defined is.
Here Stands at the beginng of the Description which you need
II_WEA_SWO_BLOODY
Now you put the Description Of Bloody Sword in the Line
It should look like this :
DropItem(II_WEA_SWO_BLOODY, 300000000, 0, 1);
An your probMoverEx.inc should look like this :
When your save it like this way, your Yettis should drop Bloody swords like Quest Items :D
It musstend be in the Res Files Order , its enough when you change the Server Files.
Sorry for mistakes !
MFG Flyffeer