Quote:
Originally Posted by fiamma00
Hello everybody,today i tried to add a new field for portals (prestigerequired).
I added every string like for the LevelRequired but for my prestige system. Anyways when i use nuget packets to import it, it gives me nothing on database
|
If you're using Ciapa Cracked Source you need to do that:
You only need to change PortalMapper and add
output.PrestigeRequired = input.PrestigeRequired;
And add on Portal.cs and PortalDTO.cs this:
public int PrestigeRequired{ get; set;}
And then add the condition on OpenNos.Handler/BasicPacketHandler.cs
In Preq() Line 1516