Ir para conteúdo
  • Cadastre-se

[PEDIDO] Hk tirar redskull com palavra


Posts Recomendados

open/data/talkactions/scripts/removeskull.lua

local exstorage = 1499

-- how many premium points are needed to take off the red skull

local COST = 20

-- "yes" or "no" // should it also remove all frags?

local REMOVE_FRAGS = "yes"

-- effect to use // you can find the list in data/lib/constant.lua

local EFFECT = CONST_ME_YELLOW_RINGS

function onSay(cid, words, param, channel)

if (exhaustion.check(cid, exstorage) == true) then

doPlayerSendCancel(cid, "You are exhausted")

return false

end

if getCreatureSkullType(cid) == SKULL_RED then

local query = db.getResult("SELECT `premium_points` FROM `accounts` WHERE `id` = " .. getPlayerAccountId(cid) .. ";")

local points = query:getDataInt("premium_points")

if points >= COST then

local update = db.executeQuery("UPDATE `accounts` SET `premium_points`= "..(points - COST).." WHERE `id`= " .. getPlayerAccountId(cid) .. "; ")

if (update == true) then

doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_RED, "Your red skull has been taken off!\nRemaining premium points: " .. (points - COST))

doCreatureSetSkullType(cid, SKULL_NONE)

doWriteLogFile("./data/logs/removeskull.log", "Success: " .. getCreatureName(cid))

if (REMOVE_FRAGS == "yes") then

doPlayerSetRedSkullTicks(cid, 0)

end

doSendMagicEffect(getPlayerPosition(cid), effect)

else

doPlayerSendCancel(cid, "Database error")

end

else

doPlayerSendCancel(cid, "You need " ..COST.. " premium points to remove red skull")

end

else

doPlayerSendCancel(cid, "You do not have red skull")

end

exhaustion.set(cid, exstorage, 30)

if (query ~= nil) then

query:free()

end

return TRUE

end

open data/talkactions/talkactions.xml (add this)

<talkaction words="!removeskull" event="script" value="removeskull.lua"/>

TIREI DA NET

Link para o post
Compartilhar em outros sites

@UP Aqui é seção de bots ele quer uma hotkey que quando o char virar redskull ele fale tal comando no caso "!removeskull".

Retirado.

 

Skype: joaoxtibia85.

Link para o post
Compartilhar em outros sites

open/data/talkactions/scripts/removeskull.lua

open data/talkactions/talkactions.xml (add this)

TIREI DA NET

Então amigo, acho que entendeu errado, eu quero é uma hotkey para tirar o red e não criar o comando para tirar red do meu "OT" que nem existe.

Obrigado.

Link para o post
Compartilhar em outros sites

auto 100 listas ‘RemoveSkull’ | if [$self.skull = 4] say ‘!removeskull’

Basicamente é assim, não testei!

Link para o post
Compartilhar em outros sites

Va em data / talkactions / scripts / e renome algum arquivo para skull.lua

e adicione


--- skull remover by kakilo - quinto script

function onSay(cid, words, param, channel)

if (getCreatureSkullType(cid) == SKULL_BLACK) then

if doPlayerRemoveMoney(cid, 1000000) then

doCreatureSetSkullType(cid, SKULL_NONE)

doPlayerSendTextMessage(cid, 22, "Black Skull Retirada.")

else

doPlayerSendTextMessage(cid, 22, "Voce precisa de 1kk para remover a sua black skull")

end

end

if (getCreatureSkullType(cid) == SKULL_RED) then

if doPlayerRemoveMoney(cid, 1000000) then

doCreatureSetSkullType(cid, SKULL_NONE)

doPlayerSendTextMessage(cid, 22, "Red Skull Retirada.")

else

doPlayerSendTextMessage(cid, 22, "Voce precisa de 1kk para remover a sua red skull")

end

end

if (getCreatureSkullType(cid) == SKULL_NONE) then

doPlayerSendTextMessage(cid, 22, "Sua Skull foi retirada com Sucesso!")

end

return TRUE

end

em talkactions.xml

<talkaction words="!removeskull" event="script" value="removeskull.lua"/>

Tópico movido para Suporte Otserv

E Obrigado SkyMagmum Por Avisar O Membro .

Att,

Skyligh

Entrada Como Membro 14 / 08 / 2012

Entrada Como Suporte 05 / 12 / 2012

Saída Como Suporte 06 / 01 / 2013

sem_ta28.png

Contato : [email protected] / [email protected]

Link para o post
Compartilhar em outros sites

Va em data / talkactions / scripts / e renome algum arquivo para skull.lua

e adicione


--- skull remover by kakilo - quinto script

function onSay(cid, words, param, channel)

if (getCreatureSkullType(cid) == SKULL_BLACK) then

if doPlayerRemoveMoney(cid, 1000000) then

doCreatureSetSkullType(cid, SKULL_NONE)

doPlayerSendTextMessage(cid, 22, "Black Skull Retirada.")

else

doPlayerSendTextMessage(cid, 22, "Voce precisa de 1kk para remover a sua black skull")

end

end

if (getCreatureSkullType(cid) == SKULL_RED) then

if doPlayerRemoveMoney(cid, 1000000) then

doCreatureSetSkullType(cid, SKULL_NONE)

doPlayerSendTextMessage(cid, 22, "Red Skull Retirada.")

else

doPlayerSendTextMessage(cid, 22, "Voce precisa de 1kk para remover a sua red skull")

end

end

if (getCreatureSkullType(cid) == SKULL_NONE) then

doPlayerSendTextMessage(cid, 22, "Sua Skull foi retirada com Sucesso!")

end

return TRUE

end

em talkactions.xml

<talkaction words="!removeskull" event="script" value="removeskull.lua"/>

Tópico movido para Suporte Otserv

E Obrigado SkyMagmum Por Avisar O Membro .

NAO É PRA OTSERV! SUPORTER SUPER ATENCIOSO VC!

¬¬

Link para o post
Compartilhar em outros sites

Mas que caral#$, é tão difícil interpretar o que eu escrevi? O tópico estava na area de ELFBOT NG, E POR FAVOR VOLTE ELE PARA LA!

Leia tudo o que postei para entender o que eu pedi.

Pelo amor de Deus, coisa boba dessa e nego num da conta de entender.

QUERO HOTKEY PARA ELFBOT!!!!!!!!! E NÃO CRIAR UM COMANDO PARA TIRAR A PORCARIA DA RED EU NÃO TENHO NENHUM OT!!!! QUERO UMA HOTKEY PARA TIRAR A RED QUANDO EU ESTIVER RED, ENTENDE? QUANDO SIMPLESMENTE PEGAR RED O CHAR FALAR A PALAVRA MAGICA QUE SERIA !removeskull ...

JESUS AMADO...

auto 100 listas ‘RemoveSkull’ | if [$self.skull = 4] say ‘!removeskull’

Basicamente é assim, não testei!

Irei testar, de qualquer forma obrigado.

Link para o post
Compartilhar em outros sites

Mas que caral#$, é tão difícil interpretar o que eu escrevi? O tópico estava na area de ELFBOT NG, E POR FAVOR VOLTE ELE PARA LA!

Leia tudo o que postei para entender o que eu pedi.

Pelo amor de Deus, coisa boba dessa e nego num da conta de entender.

QUERO HOTKEY PARA ELFBOT!!!!!!!!! E NÃO CRIAR UM COMANDO PARA TIRAR A PORCARIA DA RED EU NÃO TENHO NENHUM OT!!!! QUERO UMA HOTKEY PARA TIRAR A RED QUANDO EU ESTIVER RED, ENTENDE? QUANDO SIMPLESMENTE PEGAR RED O CHAR FALAR A PALAVRA MAGICA QUE SERIA !removeskull ...

JESUS AMADO...

Irei testar, de qualquer forma obrigado.

Reportei para algum moderador mover seu tópico pra areá correta ;)

Editado por Vampira (veja o histórico de edições)

Sdds old times!  :starblack: 


70a06222.gif?6e08eb47

[show Off] Vampira
Bt79gzJ.png

Link para o post
Compartilhar em outros sites
  • 1 month later...

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.

Visitante
Responder

×   Você colou conteúdo com formatação.   Remover formatação

  Apenas 75 emojis são permitidos.

×   Seu link foi automaticamente incorporado.   Mostrar como link

×   Seu conteúdo anterior foi restaurado.   Limpar o editor

×   Não é possível colar imagens diretamente. Carregar ou inserir imagens do URL.

  • Quem Está Navegando   0 membros estão online

    Nenhum usuário registrado visualizando esta página.

×
×
  • Criar Novo...

Informação Importante

Confirmação de Termo