Ir para conteúdo

matheuspeixoto12

Membro
  • Registro em

  • Última visita

Tudo que matheuspeixoto12 postou

  1. o PointsSystem acabei de retirar pois veio no server e eu não utilizo. O erro aparece depois que dou use nas quests e dou reload nos actions. Esse advancesave é importante ou posso deletar? Advancesave.lua local config = { savePlayersOnAdvance = true } function onAdvance(cid, skill, oldLevel, newLevel) if(config.savePlayersOnAdvance) then doPlayerSave(cid, true) end return true end
  2. Nossa, ainda está dando erro, desta vez não chegou nem a aparecer a mensagem "Você se tornou anbu/akatsuki..." e consto esses erros: 20/10/2014 20:51:26] [Error - CreatureScript Interface] [20/10/2014 20:51:26] data/creaturescripts/scripts/advancesave.lua:onAdvance [20/10/2014 20:51:26] Description: [20/10/2014 20:51:26] (luaSetConditionParam) This function can only be used while loading the script. [20/10/2014 20:51:26] [Error - CreatureScript Interface] [20/10/2014 20:51:26] data/creaturescripts/scripts/PointsSystem.lua:onAdvance [20/10/2014 20:51:26] Description: [20/10/2014 20:51:26] (luaSetConditionParam) This function can only be used while loading the script. Obs. O que está dando erro? as skills que são adicionadas ou o Akatsuki/anbu no look?
  3. agora, apareceu a mensagem que eu virei anbu e eu iria deslogar em 5 segundos, mas eu não deslogo, o char trava, depois de um tempo ele desloga e não loga até eu fechar e abrir o server, (porque dai ele volta sem salvar) e o server também não fecha, só consigo fecha-lo pelo gerenciador de tarefas. aparece apenas esse erro na distro e varias vezes, apenas depois que tento virar anbu/akatsuki [20/10/2014 03:08:32] [Error - CreatureScript Interface] [20/10/2014 03:08:32] data/creaturescripts/scripts/advancesave.lua:onAdvance [20/10/2014 03:08:32] Description: [20/10/2014 03:08:32] (luaSetConditionParam) This function can only be used while loading the script.
  4. desta vez deu erro mas só quando dou use nas quests [20/10/2014 02:28:41] [Error - Action Interface] [20/10/2014 02:28:41] data/actions/scripts/akatsukichest.lua:onUse [20/10/2014 02:28:41] Description: [20/10/2014 02:28:41] data/actions/scripts/akatsukichest.lua:6: table index is nil [20/10/2014 02:28:41] stack traceback: [20/10/2014 02:28:41] data/actions/scripts/akatsukichest.lua:6: in function <data/actions/scripts/akatsukichest.lua:1> [20/10/2014 02:28:50] [Error - Action Interface] [20/10/2014 02:28:50] data/actions/scripts/anbuchest.lua:onUse [20/10/2014 02:28:50] Description: [20/10/2014 02:28:50] data/actions/scripts/anbuchest.lua:6: table index is nil [20/10/2014 02:28:50] stack traceback: [20/10/2014 02:28:50] data/actions/scripts/anbuchest.lua:6: in function <data/actions/scripts/anbuchest.lua:1>
  5. infelizmente deu erro [19/10/2014 04:48:29] [Error - Action Interface] [19/10/2014 04:48:29] data/actions/scripts/akatsukichest.lua [19/10/2014 04:48:29] Description: [19/10/2014 04:48:29] data/actions/scripts/akatsukichest.lua:5: table index is nil [19/10/2014 04:48:29] [Warning - Event::loadScript] Cannot load script (data/actions/scripts/akatsukichest.lua) [19/10/2014 04:54:43] [Error - Action Interface] [19/10/2014 04:54:43] data/actions/scripts/anbuchest.lua [19/10/2014 04:54:43] Description: [19/10/2014 04:54:43] data/actions/scripts/anbuchest.lua:5: table index is nil [19/10/2014 04:54:43] [Warning - Event::loadScript] Cannot load script (data/actions/scripts/anbuchest.lua) minha distro é a seven.exe 8.54, ela vem no server nto shinobi.
  6. Galera queria 2 scripts, 1 o player ao dar use em um bau ele ira virar akatsuki, mudando sua roupa para a da akatsuki (cada vocação tem sua roupa) iria aparecer no look, que o playerpertence a akatsuki e também dará 10 a mais de magic level sword fight e distance fight. 2 o player dara use no bau e ele ira virar anbu, mudando sua roupa para anbu (cada vocação tem sua roupa) iria aparecer no look, que o player pertence a akatsuki e tambem dará 10 a mais de magic level, axe fight e distance fight. Obrigado. Obs.o player nao podera mudar a organizaçâo ou seja se ele for akatsuki ele n podera mudar para anbu e vice versa
  7. O que é feito nas manutenções? As vezes um server fica horas em manutenção e sempre quis saber o que era
  8. [14/10/2014 14:40:37] [Error - Action Interface] [14/10/2014 14:40:37] data/actions/scripts/attackspeed.lua:onUse [14/10/2014 14:40:37] Description: [14/10/2014 14:40:37] data/actions/scripts/attackspeed.lua:5: attempt to call global 'doPlayerSetAttackSpeed' (a nil value) [14/10/2014 14:40:37] stack traceback: [14/10/2014 14:40:37] data/actions/scripts/attackspeed.lua:5: in function <data/actions/scripts/attackspeed.lua:4> Desculpe a demora, eu estava viajando.
  9. matheuspeixoto12 postou uma resposta no tópico em Scripts tfs 0.4 (OLD)
    Olá, possuo uma runa mas ela n está removendo as charges 1 por 1, está removendo, 100 de uma vez, alguém me sabe arrumar? script: local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_EFFECT, 13) setCombatParam(combat, COMBAT_PARAM_TARGETCASTERORTOPMOST, 1) setCombatParam(combat, COMBAT_PARAM_AGGRESSIVE, 0) function onCastSpell(cid, var) doPlayerAddMana(cid,60000,60000) doSendAnimatedText(getPlayerPosition(cid), "Munch", TEXTCOLOR_ORANGE) return doCombat(cid, combat, var) end
  10. [Error - Action Interface] [10/10/2014 12:46:24] data/actions/scripts/attackspeed.lua:onUse [10/10/2014 12:46:24] Description: [10/10/2014 12:46:24] data/actions/scripts/attackspeed.lua:5: attempt to call global 'doPlayerSetExtraAttackSpeed' (a nil value) [10/10/2014 12:46:24] stack traceback: [10/10/2014 12:46:24] data/actions/scripts/attackspeed.lua:5: in function <data/actions/scripts/attackspeed.lua:4>
  11. tem como adicionar stages em skills também?
  12. sim pode ser item também. Não sendo vocação está bom, pois como tem transformações que muda a vocação para o player ficar mais forte, não consegui pensar em um modo para coloca-la no server.
  13. é 8.54, seven.exe. Veio no server nto shinobi que eu baixei.
  14. deu erro [09/10/2014 04:12:28] [Error - Npc interface] [09/10/2014 04:12:28] data/npc/scripts/speedattack.lua:onCreatureSay [09/10/2014 04:12:28] Description: [09/10/2014 04:12:28] data/npc/scripts/speedattack.lua:40: attempt to call global 'doPlayerSetExtraAttackSpeed' (a nil value) [09/10/2014 04:12:29] stack traceback: [09/10/2014 04:12:29] data/npc/scripts/speedattack.lua:40: in function 'callback' [09/10/2014 04:12:29] data/npc/lib/npcsystem/keywordhandler.lua:40: in function 'processMessage' [09/10/2014 04:12:29] data/npc/lib/npcsystem/keywordhandler.lua:168: in function 'processNodeMessage' [09/10/2014 04:12:29] data/npc/lib/npcsystem/keywordhandler.lua:128: in function 'processMessage' [09/10/2014 04:12:29] data/npc/lib/npcsystem/npchandler.lua:387: in function 'onCreatureSay' [09/10/2014 04:12:29] data/npc/scripts/speedattack.lua:8: in function <data/npc/scripts/speedattack.lua:8>
  15. alguém pode ajudar?
  16. Ola, então n poderia colocar em 1 npc? pois ele iria apenas fazer o player atacar mais rapido por em troca de 1 item, não sei qual npc poderia colocar aqui rs poderia fazer 1 ? obrigado.
  17. não, é naruto. Olha vou colocar o config aqui accountManager = true namelockManager = false newPlayerChooseVoc = true newPlayerSpawnPosX = 1027 newPlayerSpawnPosY = 912 newPlayerSpawnPosZ = 5 newPlayerTownId = 1 newPlayerLevel = 1 newPlayerMagicLevel = 1 generateAccountNumber = false redSkullLength = 30 * 24 * 60 * 60 blackSkullLength = 45 * 24 * 60 * 60 dailyFragsToRedSkull = 100 weeklyFragsToRedSkull = 300 monthlyFragsToRedSkull = 600 dailyFragsToBlackSkull = dailyFragsToRedSkull weeklyFragsToBlackSkull = weeklyFragsToRedSkull monthlyFragsToBlackSkull = monthlyFragsToRedSkull dailyFragsToBanishment = dailyFragsToRedSkull weeklyFragsToBanishment = weeklyFragsToRedSkull monthlyFragsToBanishment = monthlyFragsToRedSkull blackSkulledDeathHealth = 40 blackSkulledDeathMana = 0 useBlackSkull = false 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 = true worldType = "pvp" protectionLevel = 150 pvpTileIgnoreLevelAndVocationProtection = true pzLocked = 6 * 10 huntingDuration = 6 * 100 criticalHitChance = 3 criticalHitMultiplier = 0.6 displayCriticalHitNotify = true removeWeaponAmmunition = true removeWeaponCharges = false removeRuneCharges = true whiteSkullTime = 15 * 60 * 1000 noDamageToSameLookfeet = false showHealingDamage = true showHealingDamageForMonsters = false fieldOwnershipDuration = 5 * 1000 stopAttackingAtExit = true oldConditionAccuracy = false loginProtectionPeriod = 10 * 1000 deathLostPercent = 5 stairhopDelay = 2 * 1000 pushCreatureDelay = 1 * 1000 deathContainerId = 1987 gainExperienceColor = 215 addManaSpentInPvPZone = true squareColor = 0 allowFightback = true worldId = 0 ip = "25.2.93.252" bindOnlyConfiguredIpAddress = false loginPort = 7171 gamePort = 7172 adminPort = 7171 statusPort = 7171 loginTries = 10 retryTimeout = 5 * 1000 loginTimeout = 60 * 1000 maxPlayers = 500 motd = "Distro NarutoKash by F1nal1ty 1.2!!!" displayOnOrOffAtCharlist = true onePlayerOnlinePerAccount = false allowClones = false serverName = "WoS-1.9" loginMessage = "Bem Vindo ao War of Shinobis v1.9" statusTimeout = 5 * 60 * 1000 replaceKickOnLogin = false forceSlowConnectionsToDisconnect = true loginOnlyWithLoginServer = false premiumPlayerSkipWaitList = true sqlType = "mysql" sqlHost = "localhost" sqlPort = 3306 sqlUser = "root" sqlPass = "secret" sqlDatabase = "secret" sqlFile = "secret" sqlKeepAlive = 1 mysqlReadTimeout = 10 mysqlWriteTimeout = 10 encryptionType = "plain" deathListEnabled = true deathListRequiredTime = 1 * 60 * 1000 deathAssistCount = 19 maxDeathRecords = 5 ingameGuildManagement = true levelToFormGuild = 100 premiumDaysToFormGuild = 0 guildNameMinLength = 3 guildNameMaxLength = 20 highscoreDisplayPlayers = 15 updateHighscoresAfterMinutes = 60 buyableAndSellableHouses = true houseNeedPremium = true bedsRequirePremium = false levelToBuyHouse = 100 housesPerAccount = 0 houseRentAsPrice = false housePriceAsRent = false housePriceEachSquare = 10000 houseRentPeriod = "week" houseCleanOld = 0 guildHalls = true timeBetweenActions = 200 timeBetweenExActions = 1000 hotkeyAimbotEnabled = true mapName = "naruto" mapAuthor = "Janno" randomizeTiles = true storeTrash = true cleanProtectedZones = true mailboxDisabledTowns = "-1" defaultPriority = "high" niceLevel = 5 coresUsed = "-1" optimizeDatabaseAtStartup = true removePremiumOnInit = true confirmOutdatedVersion = false formulaLevel = 26.0 formulaMagic = 2.0 bufferMutedOnSpellFailure = false spellNameInsteadOfWords = true emoteSpells = true allowChangeOutfit = true allowChangeColors = true allowChangeAddons = true disableOutfitsForPrivilegedPlayers = false addonsOnlyPremium = false dataDirectory = "data/" bankSystem = true displaySkillLevelOnAdvance = true promptExceptionTracerErrorBox = true separateViplistPerCharacter = false maximumDoorLevel = 500 maxMessageBuffer = 20 saveGlobalStorage = true useHouseDataStorage = false storePlayerDirection = false checkCorpseOwner = true monsterLootMessage = 3 monsterLootMessageType = 25 ghostModeInvisibleEffect = false ghostModeSpellEffects = true idleWarningTime = 14 * 60 * 1000 idleKickTime = 30 * 60 * 1000 expireReportsAfterReads = 1 playerQueryDeepness = 2 maxItemsPerPZTile = 0 maxItemsPerHouseTile = 0 freePremium = false premiumForPromotion = false blessingOnlyPremium = true blessingReductionBase = 30 blessingReductionDecreament = 3 eachBlessReduction = 8 experienceStages = true rateExperience = 400 rateExperienceFromPlayers = 0 rateSkill = 0 rateMagic = 0 rateLoot = 3 rateSpawn = 7 rateMonsterHealth = 1.0 rateMonsterMana = 1.0 rateMonsterAttack = 1.0 rateMonsterDefense = 1.0 minLevelThresholdForKilledPlayer = 0.9 maxLevelThresholdForKilledPlayer = 1.1 rateStaminaLoss = 7 rateStaminaGain = 3 rateStaminaThresholdGain = 12 staminaRatingLimitTop = 2 * 60 staminaRatingLimitBottom = 1 * 60 rateStaminaAboveNormal = 1.5 rateStaminaUnderNormal = 0.5 staminaThresholdOnlyPremium = true experienceShareRadiusX = 30 experienceShareRadiusY = 30 experienceShareRadiusZ = 1 experienceShareLevelDifference = 2 / 3 extraPartyExperienceLimit = 20 extraPartyExperiencePercent = 5 experienceShareActivity = 2 * 60 * 1000 globalSaveEnabled = false globalSaveHour = 8 shutdownAtGlobalSave = true cleanMapAtGlobalSave = false deSpawnRange = 2 deSpawnRadius = 50 maxPlayerSummons = 4 teleportAllSummons = true teleportPlayerSummons = true ownerName = "War of Shinobis" ownerEmail = "saviom.cedo@hotmail.com" url = "warofshinobis.servegame.com" location = "Brazil" displayGamemastersWithOnlineCommand = false adminLogsEnabled = false displayPlayersLogging = true prefixChannelLogs = "" runFile = "" outLogName = "" errorLogName = "" truncateLogsOnStartup = false
  18. new Error_Critic('#E-3', 'There is no key <b>mysqlHost</b> in server config', array(new Error('INFO', 'use server config cache: <b>' . (Website::getWebsiteConfig()->getValue('useServerConfigCache') ? 'true' : 'false') . '</b>')));
  19. pessoal quando tento instalar meu site está aparecendo o seguinte erro, alguém sabe me ajudar? Error occured! Error ID: #E-3 More info: There is no key mysqlHost in server config Errors list: INFO - use server config cache: false File: C:\xampp\htdocs/install.php Line: 155
  20. Olá, não funcionou. Porém também não tenho certeza se coloquei certo então poderia dar uma conferida? obs. O slot eu coloquei o 2 porém não tenho certeza se é este q eu quero, o que quero é o da mão esquerda. obs. tem como adicionar 2 slots ? pois pensei em colocar nas mãos esquerda e direita. --------------------------------------------------------------------------------- Em sealed sword.lua coloquei: local config = { effect = 13, -- id do efeito q ira aparecer no player slot = 2, -- slot que o item tem q ser equipado itemsId = {2390}, -- id dos item q sera equipado e fara o efeito delay = 1000 -- de quanto em quanto tempo sai o efeito } function effectInPlayer(cid, effect, delay, slot, itemsId) if not isCreature(cid) then return true end if isInArray(itemsId, getPlayerSlotItem(cid, slot).itemid) then doSendMagicEffect(getThingPos(cid), effect) end addEvent(effectInPlayer, delay, cid, effect, delay, slot, itemsId) end function onLogin(cid) return effectInPlayer(cid, config.effect, config.delay, config.slot, config.itemsId) end Em login.lua coloquei: registerCreatureEvent(cid, "sealed sword") Em creaturescripts.xml coloquei: <event type="login" name="sealed sword" event="script" value="sealed sword.lua"/> Está certo?
  21. Alguém tem o script da spell powerdown para me passar? obrigado.
  22. Olá, alguém sabe um script de um npc que o player dá a ele um item e em troca ele faz o player atacar mais rapido para sempre? obrigado.
  23. Olá alguém sabe um script para quando eu equipar um item ficar saindo efeito do personagem? obrigado.

Informação Importante

Confirmação de Termo