Postado Março 15, 2015 10 anos Administrador Olha o config worldType = "pvp" hotkeyAimbotEnabled = "yes" protectionLevel = 50 killsToRedSkull = 5 killsToBlackSkull = 8 pzLocked = 60000 removeAmmoWhenUsingDistanceWeapon = "yes" removeChargesFromRunes = "yes" timeToDecreaseFrags = 8 * 60 * 60 * 1000 whiteSkullTime = 15 * 60 * 1000 stairJumpExhaustion = 2000 experienceByKillingPlayers = "no" ip = "127.0.0.1" bindOnlyGlobalAddress = "yes" loginProtocolPort = 7171 gameProtocolPort = 7172 statusProtocolPort = 7171 maxPlayers = "1000" motd = "" onePlayerOnlinePerAccount = "yes" allowClones = "no" serverName = "" statusTimeout = 60000 replaceKickOnLogin = "yes" maxPacketsPerSecond = 300 pushCreatureDelay = 1 * 1000 deathLosePercent = -1 housePriceEachSQM = 1000 houseRentPeriod = "never" timeBetweenActions = 200 timeBetweenExActions = 1000 mapName = "realmap" mapAuthor = "" marketOfferDuration = 30 * 24 * 60 * 60 premiumToCreateMarketOffer = "yes" checkExpiredMarketOffersEachMinutes = 60 maxMarketOffersAtATimePerPlayer = 100 mysqlHost = "localhost" mysqlUser = "root" mysqlPass = "" mysqlDatabase = "" mysqlPort = 3306 mysqlSock = "" passwordType = "sha1" allowChangeOutfit = "yes" freePremium = "yes" kickIdlePlayerAfterMinutes = 200 maxMessageBuffer = 4 noDamageToSameLookfeet = "no" emoteSpells = "no" rateExp = 50 rateSkill = 20 rateLoot = 2 rateMagic = 10 rateSpawn = 2 deSpawnRange = 2 deSpawnRadius = 50 staminaSystem = "yes" defaultPriority = "high" startupDatabaseOptimization = "no" ownerName = "" ownerEmail = "" url = "" location = "Canada" dei uma pesquisada aqui acho que para alterar na tfs 1.0 só na source então faça assim. em party.cpp va na função OnshareExperience TibiaKing Team- KingTópicos www.tibiaking.com
Postado Março 15, 2015 10 anos Autor void Party::shareExperience(uint64_t experience) { uint32_t shareExperience = (uint64_t)std::ceil((((double)experience / (memberList.size() + 1)) + ((double)experience * 0.05))); for (Player* member : memberList) { member->onGainSharedExperience(shareExperience); } leader->onGainSharedExperience(shareExperience); } Creio eu que seja aqui, agora quero ver entender essa conta louca que eles fazem kkkkk
Participe da conversa
Você pode postar agora e se cadastrar mais tarde. Se você tem uma conta, faça o login para postar com sua conta.