antiblock
Cyphriun
  • Chatbox

    You don't have permission to chat.
    Load More
Sign in to follow this  
Sr.Agente

Negociar Efectos (Trade) C++

7 posts in this topic

36-bc4095021604bd4e5c72c22c2411b11d.jpg37-02ddbf7e7c4bbc7d46d895f7890e9d41.jpg

38-90c0fe07b5ccd9d22a0223ea82d9301c.jpg39-ec561463f0681e6e4321c7b283cc9620.jpg

 

Apriamo exchange.cpc, nella riga 485 cerchiamo

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, "");
            }

e aggiungo

m_pOwner->CreateFly(FLY_SP_MEDIUM, victim);
for (int i = 0; i < 3; i++){
    m_pOwner->CreateFly(FLY_SP_SMALL, victim);
}

Share this post


Link to post
Share on other sites
antiblock
Rodnia | Alpha & Omega

Muchas gracias por compartillares !

+1 y perdona mis erros de espanol ._.

O idioma do copy & paste é italiano, caso não saibas.

Se souberes my bad. A não ser que ele fale espanhol.

 

 

on: Podias ter traduzido isso ao menos...

Share this post


Link to post
Share on other sites

O idioma do copy & paste é italiano, caso não saibas.

Se souberes my bad. A não ser que ele fale espanhol.

 

 

on: Podias ter traduzido isso ao menos...

Lo sentimos podría traducirse sí, pero no se traduce porque mi portugués es muy malo

Share this post


Link to post
Share on other sites

exchange.cpc alguem sabe onde fica isto?

Share this post


Link to post
Share on other sites

exchange.cpc alguem sabe onde fica isto?

Eles quis dizer exchange.cpp

branch_usada/Server/game/src

Isto é uma alteração a fazer no código, se não usas o source não podes fazer isto.

A não ser que uses files que já tragam este efeito.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this