Advertisement
xFaelz

Correção Capa Celestial

Apr 24th, 2018
364
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. //Source Code By Faelz && Thiagodp
  2. #pragma region CapasCelestiais
  3. // Inicio Não refinar Capa Celestial com PL e PO
  4.  
  5. if (dest->sIndex >= 3197 && dest->sIndex <= 3199
  6. || dest->sIndex >= 1766 && dest->sIndex <= 1771
  7. || dest->sIndex == 573)
  8. {
  9. SendClientMessage(conn, g_pMessageStringTable[_NN_Cant_Refine]);
  10. SendItem(conn, m->SourType, m->SourPos, item);
  11. return;
  12. }
  13.  
  14. // Fim Não refinar Capa Celestial com PL e PO
  15. #pragma endregion
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement