Update maps to use the new potion name (invulnerability is now shielding)
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@7259 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
add325d613
commit
0c12e4b464
|
@ -643,7 +643,7 @@ arch afloor_left
|
|||
x 6
|
||||
y 4
|
||||
end
|
||||
arch potion_invulnerability
|
||||
arch potion_shielding
|
||||
x 6
|
||||
y 4
|
||||
end
|
||||
|
|
|
@ -103,7 +103,7 @@ arch potioncon
|
|||
x 2
|
||||
y 7
|
||||
end
|
||||
arch potion_invulnerability
|
||||
arch potion_shielding
|
||||
x 2
|
||||
y 8
|
||||
end
|
||||
|
|
|
@ -457,7 +457,7 @@ arch hugenugget
|
|||
x 9
|
||||
y 7
|
||||
end
|
||||
arch potion_invulnerability
|
||||
arch potion_shielding
|
||||
x 9
|
||||
y 8
|
||||
end
|
||||
|
|
|
@ -1491,7 +1491,7 @@ arch waybread
|
|||
x 9
|
||||
y 2
|
||||
end
|
||||
arch potion_invulnerability
|
||||
arch potion_shielding
|
||||
x 9
|
||||
y 2
|
||||
end
|
||||
|
@ -1867,7 +1867,7 @@ arch waybread
|
|||
x 11
|
||||
y 2
|
||||
end
|
||||
arch potion_invulnerability
|
||||
arch potion_shielding
|
||||
x 11
|
||||
y 2
|
||||
end
|
||||
|
|
|
@ -314,7 +314,7 @@ arch flagstone
|
|||
x 2
|
||||
y 18
|
||||
end
|
||||
arch potion_invulnerability
|
||||
arch potion_shielding
|
||||
x 2
|
||||
y 18
|
||||
end
|
||||
|
|
|
@ -931,7 +931,7 @@ arch ring
|
|||
end
|
||||
arch wiz_hat
|
||||
end
|
||||
arch potion_invulnerability
|
||||
arch potion_shielding
|
||||
end
|
||||
arch potion_magic
|
||||
end
|
||||
|
|
|
@ -338,7 +338,7 @@ x 2
|
|||
y 1
|
||||
connected 1
|
||||
lifesave 1
|
||||
arch potion_invulnerability
|
||||
arch potion_shielding
|
||||
name potion of gem essence
|
||||
name_pl potions of gem essence
|
||||
resist_physical 0
|
||||
|
|
|
@ -1738,7 +1738,7 @@ end
|
|||
arch diamond_converter
|
||||
name 500 large nuggets -> a potion
|
||||
slaying largenugget
|
||||
other_arch potion_invulnerability
|
||||
other_arch potion_shielding
|
||||
food 500
|
||||
x 20
|
||||
y 11
|
||||
|
|
|
@ -3559,7 +3559,7 @@ arch shop_empty
|
|||
x 24
|
||||
y 14
|
||||
end
|
||||
arch potion_invulnerability
|
||||
arch potion_shielding
|
||||
x 24
|
||||
y 14
|
||||
end
|
||||
|
|
|
@ -796,7 +796,7 @@ arch dungeon_floor
|
|||
x 5
|
||||
y 6
|
||||
end
|
||||
arch potion_invulnerability
|
||||
arch potion_shielding
|
||||
x 5
|
||||
y 6
|
||||
end
|
||||
|
|
|
@ -1588,7 +1588,7 @@ arch afloor_right
|
|||
x 7
|
||||
y 8
|
||||
end
|
||||
arch potion_invulnerability
|
||||
arch potion_shielding
|
||||
x 7
|
||||
y 8
|
||||
end
|
||||
|
|
|
@ -723,7 +723,7 @@ Wis 3
|
|||
x 2
|
||||
y 28
|
||||
carrying 2100
|
||||
arch potion_invulnerability
|
||||
arch potion_shielding
|
||||
end
|
||||
arch key2
|
||||
name Wizard's key
|
||||
|
|
|
@ -21,9 +21,21 @@ import CFGuilds
|
|||
import CFItemBroker
|
||||
import random
|
||||
import string
|
||||
|
||||
x=6
|
||||
y=7
|
||||
x1=31
|
||||
x2=32
|
||||
x3=33
|
||||
x4=34
|
||||
x5=35
|
||||
y1=9
|
||||
y2=10
|
||||
y3=11
|
||||
y4=12
|
||||
y5=13
|
||||
activator=Crossfire.WhoIsActivator()
|
||||
activatorname=activator.Name
|
||||
mymap = activator.Map
|
||||
whoami=Crossfire.WhoAmI()
|
||||
|
||||
remarklist = ['Excellent','Thank You','Thank You','Thank You', 'Thank You', 'Great', 'OK', 'Wonderful', 'Swell', 'Dude', 'Big Spender']
|
||||
|
@ -35,7 +47,7 @@ text = string.split(Crossfire.WhatIsMessage())
|
|||
|
||||
if (guildname):
|
||||
guild = CFGuilds.CFGuild(guildname)
|
||||
cointype = "imperial" #What type of token are we using for guild dues?
|
||||
cointype = "jadecoin" #What type of token are we using for guild dues?
|
||||
object = activator.CheckInventory(cointype)
|
||||
|
||||
if text[0] == 'help' or text[0] == 'yes':
|
||||
|
|
|
@ -19,3 +19,4 @@ if points:
|
|||
else:
|
||||
print 'Error, no points specified in %s on map %s' %(whoami,mapname)
|
||||
|
||||
|
||||
|
|
|
@ -19,3 +19,4 @@ for guild in guildlist:
|
|||
standings.sort(mycmp)
|
||||
for item in standings:
|
||||
activator.Write('%s - %s - %s' %(item[1],item[0],item[2]))
|
||||
|
||||
|
|
|
@ -55,3 +55,4 @@ else:
|
|||
|
||||
whoami.Say(message)
|
||||
|
||||
|
||||
|
|
|
@ -61,3 +61,4 @@ else:
|
|||
|
||||
whoami.Say(message)
|
||||
|
||||
|
||||
|
|
|
@ -154,3 +154,4 @@ if (guildname):
|
|||
else:
|
||||
message = 'Board Error'
|
||||
whoami.Say(message)
|
||||
|
||||
|
|
|
@ -3233,7 +3233,7 @@ arch marble
|
|||
x 16
|
||||
y 19
|
||||
end
|
||||
arch potion_invulnerability
|
||||
arch potion_shielding
|
||||
x 16
|
||||
y 19
|
||||
end
|
||||
|
|
|
@ -233,7 +233,7 @@ end
|
|||
arch potion_fire
|
||||
x 7
|
||||
end
|
||||
arch potion_invulnerability
|
||||
arch potion_shielding
|
||||
x 8
|
||||
end
|
||||
arch potion_generic
|
||||
|
|
|
@ -142,7 +142,7 @@ x 1
|
|||
y 7
|
||||
no_pick 1
|
||||
end
|
||||
arch potion_invulnerability
|
||||
arch potion_shielding
|
||||
x 1
|
||||
y 7
|
||||
no_pick 1
|
||||
|
|
|
@ -3233,7 +3233,7 @@ arch marble
|
|||
x 16
|
||||
y 19
|
||||
end
|
||||
arch potion_invulnerability
|
||||
arch potion_shielding
|
||||
x 16
|
||||
y 19
|
||||
end
|
||||
|
|
|
@ -933,7 +933,7 @@ arch ring
|
|||
end
|
||||
arch wiz_hat
|
||||
end
|
||||
arch potion_invulnerability
|
||||
arch potion_shielding
|
||||
end
|
||||
arch potion_magic
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue