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

  • #005050

  • 1 - Low

  • Fixed

Issue Confirmations

  • Yes (3)No (0)
Photo

Turbotrack typo

Posted by Hercules Bot on 10 September 2011 - 03:17 PM

Originally posted by Kazukin
http://www.eathena.w...er&showbug=5050

There is no NPC called bing#n1 anywhere on current trunk. Also, there is some kind of bug on the turbotrack that leaves the waiting room event disabled so it cannot be played until a reboot, didn't check it though, maybe this is related.

npc\other\turbotrack\Normal_Solo.txt

QUOTE
OnTimer49000:
    enablenpc "Point Give-Away Guy#n1";
    donpcevent "Master#n1::OnEnable";
    end;

OnTimer50000:
    donpcevent "snake#n1::OnEnable";
    donpcevent "hunting#n1::OnEnable";
-   enablenpc "bing#n1";
+  //enablenpc "bing#n1";
    end;

OnTimer57000:
    disablenpc "Point Give-Away Guy#n1";
    end;
}

Originally posted by calciumkid
Currently looking over this. Thanks

Originally posted by Slim
Fixed in r15439

Originally posted by 5511
Normal_Solo dosen't have any "bing#n" in Aegis Script

Originally posted by Slim
edit: under review again.

Originally posted by Slim

Normal_Solo dosen't have any "bing#n" in Aegis Script


Thank you!

Fixed in r15457

Originally posted by calciumkid
This confused me for about a week as to what it was referencing haha.