Quote:
Originally Posted by Silvija
Isnt it the file as an example,
share/map/07_loa_castle then the file NPC_07_loa?
Ugh and could u tell me how i edit mob drops please lol.
I tried adding a npc to an map but it failed because i didnt know the other cordinates loll
|
It is not 2 coordinates

it like you have number 1 and have number 1.5 it is 0.5 more than 1. So if you see:
701 ==> NPC index
0 ==> Direction (will be facing to West)
255.98 ==> Coord X (it is the same as 255 near 256)
298.89 ==> Coord y (it is the same as 298 near 299)
5000 ==> Description (it is showing what he will talk, script/string folder)
So if you want to make a new npc in that map you can easily write:
701
0
255
298
5000
And what about mob drop so it depends what you want to do, to add new drop o modify. If add new drop so just edit monster.csv using itemset.csv. And if you want to edit existing drop from the mob so look what drop indexes it has and then edit them in itemset.csv.
Easy peasy