[Request]

09/02/2009 13:28 Soiken#1
Guys , i want hawks to drop CPs directly into player Bag after kill , can someone help me code it??

Monster Name : HawKing , HawkL93 , HawkBoss , HawkAide to drop 100 cps after kill , can anyone help me? :handsdown:

Please Do Not post if You don`t want to help , Thanks
09/02/2009 14:16 Basser#2
I'll code this really quick.
09/02/2009 14:17 Soiken#3
waiting :)
09/02/2009 14:27 Basser#4
Search for
Code:
                                            if (MobTarget != null)
                                                if (MobTarget.GetDamage((uint)AttackDMG))
                                                {
Below that bracket, add this code
Code:
                                                    if (MobTarget.Name == "HawKing" || MobTarget.Name == "HawkL93" || MobTarget.Name == "HawkBoss" || MobTarget.Name == "HawkAide")
                                                    {
                                                        MyClient.MyChar.CPs += 100;
                                                        MyClient.SPack(General.MPack.Vital(UID, 30, CPs));
                                                    }
Please thank me if this helped, I never coded something like this before, so I'll test it.
09/02/2009 14:28 Soiken#5
its already been done , but still , THANK YOU!
09/02/2009 14:29 _MaryJuana#6
hmm
09/02/2009 14:30 Basser#7
how did u fix this, I'm not sure if my code works.
09/02/2009 14:41 Soiken#8
Quote:
Originally Posted by peterchmiel View Post
hmm
Really usefull post ... like this one :facepalm:
09/02/2009 17:15 Basser#9
Well, are you going to tell us how you fixed it?
We tried to help you, so now you should tell us how you fixed it if anyone needs it.
BTW the one I posted doesn't work I think, haven't tested yet and never will, if anyone still needs this script, just PM/post here and I'll make one >_>
09/02/2009 17:19 ninz7976#10
..can u make New Moonlight Engine that bypass v1365??
09/02/2009 20:45 Soiken#11
sorry guys , i`m not the coder , one of the owners bro fixed that xD but ill try to get some info`s about how did he did that xDD

#request close , no need anymore *answered
09/02/2009 21:19 kinshi88#12
#Closed