I've tested 2nd lucky items for RF and it worked fine, I will test more and post if you are right.
I think that gens gets updated weekly if I'm not mistaking?
Printable View
And i'm trying to say that you are not receieving the points right away, it gets updated every 5 days or so
who have fix for OffExp ?
lvl4 Wings making on CM *__*
Attachment 146318Attachment 146319
PS: Someone know about doppelganger error? i fix enter, but when i killing i got error like JOSEP.
hugs!
EDIT:
I got fixed now... take a look for dopperganger event full work:
QuestExpProgMng.cpp file, find these lines:
this check for party members, and got error, coz doppel is party event, and if u go alone, dowwn...Code:void QuestExpProgMng::ChkUserQuestTypeMonsterKill(OBJECTSTRUCT *lpObj,
OBJECTSTRUCT *lpMonsterObj)
{
if ( lpObj->PartyNumber == -1 )
{
ChkUserQuestType(1, lpObj, lpMonsterObj, 0);
return;
}
int party_number = lpObj->PartyNumber;
int killer_obj_index = lpObj->m_Index;
for(int party_user_count = 0; party_user_count < 5; ++party_user_count )
{
int party_user_index = gParty.m_PartyS[party_number].Number[party_user_count];
if( party_user_index >= 0 )
{
OBJECTSTRUCT* lpPartyObj = &gObj[party_user_index];
if( gObj[party_user_index].Connected >= PLAYER_PLAYING || !lpPartyObj->Live )
{
if( lpObj->MapNumber == lpPartyObj->MapNumber )
{
if( gObjCalDistance(lpObj, lpPartyObj) <= 9 )
ChkUserQuestType(1, lpPartyObj, lpMonsterObj, killer_obj_index);
}
}
}
}
}
just comment these lines, and bazinga =DCode:if ( lpObj->PartyNumber == -1 )
{
ChkUserQuestType(1, lpObj, lpMonsterObj, 0);
return;
}
lops118, if u cant add this fix in original source, my source code is useless for you brother. srry!
however, ill post something about it, in my br forum (pm me =D)
I was away for a long time, so I asked, because maybe I missed some fix. & CM lvl4 wings mix are included? I didn't watch source closely..... Sry about my eng....
lops118, not its not included, but if u know less about c++ u can enable it... btw ill post source in a moment...
Would someone be so kind to post some updated source code with some kind of changelog please? Just got my internet back on mobile at least, and wanna get this sources to start digging them ;)
ill share source code in few days, plz w8 moment!! i got many fixes, like period itens, harmony options, elf summon and etc.
give me please this files http://i.imgur.com/P3BKixu.png