Postado Junho 1, 2014 11 anos Só copia uma action com itemid -_- Scripter: |||||||||| 10% Te ajudei?? REP + e ficamos quites... Atenciosamente, Lucas. Abraços!
Postado Junho 1, 2014 11 anos Autor cara, pelos teus emotes vejo que não está afim de ajudar ou está com má vontade, nem precisava, era só deixar alguém algum dia responder e talvez ajudar.. mas já que "tentou" ajudar, obrigado, mas não funcionou. alguém experiente pfvr? agradeceria bastante. Ajudei? REP+ Spriter: |||||||||| 10%
Postado Junho 1, 2014 11 anos Mal cara tava no celular... É quase impossível mecher aqui do cel... Mas a tag seria assim <action itemid="seuitem" event="script" value="nomedolua.lua"/> O script não funcionou? Se eu chegar em casa e ninguém tiver feito te faço... Scripter: |||||||||| 10% Te ajudei?? REP + e ficamos quites... Atenciosamente, Lucas. Abraços!
Postado Junho 2, 2014 11 anos Autor o erro é no script, não funciona e nem dá erro algum Ajudei? REP+ Spriter: |||||||||| 10%
Postado Junho 2, 2014 11 anos Tente assim amigo function onUsefunction onUse(cid, item, frompos, item2, topos) --parte configurável-- local storq1 = 19100 local storq2 = 19101 local storq3 = 19102 local storq4 = 19103 local storq5 = 19104 local storq6 = 19105 local qust1 = "Voce Precisa ser premium para puxar esta alavanca" --Mensagem sem completar quest nenhuma local qust2 = "Voce Precisa ser premium para puxar esta alavanca" ----Mensagem ao completar 1 missão local qust3 = "Voce Precisa ser premium para puxar esta alavanca" ----mensagem ao completar 2 missões local qust4 = "Voce Precisa ser premium para puxar esta alavanca" local qust5 = "Voce Precisa ser premium para puxar esta alavanca" local qust6 = "Voce acabou todas as quests Parabéns" --fim parte configurável, sem conhecimentos básicos não edite.-- if (getPlayerStorageValue(cid, storq1) == 0) then doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, qust1) if (getPlayerStorageValue(cid, storq1) == 1) and (getPlayerStorageValue(cid, storq2) == 0) then doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, qust2) if (getPlayerStorageValue(cid, storq1) == 1) and (getPlayerStorageValue(cid, storq2) == 1) and (getPlayerStorageValue(cid, storq3) == 0) then doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, qust3) if (getPlayerStorageValue(cid, storq1) == 1) and (getPlayerStorageValue(cid, storq2) == 1) and (getPlayerStorageValue(cid, storq3) == 1) and (getPlayerStorageValue(cid, storq4) == 0) then doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, qust4) if (getPlayerStorageValue(cid, storq1) == 1) and (getPlayerStorageValue(cid, storq2) == 1) and (getPlayerStorageValue(cid, storq3) == 1) and (getPlayerStorageValue(cid, storq4) == 1) and (getPlayerStorageValue(cid, storq5) == 0) then doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, qust5) if (getPlayerStorageValue(cid, storq1) == 1) and (getPlayerStorageValue(cid, storq2) == 1) and (getPlayerStorageValue(cid, storq3) == 1) and (getPlayerStorageValue(cid, storq4) == 1) and (getPlayerStorageValue(cid, storq5) == 1) and (getPlayerStorageValue(cid, storq6) == 0) then doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, qust6) end end end end end end return true end Scripter: |||||||||| 10% Te ajudei?? REP + e ficamos quites... Atenciosamente, Lucas. Abraços!
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.