smasherprog / EqTool

p99 everquest spell timer, dps and map
MIT License
24 stars 19 forks source link

Mob respawn times on Quarm #65

Closed gabbermatt closed 5 months ago

gabbermatt commented 6 months ago

So the timers for Project Quarm are (for the most part) 8 minutes, but all the timers on the map kill timers are set to 28 minutes.

Would it be possible to either change the default to 8 or let us do custom timers by right clicking on the timer in the map?

smasherprog commented 6 months ago

You can add all of the zone timers here https://github.com/smasherprog/EqTool/blob/28de66f80d055d7c87e23e253413269834745527/EQToolShared/Map/ZoneParser.cs#L1403 Issue a pull request with the timers that you know of. Ill approve it and it will be available about 5 minutes afterwards. Its simple to add it so everyone can benefit!

smasherprog commented 6 months ago
 ZoneInfoMap["unrest"].RespawnTime = new TimeSpan(0, 8, 0);

The string is the short name of the map you can find in the same file. TimesSpan(HOURS, MINUTES, SECONDS)

So even if you have never written code, you can do it! I look forward to your pull request!

smasherprog commented 5 months ago

Closing since there is no traction on this