Author Topic: Stacking Potions  (Read 816 times)

Legacy_Madasahatter

  • Full Member
  • ***
  • Posts: 214
  • Karma: +0/-0
Stacking Potions
« on: November 18, 2010, 10:53:16 pm »


               Hi all i need to be able to stack potions and scrolls above 10, any help would be great.
               
               

               
            

Legacy_Shadooow

  • Hero Member
  • *****
  • Posts: 7698
  • Karma: +0/-0
Stacking Potions
« Reply #1 on: November 18, 2010, 11:05:39 pm »


               baseitems.2da column Stacking.

potions at line 49

scrolls at 75



save and put in your (server's) override

               
               

               
            

Legacy_Madasahatter

  • Full Member
  • ***
  • Posts: 214
  • Karma: +0/-0
Stacking Potions
« Reply #2 on: November 18, 2010, 11:19:05 pm »


               that did not work, still stack to 10
               
               

               
            

Legacy_MrZork

  • Hero Member
  • *****
  • Posts: 1643
  • Karma: +0/-0
Stacking Potions
« Reply #3 on: November 18, 2010, 11:33:54 pm »


               I don't think that approach will work if you are using a HAK that has its own baseitems.2da, as that takes priority over the override. I believe that CEP 2 has such a HAK, for example.

Not sure if there are other considerations for you module or server issues for a PW, but if I were doing this, I would extract the 2DA from the HAK that is using it, probably cep2_top_v23.hak or similar. Then modify it as ShaDoOoW suggests. Then save that 2DA into your own HAK that you keep higher in the module's HAK list than the other HAK. Give that a shot.
               
               

               


                     Modifié par MrZork, 18 novembre 2010 - 11:35 .
                     
                  


            

Legacy_Tyndrel

  • Sr. Member
  • ****
  • Posts: 313
  • Karma: +0/-0
Stacking Potions
« Reply #4 on: November 19, 2010, 12:27:43 am »


               If you put the modified 2da into the CEP custom hak and put that above the top hak in the stack. We have potions stack to 99 and arrows to 999 using this method, no downloads for players, the 2da is only needed server side and the players already have the custom hak.
               
               

               
            

Legacy_Madasahatter

  • Full Member
  • ***
  • Posts: 214
  • Karma: +0/-0
Stacking Potions
« Reply #5 on: November 24, 2010, 10:24:52 pm »


               Potions now stack thanks guys '<img'>