Jump to content

kyeme

High Council
  • Content Count

    500
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by kyeme

  1. Also if you include item_db.conf and the item slot is "0" the result become: slotCount = ,
  2. Special thanks to Kiriez / guilherme-gm https://github.com/HerculesWS/Hercules/pull/2182/files
  3. Actually edp ends when you unequip your weapon. In pc.c Comment sc_edp ifdef RENEWAL SC_LKCONCENTRATION, //SC_EDP, #endif
  4. How to enable Reflect Shield on Blast Mine and Claymore Trap? Example when a Player have Reflect Shield status (from Crusader/Paladin) walks on a Claymore Trap or Blast Mine, the damage should also reflect to Hunter/Sniper once the trap explodes. Thanks~
  5. How to allow knockback traps like Blastmine trap, claymore trap etc. (except Ankle Snare) in gvg maps? Removing noknockback in map_zone_db.conf will affect the character, I want only trap skills. Thank you
  6. It's not working. I can't hit my party members in my guilds. if (src && (map->list[m].flag.gvg_castle || map->list[m].flag.gvg) && (battle->get_current_skill(src) == SN_SHARPSHOOTING)) { state |= BCT_ENEMY; state &= ~BCT_PARTY; }
  7. @vBrenth How about to target only the Party member (and Enemy) in your guilds. example: You and Player 2 (Player 2 is not in your party) = You cannot SharpShoot Player 2 You and Player 3 (Player 3 is in your party) = You can target with Sharp Shoot Player 3 Thank you.
  8. @vBrenth thank you very much it worked!
  9. How to make this skill can also target party and guildmates/ally? I changed to Friend from Enemy in skill.conf but no luck.. SkillType: { Friend: true } Thanks.
  10. Yes, that is official behavior of backslide http://herc.ws/board/tracker/issue-8084-backslide-animation/?gopid=22259#entry22259
  11. Check your sql_connection.conf https://github.com/HerculesWS/Hercules/blob/master/conf/global/sql_connection.conf
  12. https://github.com/HerculesWS/Hercules/commit/4aa5286929b14ac52bef6959b295e189788e2578
  13. Its official https://github.com/HerculesWS/Hercules/issues/983
  14. See here https://github.com/HerculesWS/Hercules/issues/1191 https://github.com/HerculesWS/Hercules/commit/7420249057e038fe1cc799938e03d28ffe321e2f
  15. kyeme

    Question?!

    In char-server.conf // Display (New) in the server list. char_new_display: 0
  16. Doesn't new versions of hercules needs to be compiled with the VS 2014 or higher? thanks for the reply, maybe I need a vs 2014, I'll try and let you know, thanks Fixed already https://github.com/HerculesWS/Hercules/issues/1152
  17. kyeme

    Help

    Thanks! (add to my bookmark)
  18. Try this (coming soon) http://herc.ws/board/topic/11595-wip-ddelays/?view=getnewpost
  19. kyeme

    0.0.0.0 IP

    From autotrade merchants?
  20. Sa #1 Posible try mo to http://herc.ws/board/topic/11686-guide-adding-new-items-without-iteminfolub/
×
×
  • Create New...

Important Information

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