exchange.cpp


SUBMITTED BY: tuaavolol

DATE: May 1, 2016, 7:35 p.m.

FORMAT: Text only

SIZE: 521 Bytes

HITS: 17607

  1. /usr/src/game_source/Srcs/Server/game/src
  2. open - exchange.cpp
  3. linha 485
  4. if (item->GetVnum() >= 80003 && item->GetVnum() <= 80007)
  5. {
  6. LogManager::instance().GoldBarLog(victim->GetPlayerID(), item->GetID(), EXCHANGE_TAKE, "");
  7. LogManager::instance().GoldBarLog(GetOwner()->GetPlayerID(), item->GetID(), EXCHANGE_GIVE, "");
  8. }
  9. m_pOwner->CreateFly(FLY_SP_MEDIUM, victim);
  10. for (int i = 0; i < 3; i++){
  11. m_pOwner->CreateFly(FLY_SP_SMALL, victim);
  12. }

comments powered by Disqus