Scroll of Soul-Linked REMOVE.

09/27/2011 21:37 Joha132#1
Hello,

After I look at this forum, and get nothing I decide to open thread.

I Want to know the "Scroll of Soul-Linked REMOVE" ID (v15-17)
Exactly name of this scroll will be good too.

That importent.

Thanks guys,
Have a Nice day.
09/28/2011 01:38 simonx3#2
Try : /ci "Scroll of Unbinding"
If that doesn´t work, add that:

propitem.txt.txt :
Code:
IDS_PROPITEM_TXT_012988	Scroll of Unbinding
Spec_Item.txt:
Code:
16	II_SYS_SYS_SCR_CANCELLATION	IDS_PROPITEM_TXT_012988	1	99	IK1_ACTIVEUI	IK2_ONCE	IK3_RESET_BIND	=	0	1	=	0	=	=	=	=	=	=	=	0	=	=	1	=	=	1	1	=	=	=	=	_NONE	0	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	=	XI_SYS_EXPAN01	=	=	=	=	999999999	=	WUI_NOW	=	=	=	=	=	=	=	=	=	0	0	0	0	0	1	=	=	=	=	=	=	=	=	=	=	=	=	1	=	=	=	"""Itm_SysSysScrCancel.dds"""	0	""""""	IDS_PROPITEM_TXT_012989	1	300	0	0	1	0	0	0	0	0	2	=	=	=	=	=	=	=	=	=	=	1	1	1	1	1	0	ITEM_GRADE_NORMAL	1	TYPE1_CONSUME	TYPE2_CONSUME_SCROLL	1
defineItem.h
Code:
#define II_SYS_SYS_SCR_CANCELLATION			20793
mdlDyna.inc
Code:
 //귀속 해제 스크롤
     "SysSysScrBxCom"           II_SYS_SYS_SCR_CANCELLATION    	MODELTYPE_MESH "" 0  MD_NEAR 0  1.0f 0 1 ATEX_NONE 1
09/28/2011 01:40 Sedrika#3
It would not remove the Soul Linked setting from an Item because the ID "II_SYS_SYS_SCR_CANCELLATION" is not in the Source and this means it would not work.
09/28/2011 01:49 simonx3#4
Quote:
Originally Posted by Sedrika View Post
It would not remove the Soul Linked setting from an Item because the ID "II_SYS_SYS_SCR_CANCELLATION" is not in the Source and this means it would not work.
It is in the Etioom Source as far as I´m not mistaken.
WndField.cpp
12/25/2011 11:46 campomanes25#5
what should be put in this function to make scroll of unbinding work
#ifdef __SCROLL_OF_UNBIND
if( pFocusItem->m_dwItemId == II_SYS_SYS_SCR_CANCELLATION )
{
bAble = FALSE;
}
#endif // __SCROLL_OF_UNBIND
12/25/2011 12:52 alfredico#6
Check flags and update the current. Look how they get soul-link, and change it.