![]() |
#1 |
Apprentice
Join Date: Aug 2013
Posts: 61
![]() |
![]()
Is there a way to alter this
Code:
?:[GEQ $LEVEL 20] !average common weapons !average common shooters !average common armors !cursed nameless common items ?:1 P.S. In poschengband, of course. |
![]() |
![]() |
![]() |
#2 |
Apprentice
Join Date: Jan 2016
Posts: 86
![]() |
The "nameless" keyword will destroy all {bad}, {average}, and {good} items (i.e., everything except egos and artifacts).
Code:
!nameless common weapons As far as I'm aware the Mogaminator has a "More value than" option but not a "less value than" one. Since rules earlier in the file take precedence over ones later in the file, you could do something like this: Code:
?:[GEQ $LEVEL 20] ~nameless common weapons more value than 1000 ~nameless common shooters more value than 1000 ~nameless common armors more value than 1000 !nameless common weapons !nameless common shooters !nameless common armors !cursed nameless common items ?:1 Or, if you don't want to destroy *any* valuable item, you can simply put something like Code:
~?unidentified items ~items more value than 1000 |
![]() |
![]() |
![]() |
#3 |
Veteran
Join Date: May 2012
Location: Adelaide, Australia
Posts: 1,168
![]() |
I'd be careful with that 2nd option which is likely to destroy healing potions unless explicitly told not to.
|
![]() |
![]() |
![]() |
#4 |
Apprentice
Join Date: Aug 2013
Posts: 61
![]() |
thanks guys!
|
![]() |
![]() |
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Bug: "n" not counted as a non-"ESC" key | chikinn | Vanilla | 3 | November 8, 2014 22:34 |
Bug with "Turn" in the "Player History" dump | bron | Vanilla | 3 | January 17, 2014 16:35 |
Undoing "destroy item" | fph | Vanilla | 3 | May 8, 2011 02:52 |
"Great" drops replaced by "good" drops in vaults: bug or feature? | PowerWyrm | Vanilla | 14 | February 27, 2010 15:54 |
"repeat" Command just little bit "smarter" | ClaytonAguiar | Vanilla | 8 | June 17, 2009 15:01 |