Ir para conteúdo

Gm Pode Comer Sem Ficar Full


frerety

Posts Recomendados

HiHo!!!

Em alguns servers sem /clean os players ficam tacando food na frente do dp i fika desorganizado, sem falar do SUPOSTO lag que as foods causam. Os GMs ficariam muito tempo catando essas foods... Para resolver esse problema fiz um script que faz com que os GMs naum fiquem full...

O code eh beeem simples... apenas abra seu food.lua e troque por:

 

MAX_FOOD = 1200function onUse(cid, item, frompos, item2, topos)if item.itemid == 2328 thenfood = 96elseif item.itemid == 2362 thenfood = 96elseif item.itemid == 2363 thenfood = 72elseif item.itemid == 2666 thenfood = 180elseif item.itemid == 2667 thenfood = 144elseif item.itemid == 2668 thenfood = 120elseif item.itemid == 2669 thenfood = 254elseif item.itemid == 2670 thenfood = 196elseif item.itemid == 2671 thenfood = 360elseif item.itemid == 2672 thenfood = 720elseif item.itemid == 2673 thenfood = 56elseif item.itemid == 2674 thenfood = 72elseif item.itemid == 2675 thenfood = 156elseif item.itemid == 2676 thenfood = 96elseif item.itemid == 2677 thenfood = 12elseif item.itemid == 2678 thenfood = 160elseif item.itemid == 2679 thenfood = 12elseif item.itemid == 2680 thenfood = 24elseif item.itemid == 2681 thenfood = 108elseif item.itemid == 2682 thenfood = 240elseif item.itemid == 2683 thenfood = 240 --MODIFICelseif item.itemid == 2684 thenfood = 96elseif item.itemid == 2685 thenfood = 46elseif item.itemid == 2686 thenfood = 108elseif item.itemid == 2687 thenfood = 24elseif item.itemid == 2688 thenfood = 126  --MODIFICelseif item.itemid == 2689 thenfood = 120elseif item.itemid == 2690 thenfood = 72elseif item.itemid == 2691 thenfood = 96-------------------------------elseif item.itemid == 2695 thenfood = 96elseif item.itemid == 2696 thenfood = 108elseif item.itemid == 2787 thenfood = 72  --102elseif item.itemid == 2788 thenfood = 48elseif item.itemid == 2789 thenfood = 264elseif item.itemid == 2790 thenfood = 84elseif item.itemid == 2791 thenfood = 84elseif item.itemid == 2792 thenfood = 140elseif item.itemid == 2793 thenfood = 126elseif item.itemid == 2794 thenfood = 111elseif item.itemid == 2795 thenfood = 136elseif item.itemid == 2796 thenfood = 60elsereturn 0endif (getPlayerFood(cid) + food > MAX_FOOD) thenif getPlayerAccess(cid) > 0 thendoPlayerFeed(cid,food)doRemoveItem(item.uid,1)return 1elsedoPlayerSendCancel(cid,"You are full.")return 1endenddoPlayerFeed(cid,food)doRemoveItem(item.uid,1)return 1end

 

Espero ter ajudado alguem...

FlW

CyA!

Link para o comentário
Compartilhar em outros sites

Legal o Tópico, parabéns!

Mas só tenho uma pergunta... ALEM desse caso do "/clean", Porque um GM vai comer food? Para tirar coisas de sua BP ou para perder tempo?

ahuahu, malz a pergunta, mas achei meio estranho...

:bye:

//MttS

Link para o comentário
Compartilhar em outros sites

Legal o Tópico, parabéns!

Mas só tenho uma pergunta... ALEM desse caso do "/clean", Porque um GM vai comer food? Para tirar coisas de sua BP ou para perder tempo?

ahuahu, malz a pergunta, mas achei meio estranho...

:bye:

//MttS

 

 

 

Para Acabar com o Suposto Lag que as Foods dão.

@Topic

Interessante a Action, Vou Usa-la no meu server.

Abraços,

Zen

Link para o comentário
Compartilhar em outros sites

×
×
  • Criar Novo...