[CoupleRequest/HELP] Read Me:)

06/30/2009 22:03 Pete1990#1
Ok well i need a couple things i dont know if someone has them and will give it to me:) But Here we go
1.Lab Cords for The Npcs:) <<DONE
2.Help on Droping Items from Inv
3.Help making a Command where if the boss mob died it takes everone Back to Tc that is on that map.
4.Where is the auto start for Gw
5.Moonbox Npcs to hehe:D
6.How can i make my npc Reload Char info..
7.Az monsters Spawns
This is all Based on a lotf server.
This is the public lotf source got Made to ini

*********REWARDS ARE*********
COOKIES
THANKS
Maybe milk if its really good lol
06/30/2009 22:08 Kiyono#2
LOTF, Hybrid's Basic Source, CoEmu V2 or binaries?
06/30/2009 22:09 Pete1990#3
its lotf made to ini its the public one on here ur basic lotf source but mine has much more lol
06/30/2009 22:13 danielachraf#4
Quote:
1. MyChar.Teleport(1352, 028, 223);
2. MyChar.Teleport(1353, 028, 268);
3. MyChar.Teleport(1354, 009, 290);
1. Lab 1 to 2
2. Lab 2 to 3
3. Lab 3 to 4
TC to lab 1 ... forget it.. i will open the game now ..
Press thanks
06/30/2009 22:14 Pete1990#5
Thanks alot man
06/30/2009 22:16 -Shunsui-#6
1: NPCs:Simon (Twin City 393,235) Teleports you into lab 1. All I know about the lab :)
06/30/2009 22:19 danielachraf#7
For GW start auto // I am not sure about this
In Entities.cs search for
Code:
public void TimerElapsed(object source, ElapsedEventArgs e)
        {
and under it add

Code:
 if (DateTime.Now.DayOfWeek == DayOfWeek.Monday)
            {
                if (DateTime.Now.Hour == 10 && DateTime.Now.Minute == 40 && World.ServerTime.AMPM == "PM")
                {
                    World.SendMsgToAll("GW has started", "[SYSTEM]", 2011);
                    General.GWOn = true;
                }
            }
Monday , 10 , 40 , PM .... you should understand
07/01/2009 00:32 Pete1990#8
Thank you