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

  • #008077

  • 0 - None Assigned

  • Fixed

Issue Confirmations

  • Yes (2)No (0)
Photo

WoE:SE flag emblems gives warning

Posted by AnnieRuru on 11 March 2014 - 08:28 PM

[Debug]: NPCEvent '::OnRecvCastlear01' not found! (source: Steward#ar01)
[Debug]: NPCEvent '::OnRecvCastlear02' not found! (source: Steward#ar02)
[Debug]: NPCEvent '::OnRecvCastlear03' not found! (source: Steward#ar03)
[Debug]: NPCEvent '::OnRecvCastlear04' not found! (source: Steward#ar04)
[Debug]: NPCEvent '::OnRecvCastlear05' not found! (source: Steward#ar05)
[Debug]: NPCEvent '::OnRecvCastlesc01' not found! (source: Steward#sc01)
[Debug]: NPCEvent '::OnRecvCastlesc02' not found! (source: Steward#sc02)
[Debug]: NPCEvent '::OnRecvCastlesc03' not found! (source: Steward#sc03)
[Debug]: NPCEvent '::OnRecvCastlesc04' not found! (source: Steward#sc04)
[Debug]: NPCEvent '::OnRecvCastlesc05' not found! (source: Steward#sc05)
.
.
problem from this line
https://github.com/H...ain_se.txt#L626

source: Steward#ar01
strnpcinfo(2) = ar01
but see all the labels are actually has a case-sensitive -> Ar01
https://github.com/H...g_cas01.txt#L48

instead of changing all 10 files,
how about change the template itself with
donpcevent "::OnRecvCastle"+ strtoupper( substr( strnpcinfo(2), 0, 0 ) ) + substr( strnpcinfo(2), 1, getstrlen( strnpcinfo(2) ) -1 );
because the WoE 1st version also has capital letters

Good Job Euphy !

suddenly I gained the permission to submit to the main branch o.o

fixed in
https://github.com/H...9a8ead8582aee82

changed status to: Fixed

Good Job Euphy !

They're not case-sensitive in rAthena. -__-;

They're not case-sensitive in rAthena. -__-;

yes, that's the reason :>
the script works fine in rathena, but will be bug in hercules lol

if it is bug in rathena, I would have reported in rathena forum