Ir para conteúdo

dragon57

Campones
  • Total de itens

    12
  • Registro em

  • Última visita

2 Seguidores

Sobre dragon57

Informações

  • Char no Tibia
    Skhank
  • Forma que conheci o xTibia
    Amigos
  • Sou
    Mapper

dragon57's Achievements

  1. "20cm" Bom amigo, deu o mesmo problema, o tibia simplesmente fecha. e amigo eu não mexi nas source pelo simples fato de que eu nem sei como mexer nisso, KKKK vc fez alguns erros tipo colocar return no for, mensagem its empty no for (vai mandar varias x), e outros use esse, provavelmente vai funcionar: local RECOMPENSA = { [1] = {{ID, QUANTIDADE },{ID, QUANTIDADE}}, [2] = {{ID, QUANTIDADE },{ID, QUANTIDADE}}, [3] = {{ID, QUANTIDADE },{ID, QUANTIDADE}}, [4] = {{ID, QUANTIDADE },{ID, QUANTIDADE}}, } function onUse(cid, item) if getPlayerStorageValue(cid,11554) ~= 1 then for i, v in pairs(RECOMPENSA[getPlayerVocation(cid)]) do doPlayerAddItem(cid, v[1], v[2]) end setPlayerStorageValue(cid,11554,1) else doPlayerSendTextMessage(cid,25,"It's Empty.") end return true end e vale falar q se vc editou as sources de forma má ou o client o debug provavelmente é por causa disso, visto q n da nenhum erro "Slicer" Bom amigo, o servidor não fecha do nada, ele nem se quer fecha, oque fecha é o cliente tibia. KKK Pelo visto isso ta queimando não só os meus neurônios mas também como os de vocês também né. KKKKK para nossa felicidade, mudei de servidor, agora estou usando Alissow 4.11 (8.60) apenas transferi o mapa, até o momento não tive nenhum problema com scripts , ainda não coloquei o script do bau por vocação. mas tenho quase certeza que dará tudo certo, darei uma vasculhada no xtibia caso o script não funcione. Agradeço a colaboração de todos \o Obs: Slicer teria como entrar em contato com você? (Email, PVT, Face.. Etc.) - Resolvido -
  2. Bom, agora não deu nenhum erro no log do servidor mas o tibia simplesmente fecha. erro ao fechar o tibia:
  3. Amigo, deu o seguinte erro no log do servidor:
  4. Amigo coloquei ele e deu o seguinte erro no log do servidor:
  5. Bom pessoal estou com um problema que ta me dando muita dor de cabeça, eu peguei o script de bau por vocação de um membro aqui mesmo do xtibia, mas o tipo já é bem antigo pra perguntar lá. Mas enfim eu pego o item pela primeira vez tranquilo mas quando vou pegar novamente pra ver se mostra a mensagem de vazio ele simplesmente buga e fecha, não mostrando nenhum erro no log. Script - Bom como podem ver acho que há algo de errado no final do script, já tentei arrumar, mas mesmo assim não adiantou, continua dando o mesmo problema. Print do erro - http://imageshack.us/f/803/erroot.jpg/ Não sei se é o meu ot que está com erro ou se é o script. OT Config - Nome do server: The Forgotten Server Bits: 32 Versão do server: 0.2.14 Modulo de tela: Gui Versão usada para jogar: 9.60 Estou editando do zero, podem me recomendar um outro server para começar do zero caso o problema seja no servidor. Agradeço se colocar o link para download, pois não achei nenhum servidor SQL para 9.60 a não ser esse. se for por site poderia por algum tutorial de como colocar o site online pois não tenho nenhuma noção de como fazer isso, só da época do 8.10 KKKK' então me desculpem pela noobeza. Caso queiram me recomendar um outro script "Funcional" Ficarei grato. Agradeço a todos pela colaboração. .
  6. Muiiito Obrigado a Todos e inclusive Leoxtibia. Obs: Leoxtibia, poderia tirar algumas duvidas com você por msn? Poderia me passar? Agradeço! [Resolvido]
  7. Olá Xtibianos Venho pedir a ajuda de vocês, com um npc de Premium Days, eu já vi uns tutoriais aqui no fórum mas nenhum funcionou. To criando ot 100% editado por mim e um amigo meu, e preciso muito desse npc, Obs: Quantidade de Days: 7 Preço: 5KK (500000 GP) Nome: Premium Acess Seller Addon: Qualquer Uma! Essa são as minhas especificações do npc que eu queria, se vocês pude cem criar pra mim com essas especificações, eu ficarei grato! Obs²: Server Base: [8.60] Alissow Ots Versão: 4.11 Agradeço a todos!!
  8. Estou com um erro FATAL aqui, vocês poderia me ajudar por favor? ERRO: Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S02]: Base table or view not found: 1146 Table 'otserv.auction_system' doesn't exist' in C:\xampp\htdocs\auctionsystem.php:2 Stack trace: #0 C:\xampp\htdocs\auctionsystem.php(2): PDO->query('SELECT `auction...') #1 C:\xampp\htdocs\index.php(87): include('C:\xampp\htdocs...') #2 {main} thrown in C:\xampp\htdocs\auctionsystem.php on line 2 se eu floodei me desculpe, é porque eu quase nunca posto algo no fórum, porque a maioria das minhas duvidas há resposta, mas essa duvida eu não encontrei resposta, e eu aproveitei o tópico para ver o erro apesar que é sobre o mesmo talkactions uso o gensior acc 0.4.0 (não sei instalar outro) se alguém poder ajudar também ficarei grato agradeço a colaboração de todos, e desculpe se fiz algo de errado é porque sou novo nessa area
  9. eh horrivel esse negocio do outfit Old female Config.lua -- The Subwat Server Config -- Account manager accountManager = true namelockManager = false newPlayerChooseVoc = true newPlayerSpawnPosX = 147 newPlayerSpawnPosY = 96 newPlayerSpawnPosZ = 7 newPlayerTownId = 1 newPlayerLevel = 20 newPlayerMagicLevel = 1 generateAccountNumber = 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 = 15 * 24 * 60 * 60 blackSkullLength = 45 * 24 * 60 * 60 dailyFragsToRedSkull = 15 weeklyFragsToRedSkull = 30 monthlyFragsToRedSkull = 100 dailyFragsToBlackSkull = dailyFragsToRedSkull weeklyFragsToBlackSkull = weeklyFragsToRedSkull monthlyFragsToBlackSkull = monthlyFragsToRedSkull dailyFragsToBanishment = dailyFragsToRedSkull weeklyFragsToBanishment = weeklyFragsToRedSkull monthlyFragsToBanishment = monthlyFragsToRedSkull blackSkulledDeathHealth = 40 blackSkulledDeathMana = 0 useBlackSkull = true useFragHandler = true advancedFragList = true -- 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 = 200 pvpTileIgnoreLevelAndVocationProtection = true pzLocked = 60 * 100 huntingDuration = 60 * 100 criticalHitChance = 55 criticalHitMultiplier = 1.1 displayCriticalHitNotify = false removeWeaponAmmunition = false removeWeaponCharges = true removeRuneCharges = false whiteSkullTime = 15 * 60 * 100 noDamageToSameLookfeet = false showHealingDamage = true showHealingDamageForMonsters = false fieldOwnershipDuration = 5 * 1000 stopAttackingAtExit = false oldConditionAccuracy = false loginProtectionPeriod = 1 * 10 deathLostPercent = 10 stairhopDelay = 2 * 1000 pushCreatureDelay = 2 * 1000 deathContainerId = 1987 gainExperienceColor = 215 addManaSpentInPvPZone = true squareColor = 0 allowFightback = true -- Connection config worldId = 0 ip = "loroutosky.zapto.org" bindOnlyConfiguredIpAddress = false loginPort = 7171 gamePort = 7172 adminPort = 7171 statusPort = 7171 loginTries = 15 retryTimeout = 5 * 1000 loginTimeout = 60 * 1000 maxPlayers = 209 motd = "Subwat v15 \n versão especial." displayOnOrOffAtCharlist = true onePlayerOnlinePerAccount = false allowClones = true serverName = "Subwat" loginMessage = "bem vindo ao subwat Server " statusTimeout = 5 * 60 * 1000 replaceKickOnLogin = false forceSlowConnectionsToDisconnect = false loginOnlyWithLoginServer = false premiumPlayerSkipWaitList = false -- 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 = "theforgottenserver" sqlFile = "subwat.s3db" sqlKeepAlive = 0 mysqlReadTimeout = 10 mysqlWriteTimeout = 10 encryptionType = "plain" -- Deathlist deathListEnabled = true deathListRequiredTime = 1 * 60 * 1000 deathAssistCount = 19 maxDeathRecords = 5 -- Guilds ingameGuildManagement = true levelToFormGuild = 8 premiumDaysToFormGuild = 0 guildNameMinLength = 1 guildNameMaxLength = 55 -- Highscores highscoreDisplayPlayers = 50 updateHighscoresAfterMinutes = 5 -- Houses buyableAndSellableHouses = true houseNeedPremium = true bedsRequirePremium = true levelToBuyHouse = 1000 housesPerAccount = 0 houseRentAsPrice = false housePriceAsRent = false housePriceEachSquare = 1000 houseRentPeriod = "never" houseCleanOld = 0 guildHalls = false -- Item usage timeBetweenActions = 400 timeBetweenExActions = 800 checkCorpseOwner = true hotkeyAimbotEnabled = true maximumDoorLevel = 50000 -- Map -- NOTE: storeTrash costs more memory, but will perform alot faster cleaning. -- useHouseDataStorage usage may be found at README. mapName = "subwat" mapAuthor = "gean riot" randomizeTiles = true useHouseDataStorage = false storeTrash = true cleanProtectedZones = true mailboxDisabledTowns = "-1" -- Startup -- 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" optimizeDatabaseAtStartup = true removePremiumOnInit = true confirmOutdatedVersion = false -- Muted buffer maxMessageBuffer = 140000000 bufferMutedOnSpellFailure = false -- Miscellaneous -- NOTE: promptExceptionTracerErrorBox works only with precompiled support feature, -- called "exception tracer" (__EXCEPTION_TRACER__ flag). -- monsterLootMessage 0 to disable, 1 - only party, 2 - only player, 3 - party or player (like Tibia's) dataDirectory = "data/" allowChangeOutfit = true allowChangeColors = true allowChangeAddons = true disableOutfitsForPrivilegedPlayers = true bankSystem = true saveGlobalStorage = true displaySkillLevelOnAdvance = true spellNameInsteadOfWords = false emoteSpells = false promptExceptionTracerErrorBox = true storePlayerDirection = false monsterLootMessage = 3 monsterLootMessageType = 23 separateViplistPerCharacter = false -- Ghost mode ghostModeInvisibleEffect = false ghostModeSpellEffects = true -- Limits idleWarningTime = 1400 * 6000 * 100000 idleKickTime = 1500 * 6000 * 100000 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 = false blessingReductionBase = 30 blessingReductionDecreament = 5 eachBlessReduction = 10 -- Rates -- NOTE: experienceStages configuration is located in data/XML/stages.xml. -- rateExperienceFromPlayers 0 to disable. experienceStages = false rateExperience = 999999.0 rateExperienceFromPlayers = 0.0 rateSkill = 900000.0 rateMagic = 800000.0 rateLoot = 1.0 rateSpawn = 3 -- 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.1 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.5 rateStaminaUnderNormal = 0.5 staminaThresholdOnlyPremium = true -- Party -- NOTE: experienceShareLevelDifference is float number. -- experienceShareLevelDifference is highestLevel * value experienceShareRadiusX = 3000 experienceShareRadiusY = 3000 experienceShareRadiusZ = 70 experienceShareLevelDifference = 1 / 3 extraPartyExperienceLimit = 20 extraPartyExperiencePercent = 5 experienceShareActivity = 2 * 60 * 100000 -- 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 = 2 deSpawnRadius = 50 -- Summons maxPlayerSummons = 3 teleportAllSummons = true teleportPlayerSummons = false -- Status ownerName = "Subwat" ownerEmail = "gean_riot@hotmail.com" url = "http://otland.net/" 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 =O
  10. Acho Que Resolvi Sua Dúvida:
    http://www.xtibia.com/forum/topic/153784-help/page__gopid__1015531
  11. Preciso de ajuda no meu ot server. quando os player entaum no ot ele fica com a outfit do old female do tibia 7.81, ae eles mudam ae fica normal ate eles morrerem ou relogar ae volta o addon old female lah. ja tententei de tudo e não consigo resolver esse problema. Server:Subwat-V.10 (8.60) PrintScreen Do Addon: http://img121.imageshack.us/f/imagemvyu.png/ Obrigado Desde Jah
  12. Vlw Man, ganho meu tank's... XTIBIA TAH FODS SEMPRE INOVANDO.. :XTibia_smile:
  • Quem Está Navegando   0 membros estão online

    • Nenhum usuário registrado visualizando esta página.
×
×
  • Criar Novo...