[Release] Drop Stuff BlackName Or Redname

10/29/2008 20:36 Brun0_#1
in character.cs search for public void Die()
and replace :

Code:
public void Die()
        {
            try
            {
                DeathSent = true;
                World.UpdateSpawn(this);

                int EModel;
                if (Model == 1003 || Model == 1004)
                    EModel = 15099;
                else
                    EModel = 15199;

                XpList = false;
                SMOn = false;
                CycloneOn = false;
                XpCircle = 0;

                MyClient.SendPacket(General.MyPackets.Vital(UID, 26, GetStat()));
                MyClient.SendPacket(General.MyPackets.Status1(UID, EModel));
                MyClient.SendPacket(General.MyPackets.Death(this));

                if (PKPoints >= 30)
                {
                    if (Other.ChanceSuccess(30))
                    {
                        Random lol = new Random();
                        int x = lol.Next(0, 9);
                        if (Equips[x] == null)
                            return;
                        uint TheItemUID = Equips_UIDs[x];
                        UnEquip((byte)x);
                        int Count = 0;
                        foreach (uint uid in Inventory_UIDs)
                        {
                            if (uid == TheItemUID)
                            {
                                string Item = Inventory[Count];
                                DroppedItem e = DroppedItems.DropItem(Item, (uint)(LocX - General.Rand.Next(2) + General.Rand.Next(2)), (uint)(LocY - General.Rand.Next(2) + General.Rand.Next(2)), (uint)LocMap, 0);
                                World.ItemDrops(e);

                                RemoveItem(TheItemUID);
                            }
                            Count++;
                        }
                    }
                }
            }
            catch (Exception Exc) { General.WriteLine(Convert.ToString(Exc)); }
        }

Credits : alexbigfoot ( ********)
10/29/2008 20:37 XxArcherMasterxX#2
added to my all-in-1 thread, nice release alexbigfoot
10/29/2008 20:39 Brun0_#3
Quote:
Originally Posted by XxArcherMasterxX View Post
added to my all-in-1 thread, nice release alexbigfoot
i like all-in-1 thread hahaha =D
10/29/2008 20:40 XxArcherMasterxX#4
Quote:
Originally Posted by Brun0_ View Post
i like all-in-1 thread hahaha =D
same;)
10/29/2008 21:14 alexbigfoot#5
Quote:
Originally Posted by Brun0_ View Post
Credits : alexbigfoot ( ********)
have you ever asked me for this? lol , u dont have the right to post it where u want if i dont want to.......and btw why didnt u released my " No more npc id , the npc name is up now" <-- by that i mean, i made a thing , and when u click on a npc it tells u " You tried to talk with npc name : 'thenameofthenpc'"

,or dont tell me...u are gonna do it now?and lol, next time try to ask me for something because , even crediting me, i dont care , if i want to be on a forum, i`m gonna release it on that forum.
10/29/2008 21:19 lolex#6
******** is hacked for me cousing xDDDDDDDDD
10/29/2008 21:23 Brun0_#7
Quote:
Originally Posted by alexbigfoot View Post
have you ever asked me for this? lol , u dont have the right to post it where u want if i dont want to.......and btw why didnt u released my " No more npc id , the npc name is up now" <-- by that i mean, i made a thing , and when u click on a npc it tells u " You tried to talk with npc name : 'thenameofthenpc'"

,or dont tell me...u are gonna do it now?and lol, next time try to ask me for something because , even crediting me, i dont care , if i want to be on a forum, i`m gonna release it on that forum.

:o o.O

sry =D loolz
10/29/2008 21:27 XxArcherMasterxX#8
Quote:
Originally Posted by lolex View Post
******** is hacked for me cousing xDDDDDDDDD
SHUT THE F*CK UP WITH YOUR F*CKING USELLES POSTS!!!!!!!!!!!!
10/29/2008 21:59 _Emme_#9
#Request ban for lolex. Watch all his post,so useless. Ban,please?
10/30/2008 00:12 Eternal46#10
Quote:
Originally Posted by EmmeTheCoder View Post
#Request ban for lolex. Watch all his post,so useless. Ban,please?
+

Ban da nub already!
10/30/2008 15:00 keving15#11
Quote:
Originally Posted by EmmeTheCoder View Post
#Request ban for lolex. Watch all his post,so useless. Ban,please?
I do that not offen but i agree with you
12/30/2008 13:06 J-STAR#12
this isn't working by me O.o
04/21/2009 15:20 CTNetCom#13
Uhmm..Didn't work for me..Is it I have to restart my client/server too?Ima using PowerSource..