Jump to content

Nekotine

Members
  • Content Count

    7
  • Joined

  • Last visited

Posts posted by Nekotine


  1. My idea was remove buffs specially in MVP maps where ppl like monks who like to abuse the saving grace that warps give forcing them to cast their skills "on the map" instead 


  2. Is there a way to add a script that fully dispel a player when entering a map warp? (regular warp, not npc warper or warp portal skill)

     

    Bless, agi up, berserk, fury... things like that

     

    ...or just remove buffs in general while entering some specific maps


  3. I see, after some tests apparently I got rid of that issue but now I see a new message

     

    Spoiler

    : DB error - Unknown column 'grade' in 'field list'
    [Debug]: at D:\ro_offline_2021\01_emulator\hercules_pre\src\map\log.c:191 - INSERT DELAYED INTO `picklog` (`time`, `char_id`, `type`, `nameid`, `amount`, `refine`, `grade`, `card0`, `card1`, `card2`, `card3`, `opt_idx0`, `opt_val0`, `opt_idx1`, `opt_val1`, `opt_idx2`, `opt_val2`, `opt_idx3`, `opt_val3`, `opt_idx4`, `opt_val4`, `map`, `unique_id`) VALUES (NOW(), '1635', 'M', '7347', '-1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 'lhz_dun03', '0')

     

    For what I understood this is related to mobs and their drops, something seems to be calling for drops but there is a delay of some sort. again no custom drops or changes into the mob files

     

    Could this be related to drop boost items such as bubblegum or bubblegum in mouth lower headgear?

    Spoiler

    bonus2 bDropAddRace,RC_All,5;

     If that's is the case these are the only things I can think of that could be causing it


  4. Sorry I don't know if this should go to database or source section

     

    While messing around with the database trying to recover missing costumes I got this error on the map-server.bat

    Spoiler

    [Warning]: pc_bonus2: unknown type 0 0 5!
    [Error]: --- failed assertion --------------------------------------------
    [Error]: D:\ro_offline_2021\01_emulator\hercules_pre\src\map\pc.c:3929: '0' in function `pc_bonus2'
    [Error]: --- end failed assertion ----------------------------------------

     

    If I understood this leads to pc.c

    Spoiler


            }
                break;
            default:
                ShowWarning("pc_bonus2: unknown type %d %d %d!\n",type,type2,val);
                Assert_report(0);
                break;
        }
        return 0;
    }

     

    where I don't really see anything helpful

     

    The item works, kinda, it shows in game (.spr and ,act) but I still need to work on the client side even if some already have descriptions and all

     

    Server side, it has nothing, no bonus whatsoever, it's just a costume with basic settings (ID, type, location, view...) 

     

    What do that means and how do i fix that?

     

    hercules pre re


  5. I am very confused,

    I just downloaded a fresh version of the server and touched nothing. LINK=> 

     

    When running it the announcement displays the rates: EXP 100%, Drop Rate100%, Death Penalty 1%

    But every time I change the rates, keeping the death penalty as it is  the % lost still increases as the % earned increases

    For example, if i set the rates to 777 the death penalty goes up to 7.8 

    I don't think that was supposed to happen

    I don't have any other file with mixed settings or at least I haven't touched anything or can find anything

    So, how do I prevent it from change as I modify the rates?


  6. This was weird, not the first time I use this tutorial files but this time I bumped into issues:

     

    First, the servers cannot connect to the SQL

    30e0b88cad2c6cfc1e6f3f78e4c30aa8.png61be4dbced5abde60c3eaa363f0f0cc3.png

    From mysqld.log


    2021-12-27 15:03:01 12 [Warning] Aborted connection 12 to db: 'herc_pre_db' user: 'ro_offline_user' host: 'localhost' (Got an error reading communication packets)
    2021-12-27 15:03:01 16 [Warning] Aborted connection 16 to db: 'herc_pre_log' user: 'ro_offline_user' host: 'localhost' (Got an error reading communication packets)

     

    and that goes for all servers: Hercules pre/re, rAthena pre/re and 4Cram

     

    Second, I can't access the SQL since apparently the login/pass provided in the read me file doesn't match, as so I can check any of the tables

     

    Also I guess as files get updated things change so there's only 6 folders inside the file instead the 7 shown on the tutorial what is not biggy but could confuse some people.

     

    SOLUTION:

     

    Not sure why, what is really annoying if you ask me, but Laragon only runs from C drive. 

    By keeping it separated from the rest of the files (that are located on another drive) it runs normally.

×
×
  • Create New...

Important Information

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