Jump to content

  •  

Bug Tracker Migration

June 3rd
Good news everyone! The staff has decided that it is time to slowly kill off this Bug Tracker. We will begin the process of slowly migrating from this Bug Tracker over to our Github Issues which can be found here: https://github.com/HerculesWS/Hercules/issues

Over the next couple of days, I will be closing off any opportunity to create new reports. However, I still will keep the opportunity to reply to existing Bug Reports. Doing this will allow us to slowly fix any bug reports we have listed here so that we can easily migrate over to our Issue Tracker.

Update - June 7th 2015: Creating new bug posts has been disabled. Please use our https://github.com/HerculesWS/Hercules/issues tracker to post bugs. Users are still able to reply to existing bug posts.

- Administration

Issue Information

Issue Confirmations

  • Yes (0)No (0)
Photo

Bard and Dancer Spirit

Posted by kyeme on 09 February 2013 - 05:08 AM

Bug: The effect of soul link on a Gypsy disappears right after a gypsy kill another player. :)

Hercules:

this is scary o-o i dont see any areas actually doing this.../hmm

Gypsy attack case who did not give the spirit still is cancelled ?

Sorry guys,

Mark this invalid, it was a script problem Posted Image

OnPCKillEvent:
getitem 6242, 1;
. . . . .
end; ----> forgot to add end

OnPCLoadMapEvent:
getmapxy(@map$,@x,@y,0);
if (@map$=="guild_vs1-1") || (@map$=="pvpmap_01") {
sc_end SC_SPIRIT;
}
end;




Sorry again.

changed status to: Invalid