Fume wag1 piff ting Dec 4, 2014 172 33 May 12, 2017 #1 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. So change the 4/15 to 4/9999999
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. So change the 4/15 to 4/9999999
JynX Posting Freak Feb 6, 2016 710 438 May 12, 2017 #2 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. Upvote 0 Downvote
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.
M Menkz Member Jul 9, 2010 374 167 May 12, 2017 #3 This is highly not recommended, and multiple wired can cause crashes and cause lag. This was an issue on Habboon Upvote 0 Downvote
This is highly not recommended, and multiple wired can cause crashes and cause lag. This was an issue on Habboon