Ir para conteúdo

Estátua De Outfit De Monster + VIP


LuckinhaSan

Posts Recomendados

Fala Galera Do Fórum xTibia!

Eu Estava Vagando Por Alguns Fóruns, e Encontrei

Essa Action, Muito Boa Para Map's De EXP Baixa/Alta/Mediana.

 

Vamos Lá!

Primeiramente, Vá Em data/actions/scripts e Crie Um Arquivo .lua

Com o Nome De changeoutfit, Adicione Isso Nele -

 

local price = 100000 --- How much it gonna cost. This is 100k
local duration = 18000 --- How long time you gonna have the outfit.
local monsters = {"orc warrior", "pirate cutthroat", "dworc voodoomaster", "dwarf guard", "minotaur mage"} --- Outfitnames. You can add more.


function onUse(cid, item, fromPosition, itemEx, toPosition)
if getPlayerVipDays(cid) < 1 then 
doPlayerSendTextMessage(cid,19,"You need to be vip to change to monster outfit!")
elseif getPlayerVipDays(cid) >= 1 then 
doPlayerRemoveMoney(cid, price)
doSetMonsterOutfit(cid,monsters[math.random(#monsters)],duration*1000)
doPlayerSendTextMessage(cid, 20, 'You got a random outfit for '.. price ..' gold coins!') 
else
doPlayerSendTextMessage(cid, 20, 'You don\'t have '..price..' gold coins required for the random outfit!')
doSendMagicEffect(getThingPos(cid),12)
end 
return true
end

 

 

Depois Vá Em data/actions.xml e Adicione a Seguinte Tag -

<action uniqueid="65415" event="script" value="changeoutfit.lua"/>

 

Depois Vá Em Seu Map Editor, e Adicione Os ID's Da Estátua, Observe -

21k9co4.png

 

zwi42u.png

 

2nhdb8j.png

 

2zzt74w.png

 

Espero Que Gostem!

Créditos - Mark e Same

Link para o comentário
Compartilhar em outros sites

  • 10 months later...
×
×
  • Criar Novo...