Jump to content
  • 0

Ayuda- Tienda offline boton esta orden no existe


Question

Posted

Buenas tengo este error cuando le doy click en el boton de la tienda que implemente no aparece solo me da de que la orden no existe alguien que me ayude porfavor

 

 

image.pngimage.png

4 answers to this question

Recommended Posts

  • 0
Posted

cmd.cpp

buscan:

ACMD (do_clear_affect);

abajo agregan:

ACMD(do_open_offline_shop);

despues buscan:

{ "do_clear_affect", do_clear_affect,     0, POS_DEAD,        GM_LOW_WIZARD},

abajo agregan:

{ "open_offlineshop", do_open_offline_shop, 0, POS_DEAD, GM_PLAYER        },

despues en cmd_general.cpp 

buscan:

ACMD (do_bid_cancel) 

DEBAJO DE TODA ESA FUNCION AGREGAN:

ACMD(do_open_offline_shop)
{
    // Send the command to client.
    ch->__OpenPrivateShop();
    //ch->ChatPacket(CHAT_TYPE_COMMAND, "__OpenPrivateShop");
}

 

despues dentro del juego proba el comando /open_offlineshop y luego con eso haces el boton

 

  • 0
Posted
hace 1 hora, ♥ TesT ♥ dijo:

cmd.cpp

buscan:

ACMD (do_clear_affect);

abajo agregan:

ACMD(do_open_offline_shop);

despues buscan:

{ "do_clear_affect", do_clear_affect,     0, POS_DEAD,        GM_LOW_WIZARD},

abajo agregan:

{ "open_offlineshop", do_open_offline_shop, 0, POS_DEAD, GM_PLAYER        },

despues en cmd_general.cpp 

buscan:

ACMD (do_bid_cancel) 

DEBAJO DE TODA ESA FUNCION AGREGAN:

ACMD(do_open_offline_shop)
{
    // Send the command to client.
    ch->__OpenPrivateShop();
    //ch->ChatPacket(CHAT_TYPE_COMMAND, "__OpenPrivateShop");
}

 

despues dentro del juego proba el comando /open_offlineshop y luego con eso haces el boton

 

Gracias bro me funciono

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

This site uses cookies to enhance your browsing experience and provide relevant content. By continuing to browse, you agree to our We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. and Terms of Use. For more information on how we protect your data, please check our Privacy Policy.