-
Apprentice
[Help] 3 Questions.
1) Adding text options to my NPC.
I made a NPCthats tells you 'Hi $n what can i do for y?' when you click it.
How do i add options like 'Nothing thanks.' or 'Can you tell me more about..' etc?
2) Creating custom sets. example all the tiers (1-6) have a set + bonus. How do i make my own set?
3) How do i give spell(s) (+ b able to use them) to my pet(s) ?
-
-
Proficient Member
Re: [Help] 3 Questions.
1) dont Know Sorry.
2) http://wow-v.com/create.php?tool=armor = Armour
http://wow-v.com/create.php?tool=bag = Bag
http://wow-v.com/create.php?tool=jewelry = Jewellery
http://wow-v.com/create.php?tool=weapon = Weapon
http://wow-v.com/create.php?tool=ammo = Ammo
http://wow-v.com/create.php?tool=vendor= Vendor
If you want the Display ID, go to http://wow.allakhazam.com/.
Find your item, then click on XML, find <id>(number)</id> and the number is the display ID.
Alternatively just look at your adress bar on the items screen ( NOT XML SCREEN ) and take the numbers at the end E.G wow.allakhazam.com/db/item.html?witem=30311
Bold is the display ID - WARNING THIS DOESNT ALWAYS WORK
3) You need the spell that hunters get when they pass the quest.
-
Apprentice
Re: [Help] 3 Questions.
2)I asked for making a set, not items. I know how to make items.
3)I asked how to learn my pet spells like finger of death, not how to get a pet. I know how to get a pet.
-
Proficient Member
Re: [Help] 3 Questions.
Sets can't be made, not with set effects at least. You can give them out at once by typing the same number for all the items you want in the set in the database the field is "itemset" Just type the same number such as 9999. Make sure its a high number so it's not taken.
Then you can give all items in a set out at once with .additemset 9999 <-- or whatever you put it to.
You can only give your pets what they are allowed to use , you can teach them stuff via the tomes. Only summoned pets and captured pets can learn skills.
Adding text options is only available (I'm not positive, but I'm highly sure) through editing it in the core. You will need to compile MaNGOS yourself or have someone write a custom script for you then compile it.