[Release]Automatic Cps in Inventory

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

    • [Release]Automatic Cps in Inventory

      [FONT="Fixedsys"][COLOR="DarkOrchid"]
      This is for 5165!
      Go to Mob.cs and search for this.[/COLOR][/FONT]

      Quellcode

      1. else if (MyMath.ChanceSuccess(DropRates.CPBag))

      [FONT="Fixedsys"][COLOR="DarkOrchid"]Under that void put this.[/COLOR][/FONT]

      Quellcode

      1. if (MyMath.ChanceSuccess(DropRates.CPs))
      2. {
      3. if (Char != null)
      4. {
      5. Char.CPs += CPS AMOUNT YOU WANT;
      6. }
      7. }


      [FONT="Fixedsys"][COLOR="DarkOrchid"]Then go to DropRates.cs and search for:[/COLOR][/FONT]

      Quellcode

      1. Silver = 2

      [FONT="Fixedsys"][COLOR="DarkOrchid"]Under that put: [/COLOR][/FONT]

      Quellcode

      1. CPs = 2


      [FONT="Fixedsys"][COLOR="DarkOrchid"]Then in that same .cs search for: [/COLOR][/FONT]

      Quellcode

      1. Silver = iNi.ReadDouble("Rates", "Silver");

      [FONT="Fixedsys"][COLOR="DarkOrchid"]Under that put [/COLOR][/FONT]

      Quellcode

      1. CPs = iNi.ReadDouble("Rates", "CPs");


      [FONT="Fixedsys"][COLOR="DarkOrchid"]Then go to OldCODB and at the very bottom put CPs=DropRate of your choice.
      Then thats it.
      Press thanks if it helped.[/COLOR][/FONT]
    • Werbung zur Unterstützung des Forums ( Bitte AddBlocker deaktivieren )