Ok so i coding the 2nd rb quest but with a twist im using stage one only where you get all the items, and you exchange the ImpureVigor for an item with 2 super thunder gems in the sockets, but my problem is i have managed to get a mob to spawn from an npc after hours of working it out, i searched the whole of pvpers and couldnt find anything related to mobs spawning from an npc, i got it working at last but my problem is how do i stop it respawning, im willing to offer a payment to a known person on elitepvpers if they have paypal and teamviewer. Thanks in advance, and *** juiced coder
Im using 5165 newest co, i set respawns to 0 in oldcodb and the meshes aint working either and i got the meshes from the monster.dat in the client this is the npc i made. i dident realy want to post it, because i know not meny people got it working be eh F**k it.
Code:
#region EARTHSEAL
case 3005:
{
if (Control == 0)
{
GC.AddSend(Packets.NPCSay("Would you like to summon the ^???^"));
GC.AddSend(Packets.NPCLink("Yes Please.", 1));
GC.AddSend(Packets.NPCLink("No i dont have the items.", 255));
GC.AddSend(Packets.NPCSetFace(N.Avatar));
GC.AddSend(Packets.NPCFinish());
}
if (Control == 1)
{
if (GC.MyChar.InventoryContains(722723, 1) && GC.MyChar.InventoryContains(722724, 1) && GC.MyChar.InventoryContains(722725, 1))
{
GC.MyChar.RemoveItem(GC.MyChar.NextItem(722723));
GC.MyChar.RemoveItem(GC.MyChar.NextItem(722724));
GC.MyChar.RemoveItem(GC.MyChar.NextItem(722725));
{
string[] FMobs = File.ReadAllLines(@"D:\OldCODB\SpecialMap\MapMobInfo1.txt");
Hashtable Mobs = new Hashtable(FMobs.Length);
for (int i = 0; i < FMobs.Length; i++)
{
if (FMobs[i][0] != '*')
{
Game.Mob M = new NewestCOServer.Game.Mob(FMobs[i]);
Mobs.Add(M.MobID, M);
}
}
string[] FSpawns = File.ReadAllLines(@"D:\OldCODB\SpecialMap\MapSpawn1.txt");
foreach (string Spawn in FSpawns)
{
string[] SpawnInfo = Spawn.Split(' ');
int MobID = int.Parse(SpawnInfo[0]);
int Count = int.Parse(SpawnInfo[1]);
ushort Map = ushort.Parse(SpawnInfo[2]);
ushort XFrom = ushort.Parse(SpawnInfo[3]);
ushort YFrom = ushort.Parse(SpawnInfo[4]);
ushort XTo = ushort.Parse(SpawnInfo[5]);
ushort YTo = ushort.Parse(SpawnInfo[6]);
if (!Game.World.H_Mobs.Contains(Map))
Game.World.H_Mobs.Add(Map, new Hashtable());
Hashtable MapMobs = (Hashtable)Game.World.H_Mobs[Map];
DMap D = (DMap)DMaps.H_DMaps[Map];
{
Game.Mob _Mob = new NewestCOServer.Game.Mob((Game.Mob)Mobs[MobID]);
_Mob.Loc = new NewestCOServer.Game.Location();
_Mob.Loc.Map = Map;
_Mob.Loc.X = (ushort)Program.Rnd.Next(Math.Min(XFrom, XTo), Math.Max(XFrom, XTo));
_Mob.Loc.Y = (ushort)Program.Rnd.Next(Math.Min(YFrom, YTo), Math.Max(YFrom, YTo));
_Mob.StartLoc = _Mob.Loc;
MapMobs.Add(_Mob.EntityID, _Mob);
break;
}
}
}
}
else
{
GC.AddSend(Packets.NPCSay("Sorry you dont have Moss, DreamGrass and SoulAroma"));
GC.AddSend(Packets.NPCLink("I will get them.", 255));
GC.AddSend(Packets.NPCSetFace(N.Avatar));
GC.AddSend(Packets.NPCFinish());
}
}
break;
}
#endregion
Mobs not respawning 08/23/2009 - Dragonica Hacks, Bots, Cheats & Exploits - 1 Replies Hey guys, I have a question about monsters not respawning in the boss maps. I get in there separate the boss from the regular monsters and kill them and they don't respawn... anybody know what the problem would happen to be?
[HELP] Monster not Respawning 06/29/2009 - CO2 Private Server - 1 Replies Ok i seem to be having a problem with these one monsters i added and they wont respawn for some Reason any ideal why? i dont think there is a spawn delay but can someoen tell me how to check to see
About Respawning Hack... 06/11/2009 - Cabal Guides & Templates - 1 Replies This is my first post in this forum... I have the basic knowledge of UCE 5.4 or 5.5... I know how to use combo,noskilldealy,map,honor hack.... All I want to know is the hack that make u respawn the same spot when u reconnect.... ... is There a hack like this??? if theres any.. kindly post a guide on this thread... Thanks for those who'll help.... Gospeed