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.
- Viewing Profile: Posts: Mikado
Community Stats
- Group Members
- Active Posts 26
- Profile Views 2448
- Member Title Member
- Age Age Unknown
- Birthday Birthday Unknown
-
Gender
Not Telling
4
Neutral
User Tools
Friends
Mikado hasn't added any friends yet.
Latest Visitors
Posts I've Made
In Topic: Lооking for Harmony owner
17 February 2014 - 12:39 AM
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.
- Viewing Profile: Posts: Mikado
- Privacy Policy
- Hercules Forum Rules ·