Official 5165 FAQ/Question thread

02/22/2010 00:20 Arcо#1066
Quote:
Originally Posted by Hero0o View Post
same problem "faild" :(
You entered your static ip when you forwarded ports?
02/22/2010 00:22 Hero0o#1067
Quote:
Originally Posted by .Arco View Post
You entered your static ip when you forwarded ports?
i entered my external ip
EDIT:i think u can help me on msn would be a lil easier than posts
02/22/2010 00:23 Arcо#1068
Quote:
Originally Posted by Hero0o View Post
i entered my external ip
You need to enter your static ip.
02/22/2010 00:24 Hero0o#1069
Quote:
Originally Posted by .Arco View Post
You need to enter your static ip.
i tried both
02/22/2010 00:29 Arcо#1070
Quote:
Originally Posted by Hero0o View Post
i tried both
Sorry, I'm not good at port forwarding.
Can anyone else help him?
02/22/2010 00:31 PeTe Ninja#1071
try this [Only registered and activated users can see links. Click Here To Register...]
02/22/2010 00:34 Hero0o#1072
thanks both ;)
02/22/2010 00:47 killersub#1073
Quote:
Originally Posted by .Arco View Post
What all have you added to this?
I actually think I might have added the reflect code wrong from 12 tails but I'm pretty sure I got it right...since once I got an error saying on Database.cs saying something about
Quote:
C.Skills.Add(S.ID, S);
I added his reflect code of
Code:
if(Skill.ID == 3060)
C.CanReflect = true;
after it...should I add it to the next or should I delete it or what? because I got the error around there and I deleted one of that code and it worked and after I did I got the miserable error in the game and I tried putting in again and still...so I gave u a clue where it might be around?
02/22/2010 00:50 -Shunsui-#1074
How can i make a Check and a Count Counting all the Mobs that You Haved Killed in a Sertain MAP?
02/22/2010 01:21 ArtOfWar#1075
Quote:
Originally Posted by -Shunsui- View Post
How can i make a Check and a Count Counting all the Mobs that You Haved Killed in a Sertain MAP?
If.KillCount = '":?
02/22/2010 01:24 Arcо#1076
Quote:
Originally Posted by ArtOfWar View Post
If.KillCount = '":?
But you gotta do something in Mob.cs.
Here is a mini guide for it.

In world.cs do something like:
public static bool MonsterQuest = false;

Then go to Character.cs and do somethinglike
public int KillCount = 0;

Then you would wanna go to Mob.cs and do something like this//Example using birdmen.

if(Name.Contains("Birdman"))
{
if (World.MonsterQuest)
{
GC.MyChar.KillCount++
}
else
{
Drop codes;
}
}
Get it?
02/22/2010 01:31 -Shunsui-#1077
Quote:
Originally Posted by .Arco View Post
But you gotta do something in Mob.cs.
Here is a mini guide for it.

In world.cs do something like:
public static bool MonsterQuest = false;

Then go to Character.cs and do somethinglike
public int KillCount = 0;

Then you would wanna go to Mob.cs and do something like this//Example using birdmen.

if(Name.Contains("Birdman"))
{
if (World.MonsterQuest)
{
GC.MyChar.KillCount++
}
else
{
Drop codes;
}
}
Get it?
Yeah, Ill get empty to help me
02/22/2010 01:35 PeTe Ninja#1078
lol
02/22/2010 01:39 Arcо#1079
Quote:
Originally Posted by -Shunsui- View Post
Yeah, Ill get empty to help me
What do you need help with?
I explained it PERFECTLY.
02/22/2010 01:41 PeTe Ninja#1080
but im jesus..do u not forgot?