Tudo que brunogc6 postou
-
Tempo dos frags
tentei mais nao funcionou, ainda ta o msm tempo para sair, sera que há algum action, talkcations algo assim sobre os frags?
-
Tempo dos frags
Bom galera, queria saber como mudo o tempo para sair os frags, esta demorando muito para sair 13:07 You currently have 10 frags today, 10 this week and 10 this month. 13:07 Last frag at 07 November 2012 01:34:21 on level 105 (Shelman). (HOJE) 13:07 Your red skull will expire at 12 March 2013 00:34:21 (SÓ SAI EM 2013? WHAT?) quem ajudar rep+ + + + . ta ai 1 pedaço do DB. redSkullLength = 5 * 60 * 1000 blackSkullLength = 10 * 60 * 1000 dailyFragsToRedSkull = 10 weeklyFragsToRedSkull = 100 monthlyFragsToRedSkull = 300 dailyFragsToBlackSkull = 20 weeklyFragsToBlackSkull = 120 monthlyFragsToBlackSkull = 480 dailyFragsToBanishment = 0 weeklyFragsToBanishment = 0 monthlyFragsToBanishment = 0 blackSkulledDeathHealth = 40 blackSkulledDeathMana = 0 useBlackSkull = true useFragHandler = true advancedFragList = false notationsToBan = 3 warningsToFinalBan = 1 warningsToDeletion = 5 banLength = 3 * 24 * 60 * 60 killsBanLength = 1 * 24 * 60 * 60 finalBanLength = 5 * 24 * 60 * 60 ipBanishmentLength = 9999 * 24 * 60 * 60 broadcastBanishments = false maxViolationCommentSize = 200 violationNameReportActionType = 2 autoBanishUnknownBytes = false worldType = "open" protectionLevel = 100 pvpTileIgnoreLevelAndVocationProtection = true pzLocked = 30 * 1000 huntingDuration = 45 * 1000 criticalHitChance = 7 criticalHitMultiplier = 1 displayCriticalHitNotify = false removeWeaponAmmunition = false removeWeaponCharges = false removeRuneCharges = "false" whiteSkullTime = 2 * 60 * 1000 noDamageToSameLookfeet = false showHealingDamage = true showHealingDamageForMonsters = false fieldOwnershipDuration = 5 * 1000 stopAttackingAtExit = false oldConditionAccuracy = false loginProtectionPeriod = 2 * 1000 deathLostPercent = 10 stairhopDelay = 0 * 1000 pushCreatureDelay = 0 * 500 deathContainerId = 1987 gainExperienceColor = 18 addManaSpentInPvPZone = true squareColor = 0 allowFightback = true
-
Problemas systema de war e frags mysql
up!
-
[ajuda] Erro ao entrar no http://127.0.0.1/phpmyadmin/
ja trocou no config.lua ? sqlType = "mysql" <- para mysql sqlHost = "127.0.0.1" sqlPort = 3306 sqlUser = "root" sqlPass = "SENHA" sqlDatabase = "SUADB" sqlFile = "SUADB.s3db"
-
Problemas systema de war e frags mysql
The Forgotten Server 0.4_DEV eu troquei a distro, o war system agora funcionou os escudinhos apareceram e tals, mais agr nao esta contabilizando como frag de war, e sim como injustice. ja arrumei isso tbm kkk agora o unico erro é o seguinte: Unknown column 'frags' in 'field list' (1054)!! e se alguem sober como resolver plis ajuda ai, se alguem souber como usa isso ak tbm: ARQUIVO SQL WAR (VEM EM MUITOS OTS) Adicionar na sua database mysql phpmyadmin. ------------------------------------------------------- CREATE TABLE IF NOT EXISTS `guild_wars` ( `id` INT NOT NULL AUTO_INCREMENT, `guild_id` INT NOT NULL, `enemy_id` INT NOT NULL, `begin` BIGINT NOT NULL DEFAULT '0', `end` BIGINT NOT NULL DEFAULT '0', `frags` INT UNSIGNED NOT NULL DEFAULT '0', `payment` BIGINT UNSIGNED NOT NULL DEFAULT '0', `guild_kills` INT UNSIGNED NOT NULL DEFAULT '0', `enemy_kills` INT UNSIGNED NOT NULL DEFAULT '0', `status` TINYINT(1) UNSIGNED NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `status` (`status`), KEY `guild_id` (`guild_id`), KEY `enemy_id` (`enemy_id`)) ENGINE=InnoDB; --------------------------------------------------------------- ALTER TABLE `guild_wars` ADD CONSTRAINT `guild_wars_ibfk_1` FOREIGN KEY (`guild_id`) REFERENCES `guilds` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `guild_wars_ibfk_2` FOREIGN KEY (`enemy_id`) REFERENCES `guilds` (`id`) ON DELETE CASCADE; --------------------------------------------------------------- ALTER TABLE `guilds` ADD `balance` BIGINT UNSIGNED NOT NULL AFTER `motd`; ------------------------------------------------------------------ CREATE TABLE IF NOT EXISTS `guild_kills` ( `id` INT NOT NULL AUTO_INCREMENT PRIMARY KEY, `guild_id` INT NOT NULL, `war_id` INT NOT NULL, `death_id` INT NOT NULL) ENGINE = InnoDB; ------------------------------------------------------------------------------- ALTER TABLE `guild_kills` ADD CONSTRAINT `guild_kills_ibfk_1` FOREIGN KEY (`war_id`) REFERENCES `guild_wars` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `guild_kills_ibfk_2` FOREIGN KEY (`death_id`) REFERENCES `player_deaths` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `guild_kills_ibfk_3` FOREIGN KEY (`guild_id`) REFERENCES `guilds` (`id`) ON DELETE CASCADE; ------------------------------------------------------------------------------------ ALTER TABLE `killers` ADD `war` INT NOT NULL DEFAULT 0; --------------------------------------------------------------------------------------
-
Problemas systema de war e frags mysql
Bom galera sou novo no forum, queria ajuda pois fiz um servirdor de baiak com site e tudo, porem tenho 2 problemas, 1 é que quando alguem mata, o frag é contabilizado mais aparece 1 error de unknow the file 'frags', mais nao da problema em nada. mais se alguem souber como resolve agradeço. Já o segundo problema é no war system, quando alguem invita war, tranquilo aparece a msg, mais na hora do accept, da outro erro e a war nao aconteçe. e queria saber do arquivo chamado SQL WAR que fala; Adicionar na sua database mysql phpmyadmin. já tentei colocar ele no db do ot, no mysql e no phpmyqdmin e nao error ao importar. agradeço de já a ajuda.