Spawn Firewalls

Mu online season 21 - grand opening

DayWalker™

Golden Oldie
Golden Oldie
Dec 11, 2004
761
1
103
Middlesbrough ! Smoggy!
Ive been messing around with some scripting and ive just figured out how to spawns firewalls anywhere on any map.

Screenie :

I can also use icewalls.

/Stan
 

Attachments

  • firewalls.JPG
    firewalls.JPG
    129.9 KB · Views: 247

DayWalker™

Golden Oldie
Golden Oldie
Dec 11, 2004
761
1
103
Middlesbrough ! Smoggy!
Its very simple just add the follwing to an npc:

[@main]
#SAY
Would you like to start the ice walls?\ \
<[Yes]/@SuddenDeathSpell_1>\ \
<[No]/@exit>\

[@SuddenDeathSpell_1]
#ACT
LoadValue A0 "Convert_Def\QuestDiary\Event\SnowBattle\MapSpell.txt" [LineMSG] [MSG02]
linemsg "z010" "%A0"

MapSpell [icewall] "0,436,386,435,386, +d200, +t10, +h

MapSpell [firewall] "0,438,385,438,386, +d200, +t10, +h
MapSpell [firewall] "0,440,383,438,388, +d200, +t10, +h
MapSpell [firewall] "0,439,383,439,386, +d200, +t10, +h
MapSpell [firewall] "0,440,386,441,386, +d200, +t10, +h
MapSpell [firewall] "0,437,391,436,391, +d200, +t10, +h

MapSpell [firewall] "0,435,391,434,391, +d100, +t4, +h
MapSpell [icewall] "0,441,383,441,382, +d100, +t4, +h
 

Far

tinmymouthpl0x
Staff member
Administrator
May 19, 2003
20,683
34
3,289
520
mapspell [FIREWALL] "0,300,300,310,310, +d100, +t20, +r400, +h
mapspell [ICEWALL] "3,211,187,2121,187, +d10000, +t30, +r400, +h

ill let you figure out what each bit means, you can also make it rain lightning.
 

RoNeZ

Golden Oldie
Golden Oldie
Jun 2, 2004
682
8
154
Boro
Farril said:
mapspell [FIREWALL] "0,300,300,310,310, +d100, +t20, +r400, +h
mapspell [ICEWALL] "3,211,187,2121,187, +d10000, +t30, +r400, +h

ill let you figure out what each bit means, you can also make it rain lightning.

ben looking for this m8 gunna set it for all none sz on Death Server so if ppl dont obay rules they die hehe
 

Far

tinmymouthpl0x
Staff member
Administrator
May 19, 2003
20,683
34
3,289
520
@ stan. uve missed off +r, which indicates how many spells there will be within the box.
 

Demonic

LOMCN VIP
VIP
Dec 1, 2003
1,806
2
165
The three spells I can find in JOB are:

FIREWALL
ICEWALL
THUNDER

Thunder is Lightning...
 

Far

tinmymouthpl0x
Staff member
Administrator
May 19, 2003
20,683
34
3,289
520
the lightnings used for damagable weather effects on my server, firewall as explosions, icewall as a blockade.

care to share yours?
 

DayWalker™

Golden Oldie
Golden Oldie
Dec 11, 2004
761
1
103
Middlesbrough ! Smoggy!
Create 3 new maps.

1: FireField - Add mobs that have fire attacks on this map, and have the firewalls appearing + dissapearing giving damage to the players currently on the map.

Icefield and lightning field are similar.

/Stan
 

Astarot

LOMCN Leecher
Mar 31, 2006
1
0
12
Poland
albumpic4tx.jpg


screen a little old but interesting :]