MarcosFraga 34 Postado Janeiro 29, 2012 Share Postado Janeiro 29, 2012 Tenta ae data/creaturescripts/scripts abre o arquivo look.lua apaga tudo e coloca: function onLook(cid, thing, position, lookDistance) local str = "" if not isCreature(thing.uid) then local iname = getItemInfo(thing.itemid) if isPokeball(thing.itemid) then local pokename = getItemAttribute(thing.uid, "poke") local item = getItemInfo(thing.itemid) str = "You see "..item.article.." "..item.name..".\n" str = str.."It contains "..getArticle(pokename).." "..pokename.." [level "..getItemAttribute(thing.uid, "level").."].\n" local boost = getItemAttribute(thing.uid, "boost") or 0 local boostshow = "" if boost > 0 then str = str.."Boost level: +"..boost..".\n" end if getItemAttribute(thing.uid, "nick") then str = str.."It's nickname is: "..getItemAttribute(thing.uid, "nick")..".\n" end if getItemAttribute(thing.uid, "gender") == SEX_MALE then str = str.."It is male." elseif getItemAttribute(thing.uid, "gender") == SEX_FEMALE then str = str.."It is female." else str = str.."It is genderless." end doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, str) return false elseif string.find(iname.name, "fainted") or string.find(iname.name, "defeated") then str = "You see a "..string.lower(iname.name).." ["..getItemAttribute(thing.uid, "level").."].\n" if getItemAttribute(thing.uid, "gender") == SEX_MALE then str = str.."It is male." elseif getItemAttribute(thing.uid, "gender") == SEX_FEMALE then str = str.."It is female." else str = str.."It is genderless." end doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, str) return false else return true end end local npcname = getCreatureName(thing.uid) local l = string.len(npcname) if not isPlayer(thing.uid) and not isMonster(thing.uid) then --string.sub(npcname, l - 1, l) == " " then local article = getPlayerStorageValue(thing.uid, 9891) == 1 and "He is" or "She is" local nname = string.sub(npcname, 1, l - 2) if nname == getCreatureName(cid) then nname = "yourself" article = "You are" end str = "You see "..nname..". "..article.." a pokemon trainer." doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, str) return false end if not isMonster(thing.uid) then return true end if getCreatureName(thing.uid) == "Evolution" then return false end if not isSummon(thing.uid) then local str = "You see a wild "..string.lower(getCreatureName(thing.uid)).." [level "..getPokemonLevel(thing.uid).."].\n" if isShiny(thing.uid) then str = "You see a "..string.lower(getCreatureName(thing.uid)).." [level "..getPokemonLevel(thing.uid).."].\n" end if getPokemonGender(thing.uid) == SEX_MALE then str = str.."It is male." elseif getPokemonGender(thing.uid) == SEX_FEMALE then str = str.."It is female." else str = str.."It is genderless." end doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, str) return false elseif isSummon(thing.uid) and not isPlayer(thing.uid) then local boostlevel = getItemAttribute(getPlayerSlotItem(getCreatureMaster(thing.uid), 8).uid, "boost") or 0 local boostshow = " + "..boostlevel.."]" if showBoostSeparated then boostshow = "] [+"..boostlevel.."]" end local levelinfo = "["..getPokemonLevel(thing.uid)..""..boostshow.."" if getCreatureMaster(thing.uid) == cid then local myball = getPlayerSlotItem(cid, 8).uid local nexp = getItemAttribute(myball, "nextlevelexp") local string = "You see your "..string.lower(getCreatureName(thing.uid)).." "..levelinfo.."." string = string.."\nHit points: "..getCreatureHealth(thing.uid).."/"..getCreatureMaxHealth(thing.uid).."." string = string.."\n"..getPokemonHappinessDescription(thing.uid) if getItemAttribute(myball, "level") <= 99 then string = string.."\nExperience needed to level up: "..nexp.."." end doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, string) else doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "You see a "..string.lower(getCreatureName(thing.uid)).." "..levelinfo..".\nIt belongs to "..getCreatureName(getCreatureMaster(thing.uid))..".") end return false end return true end Qualquer erro poste. Link para o comentário Compartilhar em outros sites More sharing options...
fagundes14 7 Postado Janeiro 29, 2012 Share Postado Janeiro 29, 2012 (editado) @lastdemon Nossa Cara Rep+ Pra Vc Tem Muito Tempo Que Eu Estou Tentado Modificar Isto =D @ALL Entao Gente Eu Fis Algumas Modificaçoes Nas Potions E Fico Bem Legal Elas Ficarao Igual O PXG Quando Vc Usa Ela Em Algum Pokemon Seu =D Se Quiserem e So Falar Que Eu Posto Pra Vcs ABRASS Editado Janeiro 29, 2012 por Fagundes14 Link para o comentário Compartilhar em outros sites More sharing options...
353009 0 Postado Janeiro 29, 2012 Share Postado Janeiro 29, 2012 @ALL Como editar o Ride, Fly ou surf ?? Tipo quero mudar o Shiny Onix do jeff000, ta um meio amarelado, quero deixar ele azul o verdadeiro mesmo no configuration.lua ta assim: ["Shiny Onix"] = {126, 450}, -- onix Como faz pra mudar pro outro looktype de ride ? Grato REP+ pra quem me ajudar. Link para o comentário Compartilhar em outros sites More sharing options...
sabrina45 3 Postado Janeiro 29, 2012 Share Postado Janeiro 29, 2012 @SoulOrishie cara ficou assim You see a Pokemon it contains a Tyranitar [level 100]. it is male agr so falta o Healt e nick boost '0' se tu conseguir dou rep+ Link para o comentário Compartilhar em outros sites More sharing options...
MarcosFraga 34 Postado Janeiro 29, 2012 Share Postado Janeiro 29, 2012 (editado) Poste então pois as potions que vieram não estão healando só sai o efeito. Edit tu que que suma o Healt e nick boost '0'? Editado Janeiro 29, 2012 por SoulOroshie Link para o comentário Compartilhar em outros sites More sharing options...
sabrina45 3 Postado Janeiro 29, 2012 Share Postado Janeiro 29, 2012 nao tipo ... eu quero que tem eles '-' ... mais tipo aql do Pstorm healt : [3500/3500] boost : +15 nick : Lycam Algo assim '-' Link para o comentário Compartilhar em outros sites More sharing options...
Jeffer000 65 Postado Janeiro 29, 2012 Share Postado Janeiro 29, 2012 Galera colokei meu sv pra on pra faze uns teste..mas n sei bem como configura as rate..alguem da um help de onde configura exatamente e quanto é quantas x? Eu colokei no configuration.lua mas tambem tem uma parte no config.lua que ta 0....-. Link para o comentário Compartilhar em outros sites More sharing options...
MarcosFraga 34 Postado Janeiro 29, 2012 Share Postado Janeiro 29, 2012 Não consegui não nao tipo ... eu quero que tem eles '-' ... mais tipo aql do Pstorm healt : [3500/3500] boost : +15 nick : Lycam Algo assim '-' Não consegui se alguem conseguir ou quiser tentar e no look.lua no creaturescripts eu entendo bem pouco de script então não consegui fazer. Link para o comentário Compartilhar em outros sites More sharing options...
sabrina45 3 Postado Janeiro 29, 2012 Share Postado Janeiro 29, 2012 Não consegui não nao tipo ... eu quero que tem eles '-' ... mais tipo aql do Pstorm healt : [3500/3500] boost : +15 nick : Lycam Algo assim '-' Não consegui se alguem conseguir ou quiser tentar e no look.lua no creaturescripts eu entendo bem pouco de script então não consegui fazer. Vou tentar aki se eu conseguir posto aki pra galera '-' Link para o comentário Compartilhar em outros sites More sharing options...
Denuvo 71 Postado Janeiro 29, 2012 Share Postado Janeiro 29, 2012 @jeff000 tu jáa tento configurar no conf.lua e no configuration.lua a msma coisa? eu tbm tenho essa duvida e tenho tbm como faz pra aumentar a rate do loot :X Link para o comentário Compartilhar em outros sites More sharing options...
Jeffer000 65 Postado Janeiro 29, 2012 Share Postado Janeiro 29, 2012 Eu configurei no configuration.lua a exp do player e do pokemon esta como "2" a do player mas n sei o quanto significa..se é 20x ou sei la no config.lua aumentei o loot Link para o comentário Compartilhar em outros sites More sharing options...
MarcosFraga 34 Postado Janeiro 29, 2012 Share Postado Janeiro 29, 2012 Alguem consegue me dizer como por o fly para premium e o ride para free eu vi no order mas só tem como fazer ou os 2 free ou os 2 premmium se alguem souber como puder me dizer agradeço. Link para o comentário Compartilhar em outros sites More sharing options...
ewertonvcom 9 Postado Janeiro 29, 2012 Share Postado Janeiro 29, 2012 @lastdemon Nossa Cara Rep+ Pra Vc Tem Muito Tempo Que Eu Estou Tentado Modificar Isto =D @ALL Entao Gente Eu Fis Algumas Modificaçoes Nas Potions E Fico Bem Legal Elas Ficarao Igual O PXG Quando Vc Usa Ela Em Algum Pokemon Seu =D Se Quiserem e So Falar Que Eu Posto Pra Vcs ABRASS passa então? Link para o comentário Compartilhar em outros sites More sharing options...
paulinuu 0 Postado Janeiro 29, 2012 Share Postado Janeiro 29, 2012 onde eu configuro a ride dos pokes antigamente era no order agora nao é mais lá que poe os looktypes alguem pode me dizer ? Link para o comentário Compartilhar em outros sites More sharing options...
MarcosFraga 34 Postado Janeiro 29, 2012 Share Postado Janeiro 29, 2012 onde eu configuro a ride dos pokes antigamente era no order agora nao é mais lá que poe os looktypes alguem pode me dizer ? Em data/lib/configuration.lua procura: rides = { ["Tauros"] = {128, 580}, <-- 128 looktype e 580 speed Tbm tem que adiciona em data/creaturescripts/scripts abre o login.lua procura : local rides = { ["Tauros"] = {128, 580}, e a mesma coisa que o do configuration.lua Espero ter ajudado Link para o comentário Compartilhar em outros sites More sharing options...
Posts Recomendados