|
You last visited: Today at 01:05
Advertisement
Only FB/SS in a map {please]
Discussion on Only FB/SS in a map {please] within the CO2 Private Server forum part of the Conquer Online 2 category.
04/12/2010, 16:24
|
#1
|
elite*gold: 0
Join Date: Feb 2010
Posts: 492
Received Thanks: 222
|
Only FB/SS in a map {please]
Where is the code so I can add an map that u must only use FF/SS and if you try to use another skill/spell/attack you wont be able to do it
|
|
|
04/12/2010, 17:42
|
#2
|
elite*gold: 0
Join Date: Aug 2005
Posts: 96
Received Thanks: 25
|
Quote:
Originally Posted by Paralyzer[GM]
Where is the code so I can add an map that u must only use FF/SS and if you try to use another skill/spell/attack you wont be able to do it
|
its easy...but, we are all very busy so we cant post it right now
|
|
|
04/12/2010, 17:56
|
#3
|
elite*gold: 0
Join Date: Apr 2010
Posts: 273
Received Thanks: 51
|
find all your skills, and put
example.
Quote:
if (locmap == 1002)
skill false
|
convert it to your source lol, it was like the simples thing, what ever :P
|
|
|
04/12/2010, 18:03
|
#4
|
elite*gold: 0
Join Date: Feb 2010
Posts: 492
Received Thanks: 222
|
Atually just coding a simple NPC is coding least I try new things it is not my fault that I find it hard to learn is it ?
|
|
|
04/12/2010, 18:06
|
#5
|
elite*gold: 0
Join Date: Apr 2010
Posts: 273
Received Thanks: 51
|
nope 
Is just you tell some noobs, is simple, but you dont post up what it is.
You could also find, where the sending skill from character is.
Then make it fail
ex.
Quote:
|
if (locmap = 1002 && skill != 1045 || locmap = 1002 && skill != 1046)
|
|
|
|
04/12/2010, 19:24
|
#6
|
elite*gold: 0
Join Date: Sep 2008
Posts: 178
Received Thanks: 62
|
Omg, quite this and go to binaries guy.
|
|
|
04/12/2010, 19:49
|
#7
|
elite*gold: 20
Join Date: Jan 2008
Posts: 2,338
Received Thanks: 490
|
no quit fully
|
|
|
04/12/2010, 20:06
|
#8
|
elite*gold: 0
Join Date: Apr 2010
Posts: 273
Received Thanks: 51
|
Quote:
Originally Posted by ~Yuki~
I just got an Cookie
|
Me to ;P
Code:
public static void QuestComplete()
{
if (MyChar.InventoryContains(Cookie)
{
Console.WriteLine("QUEST COMPLETE");
World.SendMsgToAll("SYSTEM", MyChar.Name + " Have completed the Yuki is sexy quest and got a cookie.", 2011, 0);
World.SendMsgToAll("SYSTEM", MyChar.Name + " BTW, Yuki is sexy", 2500, 0);
General.QuestComplete = true;
}
}
Well any mod can close this?
Because he got 2 answers how to do it from me now.
And i dont think there is mroe need then.
|
|
|
04/12/2010, 22:56
|
#9
|
elite*gold: 0
Join Date: Sep 2008
Posts: 178
Received Thanks: 62
|
Quote:
Originally Posted by zTREME
Me to ;P
Code:
public static void QuestComplete()
{
if (MyChar.InventoryContains(Cookie)
{
Console.WriteLine("QUEST COMPLETE");
World.SendMsgToAll("SYSTEM", MyChar.Name + " Have completed the Yuki is sexy quest and got a cookie.", 2011, 0);
World.SendMsgToAll("SYSTEM", MyChar.Name + " BTW, Yuki is sexy", 2500, 0);
General.QuestComplete = true;
}
}
Well any mod can close this?
Because he got 2 answers how to do it from me now.
And i dont think there is mroe need then.
|
He need alot more. Give to him any source with one map where just can use FB/SS and then, "you dont think there is more need".
|
|
|
04/13/2010, 04:09
|
#10
|
elite*gold: 0
Join Date: Dec 2007
Posts: 378
Received Thanks: 163
|
Add this in your Database.cs:
Code:
public class Human
{
public static void ImParalyzer(Human H)
{
using (Human Paralyzer as H)
{
while (Paralyzer.Fails)
Paralyzer.Client.Facepalm();
else return;
}
}
}
And Chat.cs:
Code:
if (Cmd[0] == "@newthread")
if (Cmd[1] == "helpmewitheasyshitplzzz")
{
this.Human.Fails = true;
Human.ImParalyzer(this.Human);
}
|
|
|
04/13/2010, 10:05
|
#11
|
elite*gold: 106
Join Date: Oct 2006
Posts: 6,047
Received Thanks: 1,165
|
#Closed
|
|
|
All times are GMT +2. The time now is 01:06.
|
|