Help For This Quest

03/15/2010 17:56 oshrib#1
Any Here Know AcidCo The Heve Quest pk Touny For

King-Duke-Braon-Queen and the more:


Every One can give me the code or the NCP tnx u very Muck
03/15/2010 18:04 Paralyzer[GM]#2
I'm very sorry but that quest is leached and you made a post about this in 4botter i will make it the full name by adding the s and you have been told before nobody will release a code like that ( P.S I have it muhahahaha ) lol
03/15/2010 18:06 oshrib#3
what 4 botters?
03/15/2010 18:19 Paralyzer[GM]#4
omg ur not getting it and you know full-well that you wont get it...... just try to learn coding ( I had to learn the hard way but now I'm coding for my-self :D )
03/15/2010 18:22 xDestroy#5
Paralyzer, stop flaming him. All he wants is help.
03/15/2010 18:25 Arcо#6
Quote:
Originally Posted by xDestroy View Post
Paralyzer, stop flaming him. All he wants is help.
He's not flaming him Decker, he's simply letting him know that he's not going to get it by asking for it.
xDestroy You were reported At: Mon 15 Mar 2010 - 13:26:11 GMT +1 Cause: Decker account detected
03/15/2010 18:25 xDestroy#7
lol decker? really kid? He was flaming him by telling him he wont learn to code.
03/15/2010 18:26 Paralyzer[GM]#8
All I'm trying to say that if it is from Acid-co there is no chance you can get it.... maybe code an npc to give you an item and then take it to another npc repeat x3 and then he gives you what u want ( I cant understand his english sorry )

Oh and if you read my post it said "try learning to code" lol
03/15/2010 18:27 Arcо#9
Quote:
Originally Posted by xDestroy View Post
lol decker? really kid? He was flaming him by telling him he wont learn to code.
Quote:
Originally Posted by Paralyzer[GM] View Post
omg ur not getting it and you know full-well that you wont get it...... just try to learn coding ( I had to learn the hard way but now I'm coding for my-self :D )
He told him to try to learn coding in a polite way, he didn't say it in a rude manner so it was not flaming, decker.
03/15/2010 18:50 Paralyzer[GM]#10
Ok, Maybe its abit rude ok here is an idea of what you can do,

Make an npc that will give you a special item like a easter egg ( random xD ) and take it to another npc that will do a check on this ( P.S look at the easter quest using the search button or in Guides and releases ) and then the npc will give the person whatever you want him to have ( I cannot understand what you want it to do so )

But of course we will help you just try to make an effort on what you want to do like make the npcs etc but if there is a certian part of an npc you want help with feel free to ask but try to figure it out your-self I was asking for things on my other account all It did was get me banned and I did not even try to do it just sat and waited for someone to work and give it for me tell ya what ill even code 1 npc for you

Code:
#region MyFirstNpc
case 54362:
{
if Control == 0;
{
GC.Addsend(Packets.NPCTalk("Hello would you like me to give you an easter egg to take to my friend in TC and you will get a reward"));
GC.Addsend(Packets.NPCLink("Yes please", 2));
GC.Addsend(Packets.NPCLink("No thanks", 255));
GC.AddSend(Packets.NPCSetFace(N.Avatar));
GC.AddSend(Packets.NPCFinish());
}
if Control == 2;
{
GC.MyChar.AddItem(710060);
GC.Addsend(Packets.NPCTalk("Here you are " + GC.MyChar.Name + " You now have a easter egg take it to my friend * hes a secret! * "));
GC.Addsend(Packets.NPCLink("Thanks", 255));
GC.AddSend(Packets.NPCSetFace(N.Avatar));
GC.AddSend(Packets.NPCFinish());
}
break;
}
I coded that from the top of my head and multi-tasking so it should work! Ive given more then enough help.