antiblock
Elveron
  • Chatbox

    Did you check out our Discord? https://discord.gg/FFdvMjk9xA
    You don't have permission to chat.
    Load More
Sign in to follow this  
Paradox

ItemShop In Game v1.3.1 ~ Shang

15 posts in this topic

antiblock
Cyphriun

Não da para ver as imagens

Spoiler

m57Gfc0.png

 

 

Share this post


Link to post
Share on other sites
3 minutos atrás, #LB FaBio disse:

Não da para ver as imagens

  Mostrar conteúdo oculto

m57Gfc0.png

 

 

 

E agora?

Share this post


Link to post
Share on other sites

hay un bug no lo puedo instalar

Share this post


Link to post
Share on other sites
3 horas atrás, eeevil123 disse:

hay un bug no lo puedo instalar

 

All working fine my friend.

 

aU74vzV.png

 

Tested it myself

Share this post


Link to post
Share on other sites

 

friend you give me your skype is that it does not let me install it

Share this post


Link to post
Share on other sites

Testado e Aprovado !

Share this post


Link to post
Share on other sites
4 minutos atrás, bM93 disse:

Testado e Aprovado !

friend you give me your skype is that it does not let me install it

Share this post


Link to post
Share on other sites

" # 1) To open the itemshop window use this function:

def OpenIShopWindow(self):
    constInfo.ItemShop['QCMD'] = 'OPEN_SHOP#'
    event.QuestButtonClick(constInfo.ItemShop['QID']) "


Essa função se coloca no uitaskbar.py mesmo? queria ter certeza.

Share this post


Link to post
Share on other sites
Em 26/03/2019 at 22:30, cjunior2011 disse:

" # 1) To open the itemshop window use this function:

def OpenIShopWindow(self):
    constInfo.ItemShop['QCMD'] = 'OPEN_SHOP#'
    event.QuestButtonClick(constInfo.ItemShop['QID']) "


Essa função se coloca no uitaskbar.py mesmo? queria ter certeza.

 

Penso que sim, podes colocar no fim do ficheiro.

Share this post


Link to post
Share on other sites

Alguem poderia me da uma ajuda com este topico, ? eu instalo tudo normal sem nenhum erro, porem quando adiciono:

 

( dofile(get_locale_base_path().."/quest/itemshop_lib.so") ) em questlib.lua  me da esse error:

 

socket_accept: accept: Software caused connection abort (fd 19)

 

me parece que ele esta tentanto executar algum sofware o algo, de otra pessoa tlg, penso eu  que isso tenha alguma licenca.  Poderia me ajduar Obg.  

Share this post


Link to post
Share on other sites

dode puedo seja postado alguien le que le haya funcionado

 

def OpenIShopWindow(self):
    constInfo.ItemShop['QCMD'] = 'OPEN_SHOP#'
    event.QuestButtonClick(constInfo.ItemShop['QID'])

Share this post


Link to post
Share on other sites

eu criei um botão no inventario mais não consigo abrir..

uiscript/inventorywindow.py

Spoiler

...

                #itemshop
                {
                    "name" : "itemshop",
                    "type" : "button",

                    "x" : 169,
                    "y" : 32+35+35+35+35+35,

                    "tooltip_text" : "itemshop",

                    "default_image" : "locale/es/ui/buttons/bs.tga",
                    "over_image" :  "locale/es/ui/buttons/bs_hover.tga",
                    "down_image" : "locale/es/ui/buttons/bs_down.tga"
                },

...

root/uiinventory.py

Spoiler

self.itemshop = self.GetChild("itemshop")

...

self.itemshop.SetEvent(ui.__mem_func__(self.__OpenIShopWindow))

...

ao final coloquei a def...

    def __OpenIShopWindow(self):
        import ui
        constInfo.ItemShop['QCMD'] = 'OPEN_SHOP#'
        event.QuestButtonClick(constInfo.ItemShop['QID'])

 alguém conseguiu colocar e pode me ajudar?

Edited by Darkness (see edit history)

Share this post


Link to post
Share on other sites

Link off...

Share this post


Link to post
Share on other sites

Alguem tem o link de download desse itemshop?

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