Pesquisar na Comunidade
Mostrando resultados para as tags ''voc''.
Encontrado 3 registros
-
Vejo muita gente ainda criando vários e vários baús para colocar um item para cada vocação... Então criei esse simples, porém eficiente, script que te da os itens dependendo da sua vocação. No actions.xml coloque: <action actionid="10201" event="script" value="firstitems.lua"/> Crie um arquivo...
-
- quest
- firstitems
- (e 7 mais)
-
if getPlayerStorageValue(cid, 13540) > os.time() then if getPlayerStorageValue(cid, 122131) == 1 and isInArray({ 5, 6, 7, 8 }, getPlayerVocation(cid)) then doPlayerSetVocation(cid, getPlayerVocation(cid)+4) end else if isInArray({ 9, 10, 11, 12 }, getPlayerVocation(cid)) the...