Scroll of smelting for ultimate weapons

02/19/2016 23:05 Freddie_Faulisch#1
Hey does someone know how to configure the scroll of smelting for using on ultimate weapons too trought the safe upgrade?

[Only registered and activated users can see links. Click Here To Register...][Only registered and activated users can see links. Click Here To Register...]

Thx in advance :)
04/01/2020 12:24 LuciferMorningStar666#2
up
04/01/2020 13:06 Naltalah#3
First: Don't necro threads like this.

Second:
Code:
BOOL CWndSmeltSafety::IsAcceptableScroll2(ItemProp* pItemProp)
This is a mere starting point, you have to do way more to add new scrolls beyond what's coded already.
04/01/2020 15:31 Hyellow#4
Quote:
Originally Posted by Naltalah View Post
First: Don't necro threads like this.

Second:
Code:
BOOL CWndSmeltSafety::IsAcceptableScroll2(ItemProp* pItemProp)
This is a mere starting point, you have to do way more to add new scrolls beyond what's coded already.
Thanks :)
Quote:
if( m_pItemElem->GetAbilityOption() < GENERAL_NON_USING_SCROLL2_LEVEL && m_pItemElem->GetProp()->dwReferStat1 == WEAPON_ULTIMATE )