Results 1 to 2 of 2
  1. #1
    wycuhmi's Avatar
    Join Date
    Jul 2017
    Gender
    male
    Posts
    88
    Reputation
    27
    Thanks
    92

    How to increase bag size [FSOD]

    go to Loots.cs and look for "container.Size = 80". You can either just change the number to change all bag sizes, or make it more dynamic. I made it so brown, pink, purple and egg bags stay size 80, while the other soulbound bags are size 100.

    Code:
    if (bagType < 3) container.Size = 80;
    if (bagType > 3) container.Size = 100;
    Or if you want it to only want it to apply to 1 bag, just use
    Code:
    if (bagType = #) container.Size = (size);

  2. #2
    thewebparadox's Avatar
    Join Date
    Apr 2019
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    0
    My Mood
    Angry
    What bag type is a white bag?

Similar Threads

  1. [Help Request] Help with increasing bag sizes.
    By wycuhmi in forum Realm of the Mad God Private Servers Help
    Replies: 3
    Last Post: 11-20-2018, 04:02 PM
  2. [Help Request] How to increase loot bag size (FSOD)
    By wycuhmi in forum Realm of the Mad God Private Servers Help
    Replies: 2
    Last Post: 09-03-2018, 09:04 AM
  3. Replies: 28
    Last Post: 05-05-2014, 10:36 AM
  4. Increase Thread Size
    By PabloTortilla in forum Suggestions, Requests & General Help
    Replies: 3
    Last Post: 09-06-2008, 06:08 PM
  5. Replies: 6
    Last Post: 08-24-2007, 07:29 PM