-
Subwat dos Deuses
Boa tarde rapaziada, fiquei abismado esses dias pois estava jogando um subwat no qual se denominava "subwat dos deuses" eu queria achar esse mapa, pois ja vi varias vezes esse mapa em servers diferente, se alguem tiver, tem como me passar por favor?
-
RME 8.6 Erro
@egyptPOWER sim
-
Chance drop [LOOT]
Tenta isso <loot> <item id="799" chance="600"/> <item id="755" chance="600"/> <item id="745" chance="600"/> <item id="721" chance="600"/> <item id="676" chance="600"/> </loot> experienceStages = true rateExperience = 1.0 rateExperienceFromPlayers = 1.0 rateSkill = 1.0 rateMagic = 1.0 rateLoot = 0.5 rateSpawn = 1.5
-
RME 8.6 Erro
Bom dia a todos tibianos! Hoje de manhã estava a mexer no meu servidor (até adicionei alguns itens da versão 10.98) e fui colocar dois NPCs 1 NPC de Backpack 1 NPC de Dolls Fiz o script deles e quando fui colocar os npcs em suas determinadas áreas apareceu isto no RME: "Couldn't load items.xml: Could not read id from item node" Já ate mudei o items.otb e xml do arquivo e nada acontece. Se alguem quiser me ajudar um REP+ ae OBS 1: Sou novato, me perdoem se coloquei o este tópico na área errada OBS 2: Se quiserem posso passar meu items.xml, pois antes eu tinha colocado alguns itens e eles foram, mas adicionei alguns novos e parece que não foram.
-
(Resolvido)[BUG] Script de Healar o Boss
Tenta isso no script -- <event type="healthchange" name="HealGaz" script="heal_gaz.lua"/> local config = { life_ative = 500000, life_add = 300000, seconds_ative = 20, gStorage = 90702, } function AddHealth(cid) setGlobalStorageValue(config.gStorage, 0) if not isCreature(cid) then return false end doCreatureAddHealth(cid, config.life_add) doCreatureSay(cid, "Gaz'Haragoth HEALS himself!", TALKTYPE_MONSTER) doSendMagicEffect(getCreaturePosition(cid), CONST_ME_MAGIC_RED) end function onStatsChange(cid, attacker, type, combat, value) if (getGlobalStorageValue(config.gStorage) < 1 and type == STATSCHANGE_HEALTHLOSS and getCreatureHealth(cid) < config.life_ative) then doCreatureSay(cid, "Gaz'Haragoth beginns to draw on the miniums to HEAL himself!", TALKTYPE_MONSTER) addEvent(AddHealth, config.seconds_ative * 1000, cid) setGlobalStorageValue(config.gStorage, 1) end return true end e no creaturescript coloque isso <event type="healthchange" name="HealGaz" script="HealGaz.lua"/>
-
-
erro ao importa x monstro pro mapa
Tente isso : <?xml version="1.0" encoding="UTF-8"?> <monster name="[DNT] Demon" nameDescription="a [DNT] Demon" race="fire" experience="7000" speed="280" manacost="0"> <health now="9200" max="9200"/> <look type="92" corpse="5995"/> <targetchange interval="5000" chance="8"/> <strategy attack="100" defense="0"/> <flags> <flag summonable="0"/> <flag attackable="1"/> <flag hostile="1"/> <flag illusionable="0"/> <flag convinceable="0"/> <flag pushable="0"/> <flag canpushitems="1"/> <flag canpushcreatures="1"/> <flag targetdistance="1"/> <flag staticattack="40"/> <flag runonhealth="0"/> </flags> <attacks> <attack name="melee" interval="2000" skill="70" attack="130"/> <attack name="manadrain" interval="3000" chance="13" range="7" min="-80" max="-300"/> <attack name="fire" interval="2000" chance="14" range="7" radius="7" target="1" min="-160" max="-350"> <attribute key="shootEffect" value="fire"/> <attribute key="areaEffect" value="firearea"/> </attack> <attack name="firefield" interval="1000" chance="15" range="7" radius="1" target="1"> <attribute key="shootEffect" value="fire"/> </attack> <attack name="energy" interval="3000" chance="30" length="8" spread="0" min="-220" max="-460"> <attribute key="areaEffect" value="energy"/> </attack> </attacks> <defenses armor="50" defense="55"> <defense name="healing" interval="1000" chance="15" min="90" max="200"> <attribute key="areaEffect" value="blueshimmer"/> </defense> <defense name="speed" interval="1000" chance="15" speedchange="200" duration="20000"> <attribute key="areaEffect" value="redshimmer"/> </defense> </defenses> <elements> <element firePercent="100"/> <element physicalPercent="25"/> <element earthpercent="20"/> <element energyPercent="20"/> <element deathPercent="20"/> <element icePercent="-25"/> <element holyPercent="-10"/> </elements> <immunities> <immunity lifedrain="1"/> <immunity paralyze="1"/> <immunity invisible="1"/> </immunities> <summons maxSummons="2"> <summon name="[DNT] Demon Elemental" interval="2000" chance="10" max="2"/> </summons> <voices interval="5000" chance="10"> <voice sentence="MUHAHAHAHA!" yell="1"/> <voice sentence="I SMELL FEEEEEAAAR!" yell="1"/> <voice sentence="CHAMEK ATH UTHUL ARAK!" yell="1"/> <voice sentence="Your resistance is futile!"/> <voice sentence="Your soul will be mine!" yell="0"/> </voices> <loot> <item id="2148" countmax="90" chance="28000"/> <!-- gold coin --> <item id="2148" countmax="80" chance="28000"/> <!-- gold coin --> <item id="2148" countmax="75" chance="28000"/> <!-- gold coin --> <item id="2148" countmax="65" chance="28000"/> <!-- gold coin --> <item id="2152" countmax="3" chance="23750"/> <!-- platinum coin --> <item id="7368" countmax="5" chance="3100"/> <!-- assassin star --> <item id="5954" chance="1150"/> <!-- demon horn --> <item id="2520" chance="750"/> <!-- demon shield --> <item id="10521" chance="28000"/> <!-- moon backpack --> <inside> <item id="2472" chance="150"/> <!-- magic plate armor --> <item id="2514" chance="550"/> <!-- mastermind shield --> <item id="2214" chance="900"/> <!-- ring of healing --> <item id="2149" chance="10000"/> <!-- small emerald --> <item id="2165" chance="1500"/> <!-- stealth ring --> <item id="2171" chance="1200"/> <!-- platinum amulet --> <item id="7382" chance="950"/> <!-- demonrage sword --> <item id="2470" chance="450"/> <!-- golden legs --> <item id="7393" chance="50"/> <!-- demon trophy --> <item id="2462" chance="3000"/> <!-- devil helmet --> <item id="2387" chance="21000"/> <!-- double axe --> <item id="2432" chance="6000"/> <!-- fire axe --> <item id="2393" chance="1650"/> <!-- giant sword --> </inside> </loot> </monster> Se ajudou da +REP parceiro, qualquer coisa avisa ae
-
-
Talkaction
Valeu!! Funcionou! +REP
-
-
Mix Absoluto alterou sua foto pessoal
-
Talkaction
Bom dia, Boa Tarde e Boa Noite a todos eu jogo meu ot da versão 11.49 e fui tentar criar um monstro com o comando "/m" e disse isso: "/m dragon" parece que o comando não executou, tentei de varias formas, com letra maiúsculas, minúsculas, e no fim não funcionou. Ignorei o problema e logo depois fui testar o comando de criar itens "/i" e disse isso: "/i spellbook" ou "i 2456" (EXEMPLO DE UM ID) e o comando também não executou, alguem poderia me ajudar a entender o por que não funciona os comandos?? (OBS: quando eu aperto enter para mandar o comando, não aparece nada no chat, geralmente quando você escreve algo errado aparece algumas mensagens, mas não sei o por que, o meu NÃO executa esse comando e nem aparece nada no chat) Já testei os comandos em outros ot's e funcionou de boa. (Já fui também ver no TalkAction, qual comando era) vou colocar o script para vocês: PLACE_MONSTER.XML function onSay(player, words, param) if not player:getGroup():getAccess() then return true end if player:getAccountType() < ACCOUNT_TYPE_GOD then return false end local position = player:getPosition() local monster = Game.createMonster(param, position) if monster ~= nil then monster:getPosition():sendMagicEffect(CONST_ME_TELEPORT) position:sendMagicEffect(CONST_ME_MAGIC_RED) else player:sendCancelMessage("There is not enough room.") position:sendMagicEffect(CONST_ME_POFF) end return false end CREATE_ITEM.XML function onSay(player, words, param) if not player:getGroup():getAccess() then return true end if player:getAccountType() < ACCOUNT_TYPE_GOD then return false end local split = param:split(",") local itemType = ItemType(split[1]) if itemType:getId() == 0 then itemType = ItemType(tonumber(split[1])) if itemType:getId() == 0 then player:sendCancelMessage("There is no item with that id or name.") return false end end local count = tonumber(split[2]) if count ~= nil then if itemType:isStackable() then count = math.min(10000, math.max(1, count)) elseif not itemType:isFluidContainer() then count = math.min(100, math.max(1, count)) else count = math.max(0, count) end else count = itemType:isFluidContainer() and 0 or 1 end local result = player:addItem(itemType:getId(), count) if result ~= nil then if not itemType:isStackable() then if type(result) == "table" then for i = 1, #result do result[i]:decay() end else result:decay() end end player:getPosition():sendMagicEffect(CONST_ME_MAGIC_GREEN) end return false end TALKACTIONS.XML <?xml version="1.0" encoding="UTF-8"?> <talkactions> <!-- Gods --> <talkaction words="/addskill" separator=" " script="add_skill.lua" /> <talkaction words="/r" separator=" " script="removething.lua" /> <talkaction words="/chameleon" separator=" " script="chameleon.lua" /> <talkaction words="/clean" script="clean.lua" /> <talkaction words="/closeserver" separator=" " script="closeserver.lua" /> <talkaction words="/save" separator=" " script="save.lua" /> <talkaction words="/i" separator=" " script="create_item.lua" /> <!-- ESSE É O COMANDO QUE APARENTEMENTE NÃO FUNCIONA--> <talkaction words="/ghost" script="ghost.lua" /> <talkaction words="/hide" script="hide.lua" /> <talkaction words="/mccheck" script="mccheck.lua" /> <talkaction words="/openserver" script="openserver.lua" /> <talkaction words="/reload" separator=" " script="reload.lua" /> <talkaction words="/raid" separator=" " script="force_raid.lua" /> <talkaction words="/owner" separator=" " script="owner.lua" /> <talkaction words="/m" separator=" " script="place_monster.lua" /> <!-- ESSE É O OUTRO COMANDO QUE APARENTEMENTE NÃO FUNCIONA TAMBÉM--> <talkaction words="/s" separator=" " script="place_npc.lua" /> <talkaction words="/summon" separator=" " script="place_summon.lua" /> <talkaction words="/addach" separator=" " script="achievements.lua" /> <talkaction words="/removeach" separator=" " script="achievements.lua" /> <talkaction words="/set" separator=" " script="setstorage.lua" /> <talkaction words="/get" separator=" " script="getstorage.lua" /> <talkaction words="/reportadm" separator=" " script="reportadm.lua"/> <talkaction words="/addgm" separator=" " script="add_gm.lua" /> <talkaction words="/attr" separator=" " script="attributes.lua" /> <talkaction words="/addon" separator=" " script="addon.lua" /> <!-- Gamemasters --> <talkaction words="/ban" separator=" " script="ban.lua" /> <talkaction words="/ipban" separator=" " script="ipban.lua" /> <talkaction words="/unban" separator=" " script="unban.lua" /> <talkaction words="/up" script="up.lua" /> <talkaction words="/down" script="down.lua" /> <talkaction words="/c" separator=" " script="teleport_creature_here.lua" /> <talkaction words="/goto" separator=" " script="teleport_to_creature.lua" /> <talkaction words="/gotopos" separator=" " script="teleport_to_pos.lua" /> <talkaction words="/t" script="teleport_home.lua" /> <talkaction words="/town" separator=" " script="teleport_to_town.lua" /> <talkaction words="/a" separator=" " script="teleport_ntiles.lua" /> <talkaction words="/pos" separator=" " script="position.lua" /> <talkaction words="/info" separator=" " script="info.lua" /> <talkaction words="/kick" separator=" " script="kick.lua" /> <talkaction words="/B" separator=" " script="broadcast.lua" /> <talkaction words="/looktype" separator=" " script="looktype.lua" /> <talkaction words="/mute" script="mute.lua" /> <!-- Senior Tutors --> <talkaction words="/addtutor" separator=" " script="add_tutor.lua" /> <talkaction words="/removetutor" separator=" " script="remove_tutor.lua" /> <!--Tutors --> <talkaction words="/mute" separator=" " script="mute.lua" /> <!-- player talkactions --> <talkaction words="!buyhouse" script="buyhouse.lua" /> <talkaction words="!leavehouse" script="leavehouse.lua" /> <talkaction words="!sellhouse" separator=" " script="sellhouse.lua" /> <talkaction words="!uptime" script="uptime.lua" /> <talkaction words="!online" script="online.lua" /> <talkaction words="!serverinfo" script="serverinfo.lua" /> <talkaction words="!report" separator=" " script="adminreport.lua"/> <!-- Cast System --> <talkaction words="!cast" separator=" " script="start_cast.lua" /> <talkaction words="!stopcast" script="stop_cast.lua" /> <talkaction words="!spectators" script="spectators.lua" /> </talkactions>
-
Talkaction, commands
então voce viu o commands.xml e meu commands.xml está assim mas meu talkactions está assim E ainda continuo com o mesmo erro. Alguem Por Favor me ajuda a resolver?
-
Talkaction, commands
Amigo, estou com problema no arquivo commands.xml que se encontra na pasta XML do OT 10.97- 10.98 eu apenas queria entender o que se passa no erro, para eu tentar arrumar, mas não entendo, preciso de uma ajuda urgentemente!
-
Talkaction, commands
Bom dia, Boa Tarde Boa Noite Surgiu me um problema que não consigo executar comandos especificos Alguem me ajuda?
-
DATABASE ERROR
Galera, eu sou novato nessa área, entrei hoje mesmo dia 17/11/2017 às 00:07 por aí, e queria saber por que quando eu tento abrir meu servidor aparece isso >> Loading config >> Establishing database connection... MySQL Error Message: Can't connect to MySQL Server on '127.0.0.1' <10061> >Error: Failed to connect to database >>No services running. The Server is NOT Online. aki esta meu config.lua : -- Combat settings -- NOTE: valid values for worldType are: "pvp", "no-pvp" and "pvp-enforced" worldType = "pvp" hotkeyAimbotEnabled = true protectionLevel = 7 killsToRedSkull = 6 killsToBlackSkull = 9 pzLocked = 50000 removeChargesFromRunes = false timeToDecreaseFrags = 3 * 60 * 60 * 1000 whiteSkullTime = 7 * 50 * 1000 stairJumpExhaustion = 1500 experienceByKillingPlayers = false expFromPlayersLevelRange = 200 -- Connection Config -- NOTE: maxPlayers set to 0 means no limit ip = "158.69.131.117" bindOnlyGlobalAddress = false loginProtocolPort = 7171 gameProtocolPort = 7172 statusProtocolPort = 7171 maxPlayers = 1000 motd = "Mutantes Global" onePlayerOnlinePerAccount = true allowClones = false serverName = "Mutantes" statusTimeout = 5000 replaceKickOnLogin = true maxPacketsPerSecond = 25 enableLiveCasting = true liveCastPort = 7173 -- 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 housePriceEachSQM = 500 houseRentPeriod = "weekly" -- Item Usage timeBetweenActions = 200 timeBetweenExActions = 1000 -- Map -- NOTE: set mapName WITHOUT .otbm at the end mapName = "global" mapAuthor = "Mitsuig" -- Market marketOfferDuration = 7 * 24 * 60 * 60 premiumToCreateMarketOffer = false checkExpiredMarketOffersEachMinutes = 60 maxMarketOffersAtATimePerPlayer = 100 -- MySQL mysqlHost = "127.0.0.1" mysqlUser = "root" mysqlPass = "trocar123" mysqlDatabase = "servidor" mysqlPort = 3306 mysqlSock = "" passwordType = "sha1" -- Misc. allowChangeOutfit = true freePremium = true kickIdlePlayerAfterMinutes = 30 maxMessageBuffer = 4 emoteSpells = false classicEquipmentSlots = false -- Rates -- NOTE: rateExp is not used if you have enabled stages in data/XML/stages.xml rateExp = 2 rateSkill = 35 rateLoot = 4 rateMagic = 12 rateSpawn = 6 -- 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 = false -- Status server information ownerName = "Muntantes Global" ownerEmail = "[email protected]" url = "http://mutantes-global.com" location = "Brazil"
-
Global v30 - OTX 10.99
olá amigos, entao eu sou iniciante nessa área de servidor 10.90, entao eu abro o forgottenserver ele da um chamado : "MySQL Error Message: Can't connect to MySQL server on '127.0.0.1' <10061> >ERROR: Failed to connect to database. >> No services running. The server is NOT online ALGUEM ME AJUDA POR FAVOR?
-
Mapa Subwat Kamikaze
.