User:ARCHIMEDIAN/Notes
Jump to navigation
Jump to search
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