hallo zusammen ich habe folgendes problem ich will einen npc eine neue kleigung zuwiesen aber das geht nicht -.-
ich habe versucht MaFL_Is eine neue kleidung zu verpassen mein ncd file sieht so aus und die ncd.pre habe ich vorher gelöscht
"@@DATA@@"
{
SetNPCEquipment( 2, 1029 );
SetNPCEquipment( 4, 1329 );
SetNPCEquipment( 5, 1629 );
AddNPCChat( "Lillip, help us save this world with your Wisdom!" );
};
"main"
{
RemoveAllTextButtons( );
AddText( "Hello %PLAYERNAME% !" );
AddTextButton( "Bye!" );
AddTextButton( "Introduction" );
};
"Bye!"
{
CloseWindow( );
NPCChat( "I hope you will follow Lillip's wisdom too, one day..." );
};
"Introduction"
{
AddText( "My name is Condram Griters. I am one of the priests of Lillip, the Elementer hero. I am instructing young fellows on how to become an Elementer!" );
};
ich bitte um hilfe das sollte eigentlich so richtig sein danke für eure hilfe schonmal im vorraus ^^
ich habe versucht MaFL_Is eine neue kleidung zu verpassen mein ncd file sieht so aus und die ncd.pre habe ich vorher gelöscht
"@@DATA@@"
{
SetNPCEquipment( 2, 1029 );
SetNPCEquipment( 4, 1329 );
SetNPCEquipment( 5, 1629 );
AddNPCChat( "Lillip, help us save this world with your Wisdom!" );
};
"main"
{
RemoveAllTextButtons( );
AddText( "Hello %PLAYERNAME% !" );
AddTextButton( "Bye!" );
AddTextButton( "Introduction" );
};
"Bye!"
{
CloseWindow( );
NPCChat( "I hope you will follow Lillip's wisdom too, one day..." );
};
"Introduction"
{
AddText( "My name is Condram Griters. I am one of the priests of Lillip, the Elementer hero. I am instructing young fellows on how to become an Elementer!" );
};
ich bitte um hilfe das sollte eigentlich so richtig sein danke für eure hilfe schonmal im vorraus ^^