User:ARCHIMEDIAN/Notes: Difference between revisions
Jump to navigation
Jump to search
ARCHIMEDIAN (talk | contribs) |
ARCHIMEDIAN (talk | contribs) |
||
Line 18: | Line 18: | ||
| [[Weapon:Polished steel katavdar with serrated edges]] |
| [[Weapon:Polished steel katavdar with serrated edges]] |
||
| turn |
| turn |
||
| With a flick |
|||
| |
|||
| With a flick |
|||
| |
|||
| Requires a free hand to transform the item and weapon, |
| Requires a free hand to transform the item and weapon, |
||
item must be held when transforming |
|||
|} |
|} |
||
Revision as of 21:34, 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 | With a flick | With a flick | 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")
;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