npc verkleidung bitte um hilfe ...

    • npc verkleidung bitte um hilfe ...

      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 ^^
    • Werbung zur Unterstützung des Forums ( Bitte AddBlocker deaktivieren )

    • Dreckigerhund;35734 schrieb:


      [...] SetNPCEquipment( [COLOR="Pink"]2[/COLOR], 1029 );
      SetNPCEquipment( [COLOR="Wheat"]4[/COLOR], 1329 );
      SetNPCEquipment( [COLOR="LemonChiffon"]5[/COLOR], 1629 );
      [...]


      Dick+Unterstrichen= ItemID
      [COLOR="Pink"]2[/COLOR]-> "InventarSlot Suit
      [COLOR="Wheat"]4[/COLOR]-> "InventarSlot Gaunlets"
      [COLOR="LemonChiffon"]5[/COLOR]-> "InventarSlot Boots"

      Also im prinzip ganz simpel.
      Man ändere die Item ID und - bei mir klappt dies - er hat eine andere Suit oder so an.

      Oder du nimmst ein Cleanes Model (Weiblich/Männlich - ist noch einfacher da diese gar nichts anhaben) und versuchst es damit
      mfg
      cross