a new zzt group has come to z2

Whereas this forum hasn't been relevant since 1999.

Moderators: Quantum P., crank

User avatar
Quindo
dark wraith for light
Posts: 152
Joined: Thu Jul 06, 2006 2:41 pm

Post by Quindo »

the only thing we are copying from rs is the quests and the names and such. We are trying to make it a item orriented game but i am having trouble with my goblin dup. Any suggestions?
This is a easy game...

<a href="http://www.fallensword.com/?ref=394941">FallenSword RPG - Play online now free!</a>
User avatar
Quantum P.
Level 17 Accordion Thief
Posts: 1433
Joined: Fri Sep 12, 2003 1:41 am
Location: Edmonds, WA
Contact:

Post by Quantum P. »

A duplicator? What kind of problem, and why don't you post your code?
User avatar
Commodore
fgsdfs
Posts: 2471
Joined: Wed Mar 12, 2003 5:44 pm
Location: :noitacoL
Contact:

Post by Commodore »

if you're using kevedit the dupes are broke. put the cursor over it and press ctrl-t, then select add stats. if you're not using kevedit, well, then i don't know.
*POW* *CLANK* *PING*
User avatar
Quindo
dark wraith for light
Posts: 152
Joined: Thu Jul 06, 2006 2:41 pm

Post by Quindo »

I am trying to get a object to put water to the north whenever the goblive flag is set. The only problem is that the dupes will stop working when the water is set even when it is turned into empty. I have rewritten the code so much i cant remember what it is right now.
This is a easy game...

<a href="http://www.fallensword.com/?ref=394941">FallenSword RPG - Play online now free!</a>
User avatar
Commodore
fgsdfs
Posts: 2471
Joined: Wed Mar 12, 2003 5:44 pm
Location: :noitacoL
Contact:

Post by Commodore »

what is the affect you're actually trying to achive? blocking a path? are these objects moving?
*POW* *CLANK* *PING*
User avatar
Quantum P.
Level 17 Accordion Thief
Posts: 1433
Joined: Fri Sep 12, 2003 1:41 am
Location: Edmonds, WA
Contact:

Post by Quantum P. »

Could you put that board on turboupload.com or something so that we could have a look at it?
User avatar
Schroedingers Cat
We must invent teleportation!
Posts: 721
Joined: Mon Jun 19, 2006 11:35 pm
Location: Idaho, Wisconsin

Post by Schroedingers Cat »

Don't do it, Quindo. They want to steal your precious WORK.


...



:learn: Try this:

Code: Select all

@Water putter
#cycle 1
#if goblinflag #put n blue water
/i
#restart

X^X
XXX
XOX


X is a wall;
^ is a duplicator
O is the object (Note the space between the object and the duplicator. This stops the object from being copied.)
:keen:
User avatar
Zenith Nadir
this is my hammer
Posts: 2767
Joined: Wed Mar 12, 2003 11:40 am
Location: between the black and white spiders

Post by Zenith Nadir »

i think the problem is that water is a terrain, not a pushable object, and after the first water is placed by the duplicator the way is blocked from further placement

you could try this code, instead.

@waterplacer
#cycle x (your choice as to the cycle speed; remember that one movement on #cycle 9 is roughly one second)
:blarf
/i/i/i#change blue water boulder (again, how many /i's is your choice)
#put n blue boulder
#change blue boulder water
#blarf
he looked upon the world and saw it was still depraved :fvkk:

Overall: Rotton egg for breakfast
User avatar
superbowl shuffle
Official Clamp School Defender
Posts: 418
Joined: Mon Apr 07, 2003 4:52 am
Location: CAsE SenSiTiVe

Post by superbowl shuffle »

My interpretation of his post was that the presense of water disables dupes that are unrelated to the duplication of water.
[size=75:lh51rn9h][b:lh51rn9h]When the 5 o'clock whistle blows, so do I.[/b:lh51rn9h]
[/size:lh51rn9h]
User avatar
Schroedingers Cat
We must invent teleportation!
Posts: 721
Joined: Mon Jun 19, 2006 11:35 pm
Location: Idaho, Wisconsin

Post by Schroedingers Cat »

I interpretated the Bible.



Heh. Bib. Le.

It's French.
User avatar
Quindo
dark wraith for light
Posts: 152
Joined: Thu Jul 06, 2006 2:41 pm

Post by Quindo »

thank you for telling me that. I didnt now that terran did that to dupes. that should help me finish the code.
This is a easy game...

<a href="http://www.fallensword.com/?ref=394941">FallenSword RPG - Play online now free!</a>
User avatar
Quindo
dark wraith for light
Posts: 152
Joined: Thu Jul 06, 2006 2:41 pm

Post by Quindo »

wmd demo and master of the t-zone have been added to z2. Please tell me what you tink of them.
This is a easy game...

<a href="http://www.fallensword.com/?ref=394941">FallenSword RPG - Play online now free!</a>
User avatar
superbowl shuffle
Official Clamp School Defender
Posts: 418
Joined: Mon Apr 07, 2003 4:52 am
Location: CAsE SenSiTiVe

Post by superbowl shuffle »

I couldn't find wmd.
[size=75:lh51rn9h][b:lh51rn9h]When the 5 o'clock whistle blows, so do I.[/b:lh51rn9h]
[/size:lh51rn9h]
User avatar
lemmer
Big fat hen
Posts: 18
Joined: Fri Mar 31, 2006 3:29 am

Post by lemmer »

superbowl shuffle wrote:I couldn't find wmd.
When we said WMD, we meant "WMD related program activities"
User avatar
Zenith Nadir
this is my hammer
Posts: 2767
Joined: Wed Mar 12, 2003 11:40 am
Location: between the black and white spiders

Post by Zenith Nadir »

wmd, the artic white wolf
he looked upon the world and saw it was still depraved :fvkk:

Overall: Rotton egg for breakfast
Post Reply