Advertisement
Guest User

Untitled

a guest
Mar 28th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. in GiveExp function
  2. at begin
  3. if (to->IsEquipUniqueItem(UNIQUE_ITEM_ANTI_EXP_RING)) //antyexp ring
  4. return;
  5.  
  6. in unique_item.h
  7. UNIQUE_ITEM_ANTI_EXP_RING = 55000,
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement