about 12tails source...

05/15/2011 11:43 somecode#1
i want add TeratoDragon in twincity ...how can i do
05/15/2011 13:19 F i n c h i#2
Open up the whole project,go to Battle->Bosses->TeratoDragon.cs
Open TeratoDragon.cs

FIRST STEP : Search for:
Code:
Monster.MapID = 2056;
Replace with:
Code:
Monster.MapID = [COLOR="#ff0000"]1002[/COLOR];
NOTE: Where 1002 its the ID of the map.

SECOND STEP : Search for:
Code:
Monster.X = 331;
Monster.Y = 324;
Replace with:
Code:
Monster.X = [COLOR="Red"]449[/COLOR];
Monster.Y = [COLOR="#ff0000"]472[/COLOR];
NOTE: Where 449 and 472 are the coordinates where the boss will spawn.

Change them as you like!

Press F5 and you are done,the TeratoDragon will spawn in TC.
05/16/2011 09:52 somecode#3
Quote:
Originally Posted by alexalx View Post
Open up the whole project,go to Battle->Bosses->TeratoDragon.cs
Open TeratoDragon.cs

FIRST STEP : Search for:
Code:
Monster.MapID = 2056;
Replace with:
Code:
Monster.MapID = [COLOR="#ff0000"]1002[/COLOR];
NOTE: Where 1002 its the ID of the map.

SECOND STEP : Search for:
Code:
Monster.X = 331;
Monster.Y = 324;
Replace with:
Code:
Monster.X = [COLOR="Red"]449[/COLOR];
Monster.Y = [COLOR="#ff0000"]472[/COLOR];
NOTE: Where 449 and 472 are the coordinates where the boss will spawn.

Change them as you like!

Press F5 and you are done,the TeratoDragon will spawn in TC.
...... you try it ?
it doesn't work!!!
05/16/2011 12:44 F i n c h i#4
Quote:
Originally Posted by somecode View Post
...... you try it ?
it doesn't work!!!
You are doing it wrong!
Sorry,if you can't even change some simple numbers,then no point on working on a server.
05/17/2011 15:18 exorcismman#5
alexalx bro would help me setup hellmouth source if ur online now....