adding item to the server

Status
Not open for further replies.
Newbie Spellweaver
Joined
Nov 1, 2008
Messages
37
Reaction score
0
i try to add item to the server
i edit like this and i get this error

Error
2012/ 2/19 18:53:36 FileName Spec_Item.txt(7458) : II_SYS_SYS_SCR_SET_BX_15ARMOR_M_MER Not Found. : II_SYS_SYS_SCR_SET_BX_15ARMOR_M_MER IDS_PROPITEM_TXT_TAL_000000 1 99 IK1_SYSTEM

2012/ 2/19 18:53:36 Spec_Item.txt ID:0 last_read(ID:24096 name:IDS_PROPITEM_TXT_015885)

propitem.txt.txt
IDS_PROPITEM_TXT_TAL_000000 Petal Set (M)
IDS_PROPITEM_TXT_TAL_000001 Mercenary Set Level 15

spec_item.txt
17 II_SYS_SYS_SCR_SET_BX_15ARMOR_M_MER IDS_PROPITEM_TXT_TAL_000000 1 99 IK1_SYSTEM IK2_SYSTEM IK3_SCROLL = 0 1 = 0 = = = = = = = 0 = = 1 = = 1 1 = = = = _NONE 0 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = XI_SYS_EXPAN01 = = = = = = WUI_NOW = = = = = = = = = 0 0 0 0 0 = = = = = = = = = = = = = = = = = """Itm_DefaultPackbox01-32.dds""" 0 """""" IDS_PROPITEM_TXT_TAL_000001 1 300 0 0 1 0 0 0 0 1 2 = = = = = = = = = = 1 1 1 1 1 0 ITEM_GRADE_NORMAL 1 TYPE1_ALLEXCEPTION TYPE2_ALLEXCEPTION_ALLEXCEPTION 1 0 0 0

defineitem.h
#define II_SYS_SYS_SCR_SET_BX_15ARMOR_M_MER 250000

mdldyna.inc
"SysSysScrBxCom" II_SYS_SYS_SCR_SET_BX_15ARMOR_M_MER MODELTYPE_MESH "" 0 MD_NEAR 0 0.7f 0 1 ATEX_NONE 1
 
i try to add item to the server
i edit like this and i get this error

Error


propitem.txt.txt


spec_item.txt


defineitem.h


mdldyna.inc


at defineitem.h sir

did you try to change it to lower this number?

#define II_SYS_SYS_SCR_SET_BX_15ARMOR_M_MER 250000

:love:
 
like you can see the higest num in the error thet he read its 24096 so i tryid 24097 and more few numbers ..
did not work ..
 
try to remove 1 300 0 0 1 0 0 0 0 1 2 = = = = = = = = = = 1 1 1 1 1 0 ITEM_GRADE_NORMAL 1 TYPE1_ALLEXCEPTION TYPE2_ALLEXCEPTION_ALLEXCEPTION 1 0 0 0
 
your defineitem.h id number is too damn high!

Go to the top, it start with 10, then it continues with 11, then 12, up to 15..

skips 16, 17, 18, 19, 20.. then continues with 21, skips 22, continues 23 etc etc

Fill those gaps with your new items and you will not have any problems on adding the stuff to your server
 
Status
Not open for further replies.
Back