-
Sergeant
Truice for Trinity
Truice is a database editor specifically for Trinity.
You can edit Quests, Creatures, GameObjects, Items, Loot, Events, EventAI, SmartAI and some minor things.
While you are downloading the program, you should open your Mysql server.
After you extract the program, open truice.
Here you have to fill your mysql server, port, username and password.
Server- if it on your computer then localhost
Username and password that you use on your Mysql
Port : 3306 in case you didn't chance it
Characters : characters
World : world
Auth : auth
From here the guide will be in 3 parts : items, quest, creature
Item editor

1. Entry ID - the Entry ID is the unique ID for every item, the entry ID is for example used when you add an item ingame, using ".additem ..." in this case ".additem 30316" Usually its a pain in the ass to make a new item in other DB Editor's when you have to come up with a unique entry ID, i mean, you run out of numbers like 333333, 666666, of course there are many, but Quice generates Unique Entry ID's automatically when you make a new item...
2. Display ID- this decides how the weapon should look like, you can find Display ID's inside Quice or in WoW search engines like Thottbot or WoW.Allakhazam.
3. Quality- you can set what quality you wish for your item, anything from 0 (Grey/Poor) - 6 (Red/Artifact)
4. Class- here you set what you are created from 0( consumable) to 16 (glyps).
5. Name- the name of the item that you are making
6. Description- On some items there is a yellow text, like a "Quote" in its information, this can be written here
7. Item level - the level of your item that you are making
8. Required level- the level it needs to use it.
So you want to make your mount lvl 10 and no skill required or you want to make some engineering googles to not require engineering skill... Then below required lvl you can see RequiredSkill and Required SkillRank, but both those down to 0, then if you want to remove the reputation requriement put RequiredReputationFaction and RequiredReputationRank down to 0.
9. Item set- in case you are making a custom armor you can choose a bonus from an existed set ingame.
10. Bonding- This is if the item is Bind when picked up, Bind on equipped and so on, just click the blue dots and a small menu should pop up.
11. Delay- This is the speed in milliseconds for weapons, so... if you want your off-hand sword to be at the speed of 1.70 you type in 1700, if you want a two-handed sword with 3.40 you type in 3400
12. Socket- Here you have 3 rows, where you can fill what type of sockets you want on your item
1 - Meta Socket
2 - Red Socket
4 - Yellow Socket
8 - Blue Socket
13. Socket bonus - here you can choose what bonus should the socket have if they have the right color.
15. Spell Id- here you can put the spells that you want for the items. You can find spells on wowhead
16. Trigger- how the spells will cast from on use to on equip
17. Charges- how many times you can use the spell
18. Damage type- from normal to holy etc.
19. Damage min and max- how much damage you want the weapon to do from 1- xxxxx.
20. Stat type- the stats you want for your item agility, intellect etc
21. Stat value- how much should a stat have from 1- xxxx
After you finish the item choose script, then executed script and you should have your item in the database. In case you have your world open you need to reset it in order to see it.
Will update the guide whit quest and npc soon.
-
Sergeant
Quest search
1. Quest Id- it the id of the quest you are looking for, you can find id in wowhead.
2. Name- the name of the quest
3. Quest giver- the id of the npc/item that gives you the quest
In case you don't know the id push the button
5- will be his id
6- his name
4. Quest taker- the person that will take the quest after you complete it
Quest part 1
1. Id- quest id, each of them must be unique
2. PrevQuestId- the quest that you need to complete in order to get this quest
3.NextQuestId- the quest that you can get after you finish this quest
4.NextQuestChain- if the quest that you are making is a part of a chain.
5. Zone Id- where the quest takes place, make sure to complete this if not the quest will not work. The zone id you can find it wowhead.
6. RequiredSkill- The skill it need in order to take the quest, it good for proffesion quest.
7. Type- what type quest is from group to raid
8. Source ItemId- the item that npc gives you in order to use it
9. Title- the name of your quest
10. Details- here you write about the quest, reason etc.
11.Objectives- what the person need to do in this quest
12. End Text- What the person will see after he takes the quest
13. RequestItemText- the name of the item the npc wants
14.OfferRewardText- the reward that you will get.
15. The objective of the quest, what you need to kill or do to complete it.
Quest part 2

1.RegItem- the id of the item the npc wants. By pushing the button you have a search option of the item.
2.ReqItemCount- how many of the same item you need to bring
3.RequireSourceItem- they allow the player to take items that are not quest deliveries
4. RequiredNpc - the mob that you need to kill or to talk
5. RequiredSpellCast- what spell you need to cast in order to complete the quest
6. RewChoiseItem- the rewards that you choise from the quest
7.RewardItem- the item you will get after you finish the quest
8. RewSpell- the spell that you learn after you finish the quest
9.RewSpellCast- the spell that is cast on you by the npc after you finish the quest.
10. The money that you get after you finish the quest
11. The faction that gives you reputation. You can find the faction id in the search button or on wowhead
12. The npc that gives you the quest
13. The npc that takes the quest
After you complete all of this you then go to sql-script tab then execute script and you should have it in the game.
-
Sergeant
Npc guide

Uploaded with ImageShack.us
1- the id of the creature
2- the minimum damage that the creature does
3- the maximum damage that the creature does
4- the attack power of the creature
5- time between each creature attack melee
6- the minimum range and maximum
7- time between each creature range attack
8- the range attack power of the creature
9- the name of the creature
10- subname of the creature
11- the display id of the creature
12- the rank of the creature from normal to boss
13- the family of the creature like snake etc
14- creatures faction Alliance or Horde
15- the type of the creature like beast, humans etc
16- the id of the equipment of the creature
17- the script that you use on the creature. That means that you can use any script from the database for this creature. Make sure to not use scripts that have different faze because the creature may go.
Spells- you can find them in wowhead and is what the creature will cast
Trainer- in case you want you can make the creature a trainer and give him spells to teach players
Health_mod and mana_mod are creature health and mana, it can be whatever you want from 1 to xxxxx
Lootid- the if of the loot that the creature has, you can put others id from any mobs you want.
QuestItems- there name of the quest items that the creature should drop
Creature loot- you can put yourself the loot he can have
After you finish this go to script then execute script
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks