Jump to content

[Vending System]


PrntScrn

Recommended Posts


  • Group:  Members
  • Topic Count:  15
  • Topics Per Day:  0.00
  • Content Count:  42
  • Reputation:   0
  • Joined:  11/23/13
  • Last Seen:  

Ativei o item_vending

Mas quando abro a loja n aparece as opções.

Obs uso hexed 20120410RagexeRe

Edited by PrntScrn
Link to comment
Share on other sites

  • 4 weeks later...

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  3
  • Reputation:   0
  • Joined:  03/03/14
  • Last Seen:  

Ola PrntScrm, voce adicionou no cliente as imagens dos itens que voce quer que sejão exibidos na hora de abrir a loja ?
Você tem que adicionar na sua data como um item custom os itens 30000 e 30001 basta colocar o sprite que voce quer como zeny e cash.
Nao sei se é exatamente este o problema mas espero ter ajudado.
Eu nao tenho data no modelo de 2012 mas pode seguir o modelo abaixo para adicionar os itens.
 

 

    [30000] = {
        unidentifiedDisplayName = "Zeny",
        unidentifiedResourceName = "금화",
        unidentifiedDescriptionName = {
            "A coin made of gold.",
            "^ffffff_^000000",
            "Weight: ^7777774^000000"
        },
        identifiedDisplayName = "Zeny",
        identifiedResourceName = "금화",
        identifiedDescriptionName = {
            "A coin made of gold.",
            "^ffffff_^000000"
        },
        slotCount = 0,
        ClassNum = 0
    },

        [30001] = {
        unidentifiedDisplayName = "Cash",
        unidentifiedResourceName = "금화",
        unidentifiedDescriptionName = {
            "A coin made of gold.",
            "^ffffff_^000000"
        },
        identifiedDisplayName = "Cash",
        identifiedResourceName = "금화",
        identifiedDescriptionName = {
            "A coin made of gold.",
            "^ffffff_^000000"
        },
        slotCount = 0,
        ClassNum = 0
    },

Link to comment
Share on other sites

Join the conversation

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

Guest
Reply to this topic...

×   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.

×
×
  • Create New...