-
Total de itens
926 -
Registro em
-
Última visita
-
Dias Ganhos
18
Tudo que Danihcv postou
-
Tranquilo.
-
action [TFS 1.0] Battlefield Event - NEW 100%
tópico respondeu ao mkbrabsolute de Danihcv em Lixeira Pública
Tópico movido para lixeira, qualquer dúvida entre em contato com qualquer membro da equipe. -
action [TFS 1.0] Battlefield Event - NEW 100%
tópico respondeu ao mkbrabsolute de Danihcv em Lixeira Pública
Tópico com links, para conteúdo essencial, quebrados. -
Tópico movido para dúvidas / pedidos resolvidos.
-
Provavelmente o action id dessa porta está associada a outro script tb. Cheque o seu actions.xml e certifique-se de que o action id dessa porta esteja/seja associada apenas a esse script.
-
Tópico movido para dúvidas / pedidos resolvidos.
-
Tópico movido para área adequada. Amigo, por favor, atente-se para a importância de colocar um título descritivo da sua situação. E já que é novo, por favor, tire 5 minutinhos de seu tempo para dar uma lida nas nossas regras. Agradeço a compreensão. Abraços. ^^
-
Tópico movido para lixeira, qualquer dúvida entre em contato com qualquer membro da equipe.
-
Tópico movido para a lixeira, a pedido do membro.
-
Muito legal. Estou acompanhando o projeto. ^^
-
Tópico movido para dúvidas / pedidos resolvidos.
-
@Leopard, tenta: ALTER TABLE accounts ADD key VARCHAR(32) NOT NULL DEFAULT '0';
-
wtf. Foi meu auto-complete. Malz sahusahusahuas local failout = {73,75,302,266,45,10} -- outfits proibidaslocal storagevip = 85258 --storage da vipfunction onSay(cid, words, param, channel)local t = string.explode(param, ",")t[1] = tonumber(t[1])if getPlayerStorageValue(cid, storagevip) < os.time() thendoPlayerSendCancel(cid,"Você precisa ser VIP para usar este comando.")elseif(param == '') thendoPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Command requires param.")elseif not(t[1]) thendoPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Command requires numeric param.")elseif isInArray(failout, t[1]) thendoPlayerSendCancel(cid,"Não pode usar estas outfit.")elseif(t[1] <= 1 or t[1] == 135 or (t[1] > 160 and t[1] < 192) or t[1] > 351) thendoPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Such outfit does not exist.")elselocal tmp = getCreatureOutfit(cid)tmp.lookType = t[1]doCreatureChangeOutfit(cid, tmp)endreturn trueend
-
Este tópico foi movido para Tutoriais e Suporte - Tutoriais de Scripting - Suporte Scripting
-
Vê se funfa: local failout = {73,75,302,266,45,10} -- outfits proibidaslocal storagevip = 85258 --storage da vipfunction onSay(cid, words, param, channel)local t = string.explode(param, ",")t[1] = tonumber(t[1])if getPlayerStorageVocation(cid, storagevip) < os.time() thendoPlayerSendCancel(cid,"Você precisa ser VIP para usar este comando.")elseif(param == '') thendoPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Command requires param.")elseif not(t[1]) thendoPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Command requires numeric param.")elseif isInArray(failout, t[1]) thendoPlayerSendCancel(cid,"Não pode usar estas outfit.")elseif(t[1] <= 1 or t[1] == 135 or (t[1] > 160 and t[1] < 192) or t[1] > 351) thendoPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Such outfit does not exist.")elselocal tmp = getCreatureOutfit(cid)tmp.lookType = t[1]doCreatureChangeOutfit(cid, tmp)endreturn trueend
-
Tenta ae: local vocs = {9, 10, 11, 12}local failout = {73,75,302,266,45,10} -- outfits proibidaslocal storagevip = 85258 --storage da vipfunction onSay(cid, words, param, channel)local t = string.explode(param, ",")t[1] = tonumber(t[1])if not isInArray(vocs, getPlayerVocation(cid)) thendoPlayerSendCancel(cid,"Sua vocação não pode usar este comando.")elseif getPlayerStorageVocation(cid, storagevip) < os.time() thendoPlayerSendCancel(cid,"Você precisa ser VIP para usar este comando.")elseif(param == '') thendoPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Command requires param.")elseif not(t[1]) thendoPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Command requires numeric param.")elseif isInArray(failout, t[1]) thendoPlayerSendCancel(cid,"Não pode usar estas outfit.")elseif(t[1] <= 1 or t[1] == 135 or (t[1] > 160 and t[1] < 192) or t[1] > 351) thendoPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Such outfit does not exist.")elselocal tmp = getCreatureOutfit(cid)tmp.lookType = t[1]doCreatureChangeOutfit(cid, tmp)endreturn trueend
-
Tópico movido para dúvidas / pedidos resolvidos.
-
Não testei. Vê se funfa: local days = 2 --dias que o player irá ganhar de vipfunction onSay(cid, words, param, channel) if(param == '') then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Por favor, não esqueça de informar o nome do membro.") return false end player = getPlayerByNameWildcard(tostring(param)) if not (isInArray(getPlayersOnline(), player)) then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "O membro informado não existe ou não está online.") return false endsetPlayerStorageValue(player, 85258, (os.time()+(days*24*60*60)))doSendMagicEffect(getPlayerPosition(player), math.random(28,30))local quantity = math.floor((getPlayerStorageValue(player, 85258) - os.time())/(24 * 60 * 60))doPlayerSendTextMessage(player, MESSAGE_INFO_DESCR, "Você ganhou mais "..days.." dias de VIP. Agora lhe restam "..quantity.." dias de VIP.")return trueend Se não souber instalar a talkaction basta falar q eu te ajudo.
-
Hm... Vê se no seu (data\creaturescripts\scripts) login.lua tem o seguinte: registerCreatureEvent(cid, "MonsterHunterl") Se não tiver, adicione isso aí antes do ultimo return true do login.lua.
-
Para configurar o level, vc tem que ir no seu config.lua Procure por algo do tipo: newPlayerLevel = 8 Agora os itens iniciais. O server geralmente tem um script responsável por isso. Mande o seu creaturescripts.xml e também diga quais são os mods que vc tem dentro da sua pasta mods para que eu possa identificar onde o seu script de first items está.
-
Substitua o seu script que tá em data/creaturescripts/scripts Por esse, e veja se resolve o problema ao matar o monstro. Se não resolver, veja o que aparece na distro quando vc mata o monstro do evento: function onKill(cid, target, lastHit)if isPlayer(cid) and isMonster(target) then if getCreatureMaster(target) ~= nil then return true endlocal name = getGlobalStorageValue(19211) if tostring(string.lower(getCreatureName(target))) == tostring(string.lower(name)) then doPlayerSetStorageValue(cid, 18210, getPlayerStorageValue(cid, 18210) + 1) doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "[Monster Hunter Event] Voce ja matou "..getPlayerStorageValue(cid, 18210).." "..name.."s! Continue matando para ser o vencedor!") else print('target: '..string.lower(getCreatureName(target))..'') print('name: '..string.lower(name)..'') endend return trueendfunction onLogin(cid)if getGlobalStorageValue(19211) == 0 thendoPlayerSetStorageValue(cid, 18210, 0)endregisterCreatureEvent(cid, "MonsterHunter")return trueend Mande o resultado.
-
Tópico movido para dúvidas / pedidos resolvidos.
-
Nem sei dizer de ctz... Nunca parei pra fuçar a source...
-
Quem Está Navegando 0 membros estão online
- Nenhum usuário registrado visualizando esta página.