Jump to content

Armazém Especial [Upgrades/Livros/Pedras]


Requiem
 Share

Recommended Posts

Existem tantos erros por resolver que perdi a vontade para tal.

Infelizmente não gravei metade dos erros que já tinha resolvido, mas deixo aqui para quem quiser:

1) uiScriptLocale.UPGRADE_STORAGE_TITLE 

Solução 1:
	locale -> locale_game.txt -> UPGRADE_STORAGE_TITLE: Armazém Especial
	
Solução 2:
	uiscript -> uispecialstorage.py -> Mudar uiScriptLocale.UPGRADE_STORAGE_TITLE para Armazém Especial
	

2) Não é possível mexer nas habilidades de forma a mete-los nas opções 1,2,3,etc..

Solução:
	1) Abrir o mousemodule.py e procurar por:
		elif app.ENABLE_SPECIAL_STORAGE:
				if Type == player.SLOT_TYPE_UPGRADE_INVENTORY or\
					Type == player.SLOT_TYPE_BOOK_INVENTORY or\
					Type == player.SLOT_TYPE_STONE_INVENTORY:
					item.SelectItem(self.AttachedItemIndex)
					self.AttachedIconHandle = item.GetIconInstance()
	
					if not self.AttachedIconHandle:
						self.AttachedIconHandle = 0
						self.DeattachObject()
						return
	
					(width, height) = item.GetItemSize()
					
	2) Remover tudo e procurar por:
		Type == player.SLOT_TYPE_DRAGON_SOUL_INVENTORY:
		
	3) Adicionar antes:
		Type == player.SLOT_TYPE_UPGRADE_INVENTORY or\
		Type == player.SLOT_TYPE_BOOK_INVENTORY or\
		Type == player.SLOT_TYPE_STONE_INVENTORY or\

 

OBS: Este sistema também existe no RubinumMT2.

  • Like 1
Link to comment
Share on other sites

  • 4 weeks later...
  • 1 month later...
  • 3 weeks later...

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
 Share

×
×
  • Create New...