No drop CPS [Version 5735]

10/10/2013 16:44 GameHackerPM#16
Quote:
Originally Posted by shanxou View Post
before and after to have changed, the drop (item and money and cps) not work
That's strange!

But it's easy to fix anyway! :)

Open : Game/Entity.cs
Search for this code :
Code:
this.Owner.QualifierGroup.End(this.Owner);
See down it with 2-3-4 lines .. You will see else code will be like this:
Code:
if (this.Owner.QualifierGroup != null)
                {
                    this.Owner.QualifierGroup.End(this.Owner);
                }
                
            }
            else
            {
After the last { in the code ^ .. Paste this code :
Code:
                if (!this.Companion)
                {
                    try
                    {
                        if ((this.MonsterInfo != null) && (killer != null))
                        {
                            this.MonsterInfo.Drop(killer);
                        }
                    }
                    catch{}
                }
Save .. F6 then test! :)

I hope you understand where exactly i mean! :)

If you can't do it, upload Entity.cs and i will edit it for you!
10/10/2013 18:53 shanxou#17
I not found this code :0
10/10/2013 22:53 GameHackerPM#18
Quote:
Originally Posted by shanxou View Post
I not found this code :0
Man, I said the file is in : Game/Entity.cs
Folder name "Game", File name "Entity.cs" !! -.-
10/11/2013 20:52 shanxou#19
I'm idiot -.-
So i have changed this code but it not work :/
Can see the entity.cs ? because it there's this code :
Quote:

if (!Companion)
{
try
{
if (MonsterInfo != null)
if (killer != null)
MonsterInfo.Drop(killer);
}
catch { }
}
10/12/2013 00:27 GameHackerPM#20
Update it, i hope it work!
10/12/2013 10:46 shanxou#21
Not work :/
10/13/2013 09:44 GameHackerPM#22
Quote:
Originally Posted by shanxou View Post
Not work :/
That's really strange!
10/13/2013 09:54 Y u k i#23
@GameHacker & OP:
[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]
10/13/2013 11:48 GameHackerPM#24
Quote:
Originally Posted by Y u k i View Post
@GameHacker & OP:

[Only registered and activated users can see links. Click Here To Register...]
Hahahaha! Yuki! :)))