Jump to content

  •  

Mikado

Member Since 13 Jul 2013
Offline Last Active Aug 19 2014 12:38 AM
-----

Posts I've Made

In Topic: Lооking for Harmony owner

17 February 2014 - 12:39 AM

I've contacted the harmony developer. Looks like he is busy with college and exams, from what he said, he wants to resume the project with a bit different focus.


In Topic: is autopots compatible in hercules?

28 October 2013 - 04:00 PM

It is compatible (as I've used it by myself in hercules) but it has bugs: changing options in your character removes the autopot timer. Also every time you use the command it will start a new timer over and over until running out of memory / your server lags like hell.


In Topic: How to remove Cooldown Asura when Body relo is used?

22 September 2013 - 04:06 PM

In src/map/skill.c, find:

case MO_BODYRELOCATION:			if (unit->movepos(src, x, y, 1, 1)) {	#if PACKETVER >= 20111005				clif->snap(src, src->x, src->y);	#else				clif->skill_poseffect(src,skill_id,skill_lv,src->x,src->y,tick);	#endif				if (sd)					skill->blockpc_start (sd, MO_EXTREMITYFIST, 2000, false);			}			break;

 

Remove:

				if (sd)					skill->blockpc_start (sd, MO_EXTREMITYFIST, 2000, false);

 

And recompile.


In Topic: Hercules WPE Free - June 14th Patch

08 September 2013 - 04:21 PM

Nothing.


In Topic: N > help on status icon

14 August 2013 - 11:19 AM

Not showing for me. I cannot reproduce this.

 

Note: I forgot to add a "break;" before the block of SC_ARMORPROPERTY ends. Check that.