Search results

  1. G

    adding map using plugin

    instead of editing the source code in order to add a map. why not just have a plugin that won't need to edit the src codes to add maps.
  2. G

    error log

    is there a file or a command that logs the mysql when it suddenly crashed or down. also in the server files? centos OS here
  3. G

    Union Hp reduction help

    what to remove here so that whenever a Taekwondo uses a union his/her hp won't be deducted if( sc ) { //SG_FUSION hp penalty [Komurka] if (sc->data[SC_FUSION]) { int hp= sstatus->max_hp; if (sd && tsd) { hp = 8*hp/100; if ((sstatus->hp * 100) <=...
  4. G

    hunting mission warning

    [Warning]: script:op_2num: overflow detected op=C_MUL i1=66 i2=35904000[Debug]: Source (NPC): Hunting Missions at prontera (140,174)[Warning]: script:op_2num: overflow detected op=C_MUL i1=66 i2=35904000[Debug]: Source (NPC): Hunting Missions at prontera (140,174) how to fix it
  5. G

    mapflag

    how to do this kind of mapflag. for example in lhz_dun04 they can't use @warp, @warpto and other warp commands, but they can you fly wing item or giant fly wing item.
  6. G

    @autotrade problem

    When i use autotrade command it teleports my character to my save point
  7. G

    warning in bg_config

    im using the latest battleground in src [Warning]: script_set_constant2: Attempted to overwrite existing constant 'PIAMETTE' (old value=1930, new value=30046).[Warning]: bg_config_read: invalid 0 value for arena 'Tierra Gorge' fillDuration, minimum has to be 20, defaulting to 20.[Warning]...
  8. G

    hpm.c error after recompiling

    im using the latest revision CC grfio.c CC HPM.cHPM.c: In function 'hplugins_grabHPData':HPM.c:320: error: 'struct socket_data' has no member named 'hdata'HPM.c:321: error: 'struct socket_data' has no member named 'hdatac'HPM.c: In function 'HPM_mmalloc':HPM.c:528...
  9. G

    error script.c

    while i'm recompiling error occur script.c: In function 'get_val2':script.c:2597: warning: cast to pointer from integer of different size when i run the server this is the error [Warning]: int_guild: info not found 24[Warning]: int_guild: info not found 18[Warning]: int_guild: info not found...
  10. G

    guild flag emblem problem

    the woe ends already but the guild flag emblem doesn't update. how to fix this
  11. G

    woe controller help

    //===== Hercules Script ======================================//= Euphy's WOE Controller//===== By: ==================================================//= Euphy//===== Current Version: =====================================//= 1.5//===== Description: =========================================//= A...
  12. G

    item add skill delay

    if i don't wear the Warrior's Balmung all my skill cooldown is 1 sec. but if i wear Warrior's Balmung all my skill cooldwon turns to 5sec. { Id: 13020 AegisName: "Warrior_Balmung_" Name: "Warrior's Balmung" Type: 4 Buy: 20 Weight: 1000 Atk: 150 Slots: 4 Range: 1 Job: 0x000654E3 Upper: 63 Loc...
  13. G

    hunting mission overflow

    [Warning]: script:op_2num: overflow detected op=C_MUL i1=65 i2=143376000[Debug]: Source (NPC): Hunting Missions at prontera (139,175)[Warning]: script:op_2num: overflow detected op=C_MUL i1=65 i2=79472000[Debug]: Source (NPC): Hunting Missions at prontera (139,175) also how to increase the zeny...
  14. G

    auto disconnect

    when i try to add an emblem to my guild. my character automatically get disconnected from the server how to fix this problem? i'm using 2013-08-07 client
  15. G

    renewal edp

    how to disable the effect of edp which is  damage increase does not apply to boss monster also even if i Am level 99 gm and i try to @trade command to a player where we are far apart. the (you are too far away to trade the person) must no show up because the gm is trading the player
  16. G

    mail problem

    i can't click the write(second tab) button at the @mail.
  17. G

    sanctuary heal

    if i use sanctuary to the emp? how much will it heal?? will it be 1 per sec?or non at all? also how to change the heal from 777 to higher
  18. G

    Increase double strafe damage

    how to increase double strafe damage via source modification? this is what i find in battle.c case AC_DOUBLE: case MA_DOUBLE: skillratio += 30 * (skill_lv-1); break; case AC_SHOWER: case MA_SHOWER: #ifdef RENEWAL skillratio += 50 + 10 * skill_lv; #else...
  19. G

    euphy woe controller

    Im requesting for euphy woe controller. That castle drops are enabled
  20. G

    after revision update

    after i update my revision and start the server up. the players online from my hercules flux cp doesnt show anymore
Back
Top