Ir para conteúdo

Featured Replies

  • Respostas 14
  • Visualizações 645
  • Created
  • Última resposta

Top Posters In This Topic

Posted Images

Postado

@Keiichi Okumura  tenta fazer o seguinte use essa tag no items.xml

 

 

    <item id="22082" article="your" name="Bike">
        
        <attribute key="slotType" value="ring" />
    </item>

 

 

Use essa tag no actions.xml

 

 

 

<action itemid="22082" event="script" value="bike5.lua"/>

 

 

E use seu proprio script e ve se funciona

 

 

function onUse(cid, item, fromPosition, itemEx, toPosition)
local sBike = 2547
local t = {
[22082] = {article='a', name='Fire Bike', text='Montou na Fire Bike,', dtext='Desceu da Fire Bike', s=9999, condition=bikeCondition},
}
function BikeSpeedOn(cid,nSpeed)
setPlayerStorageValue(cid,sBike,getCreatureSpeed(cid))
doChangeSpeed(cid,-getCreatureSpeed(cid))
doChangeSpeed(cid,nSpeed)
end
function BikeSpeedOff(cid)
doChangeSpeed(cid,-getCreatureSpeed(cid))
doChangeSpeed(cid,getPlayerStorageValue(cid,sBike))
end
 
local v, r = getCreaturePosition(cid), t[item.itemid]
local s = r.s
local pos = {x = v.x, y = v.y, z = v.z}
if r then
if getPlayerStorageValue(cid, 25000) == 5 then
return
end
if getPlayerStorageValue(cid, 23000) == 5 then
return
end
 
if getPlayerStorageValue(cid, 17001) == 1 or getPlayerStorageValue(cid, 63215) == 1 or getPlayerStorageValue(cid, 17000) == 1 then
doPlayerSendCancel(cid, "You can't use bike while ride/fly/surf.")
return true
end
if getPlayerSlotItem(cid, CONST_SLOT_AMMO).uid == item.uid then
doPlayerSendCancel("Não está no slot correto")
return true
end
if getPlayerStorageValue(cid, s) <= 0 then
doCreatureSay(cid, r.text, 19)
setPlayerStorageValue(cid, s, 1)
BikeSpeedOn(cid,1400)
if getPlayerSex(cid) == 1 then
doSetCreatureOutfit(cid, {lookType = 3185, lookHead = 0, lookAddons = 0, lookLegs = 0, lookBody = 0, lookFeet = 0}, -1)
else
doSetCreatureOutfit(cid, {lookType = 3186, lookHead = 0, lookAddons = 0, lookLegs = 0, lookBody = 0, lookFeet = 0}, -1)
end
 
elseif getPlayerStorageValue(cid, s) == 1 then
doCreatureSay(cid, r.dtext, 19)
setPlayerStorageValue(cid, s, 0)
BikeSpeedOff(cid)
return doRemoveCondition(cid, CONDITION_OUTFIT)
else
return doPlayerSendCancel(cid, 'You can\'t do this.')
end
else
return doPlayerSendTextMessage(cid,MESSAGE_STATUS_CONSOLE_BLUE, 'Report bugs in Bike system.')
end
end

 

 

se a tag 1 do items.xml  não funcionar use essa

 

 

    <item id="22082" article="your" name="Bike">
        
       <attribute key="description" value="Ela aumenta sua velocidade." />
    </item>

 

 

 

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

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

Quem Está Navegando 0

  • Nenhum usuário registrado visualizando esta página.

Estatísticas dos Fóruns

  • Tópicos 96.9k
  • Posts 519.6k

Informação Importante

Confirmação de Termo