Jump to content

ryuseikai

Members
  • Content Count

    21
  • Joined

  • Last visited


Reputation Activity

  1. Upvote
    ryuseikai reacted to jaBote in Monster rate   
    I think it doesn't since mobs that are summoned by an amount of only 1 don't get affected by this conf value:
     
    src/map/npc.c, line 3517
    if (mobspawn.num > 1 && battle_config.mob_count_rate != 100) { if ((mobspawn.num = mobspawn.num * battle_config.mob_count_rate / 100) < 1) mobspawn.num = 1; }
  2. Upvote
    ryuseikai reacted to quesoph in Randomize Stylist.   
  3. Upvote
    ryuseikai reacted to Slammer in [c o l l e c t i o n] Headgear all official RO update January 2018   
    All headgear
    official bRO iRO idRO jRO twRO

    Update January 2018
     
    Download January 2018
    Iclude list and miss headgear
     
    Last Headgear :
    RibbonMuff_Black = 1716,
    Love_Feeling = 1717,
    Enchanted_Dog = 1718,
    C_Baby_Leopard_Cat = 1719
     

  4. Upvote
    ryuseikai reacted to evilpuncker in Comparing Server files.   
    try winmerge software
  5. Upvote
    ryuseikai reacted to Dastgir in Comparing Server files.   
    Yes, it can check folders, just input the directory instead of file..
  6. Upvote
    ryuseikai reacted to Dastgir in Error when compiling   
    Its your msvc(Visual Studio) error, maybe its not installed properly..
  7. Upvote
    ryuseikai reacted to Dastgir in Resetting everything but Character and their levels.   
    TRUNCATE every table except `login` and `char` (but, will delete inventory,guilds,storage, and all other things..)
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.