Gamers-Heaven
Would you like to react to this message? Create an account in a few clicks or log in to continue.



 
HomeSearchLatest imagesLog inRegister
Vote for us please :)
Conquer Online MMORPG & MPOG bots
Top posters
awesome100able
[HELP]with the npc I_vote_lcap[HELP]with the npc I_voting_bar[HELP]with the npc I_vote_rcap 
NeoN
[HELP]with the npc I_vote_lcap[HELP]with the npc I_voting_bar[HELP]with the npc I_vote_rcap 
Angel
[HELP]with the npc I_vote_lcap[HELP]with the npc I_voting_bar[HELP]with the npc I_vote_rcap 
iGoogle
[HELP]with the npc I_vote_lcap[HELP]with the npc I_voting_bar[HELP]with the npc I_vote_rcap 
FruitJuice
[HELP]with the npc I_vote_lcap[HELP]with the npc I_voting_bar[HELP]with the npc I_vote_rcap 
DevilshCQ
[HELP]with the npc I_vote_lcap[HELP]with the npc I_voting_bar[HELP]with the npc I_vote_rcap 
Myndeth
[HELP]with the npc I_vote_lcap[HELP]with the npc I_voting_bar[HELP]with the npc I_vote_rcap 
noob123
[HELP]with the npc I_vote_lcap[HELP]with the npc I_voting_bar[HELP]with the npc I_vote_rcap 
jason11040
[HELP]with the npc I_vote_lcap[HELP]with the npc I_voting_bar[HELP]with the npc I_vote_rcap 
sunrisegf
[HELP]with the npc I_vote_lcap[HELP]with the npc I_voting_bar[HELP]with the npc I_vote_rcap 
Social bookmarking
Bookmark and share the address of Gamers-Heaven on your social bookmarking website

 

 [HELP]with the npc

Go down 
3 posters
AuthorMessage
jason11040
A new gamer
A new gamer



Posts : 2
Heaven points : 5102
Heaven points : 0
Join date : 2010-05-12

[HELP]with the npc Empty
PostSubject: [HELP]with the npc   [HELP]with the npc EmptyWed May 12, 2010 10:40 pm

when i add something to the npc and npcdialog and i go in the game it say hi my name is XXXX im not usefull yet but my id is XXXX can you help me with this like all of my npc say that plz help
Back to top Go down
FruitJuice
A new gamer
A new gamer



Posts : 11
Heaven points : 5145
Heaven points : 4
Join date : 2010-04-29

[HELP]with the npc Empty
PostSubject: Re: [HELP]with the npc   [HELP]with the npc EmptyThu May 13, 2010 1:07 am

lets say the NPC id is "1234" you need:


in NPCs.txt add this below



1234 1086 16 0 1036 230 209

then go into NPCdialogs.cs and:

add this:


#region TYPE WHAT EVER YOU WANT HERE
case 1234:
{
if (Control == 0)
{
GC.AddSend(Packets.NPCSay("Hey. Wants you leaving here?"));
GC.AddSend(Packets.NPCLink("Yes... i wants leaving here.", 1));
GC.AddSend(Packets.NPCLink("You talk weird.", 255));
GC.AddSend(Packets.NPCSetFace(30));
GC.AddSend(Packets.NPCFinish());
}
else if (Control == 1)
GC.MyChar.Teleport(1002, 430, 380);
break;
}
#endregion

The code in red are the ID's that you use for the NPC which MUST be 1234 in case and npcs.txt.

Hope it helped Smile
Back to top Go down
jason11040
A new gamer
A new gamer



Posts : 2
Heaven points : 5102
Heaven points : 0
Join date : 2010-05-12

[HELP]with the npc Empty
PostSubject: Re: [HELP]with the npc   [HELP]with the npc EmptyThu May 13, 2010 9:51 pm

well i do have it like that and in the right place but idk what to do it keep saying the same thing
Back to top Go down
FruitJuice
A new gamer
A new gamer



Posts : 11
Heaven points : 5145
Heaven points : 4
Join date : 2010-04-29

[HELP]with the npc Empty
PostSubject: Re: [HELP]with the npc   [HELP]with the npc EmptyFri May 14, 2010 12:57 am

jason11040 wrote:
well i do have it like that and in the right place but idk what to do it keep saying the same thing


Opps. i missed something, wrong marked in orange:


1234 1086 16 0 1036 230 209


Right is marked in red:


1234 1086 2 0 1036 230 209


Try that
Back to top Go down
iGoogle
I am a gamer
I am a gamer
iGoogle


Posts : 22
Heaven points : 5143
Heaven points : 4
Join date : 2010-05-08

[HELP]with the npc Empty
PostSubject: Re: [HELP]with the npc   [HELP]with the npc EmptyWed May 19, 2010 11:48 pm

Lol i also needed help with this thanks!
Back to top Go down
Sponsored content





[HELP]with the npc Empty
PostSubject: Re: [HELP]with the npc   [HELP]with the npc Empty

Back to top Go down
 
[HELP]with the npc
Back to top 
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
Gamers-Heaven :: OnlineGames :: ConquerOnline :: Help & Questions-
Jump to: