Recent content by koko24

  1. K

    Request: Vote for Points

    Hello anyone knows any working Vote for Points for Hercules? i tried Jaypee's V4P but its now working on my website
  2. K

    JumpKick,HighJump

    Hello anyone know how to prevent the use of Jump Kick and High Jump skills when trapped,webbed? im trying to figure it out for hours but i lack coding skills
  3. K

    body reloc + traps

    Hello im wondering if this can also be use in hercules i've been trying to figure it by myself for hours but i lack coding skills https://rathena.org/board/topic/54067-supportbacksliding-and-bodyrelocation/ preventing players from using moving skills(body reloc) when trapped found the...
  4. K

    Need Help src logo Pinkish

    any knows how to remove this pinkish color http://prntscr.com/7uhx1z can't upload the psd i dont have permision
  5. K

    Potion Pitch and Gospel

    Hello where should i look to set the healing cap of Potion Pitch?  and Gospel doesnt remove FCP Thank you god bless
  6. K

    Whitesmith Cart Termi

    any knows why cart termi damage is over powered? 255/120 ws cart termi is 100k-200k and i dont know how they do it Card Effects are disable, no thana no tg no hydra, tried copying his stats and build but i can't copy his damage and i dont know here the bug is comming anyone experience this? or...
  7. K

    GVG damage

    i want to modify GVG damage /* GvG zone is applied to all maps with a gvg mapflag */ name: "GvG" /* changing this name requires MAP_ZONE_GVG_NAME to also be changed in src/map/map.h file */ disabled_skills: { AL_TELEPORT: "PLAYER" AL_WARP: "PLAYER" WZ_ICEWALL: "PLAYER" TF_BACKSLIDING...
  8. K

    Deleting Characters

    Hello where should i look so that players can delete their characters even without typing their birthday? 0000000 doesnt work on normal accounts clientdate 2013-08-07
  9. K

    Asura SP Cap

    Hello  i want to limit the extremityfist SP Damage to 6k sp case MO_EXTREMITYFIST: #ifndef RENEWAL { //Overflow check. [Skotlex] unsigned int ratio = skillratio + 100*(8 + st->sp/10); //You'd need something like 6K SP to reach this max, so should be fine for most...
  10. K

    Source Support 1hand Parrying

    Hello Few days ago i experience this bug in my server http://herc.ws/board/topic/9902-skills-problem/#entry58656 tried everything to fix it, and finally found the error by overwriting everything in my source into default then when i try to bring back the mods that i put, i finally found out...
  11. K

    Skills Problem

    Skills doesnt have any requirements to use http://prntscr.com/7hwhhw http://prntscr.com/7hwhq5 http://upaste.me/2c89207198f3d8b92 it goes for all the skills like parrying, desperado, and so on where should i look to fix this kind of problem?
  12. K

    Error

    how do i fix this? rare occurence  http://prntscr.com/7hi89v
  13. K

    General Support

    some players can't play when they run the game.exe nothing shows up run as admin is the same what is the problem? and what are the possible solution for that?
  14. K

    Devotion Problem

    Hello i have a little problem, just asking if where should i look so i can fix it Example During PVP Player A(Devo) Player B(Champ) Player A Devo Player B Then they go into PVP Room, Player B still have devo Status where should i look so that the devo shouldnt be like that?
  15. K

    hatred reset NPC or Command

    cutin "arang01",2; mes "[SG Resetter]"; mes "What do you wish to reset?"; menu "Reset Feeling",feeling,"Reset Hatred",hatred;feeling: atcommand "@feelreset"; mes "Done."; close2; cutin "",255; end;hatred: set PC_HATE_MOB_MOON, 0; set PC_HATE_MOB_STAR, 0; set...
Back
Top