18-07-2010, 01:08 AM
|
#3 (permalink)
|
|
Membro - General
Registrado em: Oct 2009
Localização: PC
Posts: 204
Agradecido 140 Vezes em 77 Posts
Achei Ruim:
Acharam ruim Vezes em Posts
Meu Estado:
|
se você adicionou na tabela CUSTOM_NPC deverá ir em:
gameserver/config/custom/CustomTables.properties
# -------------------------------------------------------------- #
# Database Customizations #
# -------------------------------------------------------------- #
# Option to store additional spawnlist data on a custom table
CustomSpawnlistTable = True << TRUE PARA ATIVAR A TABELA CUSTOM_SPAWNLIST
# Option to save GM spawn only in the custom table
SaveGmSpawnOnCustom = True << TRUE PARA SALVAR O //SPAWN
# Option to delete spawn in alternate table.
DeleteGmSpawnOnCustom = True << Opção para excluir spawn no quadro alternativo. by GOOGLE TRANSLATE
# Option to store additional npc data on a custom table
CustomNpcTable = True << TRUE PARA ATIVAR A TABELA CUSTOM_NPC
# Option to store additional Items data on custom tables
CustomEtcitemTable = True << TRUE PARA ATIVAR A TABELA CUSTOM_ETCITEM
CustomArmorTable = True << TRUE PARA ATIVAR A TABELA CUSTOM_ARMOR
CustomArmorSetsTable = True << TRUE PARA ATIVAR A TABELA CUSTOM_ARMORSETS
CustomWeaponTable = True << TRUE PARA ATIVAR A TABELA CUSTOM_WEAPONS
# Option to store additional Teleport location on a custom table
CustomTeleportTable = True << TRUE PARA ATIVAR A TABELA CUSTOM_TELEPORT
# Option to store alternative drop on a custom table
CustomDroplistTable = True << TRUE PARA ATIVAR A TABELA CUSTOM_DROPLIST
# Option to store alternative merchant data on a custom table
CustomMerchantTables = True << TRUE PARA ATIVAR A TABELA CUSTOM_MERCHANT
|
|
|