[HELP] I Cant see any NPC.

09/17/2010 14:32 salem rey#1
I cant see any NPC when you log in, you msut jump farder first so that you can see NPC. what is the problem? anyone can help me out here?
09/17/2010 14:43 teroareboss1#2
send SpawnNpc
09/17/2010 14:49 salem rey#3
What you mean?
09/17/2010 14:52 sohaib#4
hey salem rey

if you get help please tell me how to do it too, cuz i have the same problem
09/17/2010 14:58 salem rey#5
OK no problem i like to share any problem that someone share a fix, i will just tell you friend. hope this problem will fix...
09/17/2010 15:03 teroareboss1#6
in 5165 is Game.World.Spawns(GC.MyChar, true);
add this in teleport.cs

or find for void Teleport
in character.cs
and add ther
09/17/2010 15:27 salem rey#7
Ok i will jsut reply here if this will work, thanks in advance if this will work..

Still lnot workin :(..
09/17/2010 16:32 Adziunia#8
do have the right client? Or u r using source which is messed up
09/17/2010 16:45 dowhatuwant#9
Isnt it something to do with the spawning of npc's?
Try make them spawn before character.
09/17/2010 20:17 remixpwnz#10
Search for:

Quote:
if (!Game.World.H_Chars.Contains(GC.MyChar.EntityID))
{
Game.World.H_Chars.Add(GC.MyChar.EntityID, GC.MyChar);
Game.World.Spawns(GC.MyChar, false);
}
Under add:

Quote:
Game.World.Spawns(GC.MyChar, true);
09/17/2010 20:27 _DreadNought_#11
I released this before someone asked this, its also good to add it in jump.cs, walkrun.cs, teleport.cs add it in teleport.cs just under where it displays the messages for when u login
09/18/2010 05:04 salem rey#12
Thanks all it's fix now... :D