Looking for MWScheduler

Post » Wed Nov 18, 2009 11:05 pm

Does anyone know where I can find a copy of Max aka Nobody's MWScheduler please?

Alternatively if anyone knows of an NPC scheduling tool apart from LCOV and Wrye Mash and Grumpy's template would you please let me know

Thanks
User avatar
Charlie Ramsden
 
Posts: 3434
Joined: Fri Jun 15, 2007 7:53 pm

Post » Thu Nov 19, 2009 7:25 am

http://planetelderscrolls.gamespy.com/View.php?view=Mods.Detail&id=1157.
User avatar
Marquis T
 
Posts: 3425
Joined: Fri Aug 31, 2007 4:39 pm

Post » Thu Nov 19, 2009 7:22 am

Thanks John - I must be blind I'd just come from PES and posted here since I couldn't see it :embarrass:
User avatar
Rachell Katherine
 
Posts: 3380
Joined: Wed Oct 11, 2006 5:21 pm

Post » Thu Nov 19, 2009 6:47 am

Use http://search2.yacoby.net- works every time for me.
User avatar
Chloe Mayo
 
Posts: 3404
Joined: Wed Jun 21, 2006 11:59 pm

Post » Thu Nov 19, 2009 5:07 am

Use http://search2.yacoby.net- works every time for me.


Yes - I normally do but I'm having one of those days - sigh

While I'm here I would like to ask a quick question of anyone who has used this tool or done NPC scheduling in the past if there's a quick answer great otherwise i'll take this to the CS forum - the tool seems to work quite well at generating code - though I almost suspect once I build a template it will be just as quick for me to finish the rest off by hand - anyway - when sending an NPC to a different cell where they will have some actions coded in that new cell is it best to attach the script to the NPC or to an object in the original cell?

sample code

Begin ct_ansei_sched_sc_01Short mwc_hourShort mwc_lastIf ( MenuMode )      ReturnEndIfSet mwc_hour to GameHourIf ( mwc_last == mwc_hour )      ReturnElseIf ( "CT_Ansei"-> GetHealth <= 0 )        ReturnEndIfIf ( mwc_hour <= 7 )       Set mwc_last to 7       If ( "CT_Ansei"-> GetLOS Player != 1 )       "CT_Ansei"-> PositionCell 4190, 49790, 12200, 0, "Dunhaven, Resdayn's Rest"       EndIf       "CT_Ansei"-> AddItem "CT_Chemise02_Ivory", 1       "CT_Ansei"-> RemoveItem "common_shirt_04_b", 1       "CT_Ansei"-> RemoveItem "expensive_pants_02", 1       "CT_Ansei"-> RemoveItem "extravagant_shoes_01", 1       "CT_Ansei"-> RemoveItem "nordic_iron_cuirass", 1ElseIf ( mwc_hour <= 15 )       Set mwc_last to 15       "CT_Ansei"-> RemoveItem "CT_Chemise02_Ivory", 1       "CT_Ansei"-> AddItem "common_shirt_04_b", 1       "CT_Ansei"-> AddItem "expensive_pants_02", 1       "CT_Ansei"-> AddItem "extravagant_shoes_02", 1       "CT_Ansei"-> AddItem "nordic_iron_cuirass", 1       "CT_Ansei"-> AIWander 512, 4, 0, 60, 20, 10, 0, 0, 0, 0, 0ElseIf ( mwc_hour == 19 )       Set mwc_last to 19       If ( "CT_Ansei"-> GetLOS Player != 1 )       "CT_Ansei"-> PositionCell 3910, 4671, 12064, 84, "Dunhaven, Guide Hall"       EndIfEndIf

User avatar
Cassie Boyle
 
Posts: 3468
Joined: Sun Nov 05, 2006 9:33 am


Return to III - Morrowind