Worlds of Carnage
It is currently Tue Apr 16, 2024 5:11:36pm

All times are UTC-04:00




Post new topic  Reply to topic  [ 1 post ] 


 Post subject: Zone Writing Assistance
PostPosted: Thu Apr 13, 2006 11:52:42pm 
User avatar
Joined: Sat Feb 25, 2006 10:28:56pm
Posts: 37
Offline
On initial Area Load the following will load a mob & equip it with a belt;
At Reset, loads the mob & equips it with a belt (if the belt has left game)
Code:
M 1 119233 119224 0 * load paladin E 0 119233 13 * paladin's belt
At Reset, loads the mob & equips it with a belt (always).
Code:
M 1 119233 119224 0 * load paladin E -1 119233 13 * paladin's belt
How it was originally written, will only work for initial area load:
The '1' for E(quip) or G(ive) commands doesn't work for area resets.
Code:
M 1 119233 119224 0 * load paladin E 1 119233 13 * paladin's belt
Using '1' as the <reps> number creates a new 'group' of commands,
and when used with E/G are only valid for inital area load.

Also the following quirk, which is possibly a bug:
#reps doesn't work for O(bjects).
This loads 1 sword blank in the blacksmith's room:
Code:
O 1 121424 121423 * Load 3 swordblanks in the blacksmiths shop
This loads 1 sword blank:
Code:
O 3 121424 121423 * Load 3 swordblanks in the blacksmiths shop
All these commands will only load one sword blank:
Code:
O 3 121424 121423 * Load 3 swordblanks in the blacksmiths shop O 3 121424 121423 * Load 3 swordblanks in the blacksmiths shop O 1 121421 121423 * Load an anvil in the blacksmiths shop O 3 121424 121423 * Load 3 swordblanks in the blacksmiths shop
Doesn't appear to be any valid Zone command that can load more than one
of the same object into the same room. Thus will need to use a scripted
workaround in either the room/on_load or the object or mob.


Top
   

Display posts from previous:  Sort by  

Post new topic  Reply to topic  [ 1 post ] 

All times are UTC-04:00


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group