- TFS 1.3 / Otx3 | Otg Server Global - 11x - 12.40 (SPRITES 13.40) (Updates Diarios)
- TFS 1.3 / Otx3 | Otg Server Global - 11x - 12.40 (SPRITES 13.40) (Updates Diarios)
-
[TFS 1.+]Bomberman
alterei todas as posiçoes dos scripts porem na alavanca de entrada n acontece nada.. tfs 1.3
-
-
vip (storage) tfs 1.3
e apenas isso, n tenho um sistema.... apenas um tile q tem q ter essa storage para passar em cima (so preciso que o os.time funcione, pois na database o tempo n corre...)
-
vip (storage) tfs 1.3
bl fico no aguardo
-
vip (storage) tfs 1.3
fiz as alteraçoes, mais n acontece nada... na database o valor que esta no storage n altera... https://prnt.sc/uw6yo9
-
vip (storage) tfs 1.3
-- Combat settings -- NOTE: valid values for worldType are: "pvp", "no-pvp" and "pvp-enforced" worldType = "pvp" hotkeyAimbotEnabled = true protectionLevel = 7 pzLocked = 60 * 1000 removeChargesFromRunes = true removeChargesFromPotions = true removeWeaponAmmunition = true removeWeaponCharges = true timeToDecreaseFrags = 45 * 24 * 60 * 60 whiteSkullTime = 15 * 60 * 1000 stairJumpExhaustion = 2 * 1000 experienceByKillingPlayers = false expFromPlayersLevelRange = 75 dayKillsToRedSkull = 3 weekKillsToRedSkull = 5 monthKillsToRedSkull = 10 redSkullDuration = 30 blackSkullDuration = 45 orangeSkullDuration = 7 -- Connection Config -- NOTE: maxPlayers set to 0 means no limit -- NOTE: MaxPacketsPerSeconds if you change you will be subject to bugs by WPE, keep the default value of 25 ip = "xxxxxxxxxxxxxxxxxx" bindOnlyGlobalAddress = false loginProtocolPort = 7171 gameProtocolPort = 7172 statusProtocolPort = 7171 maxPlayers = 0 motd = "Bem vindo ao OTG-Premium-Version!" onePlayerOnlinePerAccount = true allowClones = false serverName = "OTG-Premium-Version" statusTimeout = 5 * 1000 replaceKickOnLogin = true maxPacketsPerSecond = 35 networkAttackThreshold = 4 maxItem = 2000 maxContainer = 100 -- Version Manual clientVersionMin = 1100 clientVersionMax = 1240 clientVersionStr = "Only support outdated 10.00 and version 12.40" -- Depot Limit freeDepotLimit = 2000 premiumDepotLimit = 10000 depotBoxes = 18 -- GameStore gamestoreByModules = true -- Deaths -- NOTE: Leave deathLosePercent as -1 if you want to use the default -- death penalty formula. For the old formula, set it to 10. For -- no skill/experience loss, set it to 0. deathLosePercent = -1 -- Houses -- NOTE: set housePriceEachSQM to -1 to disable the ingame buy house functionality -- Periods: daily/weekly/monthly/yearly/never housePriceEachSQM = 10000 houseRentPeriod = "monthly" -- Item Usage -- Do not touch here -- Avoid use of WIPE program to crash the distro timeBetweenActions = 800 timeBetweenExActions = 1000 -- Map -- NOTE: set mapName WITHOUT .otbm at the end -- NOTE: unzip the map world.rar mapName = "xxxxxxxxxx" mapAuthor = "otg-premium team" -- Market marketOfferDuration = 30 * 24 * 60 * 60 premiumToCreateMarketOffer = true checkExpiredMarketOffersEachMinutes = 60 maxMarketOffersAtATimePerPlayer = 100 -- MySQL mysqlHost = "xxxxxxxxxxxx" mysqlUser = "xxxxxxxxxxxx" mysqlPass = "xxxxxxxxxxxx" mysqlDatabase = "xxxxxxxxxxxxx" mysqlPort = xxxxxxxxxxx mysqlSock = "xxxxxxxxx" passwordType = "xxxxxxxxxx" -- Misc. allowChangeOutfit = true freePremium = true kickIdlePlayerAfterMinutes = 15 idleWarningTime = 10 * 60 * 1000 idleKickTime = 15 * 60 * 1000 maxMessageBuffer = 4 emoteSpells = true classicEquipmentSlots = false allowWalkthrough = true coinPacketSize = 25 coinImagesURL = "http://127.0.0.1/store/" classicAttackSpeed = false showScriptsLogInConsole = false -- Server Save -- NOTE: serverSaveNotifyDuration in minutes serverSaveNotifyMessage = true serverSaveNotifyDuration = 5 serverSaveCleanMap = false serverSaveClose = false serverSaveShutdown = true -- Rates -- NOTE: rateExp is not used if you have enabled stages in data/XML/stages.xml rateExp = 1 rateSkill = 35 rateLoot = 3 rateMagic = 25 rateSpawn = 1 -- Monster rates rateMonsterHealth = 1.0 rateMonsterAttack = 1.0 rateMonsterDefense = 1.0 -- Monsters deSpawnRange = 2 deSpawnRadius = 50 -- Stamina staminaSystem = true -- Scripts warnUnsafeScripts = true convertUnsafeScripts = true -- Startup -- NOTE: defaultPriority only works on Windows and sets process -- priority, valid values are: "normal", "above-normal", "high" defaultPriority = "high" startupDatabaseOptimization = true -- Status server information ownerName = "OTG-Premium-Version" ownerEmail = "" url = "https://github.com/Johncorex/OTG-Premium-Version" location = "South America" so tem o free premium
-
-
Event BOSS
vo testa, deu certo vlwwwwwwwwww xD, outra coisa o broadcast n esta funcionando n chega mensagem no servidor
-
Event BOSS
eu testei mais continua a mesma coisa... https://prnt.sc/uuu271 agora erro na linha 7
-
vip (storage) tfs 1.3
.Qual servidor ou website você utiliza como base? Otg tfs 1.3 Qual o motivo deste tópico? ajuda com vip tile Está surgindo algum erro? Se sim coloque-o aqui. Você tem o código disponível? Se tiver publique-o aqui: function onUse(cid, item, fromPosition, itemEx, toPosition) local config={ removeOnUse = "yes" -- remover quando usar ("yes" or "no") } local days = 1 -- dias que ser?o adicionados local daysvalue = days * 24 * 60 * 60 local storageplayer = getPlayerStorageValue(cid, 58344) local timenow = os.time() if getPlayerStorageValue(cid, 58344 ) - os.time() <= 0 then time = timenow + daysvalue else time = storageplayer + daysvalue end doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "Foram adicionados ".. days .." dias de VIP no seu character.") setPlayerStorageValue(cid, 58344, time) local quantity = math.floor((getPlayerStorageValue(cid, 58344) - timenow)/(24 * 60 * 60)) doSendMagicEffect(getPlayerPosition(cid), math.random(28,30)) doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "Você tem ".. quantity .." dias de VIP restantes.") if (config.removeOnUse == "yes") then doRemoveItem(item.uid, 1) end return TRUE end Você tem alguma imagem que possa auxiliar no problema? Se sim, coloque-a aqui.
-
Event BOSS
ola, n esta funcionando da esse erro https://prnt.sc/usrxj0 pode ajudar ?