Few Commands PeTe and I coded(for Lotf)

02/09/2009 03:02 Hoven#1
deleted due 2 people flaming me
02/09/2009 03:15 kinshi88#2
Quote:
Few Commands PeTe and I copy & pasted(for Lotf)
Fix'd.
02/09/2009 03:17 Hoven#3
lols think w.e u want
02/09/2009 03:20 tao4229#4
[Only registered and activated users can see links. Click Here To Register...]

Edit:: Notice he editted his post to give me credits.
02/09/2009 03:21 kinshi88#5
Quote:
Originally Posted by tao4229 View Post
[Only registered and activated users can see links. Click Here To Register...]
Haha, pwn'd!
02/09/2009 03:23 Hoven#6
so i took 1! <--- key word, used 1! of urs bcuz it was shorter then mine X_X? and the others?

u can believe if i self coded or u can believe w.e u want

there here for people weither u like them or not :)
02/09/2009 03:24 tao4229#7
Also, notice how they failed with "@drop"?
Since it checks if the first character is '/', nothings going to happen.
02/09/2009 03:24 kinshi88#8
[Only registered and activated users can see links. Click Here To Register...]

Also, the /level, /job, /scroll, /model commands, along with the /silvers, /cps, and /vps commands can all be found in any Lotf source released on here.
02/09/2009 03:27 PeTe Ninja#9
actually we have two first characters, we havent tested at all yet, so dont flame about it, once is @ and one is /
02/09/2009 03:30 Hoven#10
Yo Kinshi u think ur so good?
Code:
                                            if (Splitter[0] == "/drop")
                                            {
                                                uint MoneyDrops = 0;
                                                byte Repeat = byte.Parse(Splitter[2]);
                                                for (int i = 0; i < Repeat; i++)
                                                {
                                                    if (Splitter[1] == "db")
                                                    {
                                                        string Item = "1088000-0-0-0-0-0";
                                                        DroppedItem item = DroppedItems.DropItem(Item, (uint)(MyChar.LocX - General.Rand.Next(4) + General.Rand.Next(4)), (uint)(MyChar.LocY - General.Rand.Next(4) + General.Rand.Next(4)), (uint)MyChar.LocMap, MoneyDrops);
                                                        World.ItemDrops(item);
                                                    }
                                                    if (Splitter[1] == "met")
                                                    {
                                                        string Item = "1088001-0-0-0-0-0";
                                                        DroppedItem item = DroppedItems.DropItem(Item, (uint)(MyChar.LocX - General.Rand.Next(4) + General.Rand.Next(4)), (uint)(MyChar.LocY - General.Rand.Next(4) + General.Rand.Next(4)), (uint)MyChar.LocMap, MoneyDrops);
                                                        World.ItemDrops(item);
                                                    }
                                                }
                                            }
its missing expalls db scroll and met scroll, clearly u can see this and notice its not urs that 1 posted.... do u guys ever believe any1? seriously? just go code somthing if ur so pro, were releasing for others who are learning or just want a noob pserver.

You people are really getting on my nervs always flaming people and what not. im sure u have other things to do, so y not do em?
02/09/2009 03:31 tao4229#11
Quote:
Originally Posted by PeTe Ninja View Post
actually we have two first characters, we havent tested at all yet, so dont flame about it, once is @ and one is /
I looked at it, and from what I could see, the GM/PM commands checked for '/', and the normal players checked for '@'.
"@drop" was in the GM/PM section, but I can't tell now because it's gone.


Quote:
Originally Posted by Hoven View Post
Yo Kinshi u think ur so good? Clearly he's at least smarter than you...
Code:
                                            if (Splitter[0] == "/drop")
                                            {
                                                uint MoneyDrops = 0;
                                                byte Repeat = byte.Parse(Splitter[2]);
                                                for (int i = 0; i < Repeat; i++)
                                                {
                                                    if (Splitter[1] == "db")
                                                    {
                                                        string Item = "1088000-0-0-0-0-0";
                                                        DroppedItem item = DroppedItems.DropItem(Item, (uint)(MyChar.LocX - General.Rand.Next(4) + General.Rand.Next(4)), (uint)(MyChar.LocY - General.Rand.Next(4) + General.Rand.Next(4)), (uint)MyChar.LocMap, MoneyDrops);
                                                        World.ItemDrops(item);
                                                    }
                                                    if (Splitter[1] == "met")
                                                    {
                                                        string Item = "1088001-0-0-0-0-0";
                                                        DroppedItem item = DroppedItems.DropItem(Item, (uint)(MyChar.LocX - General.Rand.Next(4) + General.Rand.Next(4)), (uint)(MyChar.LocY - General.Rand.Next(4) + General.Rand.Next(4)), (uint)MyChar.LocMap, MoneyDrops);
                                                        World.ItemDrops(item);
                                                    }
                                                }
                                            }
its missing expalls db scroll and met scroll, clearly u can see this and notice its not urs that 1 posted....Holy shit, it's really hard to change two strings. do u guys ever believe any1?Yeah, but there's some shit going on here, seriously. seriously? just go code somthing if ur so pro I do all the time, ASM is hard :\, were releasing for others who are learning or just want a noob pserver. Idc if you release anything, just don't claim stuff yours that ... well, isn't yours.

You people are really getting on my nervs always flaming people and what not.K, go cry to someone else, I don't care. im sure u have other things to do, so y not do em?This is soooo much more fun, LOL
`
02/09/2009 03:35 kinshi88#12
Quote:
Originally Posted by Hoven View Post
Yo Kinshi u think ur so good?
Code:
                                            if (Splitter[0] == "/drop")
                                            {
                                                uint MoneyDrops = 0;
                                                byte Repeat = byte.Parse(Splitter[2]);
                                                for (int i = 0; i < Repeat; i++)
                                                {
                                                    if (Splitter[1] == "db")
                                                    {
                                                        string Item = "1088000-0-0-0-0-0";
                                                        DroppedItem item = DroppedItems.DropItem(Item, (uint)(MyChar.LocX - General.Rand.Next(4) + General.Rand.Next(4)), (uint)(MyChar.LocY - General.Rand.Next(4) + General.Rand.Next(4)), (uint)MyChar.LocMap, MoneyDrops);
                                                        World.ItemDrops(item);
                                                    }
                                                    if (Splitter[1] == "met")
                                                    {
                                                        string Item = "1088001-0-0-0-0-0";
                                                        DroppedItem item = DroppedItems.DropItem(Item, (uint)(MyChar.LocX - General.Rand.Next(4) + General.Rand.Next(4)), (uint)(MyChar.LocY - General.Rand.Next(4) + General.Rand.Next(4)), (uint)MyChar.LocMap, MoneyDrops);
                                                        World.ItemDrops(item);
                                                    }
                                                }
                                            }
its missing expalls db scroll and met scroll, clearly u can see this and notice its not urs that 1 posted.... do u guys ever believe any1? seriously? just go code somthing if ur so pro, were releasing for others who are learning or just want a noob pserver.

You people are really getting on my nervs always flaming people and what not. im sure u have other things to do, so y not do em?
Oh wow! You copied this:
Code:
                                                    if (Splitter[1] == "db")
                                                    {
                                                        string Item = "1088000-0-0-0-0-0";
                                                        DroppedItem item = DroppedItems.DropItem(Item, (uint)(MyChar.LocX - General.Rand.Next(4) + General.Rand.Next(4)), (uint)(MyChar.LocY - General.Rand.Next(4) + General.Rand.Next(4)), (uint)MyChar.LocMap, MoneyDrops);
                                                        World.ItemDrops(item);
                                                    }
and changed a total of 2 things to it!

Nope, I don't see no copying and pasting at all!
02/09/2009 03:36 PeTe Ninja#13
#request close

poster closed topic please close
02/09/2009 03:36 LetterX#14
UP BUTT COCONUT.
02/09/2009 03:37 Hoven#15
Really kinshi? DO U REALLY THINK that no one else from u can code?
do u? because u treat every1 else besides a few people like shit! u have NO PROOF that i did not code these

so just shut up and get a life, stop flamming just because u think ur better then every1 else