Re: Latest CRACKED SWF + Headers PRODUCTION-201608171204-891546786 [PLUSEMU]
Just for you to know, structures on this release have not changed in comparison with July's.
It is an error from AHPU (or your "ultrameganice69edition").
I actually have PRODUCTION-201608171204-891546786 working on my server and I've not even changed a single structure.
AHPU is showing a "modification" because apparently a bool was removed long time ago.
Same for the pet structures, they just changed the order of a string.
Re: Latest CRACKED SWF + Headers PRODUCTION-201608171204-891546786 [PLUSEMU]
Re: Latest CRACKED SWF + Headers PRODUCTION-201608171204-891546786 [PLUSEMU]
Anyone have the Fix (or can help me? my skype is: modicano94) for SanctionStatusComposer.cs ? I have this:
using Plus.Utilities;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Plus.Communication.Packets.Outgoing.Help
{
class SanctionStatusComposer : ServerPacket
{
public SanctionStatusComposer() : base(ServerPacketHeader.SanctionStatusMessageComposer)
{
/* base.WriteBoolean(false);
base.WriteBoolean(false);
base.WriteString("aaaaaaaaaaaaa");
base.WriteInteger(0);//Hours - (1)
base.WriteInteger(0); //10
base.WriteString("ccccc");
base.WriteString("bbb");
base.WriteInteger(0);
base.WriteString("abb");
base.WriteInteger(0);
base.WriteInteger(0);
base.WriteBoolean(true);//if true and second boolean is false it does something. - if false, we got banned, so true is mute */
}
}
}
Re: Latest CRACKED SWF + Headers PRODUCTION-201608171204-891546786 [PLUSEMU]
I see hotelview for 1 second and then I crash, could someone help me please?
Re: Latest CRACKED SWF + Headers PRODUCTION-201608171204-891546786 [PLUSEMU]
Does anyone have the emulator download with the headers updated?
Re: Latest CRACKED SWF + Headers PRODUCTION-201608171204-891546786 [PLUSEMU]
Quote:
Originally Posted by
CUS7OM
Just for you to know, structures on this release have not changed in comparison with July's.
It is an error from AHPU (or your "ultrameganice69edition").
I actually have PRODUCTION-201608171204-891546786 working on my server and I've not even changed a single structure.
AHPU is showing a "modification" because apparently a bool was removed long time ago.
Same for the pet structures, they just changed the order of a string.
So you say if you have jordynegen's packets working you can just replace them with this ones and you are ready to go?