list of free items you can use in an area
list of free items you can use in an area
I copied the following link from one of Sharni's posts and the thread is now locked and the link doesn't work. Is there anyplace to find a copy of this list?
http://pub88.ezboard.com/fforgottenking ... D=94.topic
thanks,
Tonya
http://pub88.ezboard.com/fforgottenking ... D=94.topic
thanks,
Tonya
Question about free items.
Can you take these free items and rename them for your specific area?
-
- Sword Grand Master
- Posts: 384
- Joined: Mon Nov 10, 2003 9:03 pm
- Location: Outskirts of Waterdeep
- Contact:
Yes, but you must have a prog associated with it. You will have to load up the object on a mob and use a prog to rename it.
For example:
I don't believe you can sell the renamed object without first having the prog to load it and rename it. In that case, it may be better to have a bribe prog, as in the example .
Er, hope that made sense. What happened in the code stuff I mentioned was basically this:
- Bribe_prog is the PC giving the mob the specified amount of copper.
- mpoload loads the object in question.
- mposet sets the long and short descriptions, plus the keywords, of the object.
- the mob then gives the PC the renamed object.
I hope that helps give you an idea if the renamed object is in the inventory of a shopkeeper, I believe the shopkeeper will sell only the object as it originally was, as it only recognises the vnum of the object and not the rename of it.[/quote]
For example:
Code: Select all
>bribe_prog 500~
nod $n
sayto $n So you want the monkey spellpouch?
mpoload 68
mposet i68 short {F0}the {30}monkey {F0}spellpouch
mposet i68 long {F0}The amazing {30}monkey {F0}spellpouch lies here.
mposet i68 name monkey spellpouch pouch i68
give i68 $n
Er, hope that made sense. What happened in the code stuff I mentioned was basically this:
- Bribe_prog is the PC giving the mob the specified amount of copper.
- mpoload loads the object in question.
- mposet sets the long and short descriptions, plus the keywords, of the object.
- the mob then gives the PC the renamed object.
I hope that helps give you an idea if the renamed object is in the inventory of a shopkeeper, I believe the shopkeeper will sell only the object as it originally was, as it only recognises the vnum of the object and not the rename of it.[/quote]
"May your travels be Wonderful and Mysterious."
A buy prog will also do the trick for a restringed object.
http://www.forgottenkingdoms.com/builde ... ject.shtml
The upside is it works transparently and you can still list and buy the object as normal. The downside is the object shows up in the list as the generic item, but the actual one given will be the restringed one.
http://www.forgottenkingdoms.com/builde ... ject.shtml
The upside is it works transparently and you can still list and buy the object as normal. The downside is the object shows up in the list as the generic item, but the actual one given will be the restringed one.
"There is no safety for honest men except by believing all possible evil of evil men."
Kregor - Ranger of Tangled Trees
Rozor - Lady Luck's Duelist
Tygen - Ranger-Bard of Mielikki
Kregor - Ranger of Tangled Trees
Rozor - Lady Luck's Duelist
Tygen - Ranger-Bard of Mielikki
I was noting there are not many fuzzy woodland creatures for populating forest areas. I saw the stag, and the bear, but not the squirrels, bunnies, birds and etc. you see in several forest areas like ardeep, golden oaks, etc.
Do I need to make these all for myself to put in area resets? If I need to make the small furries in my area file, someone got templates for the mobs they would care to share?
Do I need to make these all for myself to put in area resets? If I need to make the small furries in my area file, someone got templates for the mobs they would care to share?
"There is no safety for honest men except by believing all possible evil of evil men."
Kregor - Ranger of Tangled Trees
Rozor - Lady Luck's Duelist
Tygen - Ranger-Bard of Mielikki
Kregor - Ranger of Tangled Trees
Rozor - Lady Luck's Duelist
Tygen - Ranger-Bard of Mielikki