Page 1 of 1

2 queries

Posted: Wed Aug 07, 2013 12:42 pm
by Twiggy
Hey all.

Never used csbwin till now (usually use rtc) but two things i was wondering. Is there a keyboard shortcut to go straight to a players inventory? In rtc you just hit F1-4 but doesn't work here

Also do poison bolts (des ven) do anything in this game? I unloaded about 6 mon strength ones into a worm and he was still alive :/

Thanks! :)

Re: 2 queries

Posted: Wed Aug 07, 2013 8:39 pm
by Sophia
In the original CSB, des ven has no effect against monsters with 64 armor or more. This makes them much less useful than in the RTC version.

Re: 2 queries

Posted: Thu Oct 31, 2013 2:08 am
by 3DH
Twiggy wrote:Never used csbwin till now (usually use rtc) but two things i was wondering. Is there a keyboard shortcut to go straight to a players inventory? In rtc you just hit F1-4 but doesn't work here
Edit config.txt:

Code: Select all

mscan 1 0031  37 17 R  ; '1' = first character inventory
mscan 1 0032  7c 17 R  ; '2' = second character inventory
mscan 1 0033  C1 17 R  ; '3' = third character inventory
mscan 1 0034 107 17 R  ; '4' = fourth character inventory
;or
mscan 1 0070  37 17 R  ; 'F1' = first character inventory
mscan 1 0071  7c 17 R  ; 'F2' = second character inventory
mscan 1 0072  C1 17 R  ; 'F3' = third character inventory
mscan 1 0073 107 17 R  ; 'F4' = fourth character inventory