Reply to this subject
Start a new subject
 
Refresh page
| Posted by |
Ronald
(47 posts) bio
|
| Date |
Wed 27 Feb 2002 09:12 PM (UTC) [ quote
] |
| Message |
| can an artifact be added like pops up random in every area and gives quest point and an artifact that is carried by a mob in realm and which pops random again and the artifact might be deck of many things or something like that gives good or bad surprises? | top |
|
| Posted by |
Kalahn
United Kingdom (138 posts) bio
Moderator |
| Date |
Reply #1 on Fri 01 Mar 2002 03:34 PM (UTC) [ quote
] |
| Message |
It is possible... using mobprogs you can use a mob to load a particular object and put it somewhere.
Also with mobprogs you can make any event happen very rarely using the random check.
if rand 1
* this code is accessed 1 in every 100 times
* read 'ifhelp rand'
if rand 20
* this code is accessed 1 in every 500 times
* because rand 20 = 20% of the time, 1 in 5
* 1 in 5 x 100 = 1 in 500
mob oload 1234
* above line loads object 1234
endif
endif
Unfortunately I arent going to write the complete mobprog for you, but that should be enough to get you started if you have used mobprogs before. If you havent used mobprogs before, I suggest starting with something a little more basic.
- Kal :)
|
Kalahn
Developer of the Dawn of Time codebase
http://www.dawnoftime.org/ | top |
|
The dates and times for posts above are shown in Universal Co-ordinated Time (UTC).
To show them in your local time you can join the forum, and then set the 'time correction' field in your profile to the number of hours difference between your location and UTC time.
1,623 views.
Reply to this subject
Start a new subject
 
Refresh page
top
Comments to:
Gammon Software support
Forum RSS feed ( http://www.gammon.com.au/rss/forum.xml )