Jump to content
PrntScrn

[Vending System]

Recommended Posts

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

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.