Jump to content

Zero Human

Members
  • Content Count

    65
  • Joined

  • Last visited

Everything posted by Zero Human

  1. Hmm, i think the easiest way would be if you put in the cards you want this here: bonus2 bSkillAtk,WS_CARTTERMINATION,25; The 25 is the bonus damage. Like here: db/pre or re/item.db
  2. It's possible to change the min. and max. damage from magic skills? Let's take Fire Bolt as example: Fire Bolt does on a Geographer 4.000 ~ 7.500 damage. With the requested Change: Just 6.500 ~ 7.500
  3. Could anyone please update this plugin? Error say's that are to many arguments near this if (nd != NULL) { st->state = END; if(nd->src_id == 0) { // Remove All Duplicates npc->unload_duplicates(nd); npc->unload(nd, true); } else { // Remove single duplicate npc->unload(nd, true); if (nd->u.scr.script) { script->free_code(nd->u.scr.script); nd->u.scr.script = NULL; } } npc->read_event_script(); }
  4. Wow, special thanks Kenpachi. Give's any src tutorials to learn source edits? Btw, greetings from Germany ~ ^-^
  5. Thanks for sharing. Male characters always lack on nice hairstyles
  6. Hey Annie, could I request to update this Plugin? The Option Drop Groups was merged and now this Plugin don't work anymore.
  7. @AnnieRuru, thank you very much. You saved my life. Works perfect, even with buffs.
  8. Thanks for the answers. It should come when a World Boss spawn, a server message with Sound (for all players) The script starts with a timer and not by a player. Would you have a solution?
  9. Hey there, Is there a way to attach players in hercules? (I know addrid(0) is only in rathena available) I need this for some scripts like this here: OnBossSpawn: announce "Worldboss Ogre King spawned.",bc_all; soundeffectall ("se_earth_quake.wav",0);
  10. https://github.com/dastgirp/HPM-Plugins/blob/master/src/plugins/auraset.c
  11. @astralprojection I've test it. It has no Problems to open a shop and using @at.
  12. If I relog, the aura disappears. How can I solve this? I've no errors or something. Edit: Solved, Dunno why sorry :/
  13. Is it possible, once you join a guild, that all characters at the same account are in the guild, as in Guild Wars or Black Desert? If yes how? xD
×
×
  • Create New...

Important Information

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