User:ARCHIMEDIAN/Notes

From Elanthipedia
< User:ARCHIMEDIAN
Revision as of 09:03, 29 July 2016 by ARCHIMEDIAN (talk | contribs)
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

Health Text

Used for necromancer healing bit in dr-scripts combat trainer

Your body feels at full strength.
Your spirit feels full of life.
You have some minor abrasions to the right arm, some minor abrasions to the left leg, some minor abrasions to the left hand, some minor abrasions to the chest, some minor abrasions to the abdomen.
You have no significant injuries.