[Question] Mobsspawn.tx

11/28/2009 13:49 sawickas#16
My teleporter Full Woarkinntory Only i cant add Opcion after Yuo telepor To get in inventer Tc Scroll :( Here MY NPC Code
Quote:
#region Simon
case 1152:
{
if (Control == 0)
{
GC.AddSend(Packets.NPCSay("Hi i can teleport Yuo to labirint Here yuo will Get More Xp But Mobs here are wery Strong Yuo want enter?"));
GC.AddSend(Packets.NPCLink("Yes.", 1));
GC.AddSend(Packets.NPCLink("No Thanks My Lvl To low.", 255));
GC.AddSend(Packets.NPCSetFace(N.Avatar));
GC.AddSend(Packets.NPCFinish());
}
else if (Control == 1)
GC.MyChar.Teleport(1351, 100, 103);
break;
}
#endregion
I will later add for ask VPS wen i will more Know abaut How Add His Option :) But No it will BY for free :) And if any one can help MY add Opcion To get TC scroll In inwentor will BY nice :D
11/28/2009 13:56 Arcо#17
Code:
                            #region Simon
                            case 1152:
                                {
                                    if (Control == 0)
                                    {
                                        GC.AddSend(Packets.NPCSay("Hi i can teleport Yuo to labirint Here yuo will Get More Xp But Mobs here are wery Strong Yuo want enter?"));
                                        GC.AddSend(Packets.NPCLink("Yes.", 1));
                                        GC.AddSend(Packets.NPCLink("No Thanks My Lvl To low.", 255));
                                        GC.AddSend(Packets.NPCSetFace(N.Avatar));
                                        GC.AddSend(Packets.NPCFinish());
                                    }
                                    else if (Control == 1)
                                        GC.MyChar.Teleport(1351, 100, 103);
                                    GC.MyChar.AddItem(1060020);
                                    break;
                                }
                            #endregion
Here, replace your code with mine.
11/28/2009 13:59 hunterman01#18
Quote:
Originally Posted by Tiku View Post
Code:
                            #region Simon
                            case 1152:
                                {
                                    if (Control == 0)
                                    {
                                        GC.AddSend(Packets.NPCSay("Hi i can teleport Yuo to labirint Here yuo will Get More Xp But Mobs here are wery Strong Yuo want enter?"));
                                        GC.AddSend(Packets.NPCLink("Yes.", 1));
                                        GC.AddSend(Packets.NPCLink("No Thanks My Lvl To low.", 255));
                                        GC.AddSend(Packets.NPCSetFace(N.Avatar));
                                        GC.AddSend(Packets.NPCFinish());
                                    }
                                    else if (Control == 1)
                                        GC.MyChar.Teleport(1351, 100, 103);
                                    GC.MyChar.AddItem(1060020);
                                    break;
                                }
                            #endregion
Here, replace your code with mine.

Nice grammer :)
11/28/2009 14:01 sawickas#19
I got Problem after I add Spawn :( Trai faund were problem But i cant :( Herey Problem :( [Only registered and activated users can see links. Click Here To Register...]
11/28/2009 14:01 sawickas#20
Quote:
Originally Posted by hunterman01 View Post
Nice grammer :)
My English Bad i Know :(
11/28/2009 14:14 Zion~#21
Go to the definition (Just in case you don't know how, place the mouse over M.MobID and right click it then select go to definition) of M.MobID and post a screen shot here.
11/28/2009 14:14 ~Falcon#22
Quote:
Originally Posted by hunterman01 View Post
Nice grammer :)
Nice grammar yourself :)
11/28/2009 14:21 sawickas#23
Quote:
Originally Posted by Zion~ View Post
Go to the definition (Just in case you don't know how, place the mouse over M.MobID and right click it then select go to definition) of M.MobID and post a screen shot here.
Ok Here? >>>> [Only registered and activated users can see links. Click Here To Register...]
11/28/2009 14:24 Arcо#24
Quote:
Originally Posted by hunterman01 View Post
Nice grammer :)

Lol in case you didn't notice, I just copied and pasted his code and edited a little lol.
11/28/2009 15:11 sawickas#25
so any One can help my add spaawn in lab??
11/28/2009 15:15 Zion~#26
Wait hold up, adding the spawns to lab is done in the database.
11/28/2009 15:38 sawickas#27
Quote:
Originally Posted by Zion~ View Post
Wait hold up, adding the spawns to lab is done in the database.
Ok i will Thank yuo :)
11/28/2009 15:55 -Shunsui-#28
Quote:
Originally Posted by Korvacs View Post
MobID
Amount of Mobs
MapID
Min X Cord
Min Y Cord
Max X Cord
Max Y Cord

It draws a rectangle and populates it with the amount of monsters which are specified.
So lets say i wanted to add in Pheasnts arround how would i know wat to put for pheasents?
11/28/2009 16:06 Zion~#29
Quote:
Originally Posted by flako27 View Post
So lets say i wanted to add in Pheasnts arround how would i know wat to put for pheasents?
You'll need the mob ID.
11/28/2009 16:15 -Shunsui-#30
Thanx Anyone got ModIds ftw? all of them or as much posible?