PDA

View Full Version : Server Welcomer (Trinitycore 3.3.5a)



DPCoder
28-07-14, 10:37 AM
So as the title says this is an Npc that has 2 different quests (you can choose which one you wish to add)

1st Quest :- Welcome Quest With No Rule Book - This is just a simple welcome to your server quest that rewards gold (gold amount and texts are changeable in your quest_template section of the database)

2nd Quest :- Welcome Quest With Rule Book - This is the same as above in 1st Quest but also gives the player a server rule book. (for this you will need to run the Rules Book.sql to add the rule book item)

There is also a readme included.

I have released an older version of this a while back on another forum, but this is an updated version

For newest Trinity Rev - Download : http://fbe.am/tJ0 (http://fbe.am/tJ0)

If you would like the previous version then you can get that from - Download : Filebeam - Beam up that File Scottie! (http://fbe.am/re9)

If you find any errors then please post and I shall assist asap, I hope that some may find useful.

djoksa
31-07-14, 07:27 PM
Update for Welcome NPC.sql
TDB revision 54



INSERT INTO `creature_template`( `entry`, `difficulty_entry_1`, `difficulty_entry_2`, `difficulty_entry_3`, `KillCredit1`, `KillCredit2`, `modelid1`, `modelid2`, `modelid3`, `modelid4`, `name`, `subname`, `IconName`, `gossip_menu_id`, `minlevel`, `maxlevel`, `exp`, `faction`,`npcflag`, `speed_walk`, `speed_run`, `scale`, `rank`, `mindmg`, `maxdmg`, `dmgschool`, `attackpower`, `dmg_multiplier`, `baseattacktime`, `rangeattacktime`, `unit_class`, `unit_flags`, `dynamicflags`, `family`, `trainer_type`, `trainer_spell`, `trainer_class`, `trainer_race`, `minrangedmg`, `maxrangedmg`, `rangedattackpower`, `type`, `type_flags`, `lootid`, `pickpocketloot`, `skinloot`, `resistance1`, `resistance2`, `resistance3`, `resistance4`, `resistance5`, `resistance6`, `spell1`, `spell2`, `spell3`, `spell4`, `spell5`, `spell6`, `spell7`, `spell8`, `PetSpellDataId`, `VehicleId`, `mingold`, `maxgold`, `AIName`, `MovementType`, `InhabitType`, `Health_mod`, `Mana_mod`, `Armor_mod`, `RacialLeader`, `questItem1`, `questItem2`, `questItem3`, `questItem4`, `questItem5`, `questItem6`, `movementId`, `RegenHealth`, `mechanic_immune_mask`, `flags_extra`, `ScriptName`, `VerifiedBuild`) VALUES ('700001', '0', '0', '0', '0', '0', '25500', '', '', '', "Steward","Welcome to WoW Republik", "", '0', '80', '80', '0', '35','3', '1', '1', '1', '2', '2000', '5000', '0', '5000', '1', '3000', '3000', '1', '0', '8', '0', '', '0', '', '', '2000', '5000', '5000', '7', '8', '0', '0', '0', '500', '500', '500', '500', '500', '500', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', "NullAI", '', '3', '2.5', '', '2.5', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', "", '-1');

Apple
31-07-14, 11:48 PM
thanks for sharing :)