hello,
i am trying to make my own flyff server (just for myself, will never be online) but i want to make it myself so i started whit a clean V15 Source Base. and i beforn i would start on Source i wanted to make the resource as close to v19 as i can. i added al the V19 models w/o a problem and i got the V19 Madrigal working (w/o v16+ monsters/NPC)
now i tryed to add the monsters, NPC, and items to my V15... but here it went rong. this is what i dit:
1) Unpacked every .res from the US V19 client
2) copy every Item, Icon, Model, etc from the US V19 to my own V15 resource
3) Unpacked the Data, DataSub1 and DataSub2 from the US V19 and took the following filles:
- defineItem.h
- defineObj.h
- propMover.txt
- propMover.txt.txt
- propMoverEx.inc
- propitem.txt
- propitem.txt.txt
- propitemetc.inc
- propitemetc.txt.txt
4) also put the 2
.h filles at my Source Resource and re-build the servers(no errors/warnings)
5) Used the new .exe's to start the server.
but when i start the WordServer it closes again, and leaves me with this kind of error log:
Quote:
2015/ 4/ 3 15:51:26 too many mover property or invalid id:-1 FILE ropMover.txt
2015/ 4/ 3 15:51:26 FileName propItem.txt(3) : ITEM_GRADE_NORMAL Not Found. : ITEM_GRADE_NORMAL 1 TYPE1_WEAPON TYPE2_WEAPON_ONEAXE 1 0 1 1
6 II_WEA_AXE_MORR
2015/ 4/ 3 15:51:26 FileName propItem.txt(3) : TYPE1_WEAPON Not Found. : TYPE1_WEAPON TYPE2_WEAPON_ONEAXE 1 0 1 1
6 II_WEA_AXE_MORROW IDS_PROPITEM_TXT_
2015/ 4/ 3 15:51:26 FileName propItem.txt(3) : TYPE2_WEAPON_ONEAXE Not Found. : TYPE2_WEAPON_ONEAXE 1 0 1 1
6 II_WEA_AXE_MORROW IDS_PROPITEM_TXT_000128 1 1 IK
2015/ 4/ 3 15:51:26 FileName propItem.txt(4) : ITEM_GRADE_NORMAL Not Found. : ITEM_GRADE_NORMAL 1 TYPE1_WEAPON TYPE2_WEAPON_ONEAXE 1 0 1 1
6 II_WEA_AXE_CURN
2015/ 4/ 3 15:51:26 FileName propItem.txt(4) : TYPE1_WEAPON Not Found. : TYPE1_WEAPON TYPE2_WEAPON_ONEAXE 1 0 1 1
6 II_WEA_AXE_CURNING IDS_PROPITEM_TXT
2015/ 4/ 3 15:51:26 FileName propItem.txt(4) : TYPE2_WEAPON_ONEAXE Not Found. : TYPE2_WEAPON_ONEAXE 1 0 1 1
6 II_WEA_AXE_CURNING IDS_PROPITEM_TXT_000132 1 1 I
2015/ 4/ 3 15:51:26 propItem.txt ID:0 last_read(ID:-1 name:=)
2015/ 4/ 3 15:51:30 too many mover property or invalid id:-1 FILE ropMover.txt
2015/ 4/ 3 15:51:30 OpenProject ERROR check Masquerade.prj
|
EDIT:
6) opend Propitem.txt with excel and looked for all
Baruna_D and changed to ulitmate. But it dit not changed annything!
anny idea how to fix this?
-BlackBox