Ir para conteúdo

Gerson Silva

Membro
  • Registro em

  • Última visita

Tudo que Gerson Silva postou

  1. Oi Pessoal Queria Saber Como Fazer Que O Account Manager Também Possa Dar Look, Tipo Eu Coloquei Umas Placa De Tutorial.. Dai Não Ta Dando Para Dar Look Pelo Char Do Account Manager Alguém Ai Ajuda ?
  2. Oi Pessoal Gostaria Que Alguém Por Favor Emploro Para Que Me Ensine A Colocar DataBase De Criação De Account No Meu Site.. Comprei Uma Hospedagem E To Criando O Site.. Alguém Ai Me Ensina Por Skype Ou PM Por favor ? só falta o site para meu otserve Meu Skype Add Ai: gerson.silva.18007
  3. manow o erro que eu vejo todos os vídeos e nada me ajuda eu sigo e tals mais quando chega na config.lua me embola todo eu queria alguém que ensine por skype ou privado po muita sacanagem minha também comprei 1 hospedagem de site porque o cara ia me ensinar chega ele não responde alguém ai ajuda por skype ou algo por favor só falta isso no meu ot eu não entendo de sites direito por isso complica minha vida
  4. Alguém ajuda ai pessoal eu já tentei o xampp e ta dando erro na hora que vai criar o site!!
  5. Oi Pessoal.. eu queria um scripts para que eu faça eventos de torneio no meu pokétibia.. ex: o Evento Começa sempre as 21:00.. dai ele fala "Todos Que Queiram Participar Do Torneio Falem Com O Npc [ Torneio ].. dai eles são teleportado para um local para quando o torneio começar ele teleporta para uma arena { que no caso seria outra coord ].. queria também que vocÊs criassem esse npc que leva para o tal local.. [ esse npc é o TORNEIO que leva para uma área antes de começar o torneio ] Queria Também quando as pessoas morrer ser teleportada para uma coord [ destaquem onde coloco a coord por favor ] Obrigado.
  6. mais está faltando o .lua não ?
  7. mais man onde eu vou botar ?
  8. alguém ajuda ae :/
  9. agora nem da para montar nela manow
  10. Oi pessoal queria saber como eu tiro o honra dessa bike por exemplo.. somente pessoas vip podem usar ela mais o ot que eu to editando não era meu e eu não sei como adquirir vip ,-, [ burro eu ] então ajudem aqui ver se é esse por favor.. OBS: eu queria que as pessoas que não forem vip também poderem usar a bike. -- [[ Bike Sistema 100% -- By SmiX ^}^ ]] -- --[[ • Ela deixa você mais rápido a partir da volocidade determinada no script + sua estamina.]]-- --[[ • Adiciona e remove outfit do player.]]-- --[[ #Lembrando todos os campos com variaveis escritas são preechidas com {"sim" ou "nao"}]]-- local config = { textoAvisandoSuaVelocidade = "sim", -- Se você quiser que o script mande uma mensagem para o player dizendo a velocidade dele premiumAccount = "no", -- Se precisa de premium velocidadeDaSuaBike = 80, -- A volocidade da bike, sempre bote números de 1 á 10. Caso bote mais que isso a volicidade vai ficar muito alta. outfitMale = 1581, -- Outfit male outfitFemale = 1581, -- Outfit female efeito = 18, -- Efeito que ira aparescer quando der use. storageValue = 5602, -- Storage Para a bike usaVipSystem = "no", -- Caso alguem use algum tipo de vip system bote sim storageUsadaNoVipSystem = 33339, -- Aqui boata a storage do vip system caso use } function onUse(cid, item, itemEx, fromPosition, toPosition) if isPlayer(cid) and getCreatureOutfit(cid).lookType == 814 then return false end if getPlayerStorageValue(cid, config.storageValue) <= 0 then setPlayerStorageValue(cid, 3624, ""..getPlayerStamina(cid).."") if config.premiumAccount == "sim" and isPremium(cid) or config.usaVipSystem == "sim" and getPlayerStorageValue(cid, config.storageUsadaNoVipSystem) >= 1 then a = {lookType = config.outfitMale, lookHead = getCreatureOutfit(cid).lookHead, lookBody = getCreatureOutfit(cid).lookBody, lookLegs = getCreatureOutfit(cid).lookLegs, lookFeet = getCreatureOutfit(cid).lookFeet} b = {lookType = config.outfitFemale, lookHead = getCreatureOutfit(cid).lookHead, lookBody = getCreatureOutfit(cid).lookBody, lookLegs = getCreatureOutfit(cid).lookLegs, lookFeet = getCreatureOutfit(cid).lookFeet} doSendMagicEffect(getThingPos(cid), config.efeito) speedRate = config.velocidadeDaSuaBike * 1000 doChangeSpeed(cid, speedRate + getPlayerStorageValue(cid, 3624)) setPlayerStorageValue(cid, config.storageValue, 1) if getPlayerSex(cid) == 0 then doSetCreatureOutfit(cid, b, -1) else doSetCreatureOutfit(cid, a, -1) end if config.textoAvisandoSuaVelocidade == "sim" then doPlayerSendTextMessage(cid, 27, "Sua velocidade agora é: "..getPlayerStorageValue(cid, 3624).."") end else if config.usaVipSystem == "sim" then doPlayerSendCancel(cid, "Desculpe apenas membros de honra podem usar a bike.") else doPlayerSendCancel(cid, "Desculpe apenas membros de honra podem usar a bike.") end return TRUE end else setPlayerStorageValue(cid, config.storageValue, 0) doSendMagicEffect(getThingPos(cid), config.efeito) doRemoveCondition(cid, CONDITION_OUTFIT) retireSpeedRate = config.velocidadeDaSuaBike * 100 playerSpeedNow = -retireSpeedRate - getPlayerStorageValue(cid, 3624) doChangeSpeed(cid, playerSpeedNow) end return TRUE end
  11. [17/05/2014 12:58:32] [Error - LuaScriptInterface::loadFile] data/npc/scripts/.questnpc.lua:15: '}' expected (to close '{' at line 11) near 'price' [17/05/2014 12:58:32] [Warning - NpcScript::NpcScript] Cannot load script: data/npc/scripts/.questnpc.lua [17/05/2014 12:58:32] data/npc/scripts/.questnpc.lua:15: '}' expected (to close '{' at line 11) near 'price' :/
  12. Preciso de um NPC que de um Pokémon inicial para o player inicial.. ex: Quando O Player começa a jogar ele falará com esse NPC dai ele vai falar: Deseja Começar Sua Jornada ? Dai Quando O Player Falar "yes" ou "sim" Eles Receberá Um Pokémon.. Dai Eles Escolhe Pikachu ou Eevee. { texto: Deseja Começar Sua Jornada ? } com o "yes" ou "sim" Eles Receberá Um Pokémon.. Dai Eles Escolhe Pikachu ou Eevee. ( Obs: quando mandarem os scripts falem onde eu devo e como devo criar, Se poderem ! )
  13. Preciso de um NPC que leva as pessoas para este local: [X: 1685] [Y: 591] [Z: 7]. De Graça { texto: deseja ir para a Super Quest ? } com o "yes" as pessoas vão para esse local. ( Obs: quando mandarem os scripts falem onde eu devo e como devo criar, Se poderem ! )
  14. Pessoal queria saber como adicionar um novo pokémon no serve.. alguém manda o tutorial ai pf ta tenso aqui eu doido para adicionar lucario e darkrai alguém ajuda ai pf!
  15. pessoal dessa vez acho que coloquei tudo certo olha \/ sqlType = "mysql" sqlHost = "localhost" sqlPort = 3306 sqlUser = "root" sqlPass = "bigbigbig" sqlDatabase = "black" SQLFile = "black.s3db" sqlKeepAlive = 0 mysqlReadTimeout = 10 mysqlWriteTimeout = 10 encryptionType = "Sha1" e mesmo assim não foi ´´ já removi aquelas paradinha..
  16. vou passar minha config.lua completa olha: -- The Forgotten Server Config -- Account manager accountManager = true namelockManager = true newPlayerChooseVoc = false newPlayerSpawnPosX = 51 newPlayerSpawnPosY = 74 newPlayerSpawnPosZ = 7 newPlayerTownId = 1 newPlayerLevel = 1 newPlayerMagicLevel = 0 generateAccountNumber = false lightInterval = 7500 -- a cada "lightInterval" ms vai passar 1 minuto lightChange = 1 -- quanto de light ira alterar durante passagem de dia/noite startupTime = 351 -- quantas horas serão ao ligar o server (360 = 6:00 a.m, 1080 = 6:00 p.m, varia de 0 a 1440) startupLight = 40 -- quanto de light vai estar ao ligar o server limitPokeballs = 6 -- deprecated happyDropTime = 12 -- a cada "happyDropTime" segundos o pokemon vai perder HAPPINESS minHappinessEffectDelay = 25 -- a cada min de "happinessEffectDelay" segundos o pokemon vai mostrar a felicidade maxHappinessEffectDelay = 40 -- a cada min de "happinessEffectDelay" segundos o pokemon vai mostrar a felicidade PokemonStageVeryHappy = 215 -- com quanto de happy o poke precisa pra estar muito feliz PokemonStageHappy = 160 -- ... pra estar feliz PokemonStageOK = 110 -- ... pra estar normal PokemonStageSad = 50 -- ... pra estar triste PokemonStageMad = 0 -- ... pra estar bravo maximumHunger = 120 -- maior fome possivel stateHunger = 100 -- 19estagio que precisa estar pra ficar com fome increaseHunger = 7 -- a cada X segundos (xml do monstro) aumenta o hunger em "increaseHunger" decreaseHappy = 1 -- HAPPINESS que o pokemon vai perder a cada "happyDropTime" decreaseHungryHappy = 4 -- 3HAPPINESS a mais que o pokemon vai perder se estiver com fome useTeleportWithFly = false dropHappyDuringBattles = true -- HAPPINESS vai cair enquanto estiver batalhando ? true / false allowBlockSpawn = false -- Unjustified kills -- NOTE: *Banishment and *BlackSkull variables are >summed up< -- (dailyFragsToRedSkull + dailyFragsToBanishment) with their -- *RedSkull equivalents. -- Auto banishing works only if useBlackSkull set to negative. -- advancedFragList is not advised if you use huge frags -- requirements. redSkullLength = 30 * 24 * 60 * 60 blackSkullLength = 45 * 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 -- Banishments -- violationNameReportActionType 1 = just a report, 2 = name lock, 3 = player banishment -- killsBanLength works only if useBlackSkull option is disabled. 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 -- Battle -- NOTE: showHealingDamageForMonsters inheritates from showHealingDamage. -- loginProtectionPeriod is the famous Tibia anti-magebomb system. -- deathLostPercent set to nil enables manual mode. worldType = "pvp" protectionLevel = 1000 pvpTileIgnoreLevelAndVocationProtection = true pzLocked = 18 * 1000 huntingDuration = 60 * 1000 criticalHitChance = 7 criticalHitMultiplier = 1 displayCriticalHitNotify = false removeWeaponAmmunition = true removeWeaponCharges = true removeRuneCharges = true whiteSkullTime = 15 * 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 -- Connection config worldId = 0 ip = "blackhito.zapto.org" bindOnlyConfiguredIpAddress = false loginPort = 7171 gamePort = 7172 adminPort = 7171 statusPort = 7171 loginTries = 10 retryTimeout = 5 * 1000 loginTimeout = 60 * 1000 maxPlayers = 50 -- codificado e limitado para 7 motd = "Pokémon Onlinew!" displayOnOrOffAtCharlist = false onePlayerOnlinePerAccount = false allowClones = true serverName = "Pokemon Onlinew" loginMessage = "Bem Vendo!" statusTimeout = 5 * 60 * 1000 replaceKickOnLogin = true forceSlowConnectionsToDisconnect = false loginOnlyWithLoginServer = false premiumPlayerSkipWaitList = true -- Database -- NOTE: sqlFile is used only by sqlite database, and sqlKeepAlive by mysql database. -- To disable sqlKeepAlive such as mysqlReadTimeout use 0 value. sqlType = "sqlite" sqlHost = "localhost" sqlPort = 3306 sqlUser = "root" sqlPass = "" sqlDatabase = "forgottenserver" sqlFile = "forgottenserver.s3db" sqlKeepAlive = 0 mysqlReadTimeout = 10 mysqlWriteTimeout = 10 encryptionType = "plain" -- Deathlist deathListEnabled = true deathListRequiredTime = 1 * 60 * 1000 deathAssistCount = 19 maxDeathRecords = 10 -- Guilds ingameGuildManagement = true levelToFormGuild = 40 premiumDaysToFormGuild = 0 guildNameMinLength = 2 guildNameMaxLength = 25 -- Highscores highscoreDisplayPlayers = 15 updateHighscoresAfterMinutes = 5 -- Houses buyableAndSellableHouses = true houseNeedPremium = false bedsRequirePremium = true levelToBuyHouse = 1 housesPerAccount = 0 houseRentAsPrice = false housePriceAsRent = false housePriceEachSquare = 2975 houseRentPeriod = "never" houseCleanOld = 0 guildHalls = false -- Item usage timeBetweenActions = 500 timeBetweenExActions = 500 hotkeyAimbotEnabled = true -- Map -- NOTE: storeTrash costs more memory, but will perform alot faster cleaning. mapName = "mastermap" mapAuthor = "Deep Kill" randomizeTiles = true storeTrash = false cleanProtectedZones = true mailboxDisabledTowns = "1" -- Process -- NOTE: defaultPriority works only on Windows and niceLevel on *nix -- coresUsed are seperated by comma cores ids used by server process, -- default is -1, so it stays untouched (automaticaly assigned by OS). defaultPriority = "high" niceLevel = 5 coresUsed = "-1" -- Startup optimizeDatabaseAtStartup = true removePremiumOnInit = true confirmOutdatedVersion = false -- Spells formulaLevel = 5.0 formulaMagic = 1.0 bufferMutedOnSpellFailure = false spellNameInsteadOfWords = false emoteSpells = false -- Outfits allowChangeOutfit = true allowChangeColors = true allowChangeAddons = true disableOutfitsForPrivilegedPlayers = false addonsOnlyPremium = false -- Miscellaneous -- NOTE: promptExceptionTracerErrorBox works only with precompiled support feature, -- called "exception tracer" (__EXCEPTION_TRACER__ flag). dataDirectory = "data/" bankSystem = true displaySkillLevelOnAdvance = true promptExceptionTracerErrorBox = true separateViplistPerCharacter = false maximumDoorLevel = 500 maxMessageBuffer = 4 -- Saving-related -- useHouseDataStorage usage may be found at README. saveGlobalStorage = false useHouseDataStorage = false storePlayerDirection = false -- Loot -- monsterLootMessage 0 to disable, 1 - only party, 2 - only player, 3 - party or player (like Tibia's) checkCorpseOwner = true monsterLootMessage = 3 monsterLootMessageType = 22 -- Ghost mode ghostModeInvisibleEffect = false ghostModeSpellEffects = false -- Limits idleWarningTime = 14 * 60 * 1000 idleKickTime = 15 * 60 * 1000 expireReportsAfterReads = 1 playerQueryDeepness = 2 maxItemsPerPZTile = 0 maxItemsPerHouseTile = 0 -- Premium-related freePremium = true premiumForPromotion = true -- Blessings -- NOTE: blessingReduction* regards items/containers loss. -- eachBlessReduction is how much each bless reduces the experience/magic/skills loss. blessingOnlyPremium = true blessingReductionBase = 30 blessingReductionDecreament = 5 eachBlessReduction = 8 -- Rates -- NOTE: experienceStages configuration is located in data/XML/stages.xml. -- rateExperienceFromPlayers 0 to disable. experienceStages = false rateExperience = 999 rateExperienceFromPlayers = 999 rateSkill = 50 rateMagic = 50 rateLoot = 100 rateSpawn = 50 -- Monster rates rateMonsterHealth = 1.0 rateMonsterMana = 1.0 rateMonsterAttack = 1.0 rateMonsterDefense = 1.0 -- Experience from players -- NOTE: min~Threshold* set to 0 will disable the minimum threshold: -- player will gain experience from every lower leveled player. -- max~Threshold* set to 0 will disable the maximum threshold: -- player will gain experience from every higher leveled player. minLevelThresholdForKilledPlayer = 0.9 maxLevelThresholdForKilledPlayer = 1.1 -- Stamina -- NOTE: Stamina is stored in miliseconds, so seconds are multiplied by 1000. -- rateStaminaHits multiplies every hit done a creature, which are later -- multiplied by player attack speed. -- rateStaminaGain is divider of every logged out second, eg: -- 60000 / 3 = 20000 milliseconds, what gives 20 stamina seconds for 1 minute being logged off. -- rateStaminaThresholdGain is divider for the premium stamina. -- staminaRatingLimit* is in minutes. rateStaminaLoss = 1 rateStaminaGain = 3 rateStaminaThresholdGain = 12 staminaRatingLimitTop = 41 * 60 staminaRatingLimitBottom = 14 * 60 rateStaminaAboveNormal = 1.0 rateStaminaUnderNormal = 1.0 staminaThresholdOnlyPremium = true -- Party -- NOTE: experienceShareLevelDifference is float number. -- experienceShareLevelDifference is highestLevel * value experienceShareRadiusX = 30 experienceShareRadiusY = 30 experienceShareRadiusZ = 1 experienceShareLevelDifference = 200 * 200 extraPartyExperienceLimit = 20 extraPartyExperiencePercent = 20 experienceShareActivity = 2 * 60 * 1000 -- Global save -- NOTE: globalSaveHour means like 03:00, not that it will save every 3 hours, -- if you want such a system please check out data/globalevents/globalevents.xml. globalSaveEnabled = false globalSaveHour = 8 shutdownAtGlobalSave = true cleanMapAtGlobalSave = false -- Spawns deSpawnRange = 15 deSpawnRadius = 25 -- Summons maxPlayerSummons = 1 teleportAllSummons = true teleportPlayerSummons = true -- Status ownerName = "World Pokemon v3 Full" ownerEmail = "" url = "" location = "Brazil" displayGamemastersWithOnlineCommand = false -- Logs -- NOTE: This kind of logging does not work in GUI version. -- For such, please compile the software with __GUI_LOGS__ flag. adminLogsEnabled = false displayPlayersLogging = true prefixChannelLogs = "" runFile = "" outLogName = "" errorLogName = "" truncateLogsOnStartup = false
  17. eu queria o npc para por a posição no RME sabe ? qual paradinha que você está falando ? :c só quero que ele teleporta as pessoas dai vc pode colocar x: y: z: para min editar depois.. mais avisa que é ali onde as pessoas teleporta pf
  18. Oi pessoal queria um npc para meu museu no tibia poké.. Assim ele ficaria na porta e levaria la para dentro por 1 tal grana Texto: Olá Gostaria De Visitar O Museu Por 50hd ? Me Falem Onde Eu Coloco Os Script Pf
  19. Sim tem essa .sql e ela se chama o mysql / pgsql.sql / sqlite.sql
  20. olha eu quando fui escolher a data base eu fui em schemas e cliquei em mysql.sql Isso é a data base que eu vou ter que colocar ? se for desse jeito ? \/ sqlDatabase = "mysql" sqlFile = "mysql.sql" porque tipo meu account editor abre nesse bang ai [ forgottenserver.s3db ] mais quando vou clicar nele no site para importa o data dele não vai. dai eu cliquei naquele mysql.sql eu tentei fazer sqlType = "mysql" sqlHost = "localhost" sqlPort = 3306 sqlUser = "root" sqlPass = "bigbigbig" sqlDatabase = "forgottenserver" sqlFile = "forgottenserver.s3db" sqlKeepAlive = 0 mysqlReadTimeout = 10 mysqlWriteTimeout = 10 encryptionType = "plain" E Não Adianto Nada :/
  21. Alguém ai sabe quando eu vou dar Check DataBase connection no site http://localhost/install/install.php para criar um website aparece isso: Warning: parse_ini_file(C:/Users/Gerson e son/Desktop/Client ZOT/config.lua) [function.parse-ini-file]: failed to open stream: No such file or directory in C:\Users\Gerson e son\Desktop\xampp\htdocs\install\install.php on line 77 Database error. Unknown database type in C:/Users/Gerson e son/Desktop/Client ZOT/config.lua. Must be equal to: "mysql" or "sqlite". Now is: "" Alguém sabe porque ? aqui meu config.lua sqlType = "sqlite" sqlHost = "localhost" sqlPort = 3306 sqlUser = "root" sqlPass = "minha senha" sqlDatabase = "forgottenserver" sqlFile = "forgottenserver.s3db" sqlKeepAlive = 0 mysqlReadTimeout = 10 mysqlWriteTimeout = 10 encryptionType = "plain" Alguém Ajuda Ae Por favor!

Informação Importante

Confirmação de Termo