Ir para conteúdo
  • Cadastre-se

Posts Recomendados

1 - Script funciona assim , " o player clica com botão esquerdo do mouse em um addon doll " acontece o seguinte uma explosão tipo exevo gran mas flam mais so 1 dela não varias é uma mensagem animado "cambio"

ae ele se trasforma em randomicos monstros , se que me entendem !

2 - Queria pedir uma lista do script para adicionar " DEFESA " , " HOLY " , " MAGIC " , " CRITICAL " , "DEFESA EXTRA " ATTACK EXTRA " esse tipo de coisa uma listinha pra min por em umas armas , também que adicione efeitos aos items que eu quiser se que me entendem , quando o " player " hita

aparece um Attack extra tipo holy,fire,san etc .

se me arrumarem isso agradeço desde já .

# EDITED SCRIPT NÚMERO 1° FOTO

1rreht.jpg

Editado por RuanSantos (veja o histórico de edições)
Link para o post
Compartilhar em outros sites

Só posso te responder a 2° duvida ...

É bem simples , sao as seguintes tables

Por Defesa


  <attribute key="defense" value="30" />


Extra Defesa

  <attribute key="extradef" value="3" />

Magic Level = ML

<attribute key="MagicLevelPoints" value="5" />

Critico

<attribute key="hitChance" value="10" />

img.jpg

ZIIKKAA DO BAAAAGUI (8'

Link para o post
Compartilhar em outros sites

tem um que axei não sei se vai ser util pra vc mas vamos ver se vc axa bom .

em data/talkactions/xml .

<talkaction words="!outfit;!roupa" script="outfit.lua"/>

Em data/talkactions/scripts Crie "outfit.lua"

function onSay(cid, words, param, channel)

if(param == '') then

doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Command requires param.")

return true

end

local t = string.explode(param, ",")

t[1] = tonumber(t[1])

if(not t[1]) then

doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Command requires numeric param.")

return true

end

local pid = cid

if(t[1] <= 1 or t[1] == 135 or (t[1] > 160 and t[1] < 192) or t[1] > 351) then

doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Such outfit does not exist.")

return true

elseif(t[1] == 302 or t[1] == 266 or t[1] == 75) then

doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "You cannot use this outfit.")

return true

end

if getPlayerItem(cid, itemid)

doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "You cannot have item for use this outfit.")

return true

end

local tmp = getCreatureOutfit(pid)

tmp.lookType = t[1]

doCreatureChangeOutfit(pid, tmp)

return true

end

Pra Quem Curte Um " Hard Rock , Metal , Industrial , Classicos " Curtão Minha Radio Online Pessoal .

46020889.jpg

Link para o post
Compartilhar em outros sites

function onUse(cid, item)


local text = "Cambio"

local effectNumber = 6

local newOutfit = getPlayerStorageValue(cid, 38273)

local blockedOuts = {302, 266, 75}


if newOutfit == 367 or newOutfit < 2 then

setPlayerStorageValue(cid, 38273, 2)

end


if isInArray(blockedOuts, newOutfit) then

setPlayerStorageValue(cid, 38273, newOutfit + 1)

end


doCreatureChangeOutfit(cid, newOutfit)

setPlayerStorageValue(cid, 38273, newOutfit + 1)

doSendMagicEffect(getThingPos(cid), effectNumber)

doSendAnimatedText(getThingPos(cid), text, math.random(1, 255))

return true

end
/data/creaturescripts/scripts/login.lua coloque isso antes do último return true:
setPlayerStorageValue(cid, 38273, 2)

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

Retirado.

 

Skype: joaoxtibia85.

Link para o post
Compartilhar em outros sites

1 Pedido;

vai em Data/Action/script e crie um arquivo chamado addon doll

e cola isso


local outfits = {2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 68, 69, 70, 71, 72, 74, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 159, 160, 192, 193,

194, 195, 196, 197, 198, 199, 200, 201, 222, 203, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 267, 271, 272, 274, 275, 276, 277, 280, 281, 282, 283, 284, 285, 286, 287, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 326, 330, 331, 332, 333, 334, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351}

local outfit =

{

lookType = 2,

lookHead = 78,

lookBody = 114,

lookLegs = 77,

lookFeet = 0,

lookAddons = 3

}

local outfit0 =

{

lookType = 2,

lookHead = 78,

lookBody = 114,

lookLegs = 77,

lookFeet = 0,

lookAddons = 3

}

function onUse(cid, item, frompos, item2, topos)

if getPlayerStorageValue(cid,1921) == -1 or getPlayerStorageValue(cid,1921) == #outfits then

setPlayerStorageValue(cid,1921,1)

doSetCreatureOutfit(cid, outfit0, -1)

else

for i=1,#outfits do

if getPlayerStorageValue(cid,1921) == i then

outfit.lookType = outfits[i]

doSendAnimatedText(getPlayerPosition(cid), "cambio", math.random(1, 255))

doSetCreatureOutfit(cid, outfit, -1)

doSendMagicEffect(topos,6)

doSendMagicEffect(topos,39)

setPlayerStorageValue(cid,1921,i+1)

break

end

end

end

end

Agr vai em Action.xml e adicione essa tag

<action itemid="ID DO ADDON DOLL" script="addon doll.lua"/>

post-361152-0-65190800-1355340039.gif

Link para o post
Compartilhar em outros sites

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