How to work the LOFT source as a pro!

09/05/2008 17:40 glupkotrup#91
I think you can change it in Entities.cs. Not sure but I think that's the one!
09/05/2008 17:47 taguro#92
Look in Entities.cs I dont know what source you use, but i would check around line:600 or so. You need to find this:
Code:
                            if (Other.ChanceSuccess(60))
                            {
                                string Item = "1088001-0-0-0-0-0";
                                DroppedItem item = DroppedItems.DropItem(Item, (uint)(PosX - General.Rand.Next(4) + General.Rand.Next(4)), (uint)(PosY - General.Rand.Next(4) + General.Rand.Next(4)), (uint)Map, MoneyDrops);
                                World.ItemDrops(item);
                            }
Change the number in this:
Code:
                            if (Other.ChanceSuccess(60))
09/05/2008 18:50 _Emme_#93
Like to code so a specefic monster only drop that item,here you go: Dont know if this is the correct,since now im using the post above as an refference,and just typing what I got in ma head:

Ill release two,because I dont know which one works. If none of them work,remove one =, and see if it works,like this : if (Name = "MOBNAME")


First one:

Quote:
if (Name == "MOBNAME")
{

if (Other.ChanceSuccess(60))
{
string Item = "1088001-0-0-0-0-0";
DroppedItem item = DroppedItems.DropItem(Item, (uint)(PosX - General.Rand.Next(4) + General.Rand.Next(4)), (uint)(PosY - General.Rand.Next(4) + General.Rand.Next(4)), (uint)Map, MoneyDrops);
World.ItemDrops(item);
}
}


This is the second one:


Quote:
if (Name == "MOBNAME")
{
string Item = "1088001-0-0-0-0-0";
DroppedItem item = DroppedItems.DropItem(Item, (uint)(PosX - General.Rand.Next(4) + General.Rand.Next(4)), (uint)(PosY - General.Rand.Next(4) + General.Rand.Next(4)), (uint)Map, MoneyDrops);
World.ItemDrops(item);
}
I get my source back tomorrow,when I will be releasing tons of stuffs,and help tons,lawl. See you then!

Emme
09/06/2008 00:57 taguro#94
Quote:
Originally Posted by emildayan1 View Post
I get my source back tomorrow,when I will be releasing tons of stuffs,and help tons,lawl. See you then!

Emme
Looking forward to it bro
09/06/2008 01:30 Exia13#95
Like wise ^^
09/09/2008 18:38 ~Yuki~#96
Muhaha this thread helped much till now^^
09/09/2008 18:56 glupkotrup#97
Well dah... When Emme is the thread started then it must be a helpful thread :rolleyes:
09/09/2008 19:39 ~Yuki~#98
Yeah seems its right^^
09/09/2008 21:26 glupkotrup#99
@Juki Nope... Its left! :)
09/09/2008 21:39 ~Yuki~#100
Cmon 300Posts today FTW^^
09/09/2008 21:42 glupkotrup#101
Already done xD (Sorry for un-used spam)
09/09/2008 21:44 ~Yuki~#102
Maybe we should work on Reborn Summoning Guard or Transforming skillz
09/09/2008 22:44 _Emme_#103
Well the thing is,im not updatin this because of an reason;

Im coding my own private server,so no need to make other private server good or better,since that will bring mine down,lol. easy as that,sorry to all u other leachers
09/09/2008 22:59 glupkotrup#104
Hehe... I hope you'll finish your server soon... Also I posted some names for it ;)
09/10/2008 01:05 tao4229#105
Quote:
Originally Posted by lolmaster123 View Post
Maybe we should work on Reborn Summoning Guard or Transforming skillz
Noes, I was going to work on that >.>