[Request] Some help with a npc

06/01/2009 09:27 turk55#1
I've been trying to let unknownman working but doesnt work for me this is what i got
Code:
case 3852://UnknownMan in market
                    {
                        if ((int)CSocket.Client.Level >= 70)
                        {
                            if (LinkBack == 0)
                            {
                                Text("Hello There, do you want to db level ?|", CSocket);
                                Link("Yes, Please!", 1, CSocket);
                                Link("No, Thanx", 255, CSocket);
                            }
                        }
                        else if ((int)CSocket.Client.Level <= 70)
                        {
                            Text("I'm sorry you are not lvl 70 yet..", CSocket);
                            Link("Awwh damn you!!", 255, CSocket);
                        }
                        if (LinkBack == 1)
                        {
                            
                        }
                    }
i dont know what i have to put at :
Code:
if (LinkBack == 1)
{ 
[COLOR="Red"]here[/COLOR]
}
so could someone help or finish it please?
06/01/2009 09:55 scottdavey#2
Look at the code when someone kills a monster.
06/01/2009 11:32 turk55#3
could you tell me where i could find it ?
06/03/2009 06:58 turk55#4
#Request to close almost done with the npc
06/03/2009 17:48 kinshi88#5
#Closed