i want add TeratoDragon in twincity ...how can i do
Monster.MapID = 2056;
Monster.MapID = [COLOR="#ff0000"]1002[/COLOR];
Monster.X = 331; Monster.Y = 324;
Monster.X = [COLOR="Red"]449[/COLOR]; Monster.Y = [COLOR="#ff0000"]472[/COLOR];
...... you try it ?Quote:
Open up the whole project,go to Battle->Bosses->TeratoDragon.cs
Open TeratoDragon.cs
FIRST STEP : Search for:
Replace with:Code:Monster.MapID = 2056;
NOTE: Where 1002 its the ID of the map.Code:Monster.MapID = [COLOR="#ff0000"]1002[/COLOR];
SECOND STEP : Search for:
Replace with:Code:Monster.X = 331; Monster.Y = 324;
NOTE: Where 449 and 472 are the coordinates where the boss will spawn.Code:Monster.X = [COLOR="Red"]449[/COLOR]; Monster.Y = [COLOR="#ff0000"]472[/COLOR];
Change them as you like!
Press F5 and you are done,the TeratoDragon will spawn in TC.