Jump to content

legendx

Members
  • Posts

    12
  • Joined

  • Last visited

Posts posted by legendx

  1. 20 hours ago, fenermotta said:

    Hello, how do I make the job changer show me only the job line that I have, being high novice?

        .LastJob = true;                // Enforce linear class changes?

    Note: if you change job from novice to high novice using command, it will show all trans first jobs in job changer.

  2. @kilow if you want specific adjustment edit  https://github.com/rathena/rathena/blob/master/db/mob_item_ratio.txt

    // Specific Item Drop Ratio Database
    // Overrides for global item_rate* values from conf/battle/drops.conf
    //
    // Structure of Database:
    // ItemID,Ratio{,MonsterID1,...,MonsterID10}
    //
    // Result:
    // ItemID base drop rates defined in mob_db will not get multiplied
    //  by global item_rate* values (aka drop rates) from
    //  conf/battle/drops.conf. Instead Ratio will be used (100 = 1x).
    // If no MonsterID is specified, all monsters will be affected,
    //  otherwise only listed ones.
    //
    // Examples:
    // 909,100 // Jellopies from monsters will drop with 1x drop rate regardless of global drop rate
    // 909,1000 // Jellopies from monsters will drop with 10x drop rate regardless of global drop rate
    // 909,100,1002 // Jellopies from Porings will drop with 1x drop rate. Other monsters that drop Jellopies are unaffected (use global drop rate).
    //
    // Notes:
    // - By default you can list up to 10 MonsterIDs per ItemID.
    //   It can be changed in src/map/mob.cpp by adjusting MAX_ITEMRATIO_MOBS.
    // - Only ItemIDs up to MAX_ITEMDB are supported (default: 32768).
    // - Does not override item_drop_*_min/max settings.
    // - Does not affect card/item-granted drops. To adjust card/item-granted
    //   drops, edit them in item_db.
    // - Does affect MVP prizes and Treasure Boxes.
    // - You can add only ONE line per ItemID. If you need various ratios
    //   for different monsters, override drop rate with Ratio=100 and edit
    //   base drop rates in mob_db.
    // - This file is reloaded by @reloadmobdb.

    //Add here
    //Example

    4128,500 // golden thief bug card drop at 5x drop rate or 0.05%

    • Like 1
  3. @Ai4rei


    Here's the error on event viewer.


    General
     

    Spoiler

    Faulting application name: rsu-jro-rag-lite.exe, version: 4.0.0.1213, time stamp: 0x602f19df
    Faulting module name: rsu-jro-rag-lite.exe, version: 4.0.0.1213, time stamp: 0x602f19df
    Exception code: 0x80000003
    Fault offset: 0x0000da32
    Faulting process id: 0x14a4
    Faulting application start time: 0x01d7369ffd0941e8
    Faulting application path: D:\RO\rsu-jro-rag-lite.exe
    Faulting module path: D:\RO\rsu-jro-rag-lite.exe
    Report Id: 3efea9a8-a293-11eb-988c-ea5970112dbf


    Details
     

    Spoiler

     

    - System
       
    - Provider
          [ Name] Application Error
       
    - EventID 1000
          [ Qualifiers] 0
       
      Level 2
       
      Task 100
       
      Keywords 0x80000000000000
       
    - TimeCreated
          [ SystemTime] 2021-04-21T11:18:07.000000000Z
       
      EventRecordID 2782
       
      Channel Application
       
      Computer PC-PC
       
      Security
    - EventData
          rsu-jro-rag-lite.exe
          4.0.0.1213
          602f19df
          rsu-jro-rag-lite.exe
          4.0.0.1213
          602f19df
          80000003
          0000da32
          14a4
          01d7369ffd0941e8
          D:\RO\rsu-jro-rag-lite.exe
          D:\RO\rsu-jro-rag-lite.exe
          3efea9a8-a293-11eb-988c-ea5970112dbf

     


    App Crash
     
    Spoiler

    Problem signature:
      Problem Event Name:    APPCRASH
      Application Name:    rsu-jro-rag-lite.exe
      Application Version:    4.0.0.1213
      Application Timestamp:    602f19df
      Fault Module Name:    rsu-jro-rag-lite.exe
      Fault Module Version:    4.0.0.1213
      Fault Module Timestamp:    602f19df
      Exception Code:    80000003
      Exception Offset:    0000da32
      OS Version:    6.1.7601.2.1.0.256.1
      Locale ID:    1033
      Additional Information 1:    0a9e
      Additional Information 2:    0a9e372d3b4ad19135b953a78882e789
      Additional Information 3:    0a9e
      Additional Information 4:    0a9e372d3b4ad19135b953a78882e789

     

    • Upvote 1
×
×
  • Create New...