Results 1 to 7 of 7
  1. #1
    Kushala Daora's Avatar
    Join Date
    Oct 2013
    Gender
    male
    Location
    RealmSupply
    Posts
    1,075
    Reputation
    73
    Thanks
    642
    My Mood
    Angelic

    Turn soulbound bags into public bags

    In this tutorial I will teach you how to get public soulbound bags. (Enemy drops white bag, everyone can see it and anyone can pick it up)

    As an example, I will use the cube god.
    The cube gods normal loot behavior looks like this.
    Code:
    loot: new LootBehavior(LootDef.Empty,
                            Tuple.Create(100, new LootDef(2, 0, 0, 2,
                                Tuple.Create(1.0, (ILoot)new ItemLoot("Dirk of Cronus"))
                            ))
                        )
    But with the new behavior we add, we can make the dirk of cronus drop in a "public" white bag.
    Code:
    loot: new LootBehavior(
                            new LootDef(2, 0, 0, 2,
                                Tuple.Create(1.0, (ILoot)new ItemLoot("Dirk of Cronus"))
                            )
                        )
    What's this good for? Well, it's fun to have if you're having a spawn-a-thon or want to troll players.

  2. #2
    sacredmike's Avatar
    Join Date
    Jul 2013
    Gender
    male
    Location
    Uranus ;)
    Posts
    685
    Reputation
    15
    Thanks
    3,255
    My Mood
    Devilish
    I was thinking of an event for Realms Reloaded like this. Make clones of oryx and realm events and what not that drops public bags.
    i'm actually just a horny boy

  3. #3
    TJRAE%TJAJAZetjtjtjjt's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Posts
    166
    Reputation
    10
    Thanks
    106
    <BagType>4</BagType> change to <BagType>0</BagType>
    and public drop bag

  4. #4
    Kushala Daora's Avatar
    Join Date
    Oct 2013
    Gender
    male
    Location
    RealmSupply
    Posts
    1,075
    Reputation
    73
    Thanks
    642
    My Mood
    Angelic
    Quote Originally Posted by GhostMareeX View Post
    <BagType>4</BagType> change to <BagType>0</BagType>
    and public drop bag
    I don't even...

  5. #5

  6. The Following User Says Thank You to cxydsaewq For This Useful Post:

    purppypingu (11-11-2014)

  7. #6
    ISaynse's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Location
    Germany
    Posts
    117
    Reputation
    10
    Thanks
    13
    Quote Originally Posted by cxydsaewq View Post
    Don't feed the troll
    Dont feed the coal
    Quote Originally Posted by thunderclapz View Post
    ya its me
    +1 he went first recived goods
    Quote Originally Posted by rotmgggamer View Post

    Traded some pots with him, went well.
    Quote Originally Posted by ZumbyCS View Post
    Excellent seller, I added items first and everything went smoothly!
    Quote Originally Posted by ZumbyCS View Post
    Bought another 2 agent skins the trade went well

  8. #7
    Kithio's Avatar
    Join Date
    May 2014
    Gender
    male
    Posts
    641
    Reputation
    16
    Thanks
    803
    My Mood
    Innocent
    Only reason it drops in a "public" soulbound bag is because the loot system isn't complete.

    It shows up to everyone because it adds everyone as an owner of the bag which is the issue
    I is pansexual furry and proud

    Server Information:
    Status: Confused

Similar Threads

  1. How TO Turn Your PS3 Into A Linux PC
    By iSam in forum Playstation Hacking
    Replies: 14
    Last Post: 06-11-2010, 08:44 AM
  2. Can someone Give me the link To turn a Law into a M32?
    By Sphearow in forum Combat Arms Mods & Rez Modding
    Replies: 2
    Last Post: 01-09-2010, 02:43 AM
  3. [RELEASE]AutoBurst! (turn one click into many)
    By Grim in forum Combat Arms Hacks & Cheats
    Replies: 94
    Last Post: 12-21-2009, 11:27 AM
  4. Thinking about releasing hack into public
    By CookiezKill in forum Spammers Corner
    Replies: 9
    Last Post: 09-23-2009, 08:58 AM
  5. How do I turn my project into an EXE.?
    By kimodragon in forum Visual Basic Programming
    Replies: 6
    Last Post: 09-10-2009, 07:02 PM