Hallo All
That is fix for exploit that is only exist in arabic - turkey servers !
open char_item.cpp
search :
add after
it will looks like :
[Only registered and activated users can see links. Click Here To Register...]
have good day !
That is fix for exploit that is only exist in arabic - turkey servers !
open char_item.cpp
search :
Code:
case ITEM_RAMADAN_CANDY:
add after
Code:
if (FindAffect(AFFECT_RAMADAN_ABILITY))
{
ChatPacket(CHAT_TYPE_INFO, LC_TEXT("ہج¹ج ب؟°ْ°، °ة·ء ہض½ہ´د´ظ."));
return false;
}
it will looks like :
[Only registered and activated users can see links. Click Here To Register...]
have good day !