Ir para conteúdo

Bed System In Actions


colex

Posts Recomendados

Aew

esta é a minha 1º action e tive a idéia de fazer um estilu de bed system por actions ke naum é igual ao tibia mas alguns ots naum tem bed system. :P:

façam um ficheio bed.lua na pasta actions/scripts

 

------ Bed System 0.2 by Colex -----max_sleep = 300sleep1 = 150function onUse(cid, item, frompos, item2, topos)if (getPlayerFood(cid) + sleep1 > max_sleep) thendoPlayerSendCancel(cid,"You cannot sleep.")return 1enddoSendMagicEffect(frompos,12)doPlayerSendTextMessage(cid,22,"Good Night")doPlayerSay(cid,"Ohhhhhhhh!!!",16)doPlayerAddHealth(cid,300)doPlayerAddMana(cid,300)doPlayerFeed(cid,sleep1)doPlayerSendTextMessage(cid,22,"You have been Sleeping.")return 1end

 

Adicione nu ficheiro actions.xml:

 

-----Beds----  <action itemid="2455" script="bed.lua" />  <action itemid="2457" script="bed.lua" />  <action itemid="2459" script="bed.lua" />  <action itemid="2461" script="bed.lua" />  <action itemid="2471" script="bed.lua" />  <action itemid="2473" script="bed.lua" />-----/Beds----

 

u cara da use na bed e aumenta logo 300 de hp e mana direto (da pra mudar ao vosso gosto) e dps vai aumentandu tipu food...

Espero ke tenham gostado ^^ se tiverem alguma duvida é só postar ke eu tento ajudar :grin:

flws

 

Link para o comentário
Compartilhar em outros sites

  • Respostas 38
  • Created
  • Última resposta

Top Posters In This Topic

@suboras

eu tinha feitu uma piorzinha pq dava pra spamar e naum aumentava tipu food

mas eu metu ai:

 

------ Bed System 0.1 by Colex -----function onUse(cid, item, frompos, item2, topos)nivel = math.random(1,400)if nivel > 1 and nivel < 100 thendoSendMagicEffect(topos,12)doPlayerSendTextMessage(cid,22,"Good Night")doPlayerSay(cid,"Ohhhhhhhh!!!",16)doPlayerAddHealth(cid,100)doPlayerAddMana(cid,100)doPlayerSendTextMessage(cid,22,"You Have Slept 5 hours")elseif nivel > 101 and nivel < 200 thendoSendMagicEffect(topos,14)doPlayerSendTextMessage(cid,22,"Good Dreams")doPlayerAddHealth(cid,200)doPlayerAddMana(cid,150)doPlayerSay(cid,"Ohhhhhh!!",16)doPlayerSendTextMessage(cid,22,"You Have Slept 10 hours")elseif nivel > 201 and nivel < 300 thendoSendMagicEffect(topos,14)doPlayerSendTextMessage(cid,22,"Good Dreams")doPlayerSay(cid,"Ohh!!too fuckin noise, I cant sleep",16)doPlayerSendTextMessage(cid,22,"You did not sleep this night")elseif nivel > 301 and nivel < 400 thendoSendMagicEffect(topos,14)doPlayerSendTextMessage(cid,22,"Sleep like a Baby")doPlayerAddHealth(cid,50)doPlayerAddMana(cid,50)doPlayerSay(cid,"Ohhhhhh!!!",16)doPlayerSendTextMessage(cid,22,"You Have Slept 2 hours")endreturn 1end

 

Link para o comentário
Compartilhar em outros sites

na verdade

o cara so loga

e fika  na cama

 

 

 

@xbowaxx

vc nem deve ter testado ela

issu naum é possivel por actions

@HeNnet

u cara kuandu da use na bed, aumenta 300 de hp

dps vai aumentandu tipu food

Link para o comentário
Compartilhar em outros sites


×
×
  • Criar Novo...