Tudo que cs007 postou
-
Adicionar função Movements
Quero adicionar a função para remover os benefícios dados pelo item pois não remove e se o player fica adicionando e tirando o item o ML só vai subindo. function onEquip(cid, item) if getItemAttribute(item.uid, "owner") ~= getCreatureName(cid) then addEvent(doPlayerSendCancel, 100, cid, "Desculpe, mas este item pertence a "..getItemAttribute(item.uid, "owner")) return false end return true end
-
Remover Talk Shop dos Npcs
Galera quero remover o shop antigo dos npcs e deixar somente por trade, eu dei uma olha nas libs e em module.lua tem algo falando sobre SHOPMODULE_MODE_TALK, só que não sei desativar. Alguém pode ajudar? Abraço
- [v32] GlobalFull 11/12 - New Asuras, Falcons, Warzones 4,5,6 . (Updates Frequentes)
-
Mostrar codigo pagseguro na pagina account
up
-
[OELF] Perfect Owner System v0.1
Uma pequena falha... Se o item der ml por exemplo, ele não funciona. Falta a função onDeEquip
-
Mostrar codigo pagseguro na pagina account
Tem como alguém editar meu accountmanagement.php para ele pegar as informações na tabela para o player saber sobre seus pagamentos. E assim ele iria atualizar se já foi entregue, cancelado ou em analise. Abraço
-
GoldCart System
Pelo jeito ninguém tem..
-
(Resolvido)Talkactions não funciona corretamente
Já arrumei o problema. Obrigado
-
(Resolvido)Talkactions não funciona corretamente
Resolvido.
- Script Free Points
-
Script Free Points
Tranquilo mano o erro foi arrumado? Abraço Aaah,, mano esqueci de pedir para adicionar level necessário para fazer. que seria level 200 e ai?
-
Script Free Points
Obrigado lek... mas nesse caso ele só não vai impedir que o player usa uma vez por char? Eu queria que ele usasse uma vez por acc.
- Script Free Points
- GoldCart System
-
Script Free Points
A sim... tabela. é o premium points que é usado no shop
-
Script Free Points
Eu não tenho esse sistema. é um talkaction que quando o player usar ele dá 15 premium points e esse sistema só pode ser usado uma vez por acc.
- GoldCart System
-
Script Free Points
Olá pessoal, gostaria de um script que quando o player usar o comando !freepoints ele recebesse 15 premium points, esse comando só poderia ser usado uma vez por acc. Obrigado a quem ajudar. Abraço
-
(Resolvido)Limitar skills
Funcionou lek valeu
-
(Resolvido)Limitar skills
Não deu erro mas também não limitou
-
(Resolvido)Limitar skills
Valeu lek, vou testar. Deu error.. [10:5:12.996] [Error - Test Interface] [10:5:12.996] data/creaturescripts/scripts/skillblock.lua [10:5:12.996] Description: [10:5:12.996] data/creaturescripts/scripts/skillblock.lua:7: table index is nil[10:5:12.996] [Error - Event::checkScript] Cannot load script (data/creaturescripts/scripts/skillblock.lua)
-
(Resolvido)Limitar skills
Olá pessoal, tenho um script de limite de skills porem ele não limita a magic level alguém pode ajudar? function onAdvance(cid, skill, oldLevel, newLevel) if skill == SKILL_SWORD then if getPlayerSkillLevel(cid, SKILL_SWORD) >= 171 then doPlayerSetRate(cid, SKILL_SWORD, 0.0) end elseif skill == SKILL_SWORD then if getPlayerSkillLevel(cid, SKILL_FIST) >= 171 then doPlayerSetRate(cid, SKILL_FIST, 0.0) end return false elseif skill == SKILL_AXE then if getPlayerSkillLevel(cid, SKILL_AXE) >= 171 then doPlayerSetRate(cid, SKILL_AXE, 0.0) end return false elseif skill == SKILL_CLUB then if getPlayerSkillLevel(cid, SKILL_CLUB) >= 171 then doPlayerSetRate(cid, SKILL_CLUB, 0.0) end return false elseif skill == SKILL_DISTANCE then if getPlayerSkillLevel(cid, SKILL_DISTANCE) >= 171 then doPlayerSetRate(cid, SKILL_DISTANCE, 0.0) end return false elseif skill == SKILL_SHIELD then if getPlayerSkillLevel(cid, SKILL_FIST) >= 171 then doPlayerSetRate(cid, SKILL_FIST, 0.0) end return false elseif skill == SKILL_FISH then if getPlayerSkillLevel(cid, SKILL_FISH) >= 171 then doPlayerSetRate(cid, SKILL_FISH, 0.0) end return false end end
- GoldCart System
- GoldCart System
- GoldCart System