-
Recently Browsing 0 members
- No registered users viewing this page.
-
Similar Content
-
script alguém pode me ajudar nessa spells aqui, queira que colocassem pro meu personagem ficar inatingível por 6 segundos e podendo atacar livremente
By lazaroszz,
- 0 answers
- 662 views
-
- 0 replies
- 1139 views
-
- 0 answers
- 2277 views
-
- 2 answers
- 2814 views
-
- 2 answers
- 1449 views
-
Question
AandersonC 17
Fala galera do Éks preciso de um script que cada vocação nova ao logar tenha seu propio outfit,sei que é simples porém esse script aqui esta dando erro
local out = {
[1] = 66, -- VOCATION / LOOKTYPE
[2] = 321,
[3] = 321,
[4] = 321,
[5] = 321,
[6] = 321,
[7] = 321,
[8] = 321
}
function onLogin(cid)
if getPlayerStorageValue(cid,23219) < 1 then
doCreatureChangeOutfit(cid,out[getPlayerVocation(cid)])
setPlayerStorageValue(cid,23219,1)
end
return true
end
Dá o seguinte erro
Link to comment
Share on other sites
12 answers to this question
Recommended Posts