Robert Posted April 5, 2015 Report Share Posted April 5, 2015 Vamos a exchange.cpp Y buscamos: if (item->GetVnum() >= 80003 && item->GetVnum() <= 80007) { LogManager::instance().GoldBarLog(victim->GetPlayerID(), item->GetID(), EXCHANGE_TAKE, ""); LogManager::instance().GoldBarLog(GetOwner()->GetPlayerID(), item->GetID(), EXCHANGE_GIVE, ""); } Después de esto agregamos: m_pOwner->CreateFly(FLY_SP_MEDIUM, victim); for (int i = 0; i < 3; i++){ m_pOwner->CreateFly(FLY_SP_SMALL, victim); } Quote Link to comment Share on other sites More sharing options...
WorldArd Posted April 5, 2015 Report Share Posted April 5, 2015 ya esta postiado Debes iniciar sesión para ver el contenido del enlace en esta publicación. Saludos! Quote Link to comment Share on other sites More sharing options...
Robert Posted April 5, 2015 Author Report Share Posted April 5, 2015 A ok como no lo vi en la sección C++ no me di cuenta Quote Link to comment Share on other sites More sharing options...
Metin2Arceus Posted April 30, 2019 Report Share Posted April 30, 2019 Alguien tiene el efecto no me sale igual al de la Imagen sabeis el motivo? Quote Link to comment Share on other sites More sharing options...
Robert Posted April 30, 2019 Author Report Share Posted April 30, 2019 Y como te sale? Ese efecto de la imagen sale por defecto asi Quote Link to comment Share on other sites More sharing options...
Metin2Arceus Posted May 1, 2019 Report Share Posted May 1, 2019 Pues ami me sale mucho mas raro Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.