Search results

  1. H

    Mob Avail copy of mob ID

    I'm cloning some of the mobs using 3000 ID and UP and add it to mob_avail.txt, everything works fine but I got the following warning message when starting my server. [Warning]: script_set_constant2: Attempted to overwrite existing constant 'GHOSTRING' (old value=1120, new value=3188)...
  2. H

    Any chance to know or debug which is missing?

    I know I have missing maps in may map_index or maps.conf that's why I'm getting this [Debug]: mapindex_name2id: Map "" not found in index list! Is there any way available to know the specific map is missing? Let say i have lots of custom maps and dont want to one by one them.
  3. H

    Query Question mysql

    I want to add new character variable to all existing char_id in char_reg_num_db using sql query. How I am going to do that? If my key = limit_var , index = 0, and value = 1 THanks!
  4. H

    Exp boost on certain maps

    I'd like to request this script if anyone out there in the mood to do this. So basically, the script will boost exp rate, and drop rates on certain maps I set in an array. The script will have 2 different setting for exp/drop rate boost for 2 arrays of maps . .@expboost4MapA1 = 2000...
  5. H

    Announce via command request

    Requesting a custom command that will broadcast my message to a specific map I declared in the script. For example: If i type @broadcast2 Announcement for Prontera, Morroc, Payon, Geffen Map Only The announcement will only broadcast on the specific map I set in an array/script. setarray...
  6. H

    Ask for help with this Status Ailment

    Hi can someone help me reduce the effect of DEEPSLEEP.  How can I reduce it by -1 for every 20 INT and is it possible to lower the chance of this?   case SC_DEEP_SLEEP: sc_def = bst->int_*50; tick_def = 0; // Linear reduction instead tick_def2 = bst->int_ * 50 + SCDEF_LVL_CAP(bl...
  7. H

    Rathena.org Domain Issue

    I can't access Rathena.org. Looks like a domain ISSUE Just saying.
  8. H

    Questprogress fix please help

    Can someone pinpoint the commits that i need to patch to fix thiss problem 166: .@monster_arena_timer = questprogress(60195,PLAYTIME); // 4 hrs ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 167: .@monster_arena_timer2 = questprogress(60196,PLAYTIME); // 2 hrs 168...
  9. H

    is this possible using mapflag?

    I'd like to increase the HP of players via mapflag in a specific map? Is this possible in hercules? Thanks!
  10. H

    Hide @command of GM

    Hi Guys, just want to ask if it's possible to hide from chat when someone type a GM command that is not available for normal player or in group id 0? Example: Player A [Group ID 0] type in Normal, Party, Guild Chat any GM COMMANDS  Like for example Player A type @allstat <-- @allstat...
  11. H

    Lower the chance of summoning MVP

    Can someone help me on how to lower the chance of summoning MVP's using ABRACADABRA skill? This can be spam on any server. Thanks in advance!   case SA_ABRACADABRA: { int abra_skill_id = 0, abra_skill_lv, abra_idx; do { abra_idx = rnd() % MAX_SKILL_ABRA_DB; abra_skill_id =...
  12. H

    Compile Warning with this update

    I got this warning when compiling.   path.c: In function 'distance_client':path.c:476: warning: implicit declaration of function 'sqrt'path.c:476: warning: incompatible implicit declaration of built-in function 'sqrt' From latest...
  13. H

    Reset Basic Skill on Baby Class

    Can someone help me fix this job changer script? Whenever a a novice change to baby job basic skill is not reset causing a player to have extra 9 SKILL POINTS. //===== Hercules Script ======================================//= Job Master//===== By...
  14. H

    Previous Server files to Latest Rev. question.

    My players totally notice the difference in damage after I update to latest one. For example before update Hundred Spear damage is around 19k Per HIT while on latest rev 5k per hit. Same player using same build and items. is this the correct reduction of demi human or a bug maybe of all range...
  15. H

    How to adjust STAT requirements for Status effect?

    Can someone guide me which part of the source I need to edit to increase the STAT requirement on negative status immunity? For example if VIT 99+ immunity to stun is like 100% I want to change that to 120. Also for LUK requirements? Thanks
  16. H

    Does WOE Set works in PVP?

    can someone confirm? i can't find any thread about this. also where can i find the script that woe items check if agit is on or pvp?
  17. H

    This weird npc.c error anyone ?

    Got this error [SQL]: DB error - Incorrect table name ''[Debug]: at npc.c:1432 - SELECT `name`, `itemid`, `amount` FROM `` When I check that line I saw this   void npc_market_fromsql(void) { SqlStmt* stmt = SQL->StmtMalloc(map->mysql_handle); char name[NAME_LENGTH+1]; int itemid; int...
  18. H

    Emperium issue please read

    3 problems with Emperium   1. First is it correct that emperium HP from latest rev is only 100? 2. Is it normal that Emperium can be move by vacuum skill? 3. any possible reason why suddenly became Unbreakable during WOE? Dunno if its a bug but im using latest herc rev.
  19. H

    UNLIMIT how to recude the attack percentage change?

    I can't find this in SRC. Anyone pls??
  20. H

    Am I the only person getting this? What's missing here?

    [Error]: sv_readdb: Insufficient columns in line 1 of "db/re/homunculus_db.txt" (found 1, need at least 50).[Error]: sv_readdb: Insufficient columns in line 2 of "db/re/homunculus_db.txt" (found 1, need at least 50).[Error]: sv_readdb: Insufficient columns in line 3 of "db/re/homunculus_db.txt"...
Back
Top