Advertisement
Guest User

Untitled

a guest
Feb 18th, 2018
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | None | 0 0
  1. #ifndef FULL_YANG
  2. if (ch->GetGold() >= GOLD_MAX)
  3. {
  4. ch->ChatPacket(CHAT_TYPE_INFO, LC_TEXT("ĽŇŔŻ µ·ŔĚ 20ľďłÉŔ» łŃľî °Ĺ·ˇ¸¦ ÇŰĽö°ˇ ľř˝Ŕ´Ď´Ů."));
  5. sys_log(0, "MyShop ==> OverFlow Gold id %u name %s ", ch->GetPlayerID(), ch->GetName());
  6. return (iExtraLen);
  7. }
  8. #endif
  9.  
  10. if (ch->GetMapIndex() == 10 || ch->GetMapIndex() == 16 || ch->GetMapIndex() == 3 || ch->GetMapIndex() == 43 ||
  11. ch->GetMapIndex() == 50 || ch->GetMapIndex() == 51 || ch->GetMapIndex() == 52 || ch->GetMapIndex() == 53 ||
  12. ch->GetMapIndex() == 67 || ch->GetMapIndex() == 81 || ch->GetMapIndex() == 132 || ch->GetMapIndex() == 250 ||
  13. ch->GetMapIndex() == 65 || ch->GetMapIndex() == 67 || ch->GetMapIndex() == 68 || ch->GetMapIndex() == 69 ||
  14. ch->GetMapIndex() == 70 || ch->GetMapIndex() == 71 || ch->GetMapIndex() == 72 || ch->GetMapIndex() == 73 ||
  15. ch->GetMapIndex() == 81 || ch->GetMapIndex() == 103 || ch->GetMapIndex() == 110 || ch->GetMapIndex() == 111 ||
  16. ch->GetMapIndex() == 113 || ch->GetMapIndex() == 130 || ch->GetMapIndex() == 131 || ch->GetMapIndex() == 132 ||
  17. ch->GetMapIndex() == 133 || ch->GetMapIndex() == 134 || ch->GetMapIndex() == 150 || ch->GetMapIndex() == 200 ||
  18. ch->GetMapIndex() == 201 || ch->GetMapIndex() == 202 || ch->GetMapIndex() == 203 || ch->GetMapIndex() == 207 ||
  19. ch->GetMapIndex() == 220 || ch->GetMapIndex() == 222 || ch->GetMapIndex() == 219 || ch->GetMapIndex() == 230 ||
  20. ch->GetMapIndex() == 232 || ch->GetMapIndex() == 233 || ch->GetMapIndex() == 234 || ch->GetMapIndex() == 235 ||
  21. ch->GetMapIndex() == 236 || ch->GetMapIndex() == 237 || ch->GetMapIndex() == 238 || ch->GetMapIndex() == 240 ||
  22. ch->GetMapIndex() == 241 || ch->GetMapIndex() == 249 ||ch->GetMapIndex() == 251)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement