Histórico de Curtidas
-
TDK deu reputação a lerme em [help my]Otitemeditor errouse esse item editor
https://github.com/ottools/ItemEditor#download
-
TDK deu reputação a D i M i T r E s C u em (Resolvido)Outfit.lua no such fileTESTE :
function onLogin(cid) local r = getCreatureOutfit(cid) local roupa = {lookHead = r.lookHead, lookBody = r.lookBody, lookLegs = r.lookLegs , lookFeet = r.lookFeet} local vocação = {1} -- id da vocação local lookTypeh = {138} -- id das roupas masculinas local lookTypem = {130} -- id das roupas femininas if isPlayer(cid) then if getPlayerStorageValue(cid, 1417) == -1 then if getPlayerVocation(cid) == vocação then setPlayerStorageValue(cid,1417 ,1) if getPlayerSex(cid) == 0 then -- Se for homem doCreatureChangeOutfit(cid,{lookType = lookTypeh , roupa}) -- Roupa Masculina else doCreatureChangeOutfit(cid, {lookType = lookTypem , roupa}) -- Roupa Feminina end end end end return true end -
TDK deu reputação a Wakon em (Resolvido)Outfit.lua no such fileO nome do script na tag deve ser o mesmo que na pasta scripts, se ele não está encontrando provavelmente você colocou algo errado.
Se fosse erro no script, acusaria na distro o erro dentro do script, nesse caso ele não está encontrando, tente refazer o processo.
-
TDK deu reputação a Sociopata em Problema com Real Server 3.7 (8.60)não é seu windows pq o meu tbm é 7 e abre de boa e evite double post o o botão editar
-
TDK deu reputação a Sanieg em (Resolvido)[ajuda] Mew de agressivo pra passivoMuito facil data/lib abra configuration.lua
CTRL+F Procure por passivepokemons
la deve estar assim:
passivepokemons = {"Caterpie", "Metapod", "Butterfree", 'Pidgey', 'Pikachu', 'Clefairy', 'Jigglypuff', 'Oddish', 'Gloom', 'Vileplume', 'Paras', 'Psyduck', 'Bellsprout', 'Weepinbell', 'Slowpoke', 'Slowbro', "Farfetch'd", 'Doduo', 'Dodrio', 'Seel', 'Shellder', 'Exeggcute', 'Exeggutor', 'Lickitung', 'Chansey', 'Tangela', 'Mr. Mime', 'Tauros', 'Ditto', 'Lapras', 'Porygon', 'Omanyte'}
adicione o mew antes do caterpie assim:
passivepokemons = {"Mew", "Caterpie", "Metapod", "Butterfree", 'Pidgey', 'Pikachu', 'Clefairy', 'Jigglypuff', 'Oddish', 'Gloom', 'Vileplume', 'Paras', 'Psyduck', 'Bellsprout', 'Weepinbell', 'Slowpoke', 'Slowbro', "Farfetch'd", 'Doduo', 'Dodrio', 'Seel', 'Shellder', 'Exeggcute', 'Exeggutor', 'Lickitung', 'Chansey', 'Tangela', 'Mr. Mime', 'Tauros', 'Ditto', 'Lapras', 'Porygon', 'Omanyte'}
-
TDK deu reputação a MaxxSilva em (Resolvido)[Pedido] Outfit pra vip, estou com um probleminha!<outfit id="4" quest="181601"> -- esqueceu da storage <list gender="0" lookType="588" name="Jamaican"/> <list gender="1" lookType="587" name="Jamaican"/>