Refining stones fix:
open JewelOfHarmonySystem.cpp and find:
replace with:Code:BOOL CJewelOfHarmonySystem::IsStrengthenByJewelOfHarmony(CItem *pItem) { return false; if ( this->GetItemStrengthenOption(pItem) >0 ) return TRUE; return FALSE; }
Sorry I didn't took the time to make a video showing my INSANE line commenting skills.Code:BOOL CJewelOfHarmonySystem::IsStrengthenByJewelOfHarmony(CItem *pItem) { if ( this->GetItemStrengthenOption(pItem) >0 ) return TRUE; return FALSE; }
PD: updated list of fixes HERE
help me please
Fix Drop Zero Money:
Find:
And add:Code:BOOL MapClass::MoneyItemDrop(int money, int x, int y)
Code:if (money <= 0) return FALSE;
Fix Command /give15bless
Code:BYTE CGMMng::GetData(char *szCmd,int &command_code,int &gamemaster_code) { for ( int n =0; n< MAX_GM_COMMAND ; n++ ) { if ( this->cCommand.nCmdCode[n] >= 0 ) { if ( stricmp(szCmd, this->cCommand.szCmd[n]) == 0 ) { command_code = this->cCommand.nCmdCode[n]; gamemaster_code = this->cCommand.nGMCode[n]; return TRUE; } } } return 0; }
Jewel of Bless
Jewel of Soul
shop sell = wcoin
source please![]()
Someone pleade, share an updated source, im at my mobile phone and it would take me a while to read all pages and make all fixes 1 by 1....now...if someone can upload some source decently updated it would be really lovely......
http://forum.ragezone.com/f197/zteam...3/#post8124553
And add latest 2 fixes of BladeKnight from latest page
New wings not displayed in character select. give me fix please.