Hello people
can someone here make or post a NPC that only says something?
when u press him, he says: Hello, enjoy your stay!
And a button where it says Thanks...
ohh.. ok xD
Thanks anyway for looking over
any other that knows?
Come on dude ... I made an npc for you a month ago...
Learn how to code already. I support people that want to learn- but you're making no effort. I taught myself how to code an npc in a day. I'm sure you can figure it out in a month. =\
Come on dude ... I made an npc for you a month ago...
Learn how to code already. I support people that want to learn- but you're making no effort. I taught myself how to code an npc in a day. I'm sure you can figure it out in a month. =\
u didnt make a NPC for me?
for 1 month ago i was playing ONLY Xbox 360 dude!
here try using this i explaned what each one was best i could.
Code:
case 11://11 is the id of the npc
{
if (option == 0)
{
GC.AddSend(Packets.NPCSay("Hello Welcome to my server"));// this is what the npc will say when u click on it just make sure u put what u want the npc to say in between the 2 "
GC.AddSend(Packets.NPCLink("thank you", 255));//this is an option the npc will allow you to choose from 255 closes the the dialog with the npc
GC.AddSend(Packets.NPCSetFace(N.Avatar));//this sets the avatar of the npc just leave this the way it is untell u learn more about how to make npc's on ur own
GC.AddSend(Packets.NPCFinish());//this finishes the npc dialog just leave this the way it is too
}
break;
}
here try using this i explaned what each one was best i could.
Code:
case 11://11 is the id of the npc
{
if (option == 0)
{
GC.AddSend(Packets.NPCSay("Hello Welcome to my server"));// this is what the npc will say when u click on it just make sure u put what u want the npc to say in between the 2 "
GC.AddSend(Packets.NPCLink("thank you", 255));//this is an option the npc will allow you to choose from 255 closes the the dialog with the npc
GC.AddSend(Packets.NPCSetFace(N.Avatar));//this sets the avatar of the npc just leave this the way it is untell u learn more about how to make npc's on ur own
GC.AddSend(Packets.NPCFinish());//this finishes the npc dialog just leave this the way it is too
}
break;
}
a hard way to make a little money, and a way to make it easy(read before you juge!!) 04/16/2008 - Off Topic - 2 Replies in this topic i will explain the only way to make so called "free money" on the internet. please note that my main target with this is mere profit and somewhere i want to teach what i got to learn to others so they can start at the nice part.
To all mods: if you will delete this topic you will free space for topics with nothing but empty promises and lies! i try to be different if you will not condone it, so be it.
(also prove not tricking people will help!)
Intro:
the way to make...