[Guid] RainbowRace.lua Erklärt

    Diese Seite verwendet Cookies. Durch die Nutzung unserer Seite erklären Sie sich damit einverstanden, dass wir Cookies setzen. Weitere Informationen

    • [Guid] RainbowRace.lua Erklärt

      So ich Erkläre euch jetzt mal die Wichtigsten Sachen in der RainbowRace.lua

      Als erstes Befassen wir uns mit der Zeit

      SetTime( "[COLOR="Red"]Mon[/COLOR]", "[COLOR="Blue"]10:00[/COLOR]", "[COLOR="DarkOrange"]15:00[/COLOR]", "[COLOR="Yellow"]15:30[/COLOR]", [COLOR="DarkOrchid"]1000000[/COLOR] ) -- ¿äÀÏ, ½Åû½ÃÀÛ ½Ã°£, ½ÅûÁ¾·á ½Ã°£, ¿ÀÇ ½Ã°£, ½Åû Æä³Ä
      [COLOR="Magenta"]Wait_Time = MIN(20)[/COLOR] -- Áغñ±îÁö ´ë±â½Ã°£
      [COLOR="SeaGreen"]Ready_Time = MIN(10) [/COLOR] -- Áغñ ½Ã°£
      [COLOR="MediumTurquoise"]Progress_Time = MIN(120) [/COLOR] -- ÁøÇà ½Ã°£

      [COLOR="Red"]Das ist der Wochentag an dem es statfindet[/COLOR]

      [COLOR="Blue"]Das ist die Zeit ab wann man sich Anmelden kann [/COLOR]

      [COLOR="DarkOrange"]Das ist die Zeit ab wann die Anmeldung Geschlossen ist [/COLOR]
      [COLOR="Yellow"]
      Das ist die Zeit ab wann der Countdown Läuft [/COLOR]

      [COLOR="Magenta"]Es kommt eine Anzeige das das Race Bald startet und man sich bereit machen soll danach leuft diese zeit ab [/COLOR]

      [COLOR="SeaGreen"]ist die Zeit von Oben abgelaufen Kommt wieder einen Anzeige das das Race in ??? Menuten Startet das ist diese zeit [/COLOR]
      [COLOR="MediumTurquoise"]
      Das ist die Zeit wie lange das Race geht Normal 2 Stunden[/COLOR]

      [COLOR="DarkOrchid"]Das ist die anmelde Gebühr die man zahlen muss um teilzunehmen [/COLOR]


      Als nächstes kommen die Npcs

      -- ÁøÇà NPC¼³Á¤
      -- SetNPC( "strNPCId", "strCharKey", x, y, z ) -- strNPCId´Â Áߺ¹µÇ¸é ¾ÈµÊ
      -- SetNPC( "MI_NPC_SNOWGIRL", "MaFl_FlaMayor", 6963, 105, 3232 )
      SetNPC( "MI_NPC_RAINBOWNPC01" , "[COLOR="Red"]MaFl_RainbowRed[/COLOR]" , [COLOR="SeaGreen"]9460, 150, 4540[/COLOR] )
      SetNPC( "MI_NPC_RAINBOWNPC02" , "[COLOR="Red"]MaFl_RainbowOrange[/COLOR]" , [COLOR="SeaGreen"]8314, 190, 1888[/COLOR] )
      SetNPC( "MI_NPC_RAINBOWNPC03" , "[COLOR="Red"]MaFl_RainbowYellow[/COLOR]" , [COLOR="SeaGreen"]7197, 182, 4046 [/COLOR])
      SetNPC( "MI_NPC_RAINBOWNPC04" , "[COLOR="Red"]MaFl_RainbowGreen[/COLOR]" , [COLOR="SeaGreen"]6164, 152, 3787[/COLOR] )
      SetNPC( "MI_NPC_RAINBOWNPC05" , "[COLOR="Red"]MaFl_RainbowBlue[/COLOR]" , [COLOR="SeaGreen"]5610, 152, 3695[/COLOR] )
      SetNPC( "MI_NPC_RAINBOWNPC06", "[COLOR="Red"]MaFl_RainbowIndogo[/COLOR]" , [COLOR="SeaGreen"]2922, 152, 4708[/COLOR] )
      SetNPC( "MI_NPC_RAINBOWNPC07" , "[COLOR="Red"]MaFl_RainbowViolet[/COLOR]" , [COLOR="SeaGreen"]3102, 183, 2787[/COLOR] )


      [COLOR="Red"]Dies ist der Name des Npcs Sollte eigentlich nicht verändert werden wenn ihr euch nicht gut auskennt [/COLOR]

      [COLOR="SeaGreen"]Dies sind die X,Y,Z Koordinaten ihr könnt die Npc jedes mal wo anders hinstellen wenn ihr wollt damit es schwerer wird [/COLOR]

      So jetzt kommen Wir zu den Preisen

      -- ·¹Àκ¸¿ì ·¹À̽º ¿äÀϺ° ¼øÀ§¿¡ µû¸¥ »óÇ° ¹× »ó±Ý
      -- SetPrize( "¿äÀÏ", "ItemId", nItemNum, byFlag, nPenyaRate )
      -- SetPrize( "Sat", "NoItem", 0, 0, 50 );
      SetPrize( "[COLOR="Red"]Sat[/COLOR]", "[COLOR="Blue"]NoItem[/COLOR]", [COLOR="SandyBrown"]0[/COLOR], 0, [COLOR="SeaGreen"]50 [/COLOR]);
      SetPrize( "[COLOR="Red"]Sat[/COLOR]", "[COLOR="Blue"]NoItem[/COLOR]", [COLOR="SandyBrown"]0[/COLOR], 0, [COLOR="SeaGreen"]24[/COLOR] );
      SetPrize( "[COLOR="Red"]Sat[/COLOR]", "[COLOR="Blue"]NoItem[/COLOR]", [COLOR="SandyBrown"]0[/COLOR], 0, [COLOR="SeaGreen"]12[/COLOR] );
      SetPrize( "[COLOR="Red"]Sat[/COLOR]", "[COLOR="Blue"]NoItem[/COLOR]", [COLOR="SandyBrown"]0[/COLOR], 0, [COLOR="SeaGreen"]6 [/COLOR]);
      SetPrize( "[COLOR="Red"]Sat[/COLOR]", "[COLOR="Blue"]NoItem[/COLOR]", [COLOR="SandyBrown"]0[/COLOR], 0, [COLOR="SeaGreen"] 3 [/COLOR]);
      SetPrize( "[COLOR="Red"]Sat[/COLOR]", "[COLOR="Blue"]NoItem[/COLOR]", [COLOR="SandyBrown"]0[/COLOR], 0, [COLOR="SeaGreen"]1.5[/COLOR] );
      SetPrize( "[COLOR="Red"]Sat[/COLOR]", "[COLOR="Blue"]NoItem[/COLOR]", [COLOR="SandyBrown"]0[/COLOR], 0, [COLOR="SeaGreen"]0.75[/COLOR] );
      SetPrize( "[COLOR="Red"]Sat[/COLOR]", "[COLOR="Blue"]NoItem[/COLOR]", [COLOR="SandyBrown"]0[/COLOR], 0, [COLOR="SeaGreen"] 0.375[/COLOR] );
      SetPrize( "[COLOR="Red"]Sat[/COLOR]", "[COLOR="Blue"]NoItem[/COLOR]", [COLOR="SandyBrown"]0[/COLOR], 0, [COLOR="SeaGreen"]0.1875[/COLOR] );
      SetPrize( "[COLOR="Red"]Sat[/COLOR]", "[COLOR="Blue"]NoItem[/COLOR]", [COLOR="SandyBrown"]0[/COLOR], 0,
      [COLOR="SeaGreen"]0.09375[/COLOR] );

      [COLOR="Red"]Das wie oben schon der Wochen Tag er muss mit dem Oben Gleich sein [/COLOR]

      [COLOR="Blue"]Hier könnt ihr noch ein zusätzliches item vergeben als Gewinn [/COLOR]

      [COLOR="SandyBrown"]Das ist die anzahl der Items die man Bekommt [/COLOR]

      [COLOR="SeaGreen"]das ist die Prozentzahl die man von den Gesamt einnahmen bekommt [/COLOR]

      Die Mini Game Preise die man werden des Rennens bekommt

      - ¿äÀϺ° ¹Ì´Ï°ÔÀÓ ¿Ï·á Ƚ¼ö¿¡ µû¸¥ »óÇ° Áö±Þ
      -- ¿äÀÏ, ¿Ï·á Ƚ¼ö, Áö±Þ ¾ÆÀÌÅÛ, °³¼ö, ±Í¼Ó»óÅ ¼³Á¤
      -- SetMiniGamePrize( "Sat", 1, " ", 1, 2 );
      -- SetMiniGamePrize( "Sat", 2, " ", 1, 2 );
      SetMiniGamePrize( "[COLOR="Red"]Sat[/COLOR]", [COLOR="SandyBrown"]4[/COLOR], "[COLOR="Blue"]II_GEN_MAG_TRI_FIRESHOWER[/COLOR]" , [COLOR="SeaGreen"]1[/COLOR], 2 );
      SetMiniGamePrize( "[COLOR="Red"]Sat[/COLOR]", [COLOR="SandyBrown"]5[/COLOR], "[COLOR="Blue"]II_SYS_SYS_SCR_BXRAINBOW01[/COLOR]" , [COLOR="SeaGreen"]1[/COLOR], 2 );
      SetMiniGamePrize( "[COLOR="Red"]Sat[/COLOR]", [COLOR="SandyBrown"]6[/COLOR], "[COLOR="Blue"]II_SYS_SYS_SCR_BXRAINBOW01[/COLOR]" , [COLOR="SeaGreen"]2[/COLOR], 2 );
      SetMiniGamePrize( "[COLOR="Red"]Sat[/COLOR]", [COLOR="SandyBrown"]7[/COLOR], "[COLOR="Blue"]II_SYS_SYS_SCR_BXRAINBOW01[/COLOR]" , [COLOR="SeaGreen"]4[/COLOR], 2 );

      [COLOR="Red"]Der W[COLOR="SandyBrown"][/COLOR]ochentag muss auch wieder mit den oben Gleich sein [/COLOR]

      [COLOR="SandyBrown"]Die Zahl gibt an bei Welchem Spiel man das Item bekommt[/COLOR]

      [COLOR="Blue"]Hier steht Welches Item man bekommt [/COLOR]

      [COLOR="SeaGreen"]Die Anzahl wie viele Items man bekommt [/COLOR]

      So das wars schon wenn ihr einen Fehler findet sagst mir bitte oder wenn ihr etwas ergänzen wollt.
    • Werbung zur Unterstützung des Forums ( Bitte AddBlocker deaktivieren )