-
Content Count
65 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by Zero Human
-
How to Make Cart Termination Skill affected by Card?
Zero Human replied to KTBRDGTT's question in Source Requests
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 -
Thanks again Kenpachi. Works now.
- 19 replies
-
- duplicate command
- duplicate script
- (and 3 more)
-
Here is the error message:
-
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
-
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(); }
- 19 replies
-
- duplicate command
- duplicate script
- (and 3 more)
-
Wow, special thanks Kenpachi. Give's any src tutorials to learn source edits? Btw, greetings from Germany ~ ^-^
-
Thanks for sharing. Male characters always lack on nice hairstyles
-
Item drop with random refine level/card
Zero Human replied to WhiteEagle's question in Source Requests
Hey Annie, could I request to update this Plugin? The Option Drop Groups was merged and now this Plugin don't work anymore. -
@AnnieRuru, thank you very much. You saved my life. Works perfect, even with buffs.
-
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?
-
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);
-
https://github.com/dastgirp/HPM-Plugins/blob/master/src/plugins/auraset.c
-
@astralprojection I've test it. It has no Problems to open a shop and using @at.
-
If I relog, the aura disappears. How can I solve this? I've no errors or something. Edit: Solved, Dunno why sorry :/
-
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