Someone knows why on snoopy's crafting, it always fails? :S i put 6 jewels and nothing... it fails.. why?

Oh...yah same problem here...marleythe9 wrote: heh u dont use 6 crystals its only 3
it works for meonly problem is
...
not sure the effect works.. also damn Endurancy gos to 0 when i log off back on...
and u cant repair it sookinda sucks...
read crafting guid cafuly man.
Diamondware = diamond + diamond + crystal
Crystalware = crystal + crystal + crystal
Rubyware = ruby + ruby + crystal
Emeraldware = emerald + emerald + crystal
Sapphireware = sapphire + sapphire + crystal
bullshitEvilHit wrote: craftin doesnt not work 100%
Na not really...at least I tried that part....but no clue what was the problem lolzADDKiD wrote: Shit Loco, your smart, you fix it![]()
Oh... :unsure: Let me know your progress....I'll try to check some stuff now see if I can hit anything...marleythe9 wrote: its becouse of m_sItemSpecEffectValue2
im prety sure thats it its the last number in Char config of the item.'
but didnt have time ill work on it tommorrow. for some reason if its 1.
wont allow it to have any Endurancy.
Code: Select all
// v1.41 Custom-Made .
if ((m_pClientList[iClientH]->m_pItemList[iItemIndex]->m_dwAttribute & 0x00000001 ) != NULL) {
//buged saphire
bool bFlag2;
bFlag2 = true;
if(m_pClientList[iClientH]->m_pItemList[iItemIndex]->m_sIDnum == 1081) bFlag2 = false;
if(m_pClientList[iClientH]->m_pItemList[iItemIndex]->m_sIDnum == 1082) bFlag2 = false;
if(m_pClientList[iClientH]->m_pItemList[iItemIndex]->m_sIDnum == 1083) bFlag2 = false;
if(m_pClientList[iClientH]->m_pItemList[iItemIndex]->m_sIDnum == 1084) bFlag2 = false;
if(bFlag2 == true)
m_pClientList[iClientH]->m_pItemList[iItemIndex]->m_wMaxLifeSpan = m_pClientList[iClientH]->m_pItemList[iItemIndex]->m_sItemSpecEffectValue1;
// ItemSpecialEffectValue2
}