Ir para conteúdo

[DxP] Exclusivo Poketibia OpenSource+Cliente+Site+DB


Taiger

Posts Recomendados

@Josegvb Eu estava editando o server mas conversando como @Drakopoulos ele me falou do bug da efetividade e da funcao matou/morreu, que tem de ser feito tudo nas sources, dai me desanimou pq tb nao entendo de programação, ele falou que ia ver se arrumava, pq se ficar assim fica dificil proseguir com o server.

 

@Justiceiro751 Se eu nao me engano aqui no forum tem um tutorial ensinando a resolver isso nas sources, de cabeça nao lembro.

Link para o comentário
Compartilhar em outros sites

5 horas atrás, Mwkb disse:

@Justiceiro751 você fez alguma alteração em creaturescript, la em statschange provavelmente.. tente alterar pelo padrao e adicione as edições novamente, e veja se volta a funcionar.

Vou verificar e testar. Obrigado pela dica @Mwkb

@Mwkb, estive trocando a pasta creaturescript inteira que tinha aqui pela da V3, consegui solucionar o problema dos pokémons não morrerem. Porem ainda continuo com problemas em não utilizar Fly, Ride dos pokémons e não consigo utilizar nenhum pokémon shiny.

Veja logo abaixo o erro que está dando no console:



[15/01/2017 10:34:54] [Error - CreatureScript Interface]
[15/01/2017 10:34:54] In a timer event called from:
[15/01/2017 10:34:54] data/creaturescripts/scripts/spawn.lua:onSpawn
[15/01/2017 10:34:54] Description:
[15/01/2017 10:34:54] (luaDoCreateMonsterNick) Monster with name 'Shiny Growlithe' not found

[15/01/2017 10:35:47] [Error - CreatureScript Interface]
[15/01/2017 10:35:47] In a timer event called from:
[15/01/2017 10:35:47] data/creaturescripts/scripts/spawn.lua:onSpawn
[15/01/2017 10:35:47] Description:
[15/01/2017 10:35:47] (luaDoCreateMonsterNick) Monster with name 'Shiny Alakazam' not found

Editado por Justiceiro751
Link para o comentário
Compartilhar em outros sites

43 minutos atrás, Taiger disse:

@Josegvb Eu estava editando o server mas conversando como @Drakopoulos ele me falou do bug da efetividade e da funcao matou/morreu, que tem de ser feito tudo nas sources, dai me desanimou pq tb nao entendo de programação, ele falou que ia ver se arrumava, pq se ficar assim fica dificil proseguir com o server.

 

@Justiceiro751 Se eu nao me engano aqui no forum tem um tutorial ensinando a resolver isso nas sources, de cabeça nao lembro.

Mas o problema dos Pokémons não morrerem na v3 foi solucionado, só que não sei qual foi o arquivo alterado. Procurei pela solução nas páginas anteriores e não vejo nada relacionado.

Link para o comentário
Compartilhar em outros sites

Agora, Justiceiro751 disse:

Poste seu config.lua pra que possamos lhe ajudar.

Cara eu só baixei a V3 e extrair e tentei abrir, só isso ...

Mas ta aqui:

Spoiler

 

accountManager = false

namelockManager = false

newPlayerChooseVoc = false

newPlayerSpawnPosX = 1021

newPlayerSpawnPosY = 1019

newPlayerSpawnPosZ = 7

newPlayerTownId = 1

newPlayerLevel = 10

newPlayerMagicLevel = 0

generateAccountNumber = false

lightInterval = 7500

lightChange = 1

startupTime = 351

startupLight = 40

limitPokeballs = 7                

minHappinessEffectDelay = 25    

maxHappinessEffectDelay = 40    

PokemonStageVeryHappy = 0            

maximumHunger = -1        

stateHunger = -1            

useTeleportWithFly = false

dropHappyDuringBattles = false    

    --adicionadas

      ghostPokemonNames = "Gastly, Haunter, Gengar"

allowBlockSpawn = false

    

rateGymSpellInterval = 0.10

redSkullLength = 30000 * 24 * 60 * 60

blackSkullLength = 45000 * 24 * 60 * 60

dailyFragsToRedSkull = 3

weeklyFragsToRedSkull = 5

monthlyFragsToRedSkull = 10

dailyFragsToBlackSkull = dailyFragsToRedSkull

weeklyFragsToBlackSkull = weeklyFragsToRedSkull

monthlyFragsToBlackSkull = monthlyFragsToRedSkull

dailyFragsToBanishment = dailyFragsToRedSkull

weeklyFragsToBanishment = weeklyFragsToRedSkull

monthlyFragsToBanishment = monthlyFragsToRedSkull

blackSkulledDeathHealth = 40

blackSkulledDeathMana = 0

useBlackSkull = true

useFragHandler = true

advancedFragList = false

notationsToBan = 3

warningsToFinalBan = 4

warningsToDeletion = 5

banLength = 7 * 24 * 60 * 60

killsBanLength = 7 * 24 * 60 * 60

finalBanLength = 30 * 24 * 60 * 60

ipBanishmentLength = 1 * 24 * 60 * 60

broadcastBanishments = true

maxViolationCommentSize = 200

violationNameReportActionType = 2

autoBanishUnknownBytes = false

worldType = "pvp"

protectionLevel = 1000

pvpTileIgnoreLevelAndVocationProtection = true

pzLocked = 5 * 1000

huntingDuration = 60 * 1000

criticalHitChance = 7

criticalHitMultiplier = 1

displayCriticalHitNotify = false

removeWeaponAmmunition = true

removeWeaponCharges = true

removeRuneCharges = true

whiteSkullTime = 150000 * 60 * 1000

noDamageToSameLookfeet = false

showHealingDamage = false

showHealingDamageForMonsters = false

fieldOwnershipDuration = 5 * 1000

stopAttackingAtExit = false

oldConditionAccuracy = false

loginProtectionPeriod = 10 * 1000

deathLostPercent = 1

stairhopDelay = 0 * 1000

pushCreatureDelay = 1 * 1000

deathContainerId = 0

gainExperienceColor = 215

addManaSpentInPvPZone = true

squareColor = 0

allowFightback = true

worldId = 0

ip = "127.0.0.1"

bindOnlyConfiguredIpAddress = false

loginPort = 7171

gamePort = 7172

adminPort = 7171

statusPort = 7171

loginTries = 10

retryTimeout = 5 * 1000

loginTimeout = 60 * 1000

maxPlayers = 90    -- codificado e limitado para 7

motd = "Bem Vindo ao DarkXPoke!"

displayOnOrOffAtCharlist = false

onePlayerOnlinePerAccount = false

allowClones = true

serverName = "DarkXPoke"

loginMessage = "Bem Vindo Ao DarkXPoke!"

statusTimeout = 5 * 60 * 1000

replaceKickOnLogin = true

forceSlowConnectionsToDisconnect = false

loginOnlyWithLoginServer = false

premiumPlayerSkipWaitList = true

sqlType = "mysql"

sqlHost = "localhost"

sqlPort = 3306

sqlUser = "root"

sqlPass = "SENHA MYSQL AQUI"

sqlDatabase = "dxp"

sqlFile = "DarkXPoke.s3db"

sqlKeepAlive = 0

mysqlReadTimeout = 10

mysqlWriteTimeout = 10

encryptionType = "sha1"

deathListEnabled = true

deathListRequiredTime = 1 * 60 * 1000

deathAssistCount = 19

maxDeathRecords = 10

ingameGuildManagement = true

levelToFormGuild = 40

premiumDaysToFormGuild = 0

guildNameMinLength = 2

guildNameMaxLength = 25

highscoreDisplayPlayers = 15

updateHighscoresAfterMinutes = 60

buyableAndSellableHouses = true

houseNeedPremium = true

bedsRequirePremium = true

levelToBuyHouse = 1

housesPerAccount = 0

houseRentAsPrice = true -- 

housePriceAsRent = false

housePriceEachSquare = 2975

houseRentPeriod = "never"

houseCleanOld = 0 -- tava 0

guildHalls = false

timeBetweenActions = 500

timeBetweenExActions = 500

hotkeyAimbotEnabled = true

mapName = "DarkXPoke"

mapAuthor = "Three"

randomizeTiles = true

storeTrash = false

cleanProtectedZones = true

mailboxDisabledTowns = "1"

defaultPriority = "high"

niceLevel = 5

coresUsed = "-1"

optimizeDatabaseAtStartup = true

removePremiumOnInit = true

confirmOutdatedVersion = false

formulaLevel = 5.0

formulaMagic = 1.0

bufferMutedOnSpellFailure = false

spellNameInsteadOfWords = false

emoteSpells = false

allowChangeOutfit = true

allowChangeColors = true

allowChangeAddons = true

disableOutfitsForPrivilegedPlayers = false

addonsOnlyPremium = false

dataDirectory = "data/"

bankSystem = true

displaySkillLevelOnAdvance = false

promptExceptionTracerErrorBox = true

separateViplistPerCharacter = false

maximumDoorLevel = 500

maxMessageBuffer = 10000000

saveGlobalStorage = false

useHouseDataStorage = false

storePlayerDirection = false

checkCorpseOwner = true

monsterLootMessage = 3

monsterLootMessageType = 22

ghostModeInvisibleEffect = false

ghostModeSpellEffects = false

idleWarningTime = 14 * 60 * 1000

idleKickTime = 15 * 60 * 1000

expireReportsAfterReads = 1

playerQueryDeepness = 2

maxItemsPerPZTile = 0

maxItemsPerHouseTile = 0

freePremium = true

premiumForPromotion = true

blessingOnlyPremium = true

blessingReductionBase = 30

blessingReductionDecreament = 5

eachBlessReduction = 8

experienceStages = true

rateExperience = 1000

premiumrateExperience = 2000

ratePremiumExperience = 2000

rateExperienceFromPlayers = 200

rateSkill = 1

rateMagic = 1.0

rateLoot = 15

rateSpawn = 1

rateMonsterHealth = 1.0

rateMonsterMana = 1.0

rateMonsterAttack = 1.0

rateMonsterDefense = 1.0

minLevelThresholdForKilledPlayer = 0.9

maxLevelThresholdForKilledPlayer = 1.1

rateStaminaLoss = 1

rateStaminaGain = 3

rateStaminaThresholdGain = 12

staminaRatingLimitTop = 41 * 60

staminaRatingLimitBottom = 14 * 60

rateStaminaAboveNormal = 1.0

rateStaminaUnderNormal = 1.0

staminaThresholdOnlyPremium = true

experienceShareRadiusX = 30

experienceShareRadiusY = 30

experienceShareRadiusZ = 1

experienceShareLevelDifference = 20

extraPartyExperienceLimit = 30

extraPartyExperiencePercent = 20

experienceShareActivity = 2 * 60 * 1000

globalSaveEnabled = false

globalSaveHour = 8

shutdownAtGlobalSave = true

cleanMapAtGlobalSave = false

deSpawnRange = 2

deSpawnRadius = 25

maxPlayerSummons = 1

teleportAllSummons = true

teleportPlayerSummons = true

ownerName = "Taiger"

ownerEmail = ""

url = ""

location = "Brazil"

displayGamemastersWithOnlineCommand = false

adminLogsEnabled = false

displayPlayersLogging = false

prefixChannelLogs = ""

runFile = ""

outLogName = ""

errorLogName = ""

truncateLogsOnStartup = false

 

 E pq o Account Manager ta false?

Link para o comentário
Compartilhar em outros sites

Agora, Ashukel disse:

Cara eu só baixei a V3 e extrair e tentei abrir, só isso ...

Mas ta aqui:

  Mostrar conteúdo oculto

 

accountManager = false

namelockManager = false

newPlayerChooseVoc = false

newPlayerSpawnPosX = 1021

newPlayerSpawnPosY = 1019

newPlayerSpawnPosZ = 7

newPlayerTownId = 1

newPlayerLevel = 10

newPlayerMagicLevel = 0

generateAccountNumber = false

lightInterval = 7500

lightChange = 1

startupTime = 351

startupLight = 40

limitPokeballs = 7                

minHappinessEffectDelay = 25    

maxHappinessEffectDelay = 40    

PokemonStageVeryHappy = 0            

maximumHunger = -1        

stateHunger = -1            

useTeleportWithFly = false

dropHappyDuringBattles = false    

    --adicionadas

      ghostPokemonNames = "Gastly, Haunter, Gengar"

allowBlockSpawn = false

    

rateGymSpellInterval = 0.10

redSkullLength = 30000 * 24 * 60 * 60

blackSkullLength = 45000 * 24 * 60 * 60

dailyFragsToRedSkull = 3

weeklyFragsToRedSkull = 5

monthlyFragsToRedSkull = 10

dailyFragsToBlackSkull = dailyFragsToRedSkull

weeklyFragsToBlackSkull = weeklyFragsToRedSkull

monthlyFragsToBlackSkull = monthlyFragsToRedSkull

dailyFragsToBanishment = dailyFragsToRedSkull

weeklyFragsToBanishment = weeklyFragsToRedSkull

monthlyFragsToBanishment = monthlyFragsToRedSkull

blackSkulledDeathHealth = 40

blackSkulledDeathMana = 0

useBlackSkull = true

useFragHandler = true

advancedFragList = false

notationsToBan = 3

warningsToFinalBan = 4

warningsToDeletion = 5

banLength = 7 * 24 * 60 * 60

killsBanLength = 7 * 24 * 60 * 60

finalBanLength = 30 * 24 * 60 * 60

ipBanishmentLength = 1 * 24 * 60 * 60

broadcastBanishments = true

maxViolationCommentSize = 200

violationNameReportActionType = 2

autoBanishUnknownBytes = false

worldType = "pvp"

protectionLevel = 1000

pvpTileIgnoreLevelAndVocationProtection = true

pzLocked = 5 * 1000

huntingDuration = 60 * 1000

criticalHitChance = 7

criticalHitMultiplier = 1

displayCriticalHitNotify = false

removeWeaponAmmunition = true

removeWeaponCharges = true

removeRuneCharges = true

whiteSkullTime = 150000 * 60 * 1000

noDamageToSameLookfeet = false

showHealingDamage = false

showHealingDamageForMonsters = false

fieldOwnershipDuration = 5 * 1000

stopAttackingAtExit = false

oldConditionAccuracy = false

loginProtectionPeriod = 10 * 1000

deathLostPercent = 1

stairhopDelay = 0 * 1000

pushCreatureDelay = 1 * 1000

deathContainerId = 0

gainExperienceColor = 215

addManaSpentInPvPZone = true

squareColor = 0

allowFightback = true

worldId = 0

ip = "127.0.0.1"

bindOnlyConfiguredIpAddress = false

loginPort = 7171

gamePort = 7172

adminPort = 7171

statusPort = 7171

loginTries = 10

retryTimeout = 5 * 1000

loginTimeout = 60 * 1000

maxPlayers = 90    -- codificado e limitado para 7

motd = "Bem Vindo ao DarkXPoke!"

displayOnOrOffAtCharlist = false

onePlayerOnlinePerAccount = false

allowClones = true

serverName = "DarkXPoke"

loginMessage = "Bem Vindo Ao DarkXPoke!"

statusTimeout = 5 * 60 * 1000

replaceKickOnLogin = true

forceSlowConnectionsToDisconnect = false

loginOnlyWithLoginServer = false

premiumPlayerSkipWaitList = true

sqlType = "mysql"

sqlHost = "localhost"

sqlPort = 3306

sqlUser = "root"

sqlPass = "SENHA MYSQL AQUI"

sqlDatabase = "dxp"

sqlFile = "DarkXPoke.s3db"

sqlKeepAlive = 0

mysqlReadTimeout = 10

mysqlWriteTimeout = 10

encryptionType = "sha1"

deathListEnabled = true

deathListRequiredTime = 1 * 60 * 1000

deathAssistCount = 19

maxDeathRecords = 10

ingameGuildManagement = true

levelToFormGuild = 40

premiumDaysToFormGuild = 0

guildNameMinLength = 2

guildNameMaxLength = 25

highscoreDisplayPlayers = 15

updateHighscoresAfterMinutes = 60

buyableAndSellableHouses = true

houseNeedPremium = true

bedsRequirePremium = true

levelToBuyHouse = 1

housesPerAccount = 0

houseRentAsPrice = true -- 

housePriceAsRent = false

housePriceEachSquare = 2975

houseRentPeriod = "never"

houseCleanOld = 0 -- tava 0

guildHalls = false

timeBetweenActions = 500

timeBetweenExActions = 500

hotkeyAimbotEnabled = true

mapName = "DarkXPoke"

mapAuthor = "Three"

randomizeTiles = true

storeTrash = false

cleanProtectedZones = true

mailboxDisabledTowns = "1"

defaultPriority = "high"

niceLevel = 5

coresUsed = "-1"

optimizeDatabaseAtStartup = true

removePremiumOnInit = true

confirmOutdatedVersion = false

formulaLevel = 5.0

formulaMagic = 1.0

bufferMutedOnSpellFailure = false

spellNameInsteadOfWords = false

emoteSpells = false

allowChangeOutfit = true

allowChangeColors = true

allowChangeAddons = true

disableOutfitsForPrivilegedPlayers = false

addonsOnlyPremium = false

dataDirectory = "data/"

bankSystem = true

displaySkillLevelOnAdvance = false

promptExceptionTracerErrorBox = true

separateViplistPerCharacter = false

maximumDoorLevel = 500

maxMessageBuffer = 10000000

saveGlobalStorage = false

useHouseDataStorage = false

storePlayerDirection = false

checkCorpseOwner = true

monsterLootMessage = 3

monsterLootMessageType = 22

ghostModeInvisibleEffect = false

ghostModeSpellEffects = false

idleWarningTime = 14 * 60 * 1000

idleKickTime = 15 * 60 * 1000

expireReportsAfterReads = 1

playerQueryDeepness = 2

maxItemsPerPZTile = 0

maxItemsPerHouseTile = 0

freePremium = true

premiumForPromotion = true

blessingOnlyPremium = true

blessingReductionBase = 30

blessingReductionDecreament = 5

eachBlessReduction = 8

experienceStages = true

rateExperience = 1000

premiumrateExperience = 2000

ratePremiumExperience = 2000

rateExperienceFromPlayers = 200

rateSkill = 1

rateMagic = 1.0

rateLoot = 15

rateSpawn = 1

rateMonsterHealth = 1.0

rateMonsterMana = 1.0

rateMonsterAttack = 1.0

rateMonsterDefense = 1.0

minLevelThresholdForKilledPlayer = 0.9

maxLevelThresholdForKilledPlayer = 1.1

rateStaminaLoss = 1

rateStaminaGain = 3

rateStaminaThresholdGain = 12

staminaRatingLimitTop = 41 * 60

staminaRatingLimitBottom = 14 * 60

rateStaminaAboveNormal = 1.0

rateStaminaUnderNormal = 1.0

staminaThresholdOnlyPremium = true

experienceShareRadiusX = 30

experienceShareRadiusY = 30

experienceShareRadiusZ = 1

experienceShareLevelDifference = 20

extraPartyExperienceLimit = 30

extraPartyExperiencePercent = 20

experienceShareActivity = 2 * 60 * 1000

globalSaveEnabled = false

globalSaveHour = 8

shutdownAtGlobalSave = true

cleanMapAtGlobalSave = false

deSpawnRange = 2

deSpawnRadius = 25

maxPlayerSummons = 1

teleportAllSummons = true

teleportPlayerSummons = true

ownerName = "Taiger"

ownerEmail = ""

url = ""

location = "Brazil"

displayGamemastersWithOnlineCommand = false

adminLogsEnabled = false

displayPlayersLogging = false

prefixChannelLogs = ""

runFile = ""

outLogName = ""

errorLogName = ""

truncateLogsOnStartup = false

 

 E pq o Account Manager ta false?

O servidor só funciona através de MySQL, ou seja, tem que ter o XAMPP instalado e configurado pra rodar o website.

Link para o comentário
Compartilhar em outros sites

Agora, Justiceiro751 disse:

O servidor só funciona através de MySQL, ou seja, tem que ter o XAMPP instalado e configurado pra rodar o website.

E como faço isso?

Link para o comentário
Compartilhar em outros sites

38 minutos atrás, Justiceiro751 disse:

Siga os passos do tutorial logo abaixo.

 

  Mostrar conteúdo oculto

 

 

 

Chegou em um momento que precisa da pasta Schemas e não tem ela, o que eu faço?

Editado: Bom selecionei uma sql que tinha sem ser na pasta schemas tava fora mesmo, vamos ver no que vai dar.

Editado por Ashukel
Link para o comentário
Compartilhar em outros sites

9 minutos atrás, Ashukel disse:

Chegou em um momento que precisa da pasta Schemas e não tem ela, o que eu faço?

Editado: Bom selecionei uma sql que tinha sem ser na pasta schemas tava fora mesmo, vamos ver no que vai dar.

Se quiser eu lhe envio uma data base quando chegar em casa hoje a noite. Deixa uma mensagem pessoal pra me lembrar.

Link para o comentário
Compartilhar em outros sites

Tantos Servidores bons, á comunidade insiste em usar o DXP que não passa de um PDA Adaptado agora responde o porque de tanta gambiarra?

Link para o comentário
Compartilhar em outros sites

Visitante
Este tópico está impedido de receber novos posts.
×
×
  • Criar Novo...