New Quest Command quest::clearspawntimers()
Discussion: http://eqemulator.net/forums/showthread.php?t=26295
This command should work similar to the "#repop force" command which will reset the spawn timers for the zone and repop everything including anything that was down due to having a timer left on it. I haven't tested this code yet, but I am going to test it tonight and verify it works. I basically just looked at the code for quest::repopzone() and for the command #repop and combined the 2, so I think it should work. I will report back later after I get the chance to test it. questmgr.cpp Code:
void QuestManager::clearspawntimers() { Code:
void clearspawntimers(); perlparser.cpp Code:
XS(XS__clearspawntimers); Code:
newXS(strcpy(buf, "clearspawntimers"), XS__clearspawntimers, file); |
All times are GMT -4. The time now is 06:43 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.