Ir para conteúdo
  • Cadastre-se

(Resolvido)Suporte nesse script


Ir para solução Resolvido por Vodkart,

Posts Recomendados

Spoiler

function onSay(cid, words, param)

local config = {
--[Vocation] = ( Nova Vocation, New Outfit )
-- Goku
[473] = {499, 560},


-- Vegeta
[474] = {500, 567},


-- Piccolo
[44] = {501, 553},


-- C17
[56] = {531, 559},


-- Gohan
[70] = {502, 559},


-- Trunks
[490] = {503, 565},


-- Cell
[94] = {504, 575},


-- Freeza
[110] = {505, 551},


-- Majin Boo
[475] = {528, 581},


-- Broly
[980] = {506, 558},


-- C18
[151] = {507, 554},


-- Uub
[163] = {529, 582},


-- Goten
[177] = {508, 561},


-- Chibi Trunks
[191] = {509, 561},


-- Cooler
[205] = {510, 573},


-- Dende
[217] = {511, 552},


-- Tsuful
[229] = {512, 569},


-- Bardock
[243] = {513, 552},


-- Kuririn
[255] = {514, 542},


-- Pan
[267] = {515, 543},


-- Kaio
[279] = {516, 583},


-- Videl
[291] = {530, 605},


-- Janemba
[491] = {517, 576},


-- Tenshinhan
[315] = {518, 580},


-- Jenk
[327] = {519, 562},

-- Raditz
[981] = {520, 564},


-- C16
[351] = {521, 555},


-- Turles
[382] = {522, 566},


-- Bulma
[375] = {523, 578},


-- Shenron
[376] = {524, 577},


-- Vegetto
[399] = {525, 568},


-- Tapion
[476] = {498, 596},


-- Kame
[424] = {526, 536},


-- King Vegeta
[984] = {497, 563},


-- Kagome
[448] = {496, 571},


-- Zaiko
[477] = {495, 572},


-- Chilled
[492] = {494, 574},


-- C8
[489] = {527, 579},


--Goku Black
--[vocation id] = { level, nova voc, looktype, efeito}
[540] = {541, 656},

--Golden Freeza
--[vocation id] = { level, nova voc, looktype, efeito}
[550] = {551, 586},

--Bills
--[vocation id] = { level, nova voc, looktype, efeito}
[560] = {561, 584},

--Zamasu
--[vocation id] = { level, nova voc, looktype, efeito}
[854] = {563, 614},


--Goku Black Evo
--[vocation id] = { level, nova voc, looktype, efeito}

[639] = {640, 655}
}

local voc = config[getPlayerVocation(cid)]
local outfit = {lookType = voc[2]}
local akat = {494,495,496,497,498;499;500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531}

if getPlayerStorageValue(cid,99023) == 4 then
if getPlayerStorageValue(cid, 1240) < os.time() then
doCreatureChangeOutfit(cid, outfit)
setPlayerStorageValue(cid,1240,os.time()+2)
doPlayerSendTextMessage(cid, 27, "Voce virou GOD")
end

else
return doPlayerSendTextMessage(cid, 27, "Você nao é um GOD...")
end

return TRUE
end

Galera, Tenho essa script de transformar, com storage... O problema dela, que ela só esta entregando a newtype e nao esta entregando a vocação, alguem pode editar ela para entregar a vocação tambem? Por favor 

Link para o post
Compartilhar em outros sites

mas não tem a função para trocar a vocation, outra coisa, é uma voc para todos? ou cada um vai parada uma voc diferente?

vodkart_logo.png

[*Ninguém será digno do sucesso se não usar suas derrotas para conquistá-lo.*]

 

DISCORDvodkart#6090

 

Link para o post
Compartilhar em outros sites

oi amigo, cada um vai para uma voc diferente conforme ai no script, o problema q ele s9 esta entregando a newtype e n muda a vo

caçao

2 horas atrás, Vodkart disse:

mas não tem a função para trocar a vocation, outra coisa, é uma voc para todos? ou cada um vai parada uma voc diferente?

 

Link para o post
Compartilhar em outros sites
  • Solução
function onSay(cid, words, param)
  --[Vocation] = ( Nova Vocation, New Outfit )
  local config = {
    -- Goku
    [473] = {499, 560},
    -- Vegeta
    [474] = {500, 567},
    -- Piccolo
    [44] = {501, 553},
    -- C17
    [56] = {531, 559},
    -- Gohan
    [70] = {502, 559},
    -- Trunks
    [490] = {503, 565},
    -- Cell
    [94] = {504, 575},
    -- Freeza
    [110] = {505, 551},
    -- Majin Boo
    [475] = {528, 581},
    -- Broly
    [980] = {506, 558},
    -- C18
    [151] = {507, 554},
    -- Uub
    [163] = {529, 582},
    -- Goten
    [177] = {508, 561},
    -- Chibi Trunks
    [191] = {509, 561},
    -- Cooler
    [205] = {510, 573},
    -- Dende
    [217] = {511, 552},
    -- Tsuful
    [229] = {512, 569},
    -- Bardock
    [243] = {513, 552},
    -- Kuririn
    [255] = {514, 542},
    -- Pan
    [267] = {515, 543},
    -- Kaio
    [279] = {516, 583},
    -- Videl
    [291] = {530, 605},
    -- Janemba
    [491] = {517, 576},
    -- Tenshinhan
    [315] = {518, 580},
    -- Jenk
    [327] = {519, 562},
    -- Raditz
    [981] = {520, 564},
    -- C16
    [351] = {521, 555},
    -- Turles
    [382] = {522, 566},
    -- Bulma
    [375] = {523, 578},
    -- Shenron
    [376] = {524, 577},
    -- Vegetto
    [399] = {525, 568},
    -- Tapion
    [476] = {498, 596},
    -- Kame
    [424] = {526, 536},
    -- King Vegeta
    [984] = {497, 563},
    -- Kagome
    [448] = {496, 571},
    -- Zaiko
    [477] = {495, 572},
    -- Chilled
    [492] = {494, 574},
    -- C8
    [489] = {527, 579},
    --Goku Black
    [540] = {541, 656},
    --Golden Freeza
    [550] = {551, 586},
    --Bills
    [560] = {561, 584},
    --Zamasu
    [854] = {563, 614},
    --Goku Black Evo
    [639] = {640, 655}
  }
  local voc = config[getPlayerVocation(cid)]
  if not voc then return true end
  local outfit,newvoc = {lookType = voc[2]},voc[1]
  if getPlayerStorageValue(cid,99023) == 4 then
    if getPlayerStorageValue(cid, 1240) < os.time() then
      doCreatureChangeOutfit(cid, outfit)
      doPlayerSetVocation(cid, newvoc)
      setPlayerStorageValue(cid,1240,os.time()+5)
      doPlayerSendTextMessage(cid, 27, "Voce virou GOD")
    end
  else
    return doPlayerSendTextMessage(cid, 27, "Você nao é um GOD...")
  end
  return true
end

 

vodkart_logo.png

[*Ninguém será digno do sucesso se não usar suas derrotas para conquistá-lo.*]

 

DISCORDvodkart#6090

 

Link para o post
Compartilhar em outros sites
17 minutos atrás, Vodkart disse:

function onSay(cid, words, param)
  --[Vocation] = ( Nova Vocation, New Outfit )
  local config = {
    -- Goku
    [473] = {499, 560},
    -- Vegeta
    [474] = {500, 567},
    -- Piccolo
    [44] = {501, 553},
    -- C17
    [56] = {531, 559},
    -- Gohan
    [70] = {502, 559},
    -- Trunks
    [490] = {503, 565},
    -- Cell
    [94] = {504, 575},
    -- Freeza
    [110] = {505, 551},
    -- Majin Boo
    [475] = {528, 581},
    -- Broly
    [980] = {506, 558},
    -- C18
    [151] = {507, 554},
    -- Uub
    [163] = {529, 582},
    -- Goten
    [177] = {508, 561},
    -- Chibi Trunks
    [191] = {509, 561},
    -- Cooler
    [205] = {510, 573},
    -- Dende
    [217] = {511, 552},
    -- Tsuful
    [229] = {512, 569},
    -- Bardock
    [243] = {513, 552},
    -- Kuririn
    [255] = {514, 542},
    -- Pan
    [267] = {515, 543},
    -- Kaio
    [279] = {516, 583},
    -- Videl
    [291] = {530, 605},
    -- Janemba
    [491] = {517, 576},
    -- Tenshinhan
    [315] = {518, 580},
    -- Jenk
    [327] = {519, 562},
    -- Raditz
    [981] = {520, 564},
    -- C16
    [351] = {521, 555},
    -- Turles
    [382] = {522, 566},
    -- Bulma
    [375] = {523, 578},
    -- Shenron
    [376] = {524, 577},
    -- Vegetto
    [399] = {525, 568},
    -- Tapion
    [476] = {498, 596},
    -- Kame
    [424] = {526, 536},
    -- King Vegeta
    [984] = {497, 563},
    -- Kagome
    [448] = {496, 571},
    -- Zaiko
    [477] = {495, 572},
    -- Chilled
    [492] = {494, 574},
    -- C8
    [489] = {527, 579},
    --Goku Black
    [540] = {541, 656},
    --Golden Freeza
    [550] = {551, 586},
    --Bills
    [560] = {561, 584},
    --Zamasu
    [854] = {563, 614},
    --Goku Black Evo
    [639] = {640, 655}
  }
  local voc = config[getPlayerVocation(cid)]
  if not voc then return true end
  local outfit,newvoc = {lookType = voc[2]},voc[1]
  if getPlayerStorageValue(cid,99023) == 4 then
    if getPlayerStorageValue(cid, 1240) < os.time() then
      doCreatureChangeOutfit(cid, outfit)
      doPlayerSetVocation(cid, newvoc)
      setPlayerStorageValue(cid,1240,os.time()+5)
      doPlayerSendTextMessage(cid, 27, "Voce virou GOD")
    end
  else
    return doPlayerSendTextMessage(cid, 27, "Você nao é um GOD...")
  end
  return true
end

 

Resolvido PERFEITO!!!

Vodkart, pode colocar, para ter level para usar tambem? Por favor, pq a quest para fzr isso é lvl 800, e o player morre e pode transformar queria, que desse tipo lvl 800 ou editavel + para transformar. Pode add isso para mim pf?

Editado por gutalo (veja o histórico de edições)
Link para o post
Compartilhar em outros sites
2 horas atrás, gutalo disse:

Resolvido PERFEITO!!!

Vodkart, pode colocar, para ter level para usar tambem? Por favor, pq a quest para fzr isso é lvl 800, e o player morre e pode transformar queria, que desse tipo lvl 800 ou editavel + para transformar. Pode add isso para mim pf?

function onSay(cid, words, param)
  --[Vocation] = ( Nova Vocation, New Outfit )
  local config = {
    -- Goku
    [473] = {499, 560},
    -- Vegeta
    [474] = {500, 567},
    -- Piccolo
    [44] = {501, 553},
    -- C17
    [56] = {531, 559},
    -- Gohan
    [70] = {502, 559},
    -- Trunks
    [490] = {503, 565},
    -- Cell
    [94] = {504, 575},
    -- Freeza
    [110] = {505, 551},
    -- Majin Boo
    [475] = {528, 581},
    -- Broly
    [980] = {506, 558},
    -- C18
    [151] = {507, 554},
    -- Uub
    [163] = {529, 582},
    -- Goten
    [177] = {508, 561},
    -- Chibi Trunks
    [191] = {509, 561},
    -- Cooler
    [205] = {510, 573},
    -- Dende
    [217] = {511, 552},
    -- Tsuful
    [229] = {512, 569},
    -- Bardock
    [243] = {513, 552},
    -- Kuririn
    [255] = {514, 542},
    -- Pan
    [267] = {515, 543},
    -- Kaio
    [279] = {516, 583},
    -- Videl
    [291] = {530, 605},
    -- Janemba
    [491] = {517, 576},
    -- Tenshinhan
    [315] = {518, 580},
    -- Jenk
    [327] = {519, 562},
    -- Raditz
    [981] = {520, 564},
    -- C16
    [351] = {521, 555},
    -- Turles
    [382] = {522, 566},
    -- Bulma
    [375] = {523, 578},
    -- Shenron
    [376] = {524, 577},
    -- Vegetto
    [399] = {525, 568},
    -- Tapion
    [476] = {498, 596},
    -- Kame
    [424] = {526, 536},
    -- King Vegeta
    [984] = {497, 563},
    -- Kagome
    [448] = {496, 571},
    -- Zaiko
    [477] = {495, 572},
    -- Chilled
    [492] = {494, 574},
    -- C8
    [489] = {527, 579},
    --Goku Black
    [540] = {541, 656},
    --Golden Freeza
    [550] = {551, 586},
    --Bills
    [560] = {561, 584},
    --Zamasu
    [854] = {563, 614},
    --Goku Black Evo
    [639] = {640, 655}
  }
  local voc = config[getPlayerVocation(cid)]
  local level = 800
if not voc then return true end
local outfit,newvoc = {lookType = voc[2]},voc[1]
	if getPlayerLevel(cid) >= level then
		if getPlayerStorageValue(cid,99023) == 4 then
			if getPlayerStorageValue(cid, 1240) < os.time() then
				doCreatureChangeOutfit(cid, outfit)
				doPlayerSetVocation(cid, newvoc)
				setPlayerStorageValue(cid,1240,os.time()+5)
				doPlayerSendTextMessage(cid, 27, "Voce virou GOD")
			end
		else
			return doPlayerSendTextMessage(cid, 27, "Você nao é um GOD...")
		end
	else
	return doPlayerSendTextMessage(cid, 27, "Você precisa de level "..level.." para evoluir.")
	end
return true
end

Só alterar onde esta local level = 800

asdukeeh.jpg

Link para o post
Compartilhar em outros sites
24 minutos atrás, DukeeH disse:

function onSay(cid, words, param)
  --[Vocation] = ( Nova Vocation, New Outfit )
  local config = {
    -- Goku
    [473] = {499, 560},
    -- Vegeta
    [474] = {500, 567},
    -- Piccolo
    [44] = {501, 553},
    -- C17
    [56] = {531, 559},
    -- Gohan
    [70] = {502, 559},
    -- Trunks
    [490] = {503, 565},
    -- Cell
    [94] = {504, 575},
    -- Freeza
    [110] = {505, 551},
    -- Majin Boo
    [475] = {528, 581},
    -- Broly
    [980] = {506, 558},
    -- C18
    [151] = {507, 554},
    -- Uub
    [163] = {529, 582},
    -- Goten
    [177] = {508, 561},
    -- Chibi Trunks
    [191] = {509, 561},
    -- Cooler
    [205] = {510, 573},
    -- Dende
    [217] = {511, 552},
    -- Tsuful
    [229] = {512, 569},
    -- Bardock
    [243] = {513, 552},
    -- Kuririn
    [255] = {514, 542},
    -- Pan
    [267] = {515, 543},
    -- Kaio
    [279] = {516, 583},
    -- Videl
    [291] = {530, 605},
    -- Janemba
    [491] = {517, 576},
    -- Tenshinhan
    [315] = {518, 580},
    -- Jenk
    [327] = {519, 562},
    -- Raditz
    [981] = {520, 564},
    -- C16
    [351] = {521, 555},
    -- Turles
    [382] = {522, 566},
    -- Bulma
    [375] = {523, 578},
    -- Shenron
    [376] = {524, 577},
    -- Vegetto
    [399] = {525, 568},
    -- Tapion
    [476] = {498, 596},
    -- Kame
    [424] = {526, 536},
    -- King Vegeta
    [984] = {497, 563},
    -- Kagome
    [448] = {496, 571},
    -- Zaiko
    [477] = {495, 572},
    -- Chilled
    [492] = {494, 574},
    -- C8
    [489] = {527, 579},
    --Goku Black
    [540] = {541, 656},
    --Golden Freeza
    [550] = {551, 586},
    --Bills
    [560] = {561, 584},
    --Zamasu
    [854] = {563, 614},
    --Goku Black Evo
    [639] = {640, 655}
  }
  local voc = config[getPlayerVocation(cid)]
  local level = 800
if not voc then return true end
local outfit,newvoc = {lookType = voc[2]},voc[1]
	if getPlayerLevel(cid) >= level then
		if getPlayerStorageValue(cid,99023) == 4 then
			if getPlayerStorageValue(cid, 1240) < os.time() then
				doCreatureChangeOutfit(cid, outfit)
				doPlayerSetVocation(cid, newvoc)
				setPlayerStorageValue(cid,1240,os.time()+5)
				doPlayerSendTextMessage(cid, 27, "Voce virou GOD")
			end
		else
			return doPlayerSendTextMessage(cid, 27, "Você nao é um GOD...")
		end
	else
	return doPlayerSendTextMessage(cid, 27, "Você precisa de level "..level.." para evoluir.")
	end
return true
end

Só alterar onde esta local level = 800

Vlw rep +

Link para o post
Compartilhar em outros sites

Participe da conversa

Você pode postar agora e se cadastrar mais tarde. Se você tem uma conta, faça o login para postar com sua conta.

Visitante
Responder

×   Você colou conteúdo com formatação.   Remover formatação

  Apenas 75 emojis são permitidos.

×   Seu link foi automaticamente incorporado.   Mostrar como link

×   Seu conteúdo anterior foi restaurado.   Limpar o editor

×   Não é possível colar imagens diretamente. Carregar ou inserir imagens do URL.

  • Quem Está Navegando   0 membros estão online

    Nenhum usuário registrado visualizando esta página.

×
×
  • Criar Novo...

Informação Importante

Confirmação de Termo