X-Git-Url: http://git.osdn.net/view?p=hengband%2Fhengband.git;a=blobdiff_plain;f=autopick_eng.txt;h=277262ad326c849f63da11b9697e01b1ff1129ce;hp=7d0023c1e60e7a4ed33afb1a17ba8b37b072dc65;hb=c9ae69fc940e86829baed7a9bcb5a54f03f1fb2e;hpb=7957a208e37474b8ee60558605618893c4bed41f diff --git a/autopick_eng.txt b/autopick_eng.txt index 7d0023c1e..277262ad3 100644 --- a/autopick_eng.txt +++ b/autopick_eng.txt @@ -240,19 +240,22 @@ # Tourist, Imitator, BeastMaster, Sorcerer, Archer, # Magic-Eater, Bard, Red-Mage, Samurai, ForceTrainer, # Blue-Mage, Cavalry, Berserker, Weaponsmith, Mirror-Master, -# Ninja +# Ninja, Sniper # # $PLAYER # Returns player name. # $REALM1 # Returns player's first magic realm # none, Life, Sorcery, Nature, Chaos, Death, Trump, Arcane, -# Craft, Daemon, Crusade, Music, Kendo +# Craft, Daemon, Crusade, Music, Kendo, Hex # $REALM2 # Returns player's second magic realm # $LEVEL # Returns player level as two-character string. # Ex. "01","09","10","50" etc. +# $MONEY +# Returns player money as 9 character string. +# Ex. "000012345" etc. # #------------------------------------------------------------------ # @@ -419,10 +422,19 @@ collecting spellbooks ?:1 # pick up for experience -?:[IOR [EQU $CLASS Warrior Berserker] [AND [EQU $CLASS Paladin] [EQU $REALM1 Crusade]]] +?:[EQU $CLASS Warrior Berserker] +(~unreadable fourth spellbooks:arcane +unreadable fourth spellbooks (~unreadable third spellbooks:arcane +unreadable third spellbooks +?:1 +?:[AND [EQU $CLASS Paladin] [EQU $REALM1 Crusade] [GEQ $LEVEL 30]] +(~unreadable fourth spellbooks:life +(~unreadable third spellbooks:life +?:[AND [EQU $CLASS Paladin] [EQU $REALM1 Crusade]] (~unreadable fourth spellbooks:arcane unreadable fourth spellbooks +(~unreadable third spellbooks:arcane unreadable third spellbooks ?:1 ?:[AND [EQU $CLASS Paladin] [EQU $REALM1 Death]]