please help me

06/05/2014 21:37 shaked99#1
[Only registered and activated users can see links. Click Here To Register...]
how i do teleport to frozengotto and edit the text?
ahh and more question how i build the source?
06/07/2014 00:30 shaked99#2
Help me please?
06/07/2014 03:09 mejo33#3
You need to code the NPC. What source are u using?
06/07/2014 12:05 shaked99#4
Quote:
Originally Posted by mejo33 View Post
You need to code the NPC. What source are u using?
Oldcoob (rikardo updated) 5165
06/07/2014 18:05 abdoumatrix#5
just copy an existing npc and edit its value and u r done
06/07/2014 18:24 shaked99#6
Quote:
Originally Posted by abdoumatrix View Post
just copy an existing npc and edit its value and u r done
just edit it? save it and start the server?
and how i do it on new project > ClassLibrary or empty project or something? please tell me what the project i need to use to begin edit...
or i need just open C# and start the map.cs
06/07/2014 18:53 abdoumatrix#7
just look for npc class
06/07/2014 22:01 shaked99#8
Quote:
Originally Posted by abdoumatrix View Post
just look for npc class
Sorry but I don't now what you mean I did the code I added that npc and I see only the npc but he don't do something
Help me please.
06/09/2014 23:26 kakamankoko#9
search for case 100001:
06/12/2014 23:16 Wolfy.#10
Oh god dude just add this npc:

Code:
case 123456;
{
if (Control == 1)
{
GC.AddSend(Packets.NpcSay("Do you want to go to frozen grotto?"));
GC.AddSend(Packets.NpcLink("Yes, please.", 1));
}
else if (Control == 2)
{
GC.MyChar.Teleport(MAPID, X, Y);
GC.AddSend(Packets.NpcSay("Here you go."));
GC.AddSend(Packets.NpcLink("Thanks.", 255));
}
Just change the map id and coordinates and then add your npc in NPCS.ini like this:

Code:
123456 MESHDIR 2 0 MAPID X Y
Again change coordinates. And mesh and direction. Good luck.
06/13/2014 00:18 anone.ious#11
Quote:
Originally Posted by Wolfy. View Post
Oh god dude just add this npc:

Code:
case 123456;
{
if (Control == 1)
{
GC.AddSend(Packets.NpcSay("Do you want to go to frozen grotto?"));
GC.AddSend(Packets.NpcLink("Yes, please.", 1));
}
else if (Control == 2)
{
GC.MyChar.Teleport(MAPID, X, Y);
GC.AddSend(Packets.NpcSay("Here you go."));
GC.AddSend(Packets.NpcLink("Thanks.", 255));
}
Just change the map id and coordinates and then add your npc in NPCS.ini like this:

Code:
123456 MESHDIR 2 0 MAPID X Y
Again change coordinates. And mesh and direction. Good luck.
Thanks :)
06/13/2014 18:44 Wolfy.#12
No problem, i forgot to add for npc avatar and npc finish don't forget them too.
06/14/2014 02:11 jackpotsvr#13
This is obviously the best private server =0
06/14/2014 04:46 InsomniacPro#14
Quote:
Originally Posted by shaked99 View Post
Oldcoob (rikardo updated) 5165
This is 2014.
06/14/2014 10:31 anone.ious#15
Quote:
Originally Posted by InsomniacPro View Post
This is 2014.
now i have 5517 alber source