Post reply

Warning: this topic has not been posted in for at least 120 days.
Unless you're sure you want to reply, please consider starting a new topic.
Name:
Email:
Subject:
Message icon:

Verification:
Type the letters shown in the picture
Listen to the letters / Request another image

Type the letters shown in the picture:
What color is grass?:
What is the seventh word in this sentence?:
What is five minus two (use the full word)?:

shortcuts: hit alt+s to submit/post or alt+p to preview


Topic Summary

Posted by: SimDing0™
« on: March 23, 2005, 06:53:43 PM »

There was the magnet.bcs thing, but testing ingame revealed that it isn't going to work acceptably without major changes.
Posted by: Andyr
« on: March 23, 2005, 06:47:54 PM »

Appears Sim has done it, and that was all in this thread, so moving it.
Posted by: Andyr
« on: January 10, 2005, 10:52:00 AM »

I'll look into the AR2200 olive jelly thing.
Posted by: Barren
« on: January 10, 2005, 10:20:29 AM »

I also don't remember encountering anyone being mugged in the Slums, ala slvic01-3.cre

We already restored that one.
Posted by: MERLANCE
« on: January 10, 2005, 09:16:10 AM »

I also don't remember encountering anyone being mugged in the Slums, ala slvic01-3.cre

Hmm, people are mugged in the slums all the time...

It happens on the roof of the copper coronet, some muggers randomly kill innocent people. Really.
Posted by: SimDing0™
« on: January 10, 2005, 08:24:01 AM »

...maybe.
Posted by: Echon
« on: January 10, 2005, 07:50:52 AM »

love.bcs might also be of interest.

Why? Do you want to restore Durlag's Tower? :)

-Echon
Posted by: SimDing0™
« on: January 10, 2005, 07:49:01 AM »

I also don't remember encountering anyone being mugged in the Slums, ala slvic01-3.cre
Posted by: SimDing0™
« on: January 10, 2005, 07:34:31 AM »

love.bcs might also be of interest.
Posted by: SimDing0™
« on: January 10, 2005, 06:53:17 AM »

On a totally unrelated note, AR2200 looks like it was originally supposed to spawn Olive Jellies or something to that effect in the last block. Might be good for minor restorations.
Posted by: SimDing0™
« on: January 10, 2005, 06:25:02 AM »

PP prefix is used in Spellhold. I'd suggest that there's meant to be a trap under Spellhold that drags anyone wearing metal armour towards it, but I've never seen it ingame.
Posted by: Andyr
« on: January 10, 2005, 06:13:46 AM »

That? Oh, that's my personality script. :P See:

Code: [Select]
IF
See([ANYONE])
CheckStatLT(LastSeenBy(Myself),1,SCRIPTINGSTATE1)
OR(34)
HasItem("plat01",LastSeenBy(Myself)) // Plate Mail Armor
HasItem("plat02",LastSeenBy(Myself)) // Plate Mail +1
HasItem("plat03",LastSeenBy(Myself))
HasItem("plat04",LastSeenBy(Myself)) // Full Plate Mail
HasItem("plat05",LastSeenBy(Myself)) // Full Plate Mail +1
HasItem("plat07",LastSeenBy(Myself)) // Plate Mail Armor
HasItem("plat08",LastSeenBy(Myself)) // No such index
HasItem("plat09",LastSeenBy(Myself)) // Mithral Field Plate Armor +2
HasItem("plat10",LastSeenBy(Myself)) // Plate Mail +1
HasItem("plat11",LastSeenBy(Myself)) // Delver's Plate +2
HasItem("plat12",LastSeenBy(Myself)) // Doomplate +3
HasItem("plat13",LastSeenBy(Myself)) // Gorgon Plate +4
HasItem("plat14",LastSeenBy(Myself)) // Full Plate Mail +1
HasItem("plat15",LastSeenBy(Myself)) // Pride of the Legion +2
HasItem("plat16",LastSeenBy(Myself)) // Armor of the Hart +3
HasItem("plat17",LastSeenBy(Myself)) // T'rahcie's Plate +5
HasItem("chan01",LastSeenBy(Myself)) // Chain Mail Armor
HasItem("chan02",LastSeenBy(Myself)) // Chain Mail +1
HasItem("chan03",LastSeenBy(Myself)) // Mail of the Dead +2
HasItem("chan04",LastSeenBy(Myself)) // Splint Mail
HasItem("chan05",LastSeenBy(Myself)) // Splint Mail +1
HasItem("chan06",LastSeenBy(Myself)) // Mithril Chain Mail +4
HasItem("chan07",LastSeenBy(Myself)) // Chain Mail +3
HasItem("chan08",LastSeenBy(Myself)) // Chain Mail +2
HasItem("chan09",LastSeenBy(Myself)) // Darkmail +3
HasItem("chan10",LastSeenBy(Myself)) // Jester's Chain +4
HasItem("chan11",LastSeenBy(Myself)) // Crimson Chain +5
HasItem("chan12",LastSeenBy(Myself)) // Elven Chain Mail
HasItem("chan13",LastSeenBy(Myself)) // Elven Chain +1
HasItem("chan14",LastSeenBy(Myself)) // Sylvan Chain +2
HasItem("chan15",LastSeenBy(Myself)) // Melodic Chain +3
HasItem("chan16",LastSeenBy(Myself)) // Bladesinger Chain +4
HasItem("chan17",LastSeenBy(Myself)) // Ashen Scales +2
HasItem("chan18",LastSeenBy(Myself)) // Armor of Faith +3
THEN
RESPONSE #100
Unlock("Secret02")
OpenDoor("Secret02")
DisplayString(LastSeenBy(Myself),48268) // Magnetized
ReallyForceSpell(LastSeenBy(Myself),MAGNET)
END

So it looks like a, uh, magnet. NI gives the warning that "plat03" is not found.

MAGNET in SPELL.IDS references SPIN854:

Code: [Select]
3855 SUMMON_DJINN_TRAP
3854 MAGNET
3853 FORCE_SPHERE

The spell has a Wing Buffet effect.

This script is referenced as only the override script of PPINVI01.CRE. Which is not referenced by any other files in the game; though sounds like it is to do with the Pocket Plane. And is invisible?
Posted by: SimDing0™
« on: January 10, 2005, 05:53:19 AM »

What is it? :)