annuncio

Comprimi
Ancora nessun annuncio.

food

Comprimi
X
 
  • Filtro
  • Ora
  • Visualizza
Elimina tutto
nuovi messaggi

  • food

    does anybody know exact time whan a pg becomes little hungry after eating?
    or is there some usefull article about food?

  • #2
    I'm not sure but you became hungry more faster if you fight,craft or use abilities

    Commenta


    • #3
      Originariamente inviato da maurocomelli Visualizza il messaggio
      I'm not sure but you became hungry more faster if you fight,craft or use abilities
      so what's the time if u fight unstopobly?

      Commenta


      • #4
        up

        Commenta


        • #5
          all u need to know on uoalimentation :



          stamina = Random( 6, 3 ) + fillFactor/5
          1 point decays in 5 minutes
          hunger caps at 20 points

          Food - fill factor *notes:
          ______________________
          Bacon - 1
          Cheese slice - 1
          Honeydew Melon - 1
          Yellow gourd - 1
          Green gourd - 1
          Ear of corn - 1
          Turnip - 1
          BreadLoaf - 3
          Slab of bacon - 3
          Fish steak - 3
          Cheese wheel - 3
          Cheeese wedge - 3
          French bread - 3 weight 2
          Fried eggs - 4
          Chicken leg - 4
          Cookies - 4
          Sausage - 4
          Cooked bird - 5
          Ham - 5
          Ribs - 5
          Quiche - 5
          Lamb leg - 5 weight 2
          Muffins - 4 not stackable
          Peachcobbler - 5 not stackable
          Cheese pizza - 6 not stackable
          Sausage pizza - 6 not stackable
          Fruitpie - 6 not stackable
          Meatpie - 6 not stackable
          Pumpkinpie - 6 not stackable
          Applepie - 6 not stackable
          Cake - 10 not stackable
          Roast pig - 20 weight 45
          ------------------------------

          messages:
          hunger <5 You eat the food, but are still extremely hungry.
          hunger <10 You eat the food, and begin to feel more satiated.
          hunger <15 After eating the food, you feel much less hungry.
          hunger >= 15 You feel quite full after consuming the food.
          hunger = 20 You manage to eat the food, but you are stuffed! (when you caps hunger points)
          hunger = 20 You are simply too full to eat any more! (if hunger points are capped)

          info & data gathered from base runuo, experience on uo dreams shard may vary.
          Ultima modifica di fengyr; 12-05-2010, 13:59.
          ____________________________________________________________________

          Il p Fengyr
          ____________________________________________________________________
          : algander#6292

          Commenta


          • #6
            thanks a lot.
            seems like i was mega exact in eating 1 bread each 15 min ) now it will be 14
            look that
            codice:
            set %food RGG
            set %nextfood #systime
            ...
            sub unload
            ...
            if #systime > %nextfood
            {
               finditem %food C_ , #backpackid
               if #findkind = -1
               {
                  finditem %food C
                  if #findkind <> -1
                  {
                     exevent drag #findid 1
                     exevent dropc #backpackid
                     wait 12
                  }
               }
               finditem %food C_ , #backpackid
               if #findkind <> -1
               {
                  set #lobjectid #findid
                  event macro 17 0
                  wait 12
                  set %nextfood #systime + 14 * 60 * 1000
               }
            }
            ...
            return
            btw it seems to me that hunger affects for sure also mr, hpr and a chance of succesfull casting spells. logicaly to expect also hci, dci, but not sure

            Commenta


            • #7
              when i've some time i'll check if it affects skills, and how drinking works.
              ____________________________________________________________________

              Il p Fengyr
              ____________________________________________________________________
              : algander#6292

              Commenta

              Sto operando...
              X