Alright I want to make a new scroll (with it's own name eg: PalaceGates) and I want it to appear in shopping mall too. What do I do?
For Example this is in Character.cs and it's the Twin City scroll. I know I have to make a new one of these but what else besides this?
For Example this is in Character.cs and it's the Twin City scroll. I know I have to make a new one of these but what else besides this?
Code:
case 1060020:
{
if (Loc.Map != 6000 && Loc.Map != 6001 && Loc.Map != 1051)
{
Teleport(1002, 429, 378);
RemoveItem(I);
}
else
MyClient.LocalMessage(2005, "Cannot use teleport scrolls in jail.");
break;
}