[RELEASE]MVP mobs command

02/09/2009 17:57 tere12#1
Okay this is "MVP" mob guide like some ppl wants :)


Okay first add this to client.cs, somewere around line 13850

Quote:
if (Splitter[0] == "/mvp")
{
SingleMob G = new SingleMob((short)MyChar.LocX, (short)MyChar.LocY, Convert.ToInt16((uint)MyChar.LocMap), 45472, 45472, 394, 394, (uint)General.Rand.Next(400000, 500000), "2Fast4You[MVP]", 353, 255, 0, 0, 0, true);
G.ReviveTime_Minutes = 60000;
Mobs.AllMobs.Add(G.UID, G);
World.SurroundMobs(MyChar, false);
World.SendMsgToAll(" The MVP mob has spawned!Hurry up and wsp GM to get recalled!", "SYSTEM", 2011);
G.ReviveTime_Minutes = 90000000;
}
Now go to DB and add mob name 2Fast4You[MPV] and lvl 255, mech 353 :)
Go ingame and type /mvp and done :)
:D
02/09/2009 18:23 Lauratje#2
Won't work...

it'll spawn with a diffrent name cus u made a typo :D
02/09/2009 19:06 damianpesta#3
I think that Magic mobs actually needs a packet.So this is not right.
02/09/2009 19:54 tere12#4
Quote:
Originally Posted by damianpesta View Post
I think that Magic mobs actually needs a packet.So this is not right.

Works in Codarkness source 100%
02/09/2009 21:43 damianpesta#5
Quote:
Originally Posted by tere12 View Post
Works in Codarkness source 100%
But its not the way to do it... Whats the point of making it work the wrong way?
02/09/2009 22:10 zane203#6
you mean it doesnt work will full potential in sensible fashion.

You saying "It works, but it doesnt work right" is like saying "Im black, but im not black" (exclusion of any other races since i am indeed part native american)

anyways simply put if it works good job, now he can go back and make shorter and more... whats the word... productive? yea productive will do i guess.

good job, everyone starts somewhere so take the criticism as a motivation... assuming that this is your own code ;]

if not have fun being a poser ^^

-Zane Blalock- The ~¤:ZenOokami:¤~
02/09/2009 22:13 damianpesta#7
Quote:
Originally Posted by zane203 View Post
you mean it doesnt work will full potential in sensible fashion.

You saying "It works, but it doesnt work right" is like saying "Im black, but im not black" (exclusion of any other races since i am indeed part native american)

anyways simply put if it works good job, now he can go back and make shorter and more... whats the word... productive? yea productive will do i guess.

good job, everyone starts somewhere so take the criticism as a motivation... assuming that this is your own code ;]

if not have fun being a poser ^^

-Zane Blalock- The ~¤:ZenOokami:¤~


Im sorry to say that but he just took the code out of some source :( , Is that motivation?lol
02/09/2009 23:05 zane203#8
not but its surely a fact that he'll

Quote:
have fun being a poser ^^
02/10/2009 00:33 taylor2846#9
i did do some of the work and im just relacing it here becaz im done with it im goin to start trying to larn how to rely code lol
02/10/2009 06:42 tere12#10
If u dont trust that it works for me then check it out urself :=)
[Only registered and activated users can see links. Click Here To Register...]