Quote:
Text("Wish to trade your DragonBall or DBScroll for CPs?");
Option("Yes, my DragonBall for 217 CPs",1);
Option("Yes, my DBScroll for 217 CPs",10);
Option("Just passing by..",255);
if (Option == 1 || Option == 10)
{
Char.ConquerPoints += 217 * Type;
if (Type == 1)
Char.RemoveItem(1088000);
else
Char.RemoveItem(DB_SCROLL_ID);
}
|
Just change the default MapID in your database, or the incorrect way would be to check if the user's logoncount is 0 (first time to login), if so then teleport to birth village.
#removed offtopic stuff, complain about mods in the complaint area.