[Crossfire-wiki] [Crossfire DokuWiki] page changed: dev_todo:time_of_day_based_events
no-reply_wiki at metalforge.org
no-reply_wiki at metalforge.org
Tue Nov 13 17:41:45 CST 2007
A page in your DokuWiki was added or changed. Here are the details:
Date : 2007/11/13 17:41
User : tchize
Edit Summary:
@@ -3,9 +3,9 @@
[[https://sourceforge.net/tracker/index.php?func=detail&aid=1318639&group_id=13833&atid=363833|On the sourceforge tracker]]
====== Time of Day based events ======
Allow map makers to utilize date and time for their maps.
- ==== Posible Uses ====
+ ==== Possible Uses ====
* Stores open and close.
* Monsters sleep at different times of day
* Holidays
* Stores can have sales
@@ -15,4 +15,21 @@
* Monsters like Werewolfs
* Can we (is it copyrighted?) have monsters turn to stone based on the time?
* Items being affected by the time of day
* Perhaps connected values alter/default, so scorn gates are open during the day, closed at night.
+
+ ==== current stage ====
+ === C code ===
+ * Transfert of Month/weekday/season names to plugins
+ * Add notions for periods of the day? (night, dawn, morning, noon, evening, dusk/sunset)
+ * provide a name->index hastable for periods of day/year
+ === filter event ===
+ First stage plans to give possibility for event fitlering using ad hoc python library. example trigger that works only during New Year and/or the Day of the Moon:
+ arch button_trigger
+ x 2
+ y 5
+ connected 10
+ arch event_apply
+ name The Season of New Year,the Day of the Moon
+ title Python
+ slaying /python/tod/moment_only.py
+ end
IP-Address : 91.177.206.249
Old Revision: http://wiki.metalforge.net/doku.php/dev_todo:time_of_day_based_events?rev=1158504279
New Revision: http://wiki.metalforge.net/doku.php/dev_todo:time_of_day_based_events
--
This mail was generated by DokuWiki at
http://wiki.metalforge.net/
More information about the crossfire-wiki
mailing list