NakedStory: Disabling auto event
In naked story there is this system that hosts events every so often and you have to click vicious in FM to go to the event. Same thing with !event, when you start the event you have to go through vicious to enter the event I wanted to get rid of it. Any way how? Thanks.
Re: NakedStory: Disabling auto event
Re: NakedStory: Disabling auto event
Try to figure out the name of event script and delete the name in your ServerConstants.java file. For example if I wanna get rid of KerningPQ
Before:
PHP Code:
public static final String EVENTS = "automsg KerningPQ Boats Subway AirPlane elevator";
After:
PHP Code:
public static final String EVENTS = "automsg Boats Subway AirPlane elevator";
Re: NakedStory: Disabling auto event
Okay.. I kinda of get it because I have those files too. But are those 2 lines of code related to the auto even script?
Re: NakedStory: Disabling auto event
No since I don't have a copy of your source? I just used whatever was in mine and showed you how to remove it yourself.
Re: NakedStory: Disabling auto event
Re: NakedStory: Disabling auto event
Remove autoJq from string events
Posted via Mobile Device