User:ARCHIMEDIAN/Notes: Difference between revisions
Jump to navigation
Jump to search
ARCHIMEDIAN (talk | contribs) No edit summary |
ARCHIMEDIAN (talk | contribs) No edit summary |
||
Line 22: | Line 22: | ||
| Requires a free hand to transform the item and weapon, item must be held when transforming |
| Requires a free hand to transform the item and weapon, item must be held when transforming |
||
|} |
|} |
||
== Lich Mapping Notes == |
|||
Useful commands: |
|||
<blockquote> |
|||
<nowiki>;e echo Room.current.inspect</nowiki> |
|||
<nowiki>;e echo Room.current.wayto</nowiki> |
|||
<nowiki>;e Map.list[room_num].description.push(XMLData.room_description) #update current room description (useful for adding night/day description to rooms)</nowiki> |
|||
</blockquote> |
|||
Delete a room |
|||
<nowiki>;e Room.current.wayto.delete("roomid") and ;e Room.current.timeto.delete("roomid")"</nowiki> |
|||
Update Rooms with multiple descriptions |
|||
<nowiki>;repo checkout-mapdb</nowiki> |
|||
<nowiki>;e Map.list[1263].description.push(XMLData.room_description)</nowiki> |
|||
<nowiki>;repo upload-mapdb</nowiki> |
Revision as of 15:42, 28 July 2016
Transforming Items
A set of notes to help with dr-scripts equipmanager
worn item | transformed item | verb | Item to Weapon Text | Weapon to Item Text | Notes |
---|---|---|---|---|---|
Item:Polished steel tailband with serrated edges | Weapon:Polished steel katavdar with serrated edges | turn | Requires a free hand to transform the item and weapon, item must be held when transforming |
Lich Mapping Notes
Useful commands:
;e echo Room.current.inspect ;e echo Room.current.wayto ;e Map.list[room_num].description.push(XMLData.room_description) #update current room description (useful for adding night/day description to rooms)
Delete a room ;e Room.current.wayto.delete("roomid") and ;e Room.current.timeto.delete("roomid")"
Update Rooms with multiple descriptions ;repo checkout-mapdb ;e Map.list[1263].description.push(XMLData.room_description) ;repo upload-mapdb