[PlusEMU]Change wired max items

Fume

wag1 piff ting
Dec 4, 2014
172
33
Hey,
is it possible to change the max amount of items put onto a wired?
For example the default is /15, i would like to make it unlimited, or a high number.
47ad2115bfb746deabad672b041de8fa.png

So change the 4/15 to 4/9999999
 

JynX

Posting Freak
Feb 6, 2016
710
438
Head into PlusEMU\Communication\Packets\Outgoing\Rooms\Furni\Wired\
You'll see 3 files named:
  • WiredConditionConfigComposer
  • WiredEffectConfigComposer
  • WiredTriggerConfigComposer
At the top of each of them you see something like:
Code:
public WiredTriggerConfigComposer(IWiredItem Box, List<int> BlockedItems)
            : base(ServerPacketHeader.WiredTriggerConfigMessageComposer)
        {
            base.WriteBoolean(false);
            base.WriteInteger(5);
Make the 5 something higher like your 99999 and then debug in Visual Studio.
 

Users who are viewing this thread

Top