Ir para conteúdo

Ediogo

Membro
  • Registro em

  • Última visita

  1. Ediogo postou uma resposta no tópico em Suporte Tibia OTServer
    Olha deu na mesma, vou mandar o script do talkactions:
  2. Ediogo postou uma resposta no tópico em Suporte Tibia OTServer
    E aí pessoal, meu ot veio com um sistema de cast e tal... Mas tem um problema, vou postar uma foto de como é o sistema: E com esse sistema eu posso atacar as coisas em volta do player que eu to em cast e até atacar o próprio cara que ta em cast. Será que teria como colocar para não poder atacar enquanto estiver de cast?
  3. Quero um script que o npc troque um item e refinação (8306 pure energy) por um item que o player traz pra ele (jester doll 9693). E eu tenho uma dúvida como coloco o jester doll dropar raramente em um bixo?
  4. Mesmo erro ;/
  5. Na verdade são todos os npcs que não respondem. Riona.xml <?xml version="1.0" encoding="UTF-8"?> <npc name="Riona" script="data/npc/scripts/default.lua" walkinterval="2000" floorchange="0"> <health now="100" max="100"/> <look type="138" head="57" body="59" legs="40" feet="76" addons="0"/> <parameters> <parameter key="module_shop" value="1"/> <parameter key="shop_buyable" value="backpack,1988,20;pick,2553,10;shovel,2554,20;rope,2120,50;brocade backpack,9774,50;camouflage backpack,3940,50;Moon backpack,10521,50;Crown backpack,10522,50;rust remover,9930,7000;Fishing Rod,2580,50;Worms,3976,50;"/> </parameters> </npc> Default.lua local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function onCreatureDisappear(cid) npcHandler:onCreatureDisappear(cid) end function onCreatureSay(cid, type, msg) npcHandler:onCreatureSay(cid, type, msg) end function onThink() npcHandler:onThink() end npcHandler:addModule(FocusModule:new()) ]
  6. quando vou falar com um npc ele não me responde. podem ver que ue podem ver que quando eu disse hi ele nao me respondeu ;/
  7. Eu baixei um mapa editei ele e tals mas quando eu vou abrir o server da erro no item.otb ja mudei no remeres a versão pra 8.6 mas msm assim ta dando erro:
  8. Ediogo postou uma resposta no tópico em Suporte Tibia OTServer
    tuudo bem.. Vou abrir um 8.6 mesmo pode fechar o tópico. ;*
  9. Ediogo postou uma resposta no tópico em Suporte Tibia OTServer
    Aah sim, poderia me recomendar um ot 9.6 para rodar em sqlite? não curto mt mysql ;/
  10. Ediogo postou uma resposta no tópico em Suporte Tibia OTServer
    Arrumei essa parte mas agr da o seguinte erro: Uploaded with ImageShack.us
  11. Ediogo postou uma resposta no tópico em Suporte Tibia OTServer
    Aee pessoal to tentando abrir um global 9.6 em sqlite coloquei tudo certo ai quando vai abrir o ot ele carrega até STARTING SQL CONECTION dai o server fecha bem nessa hora. fieldsIgnoreLimit = true enableCast=true accountManager = true namelockManager = false newPlayerChooseVoc = false newPlayerSpawnPosX = 95 newPlayerSpawnPosY = 117 newPlayerSpawnPosZ = 7 newPlayerTownId = 1 newPlayerLevel = 1 newPlayerMagicLevel = 0 generateAccountNumber = false useFragHandler = true redSkullLength = 2 * 24 * 60 * 60 blackSkullLength = 5 * 24 * 60 * 60 fragsLimit = 24 * 60 * 60 fragsSecondLimit = 7 * 24 * 60 * 60 fragsThirdLimit = 30 * 24 * 60 * 60 fragsToRedSkull = 8 fragsSecondToRedSkull = 10 fragsThirdToRedSkull = 15 fragsToBlackSkull = fragsToRedSkull fragsSecondToBlackSkull = fragsSecondToRedSkull fragsThirdToBlackSkull = fragsThirdToRedSkull fragsToBanishment = fragsToRedSkull fragsSecondToBanishment = fragsSecondToRedSkull fragsThirdToBanishment = fragsThirdToRedSkull blackSkulledDeathHealth = 40 blackSkulledDeathMana = 0 useBlackSkull = 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 = "open" protectionLevel = 50 pvpTileIgnoreLevelAndVocationProtection = true pzLocked = 60 * 1000 huntingDuration = 60 * 1000 criticalHitChance = 7 criticalHitMultiplier = 1 displayCriticalHitNotify = false removeWeaponAmmunition = false removeWeaponCharges = true removeRuneCharges = false whiteSkullTime = 15 * 60 * 1000 noDamageToSameLookfeet = false showHealingDamage = false showHealingDamageForMonsters = false fieldOwnershipDuration = 5 * 1000 stopAttackingAtExit = false loginProtectionPeriod = 10 * 1000 deathLostPercent = 10 stairhopDelay = 2 * 1000 pushCreatureDelay = 2 * 1000 deathContainerId = 1987 gainExperienceColor = 215 addManaSpentInPvPZone = true squareColor = 0 allowFightback = true fistBaseAttack = 7 worldId = 1 ip = "69.162.71.182" loginPort = 7171 gamePort = 7172 loginTries = 10 retryTimeout = 5 * 1000 loginTimeout = 60 * 1000 maxPlayers = 1000 motd = "Bem vindo ao Tibia Brasil OT, acesse Nosso site: www.tbot-global.com, Bom jogo!" displayOnOrOffAtCharlist = false onePlayerOnlinePerAccount = true allowClones = false serverName = "Tibia Brasil OT" loginMessage = "Bem vindo ao Tibia Brasil OT, acesse Nosso site: www.tbot-global.com, Bom jogo!" statusTimeout = 5 * 60 * 1000 replaceKickOnLogin = true forceSlowConnectionsToDisconnect = false loginOnlyWithLoginServer = false premiumPlayerSkipWaitList = false sqlType = "sql" sqlHost = "localhost" sqlPort = 3306 sqlUser = "root" sqlPass = "" sqlDatabase = "theforgottenserver" sqlFile = "theforgottenserver.s3db" sqlKeepAlive = 0 mysqlReadTimeout = 10 mysqlWriteTimeout = 10 encryptionType = "sha1" deathListEnabled = true deathListRequiredTime = 1 * 60 * 1000 deathAssistCount = 19 maxDeathRecords = 5 ingameGuildManagement = true levelToFormGuild = 8 premiumDaysToFormGuild = 0 guildNameMinLength = 4 guildNameMaxLength = 20 highscoreDisplayPlayers = 15 updateHighscoresAfterMinutes = 60 buyableAndSellableHouses = true houseNeedPremium = false bedsRequirePremium = false levelToBuyHouse = 100 housesPerAccount = 1 houseRentAsPrice = true housePriceAsRent = true housePriceEachSquare = 1000 houseRentPeriod = "never" houseCleanOld = 0 guildHalls = false timeBetweenActions = 200 timeBetweenExActions = 1000 hotkeyAimbotEnabled = true mapName = "Global.otbm" mapAuthor = "TBOT" randomizeTiles = true storeTrash = true cleanProtectedZones = true mailboxDisabledTowns = "" defaultPriority = "high" niceLevel = 5 coresUsed = "-1" startupDatabaseOptimization = true updatePremiumStateAtStartup = 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/" logsDirectory = "data/logs/" bankSystem = true displaySkillLevelOnAdvance = false promptExceptionTracerErrorBox = true maximumDoorLevel = 500 maxMessageBuffer = 4 separateVipListPerCharacter = false vipListDefaultLimit = 20 vipListDefaultPremiumLimit = 100 saveGlobalStorage = false useHouseDataStorage = false storePlayerDirection = false checkCorpseOwner = true monsterLootMessage = 3 monsterLootMessageType = 25 ghostModeInvisibleEffect = false ghostModeSpellEffects = true -- Limits idleWarningTime = 14 * 60 * 1000 idleKickTime = 15 * 60 * 1000 reportsExpirationAfterReads = 1 playerQueryDeepness = 2 tileLimit = 0 protectionTileLimit = 0 houseTileLimit = 0 freePremium = false premiumForPromotion = false blessings = true blessingOnlyPremium = true blessingReductionBase = 30 blessingReductionDecrement = 5 eachBlessReduction = 8 experienceStages = true rateExperience = 5.0 rateExperienceFromPlayers = 0 rateSkill = 20.0 rateMagic = 10.0 rateLoot = 3.0 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 = 40 * 60 staminaRatingLimitBottom = 14 * 60 staminaLootLimit = 14 * 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 globalSaveMinute = 0 shutdownAtGlobalSave = false cleanMapAtGlobalSave = false deSpawnRange = 2 deSpawnRadius = 50 maxPlayerSummons = 2 teleportAllSummons = false teleportPlayerSummons = false statusPort = 7171 ownerName = "" ownerEmail = "[email protected]" url = "http://www.tbot-global.com/" location = "Brasil" displayGamemastersWithOnlineCommand = false displayPlayersLogging = true prefixChannelLogs = "" runFile = "" outputLog = "" truncateLogsonstartup = false managerPort = 7171 managerLogs = true managerPassword = "" managerLocalhostOnly = true managerConnectionsLimit = 1 adminPort = 7171 adminLogs = true adminPassword = "" adminLocalhostOnly = true adminConnectionsLimit = 1 adminRequireLogin = true adminEncryption = "" adminEncryptionData = "" ae o config.lua
  12. Aah na verdade preciso trocar meu gesior dai ja troco minha database tbm (; Se quiserem pode excluir o tópico!
  13. Eu criei meu ot server tudo certinho fiz o site dae criei uma conta pra test mas quando entro nela fala que "THIS ACCOUNT DOES NOT CONTAIN ANY CHARACTERS YET. CREATE NEW CHARACTER IN SITE..." Alguem poderia resolver meu problema?
  14. Renato reagiu a uma resposta no tópico: PEDIDO DE UM BLOG
  15. Gustavo Ferreira reagiu a uma resposta no tópico: PEDIDO DE UM BLOG
  16. Ediogo postou uma resposta no tópico em Suporte Tibia OTServer
    Mas ai terei que resetar o server?

Informação Importante

Confirmação de Termo