Add monster fight arena to Darcap funzone

Submitted by:   Daniel Ziem (patch #346)

git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@20224 282e977c-c81d-0410-88c4-b93c2d0d6712
master
partmedia 2016-02-17 02:30:29 +00:00
parent a027c71912
commit 1999bd9174
3 changed files with 11968 additions and 7 deletions

View File

@ -8,7 +8,7 @@ enter_x 31
enter_y 16
msg
Created: 2008-07-31 Raphaël Quinet
Modified: 2013-07-18 Kevin Zheng
Modified: 2016-02-16 Kevin Zheng
endmsg
outdoor 1
end
@ -5282,12 +5282,10 @@ x 40
y 4
end
arch perm_magic_portal
name Game Pending
slaying fz_lobby
x 40
y 4
end
arch dust_effect
name Orc Pits
slaying fz_orcpit
hp 25
sp 28
x 40
y 4
end

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,8 @@
# -*- coding: utf-8 -*-
# Simple script to trigger the connection given as a parameter.
# Setting the script option to "3" will turn the connection 3 on in the map it was called from.
import Crossfire
if Crossfire.ScriptParameters().isdigit():
Crossfire.WhoAmI().Map.TriggerConnected(int(Crossfire.ScriptParameters()), 1)