Mudando O que o Pet Dropa
Top - Dev :: ::. Geral .:: :: Tutoriais
Página 1 de 1
Mudando O que o Pet Dropa
Primeiramente vá na sua server file/scripts/calculate
functions.lua
Abra com o Bloco de notas ou com o Notepad++
Procure por 855 (Codigo do Fairy Coin)
Vai aparecer Assim
Agora onde tem 855,2588(Elven Signet) so por o que vc quer q o Pet Drop
Espero ter Ajudado Qualquer Duvida Poste Aqui
functions.lua
Abra com o Bloco de notas ou com o Notepad++
Procure por 855 (Codigo do Fairy Coin)
Vai aparecer Assim
- Código:
local star_num = GetItemAttr( Item_bg ,ITEMATTR_VAL_FUSIONID ) --µÀ¾ß¾«Á¶ÐÅÏ¢ÓÐÒԼǼ¾«ÁéÒ»±ÊµÄÊýÁ¿
star_num=star_num+1
if math.mod( star_num , 1) == 0 and Elf_URE>=50 and Part1_JLone==1 then
GiveItemX ( role , 0 , 855 , 1 , 4 ) -------³É³¤1µã¸øÒ»¾«ÁéÓ²±Ò
end
if math.mod( star_num , 2) == 0 and Elf_URE>=50 and Part1_JLone~=1 then
GiveItemX ( role , 0 , 855 , 1 , 4 ) -------³É³¤2µã¸øÒ»¾«ÁéÓ²±Ò
end
if math.mod( star_num , 30) == 0 and Elf_URE>=50 and Part1_JLone==1 then -------³É³¤30µã¸øÒ»¾«Áé»ÔÓ¡Ò»¸ö
GiveItemX ( role , 0 , 2588 , 1 , 4 )
end
if math.mod( star_num , 60) == 0 and Elf_URE>=50 and Part1_JLone~=1 then -------³É³¤60µã¸øÒ»¾«Áé»ÔÓ¡Ò»¸ö
GiveItemX ( role , 0 , 2588 , 1 , 4 )
end
if math.mod( star_num , 120) == 0 and Elf_URE>=50 then -------³É³¤120µã¸øÒ»¾«Áé»ÔÓ¡Ò»¸ö
GiveItemX ( role , 0 , 2588 , 1 , 4 )
end
if math.mod( star_num , 1200) == 0 and Elf_URE>=50 then -------³É³¤1200µã¸ø¾«ÁéÍõ»ÔÓ¡Ò»¸ö
GiveItemX ( role , 0 , 2589 , 1 , 4 )
end
if star_num==1200 then
star_num=0
Agora onde tem 855,2588(Elven Signet) so por o que vc quer q o Pet Drop
Espero ter Ajudado Qualquer Duvida Poste Aqui
PatolinoPrudencio- Moderador
- Mensagens : 10
Data de inscrição : 15/12/2013
Localização : Brasília
Tópicos semelhantes
» [Server] Mudando Level Max do Pet
» [Cliente] Mudando Nome do Neck ''Pirate''
» [Cliente] Mudando nome do Server no Cliente
» [Cliente] Mudando Nome do Neck ''Pirate''
» [Cliente] Mudando nome do Server no Cliente
Top - Dev :: ::. Geral .:: :: Tutoriais
Página 1 de 1
Permissões neste sub-fórum
Não podes responder a tópicos