Ir para conteúdo

[8.54 - Pokémon] Gender System Via Creaturescript


BrunooAngel

Posts Recomendados

esse spawn.lua nao muda nada caro amigo, eq o dash advenced os monstros nascem por esse spawn, eq o do dash o genero da mulher fica em transparente que nao detecta skull deve ser esse o erro !

poste o xml do seu bulbasauro aii que eu do um bisu ;9

Link para o comentário
Compartilhar em outros sites

Só dando uma reduzida no seu script:

function onThink(cid, interval)
local skull, sex = {["male"] = 5, ["female"] = 4}, string.find(getCreatureName(cid), "Male") and "male" or "female"

if string.find(getCreatureName(cid), "Nidoran") then
doCreatureSetSkullType(cid, skull[sex])
else
if getCreatureSkullType(cid) < 4 then
doCreatureSetSkullType(cid, math.random(4,5))
end
end
return true
end

Editado por Byerne
Link para o comentário
Compartilhar em outros sites

Só dando uma reduzida no seu script:

function onThink(cid, interval)
local skull, sex = {["male"] = 5, ["female"] = 4}, string.find(getCreatureName(cid), "Male") and "male" or "female"

if string.find(getCreatureName(cid), "Nidoran") then
doCreatureSetSkullType(cid, skull[sex])
else
if getCreatureSkullType(cid) < 4 then
doCreatureSetSkullType(cid, math.random(4,5))
end
end
return true
end

 

obrigado =D

Link para o comentário
Compartilhar em outros sites

  • 3 weeks later...
  • 1 month later...
  • 1 month later...
  • 2 weeks later...
  • 1 month later...
×
×
  • Criar Novo...