Get the 377 cache like endar on your client!
I Posted on moparscape!
pest control coords are:
2668 2653 =)
pest control fight pit coords are:
2669 2600 =)
Has Pest control and item commands go up to 7955!
WOw! Ive done it without decompiling edar v4! Are you ready...
First in client.java search:
Code:
if(aBoolean960 && signlink.cache_dat != null)
{
int j = aClass42_Sub1_1068.method555(79, 0);
for(int i1 = 0; i1 < j; i1++)
{
int l1 = aClass42_Sub1_1068.method559(i1, -203);
if((l1 & 0x79) == 0)
Class30_Sub2_Sub4_Sub6.method461(116, i1);
}
}
Replace with:
Code:
if(aBoolean960 && signlink.cache_dat != null)
{
int j = aClass42_Sub1_1068.method555(79, 0);
for(int i1 = 0; i1 < j; i1++)
{
int l1 = aClass42_Sub1_1068.method559(i1, -203);
if((l1 & 0x79) == 0)
{
Class30_Sub2_Sub4_Sub6.method461(116, i1);
}
}
}
Now search:
Code:
if(signlink.cache_dat != null)
{
for(int i = 0; i < 5; i++)
aClass14Array970[i] = new Class14(0x7a120, signlink.cache_dat, signlink.cache_idx[i], i + 1, true);
}
replace with:
Code:
if(signlink.cache_dat != null)
{
for(int i = 0; i < 5; i++)
{
aClass14Array970[i] = new Class14(0xffffff, signlink.cache_dat, signlink.cache_idx[i], i + 1, true);
}
}
[Only registered and activated users can see links. Click Here To Register...] - U may not have to add this just do it just in case...
[Only registered and activated users can see links. Click Here To Register...]