Ir para conteúdo

Gesior Acc Maker Para Tibia 8.60(2.0)


CoLoRaDo

Posts Recomendados

ATENÇÃO!!!!

NÃO SEI SE FUNCIONARÁ MAS PARA EVITAR ATAQUES À DATABASE DELETE A PASTA WEBDAV NA PASTA DO XAMPP!

 

Recomendo usar o xampp 1.7.3 para baixa-lo Clique aqui

 

Olá baixei um gesior e resolvi editar tirar alguns bugs etc...

 

este gesior funciona nas versoes 8.60 pra cima!

 

O que tem de novo?

 

 

 

• Nova Foto de Fundo

• Who Is Online que tinha bug Substituido por outro

• Adicionado Equipaments Shower no Characters.php

• Adicionado Skills Info no Characters.php

• Adicionado Char info nos Characters.php

• Adicionei as abas Beneficios VIP e Confirmção

• Characters.php modificado

• Novo Support List

• Adicionada nova aba: Support

• Membros da Equipe Modificado

• Adicionado Efeito de Neve Caindo

• Adicionado Skulls Embaixo do Cursor

• Adicionado Featured Article

• A Maior parte foi traduzida por mim

• Adicionado Sistema de Loteria Diferente

• Adicionado Sistema de Trade Offline

• Adicionado Sistema De Guilds War

• Adicionado Sistema que mostra o record de players online

• Abas mudadas de lugar(ficou mais parecido com tibia global)

• Adicionado Sistema de Top Killers

• Adicionado Sistema que mostra as ultimas mortes que aconteceram

• Adicionado no Latest News um sistema que mostra as guilds que mais mataram no OT

• Adicionado um sistema que mostra a mensagem do dia do servidor e o ultimo player registrado

• Adicionado uns dadinhos em cima do background do tibia

• Adicionado Vip Status na página characters.php e accountmanagement.php obedecendo o vip_time

• Install.php modificado agora os samples ja vem no Level 8 e com mana e vida correspondentes ao level e as tables vip_time; vip_days;viptime e vipdays já são automaticamente adicionas a sua database

 

 

 

Update 2.0

 

 

 

• Adicionado Uptime do Server no Status do Server

• Serverinfo modificado, agora mostra tudo que precisa saber do server em abas

• Retirado Caveirinhas e Neve

• Novo Who Is Online!

• Retirado Mostrar Itens do character.php para mais privacidade!

• Adicionado Aba Events com todos events que existem!

• Adicionada Nova Foto de fundo!

 

 

 

Screen Shot:

 

characters.php modificado:

 

 

charactersw.png

 

 

Download:

 

Gesior Acc 8.60 By [ADM] DaNgeR(2.0).rar

 

Créditos:

 

Gesior

GM Beckman

Walef Xavier

[ADM] DaNger - [ADM] Forever

 

 

 

Aqui estão os sistemas que você deve adicionar no seu ot para funcionar no site!

 

http://www.xtibia.co...-trade-offline/ - Trade Offline

http://www.xtibia.co...em-com-escudos/ - Guild War Com Escudos

http://www.xtibia.co...lottery-system/ - Lottery System

http://www.xtibia.co...utomaticamente/ - Shop System(Para o Shop entregar os itens automaticamente)!

 

 

 

 

e Para o Power Gamers Faça isso:

 

execute este comando na database:

 

ALTER TABLE `players` ADD `exphist_lastexp` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist1` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist2` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist3` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist4` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist5` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist6` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `exphist7` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetimetoday` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime1` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime2` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime3` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime4` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime5` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime6` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetime7` BIGINT( 255 ) NOT NULL DEFAULT '0',
ADD `onlinetimeall` BIGINT( 255 ) NOT NULL DEFAULT '0';

 

depois este

 

UPDATE `players` SET `exphist_lastexp`=`players`.`experience`

 

depois vá na pasta do ot/data/globalevents e em globalevents.xml adicione isto:

 

<globalevent name="history" interval="60" event="script" value="history.lua"/>

 

depois vá na pasta do ot/data/globalevents/scripts e crie um arquivo chamado history.lua e adicione isso dentro:

 

function onThink(interval, lastExecution)
if (tonumber(os.date("%d")) ~= getGlobalStorageValue(23456)) then
	setGlobalStorageValue(23456, (tonumber(os.date("%d"))))
	db.executeQuery("UPDATE `players` SET `onlinetime7`=players.onlinetime6, `onlinetime6`=players.onlinetime5, `onlinetime5`=players.onlinetime4, `onlinetime4`=players.onlinetime3, `onlinetime3`=players.onlinetime2, `onlinetime2`=players.onlinetime1, `onlinetime1`=players.onlinetimetoday, `onlinetimetoday`=0;")
	db.executeQuery("UPDATE `players` SET `exphist7`=players.exphist6, `exphist6`=players.exphist5, `exphist5`=players.exphist4, `exphist4`=players.exphist3, `exphist3`=players.exphist2, `exphist2`=players.exphist1, `exphist1`=players.experience-players.exphist_lastexp, `exphist_lastexp`=players.experience;")
end
db.executeQuery("UPDATE `players` SET `onlinetimetoday`=players.onlinetimetoday+60, `onlinetimeall`=players.onlinetimeall+60 WHERE `online` = 1;")
return TRUE
end

Editado por ADM_Forever
Link para o comentário
Compartilhar em outros sites

  • Respostas 104
  • Created
  • Última resposta

Top Posters In This Topic

Mano eu uso um ( New Styller Yourots 0.7.5 (8.60) Rev 04 Com Teleports )

esse site roda legal com esse ot ?

as configurações do config.lua vc pode me dizer o que deve mudar esses abaixo:

 

 

 

-- The Forgotten Server Config

 

-- Account manager

accountManager = true

namelockManager = true

newPlayerChooseVoc = true

newPlayerSpawnPosX = 160

newPlayerSpawnPosY = 51

newPlayerSpawnPosZ = 7

newPlayerTownId = 1

newPlayerLevel = 8

newPlayerMagicLevel = 1

generateAccountNumber = false

 

-- Unjustified kills

redSkullLength = 1 * 24 * 60 * 60

blackSkullLength = 2 * 24 * 60 * 60

dailyFragsToRedSkull = 10

weeklyFragsToRedSkull = 15

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

notationsToBan = 3

warningsToFinalBan = 4

warningsToDeletion = 5

banLength = 1 * 24 * 60 * 60

killsBanLength = 1 * 24 * 60 * 60

finalBanLength = 1 * 24 * 60 * 60

ipBanishmentLength = 1 * 24 * 60 * 60

broadcastBanishments = true

maxViolationCommentSize = 200

violationNameReportActionType = 2

autoBanishUnknownBytes = false

 

-- Battle

worldType = "pvp"

protectionLevel = 50

pvpTileIgnoreLevelAndVocationProtection = true

pzLocked = 60 * 1000

huntingDuration = 60 * 1000

criticalHitChance = 7

criticalHitMultiplier = 1

displayCriticalHitNotify = true

removeWeaponAmmunition = false

removeWeaponCharges = false

removeRuneCharges = false

whiteSkullTime = 5 * 60 * 1000

noDamageToSameLookfeet = false

showHealingDamage = true

showHealingDamageForMonsters = false

fieldOwnershipDuration = 5 * 1000

stopAttackingAtExit = false

oldConditionAccuracy = false

loginProtectionPeriod = 10 * 1000

deathLostPercent = 10

stairhopDelay = 2 * 1000

pushCreatureDelay = 2 * 1000

deathContainerId = 1987

gainExperienceColor = 215

addManaSpentInPvPZone = true

squareColor = 0

allowFightback = true

 

-- Connection config

worldId = 0

ip = "127.0.0.1"

bindOnlyConfiguredIpAddress = false

loginPort = 7171

gamePort = 7172

adminPort = 7171

statusPort = 7171

loginTries = 10

retryTimeout = 5 * 1000

loginTimeout = 60 * 1000

maxPlayers = 70

motd = "O Original"

displayOnOrOffAtCharlist = false

onePlayerOnlinePerAccount = true

allowClones = false

serverName = "Styller"

loginMessage = "Styller Original!"

statusTimeout = 5 * 60 * 1000

replaceKickOnLogin = true

forceSlowConnectionsToDisconnect = false

loginOnlyWithLoginServer = false

premiumPlayerSkipWaitList = false

 

-- Database

sqlType = "sqlite"

sqlHost = "localhost"

sqlPort = 3306

sqlUser = "root"

sqlPass = ""

sqlDatabase = "theforgottenserver"

sqlFile = "Styller.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 = 4

guildNameMaxLength = 20

 

-- Highscores

highscoreDisplayPlayers = 10

updateHighscoresAfterMinutes = 3

 

-- Houses

buyableAndSellableHouses = true

houseNeedPremium = true

bedsRequirePremium = true

levelToBuyHouse = 100

housesPerAccount = 0

houseRentAsPrice = false

housePriceAsRent = false

housePriceEachSquare = 5000

houseRentPeriod = "never"

houseCleanOld = 0

guildHalls = false

 

-- Item usage

timeBetweenActions = 200

timeBetweenExActions = 1000

checkCorpseOwner = true

hotkeyAimbotEnabled = true

maximumDoorLevel = 500

 

-- Map

mapName = "Styller"

mapAuthor = "Léo"

randomizeTiles = true

useHouseDataStorage = false

storeTrash = true

cleanProtectedZones = true

mailboxDisabledTowns = "-1"

 

-- Startup

defaultPriority = "high"

niceLevel = 5

coresUsed = "-1"

optimizeDatabaseAtStartup = true

removePremiumOnInit = true

confirmOutdatedVersion = false

 

-- Muted buffer

maxMessageBuffer = 4

bufferMutedOnSpellFailure = false

 

-- Miscellaneous

dataDirectory = "data/"

allowChangeOutfit = true

allowChangeColors = true

allowChangeAddons = true

disableOutfitsForPrivilegedPlayers = false

bankSystem = true

saveGlobalStorage = true

displaySkillLevelOnAdvance = false

spellNameInsteadOfWords = false

emoteSpells = true

promptExceptionTracerErrorBox = true

storePlayerDirection = false

monsterLootMessage = 3

monsterLootMessageType = 25

separateViplistPerCharacter = false

 

-- Ghost mode

ghostModeInvisibleEffect = false

ghostModeSpellEffects = true

 

-- Limits

idleWarningTime = 59 * 60 * 1000

idleKickTime = 60 * 60 * 1000

expireReportsAfterReads = 1

playerQueryDeepness = 2

maxItemsPerPZTile = 0

maxItemsPerHouseTile = 0

 

-- Premium-related

freePremium = true

premiumForPromotion = true

 

-- Blessings

blessingOnlyPremium = true

blessingReductionBase = 30

blessingReductionDecreament = 5

eachBlessReduction = 8

 

-- Rates

experienceStages = true

rateExperience = 100.0

rateExperienceFromPlayers = 0

rateSkill = 25.0

rateMagic = 25.0

rateLoot = 3.0

rateSpawn = 1

 

-- Monster rates

rateMonsterHealth = 1.0

rateMonsterMana = 1.0

rateMonsterAttack = 1.0

rateMonsterDefense = 1.0

 

-- Experience from players

minLevelThresholdForKilledPlayer = 0.9

maxLevelThresholdForKilledPlayer = 1.1

 

-- Stamina

rateStaminaLoss = 1

rateStaminaGain = 3

rateStaminaThresholdGain = 12

staminaRatingLimitTop = 41 * 60

staminaRatingLimitBottom = 14 * 60

rateStaminaAboveNormal = 1.5

rateStaminaUnderNormal = 0.5

staminaThresholdOnlyPremium = true

 

-- Party

experienceShareRadiusX = 30

experienceShareRadiusY = 30

experienceShareRadiusZ = 1

experienceShareLevelDifference = 2 / 3

extraPartyExperienceLimit = 20

extraPartyExperiencePercent = 5

experienceShareActivity = 2 * 60 * 1000

 

-- Global save

globalSaveEnabled = false

globalSaveHour = 3

shutdownAtGlobalSave = false

cleanMapAtGlobalSave = false

 

-- Spawns

deSpawnRange = 2

deSpawnRadius = 50

 

-- Summons

maxPlayerSummons = 2

teleportAllSummons = false

teleportPlayerSummons = false

 

-- Status

ownerName = "King Styller!"

ownerEmail = ""

url = ""

location = "Brazil"

displayGamemastersWithOnlineCommand = false

 

-- Logs

adminLogsEnabled = false

displayPlayersLogging = true

prefixChannelLogs = ""

runFile = ""

outLogName = ""

errorLogName = ""

truncateLogsOnStartup = false

 

 

 

ME ESCLAREÇA A DUVIDA DAREI REP + ATT +++=++

Link para o comentário
Compartilhar em outros sites

sim sim roda direitinho! com qualquer mapa só que o config lua que precisa ser o certo tire tudo que tem -- na linha

 

 

como prometido darei meu rep + por ter me esclarecido a duvida

 

mas aki vc usa o champp pra rodar ele sabe o link que eu posso baixalo caso souber

Link para o comentário
Compartilhar em outros sites

cara eu não falei que tirei todos bugs eu só falei que tirei o bug do who is online e adicionei varias novas coisas... tu não leu todo topico nao? coloquei creditos de todos nao falei que foi eu que fiz eu só adicionei umas coisas que muita gente queria e nao conseguiram, mudei tambem algumas coisas que ja tinham... pense bem no que vai falar

 

se fosse um Colaborador ou um membro mais conhecido do xtibia que tivesse postado isso, tu com certeza não estaria falando isso

Editado por ADM_Forever
Link para o comentário
Compartilhar em outros sites

man primeira mente qm é vc? segundo so dei minha opiniao e eu li sim tudo so q eu vejo apenas q vc juntou varios websites gesior e colocou em um so!

 

nao importa se é conhecido ou nao vc deve tratar todos com o msmo respeito e igualdade, pois aki somos todos iguais, se nao aguenta bebe leite!

 

pra mim continua sendo rippe de varios mods de gesior (remake!)

Link para o comentário
Compartilhar em outros sites

como assim primeira mente? tem segunda mente? quantas mentes tu tem? eu coloquei credito do gesior pois eu peguei tambem umas coisas de uns gesior antigo mas o credito vai todo pro gesior eu só editei e adicionei umas coisas que muitos queriam!

Link para o comentário
Compartilhar em outros sites

man primeiro trollar aminguinhos por escrever errado e feio sua mae nao lhe ensionou isso?

 

segundo foi so meu ponto de vista, como ja disse se nao aguenta bebe leite, e terceiro se continuar a postar coisas ofensivas contra minha pessoa vou lhe reportar por abuso! flw?

 

bjunda!

Link para o comentário
Compartilhar em outros sites

É necessário tornar o OT SQLTables ou pode usar em SQLite?

 

Att.

 

sim tem que tornar o ot mysql!

 

 

man primeiro trollar aminguinhos por escrever errado e feio sua mae nao lhe ensionou isso?

 

segundo foi so meu ponto de vista, como ja disse se nao aguenta bebe leite, e terceiro se continuar a postar coisas ofensivas contra minha pessoa vou lhe reportar por abuso! flw?

 

bjunda!

 

não sabia que era feio nao... isso te ofendeu? abuso de que? mas tudo bem pois todo mundo pode se expressar livremente mas tu vem falar coisa errada dizendo que é cópia se for pede pra algum moderador vir aqui e ele ve se é ou não ai se for ele fecha o tópico e deu ta tudo resolvido!

Link para o comentário
Compartilhar em outros sites

Visitante
Este tópico está impedido de receber novos posts.

×
×
  • Criar Novo...