raten ändern

    • Werbung zur Unterstützung des Forums ( Bitte AddBlocker deaktivieren )

    • [FONT="Georgia"][COLOR="SeaGreen"][SIZE="3"]Labert nicht dumm rum und gibt lieber hilfreiche kommentare. Bei mir war das auch mal so. Bin bis jetzt nicht dahintergekommen woran das lag. Dann musste ich eh neu auflegen wegen root und dann gings. Aber ich hab wirklich nichts anders gemacht...[/SIZE][/COLOR][/FONT]
    • [SIZE="6"][COLOR="Red"]Rates verändern[/COLOR][/SIZE]



      Diese Datei findest du im "Resource" Ordner und dan das Schreib Dokument "constant.inc"

      // 1.0Àº ±âº» °ª
      // 2.0Àº ¹è¼ö
      // 0.5´Â 1/2

      // itemDropRate = 1.0 // ¾ÆÀÌÅÛ µå·Ó·ü
      // goldDropRate = 1.0 // Æä³Ä µå·Ó·ü
      // monsterExpRate = 1.0 // ¸ó½ºÅÍ °æÇèÄ¡·ü
      // monsterHitRate = 1.0 // ¸ó½ºÅÍ È÷Æ®·ü (¸ó½ºÅÍÀÇ °ø°Ý·Â)

      // ÆÄÀÏÀÇ À§Ä¡ ; resource\constant.inc
      // Constant.txt´Â ¿ùµå ¼*¹öÀÇ ½ºÅ©¸³Æ®ÀÌ¸ç ³»¿ë ¼öÁ¤ÇÑ ÈÄ¿¡ ¹Ýµå½Ã ¿ùµå ¼*¹ö¸¦ ¸®º×ÇØ¾ßÇÑ´Ù.

      // ¿î¿µÀÚ ¸í·É¾î ; µ¿ÀÏ ¼öÄ¡¸¦ °ÔÀÓ³»¿¡¼*µµ ½Ç½Ã°£ ¼öÁ¤ °¡´ÉÇÔ. ºñÀ²À» ÀÔ·ÂÇÏÁö ¾Ê°í ±×³É ¿£ÅÍÄ¡¸é ÇöÀç »óÅ Ãâ·Â

      // ¿µ¹® ¸í·É
      // ItemDropRade [ºñÀ²]
      // GoldDropRade [ºñÀ²]
      // MonsterExpRate [ºñÀ²]
      // MonsterHitRate [ºñÀ²]

      // ÇÑ±Û ¸í·É
      // ¾ÆÀÌÅÛµå·Ó·ü [ºñÀ²]
      // °ñµåµå·Ó·ü [ºñÀ²]
      // ¸ó½ºÅͰæÇèÄ¡·ü [ºñÀ²]
      // ¸ó½ºÅÍÈ÷Æ®·ü [ºñÀ²]

      //----------------------------------------------------------------------------------------------------//
      lang LANG_KOR // ¾ð¾î ¼¼ÆÃ, ÀÌÇÏ Çѱ¹ ¹öÁ¯¿¡ Àû¿ë
      {
      formula
      {
      itemDropRate = 1.0
      goldDropRate = 1.0
      monsterExpRate = 1.0
      monsterHitRate = 1.0
      dwVagSP = 1
      dwExpertSP = 2
      dwProSP = 3
      }
      }
      //----------------------------------------------------------------------------------------------------//
      lang LANG_JAP // ÀϺ» ³*À̵µ ¼¼ÆÃ.(ÀϺ» °ü°èÀÚµéÀº À̺κи¸ °íÄ¡½Ã°í, Â÷ÈÄ ÆÐÄ¡½Ã Çѱ¹ ¹öÁ¯À¸·Î overwriteµÉ ¼ö ÀÖÀ¸¹Ç·Î ÇȽºµÈ ¼öÄ¡´Â Çѱ¹¿¡ Å뺸 ¹Ù¶÷)
      {
      formula
      {
      itemDropRate = 1.0 // ¾ÆÀÌÅÛ µå·Ó·ü 1.0ÀÌ¸é ±âº»°ª, 2.0ÀÌ¸é µÎ¹è, 3.0ÀÌ¸é ¼¼¹è. ÀÌÇÏ ¸ðµÎ µ¿ÀÏ ±ÔÄ¢. ³ôÀ» ¼ö·Ï µå·ÓÀ² »ó½Â
      goldDropRate = 1.0 // Æä³Ä µå·Ó·ü ; ³ôÀ» ¼ö·Ï Æä³Ä µå·Ó·ü »ó½Â
      monsterExpRate = 1.0 // ¸ó½ºÅÍ °æÇèÄ¡·ü ; ³ôÀ» ¼ö·Ï ¸ó½ºÅͰ¡ ÁÖ´Â °æÇèÄ¡ »ó½Â
      monsterHitRate = 1.0 // ¸ó½ºÅÍ È÷Æ®·ü (¸ó½ºÅÍÀÇ °ø°Ý·Â) ³ôÀ» ¼ö·Ï ¸ó½ºÅÍÀÇ °ø°Ý·ÂÀÌ ¼¼Áø´Ù.
      }
      }
      //----------------------------------------------------------------------------------------------------//
      lang LANG_CHI // ¾ð¾î ¼¼ÆÃ, ÀÌÇÏ Çѱ¹ ¹öÁ¯¿¡ Àû¿ë
      {
      formula
      {
      itemDropRate = 1.0
      goldDropRate = 1.0
      monsterExpRate = 0.9
      monsterHitRate = 1.0
      }
      test
      {
      itemDropRate = 1.0
      goldDropRate = 1.0
      monsterExpRate = 0.9
      monsterHitRate = 1.0
      }
      }



      Dies im "Resource" Ordner bei "Event.lua"
      ganz unten einfügen und abspeichern.

      AddEvent( "ExpRates" ) [COLOR="Red"]<--- Name des Events[/COLOR]
      --{
      SetTime( "2000-01-01 00:00", "20012-01-01 00:00" ) [COLOR="Red"]<---- Start und Schluss[/COLOR]

      SetExpFactor( 30 ) [COLOR="Red"]<--- Rates[/COLOR]
      SetItemDropRate( 30 ) [COLOR="Red"]<--- Rates[/COLOR]
      SetPieceItemDropRate( 30 ) [COLOR="Red"]<--- Rates[/COLOR]
      SetGoldDropFactor( 30 ) [COLOR="Red"]<--- Rates[/COLOR]

      --}



      Nun müst ihr die Sachen noch ausfüllen (Eventname, Eventzeit) und dan einfach abspeicher und fertig