Above the entire drop-equipment-code
if (MyChar.LocMap != MAPID)
{
Code for dropping equipment if dying
}
For the PKArena code, search for:
Quote:
|
RevPoints[1] = new ushort[4] { 1005,
|
Change whole that line to:
Quote:
|
RevPoints[1] = new ushort[4] { 1005, 1005, 50, 50 };
|
For the problem gaining PKP while killing in PK maps:
Search for:
Quote:
|
public static ushort[] PKMaps = new ushort[] {
|
Between those bracklets { } , add the mapid you don't want the server to give PKP in killing for.
I dont need any thanks, this is too simple.
Regards Emme