Search found 4 matches

Tuesday, 15th August 2017, 20:05

Forum: Coding

Topic: vim syntax highlighting for crawlrc

Replies: 0

Views: 2288

vim syntax highlighting for crawlrc

I'd like vim syntax highlighting to respect inline Lua, which would need matched in a few ways: Lua code can be used directly in your init.txt/.crawlrc. You can execute Lua code using the following syntax. : Single line of lua code < Possibly multi-line Lua code > { Possibly multi-line Lua code } Ha...

Thursday, 10th August 2017, 14:51

Forum: Dungeon Crawling Advice

Topic: Can someone explain Conjure Flame?

Replies: 13

Views: 4586

Re: Can someone explain Conjure Flame?

Majang wrote:Image shout "naa naa di goo goo" at the guy you leave behind

Wednesday, 9th August 2017, 17:18

Forum: Crazy Yiuf's Corner

Topic: If Naga could grow

Replies: 8

Views: 2996

Re: If Naga could grow

If the wiki is correct, the Serpent of Hell in Gehenna is giant, whereas in the other hells it is huge. I wonder what's up with that. Appears to be SIZE_GIANT in all four instances: https://github.com/crawl/crawl/blob/master/crawl-ref/source/mon-data.h#L6318-L6372 { MONS_SERPENT_OF_HELL, 'D', ETC_F...

Wednesday, 2nd August 2017, 14:25

Forum: Coding

Topic: A set of functions to examine/describe a monster

Replies: 1

Views: 2738

A set of functions to examine/describe a monster

Something I'm interested in trying is automating an xv on a monster that comes into view. Later I'd keep track of monsters I've "identified" and only xv the first of each monster type. In bot code they might find monsters like this: : local function find_next_monster() : local r, x, y : fo...

Return to advanced search

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.