Welcome to the MMOtop - Arcemu, Mangos, Trinity.
+ Reply to Thread
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 20
  1. #1
    Jerry's Avatar
    Status : Jerry is offline
    Join Date : Mar 2009
    Location : Serbia
    Posts : 2,324
    Thanks: 223
    Thanked 497 Times in 284 Posts
    Rep Power : 10
    Reputation:2077Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute

    Default 3.3.5 vendors with all new items Arcemu/Mangos

    This is not made by me or mmotop.org team !!!

    Credits: frathir

    The Sql includes:
    Code:
    800000 - Jewelry 
    800001 - Cloth & Leather Armor
    800002 - Plate & Mail Armor
    800003 - Cloaks
    800004 - Misc & Quest items
    Download:
    [Only registered and activated users can see links. ]
    [Only registered and activated users can see links. ]
    [Only registered and activated users can see links. ]
    [Only registered and activated users can see links. ] (open the Text file and copy everything into heidiSQL or Navicat query).
    How to:
    1. download
    2. open with heidi sql / navicat
    3. execute
    4. enjoy!

    EDIT: Thanks to shadowl00t, a error with arcemu was revealed
    If you are runing on arcemu and it says "[Err] 1054 - Unknown column 'unk4' in 'field list'" when you are trying to execute it, try executing the SQL below instead, thanks.


    Code:
    Insert into `creature_names` (`entry`, `name`, `subname`, `info_str`, `Flags1`, `type`, `family`, `rank`,  `male_displayid`, `female_displayid`, `male_displayid2`, `female_displayid2`, `unknown_float1`, `unknown_float2`, `leader`) 
    values ('800001', "Cloth & Leather Armor Vendor", "", '', '0', '7', '0', '1','31962', '0', '0', '0', '1', '1', '0');
    
    insert into `creature_proto` (`entry`, `minlevel`, `maxlevel`, `faction`, `minhealth`, `maxhealth`, `mana`, `scale`, `npcflags`, `attacktime`, `attacktype`, `mindamage`, `maxdamage`, `can_ranged`, `rangedattacktime`, `rangedmindamage`, `rangedmaxdamage`, `respawntime`, `armor`, `resistance1`, `resistance2`, `resistance3`, `resistance4`, `resistance5`, `resistance6`, `combat_reach`, `bounding_radius`, `auras`, `boss`, `money`, `invisibility_type`, `death_state`, `walk_speed`, `run_speed`, `fly_speed`, `extra_a9_flags`, `spell1`, `spell2`, `spell3`, `spell4`, `spell_flags`, `modImmunities`) 
    values ('800001', '80', '80', '35', '1905120', '1905120', '7333248', '1.15', '129', '100', '0', '200000', '200000', '0', '0', '0', '0', '1000', '500000000', '200000', '200000', '200000', '200000', '200000', '200000', '0', '0', "0", '1', '0', '0', '0', '2.50', '8.00', '14.00', '0', '0', '0', '0', '0', '0', '0');
    
    
    insert into `creature_names` (`entry`, `name`, `subname`, `info_str`, `Flags1`, `type`, `family`, `rank`,  `male_displayid`, `female_displayid`, `male_displayid2`, `female_displayid2`, `unknown_float1`, `unknown_float2`, `leader`) 
    values ('800000', "Jewelry Vendor", "", '', '0', '7', '0', '1', '31962', '0', '0', '0', '1', '1',  '0');
    
    insert into `creature_proto` (`entry`, `minlevel`, `maxlevel`, `faction`, `minhealth`, `maxhealth`, `mana`, `scale`, `npcflags`, `attacktime`, `attacktype`, `mindamage`, `maxdamage`, `can_ranged`, `rangedattacktime`, `rangedmindamage`, `rangedmaxdamage`, `respawntime`, `armor`, `resistance1`, `resistance2`, `resistance3`, `resistance4`, `resistance5`, `resistance6`, `combat_reach`, `bounding_radius`, `auras`, `boss`, `money`, `invisibility_type`, `death_state`, `walk_speed`, `run_speed`, `fly_speed`, `extra_a9_flags`, `spell1`, `spell2`, `spell3`, `spell4`, `spell_flags`, `modImmunities`) 
    values ('800000', '80', '80', '35', '1905120', '1905120', '7333248', '1.15', '129', '100', '0', '200000', '200000', '0', '0', '0', '0', '1000', '500000000', '200000', '200000', '200000', '200000', '200000', '200000', '0', '0', "0", '1', '0', '0', '0', '2.50', '8.00', '14.00', '0', '0', '0', '0', '0', '0', '0');
    
    
    insert into `creature_names` (`entry`, `name`, `subname`, `info_str`, `Flags1`, `type`, `family`, `rank`,  `male_displayid`, `female_displayid`, `male_displayid2`, `female_displayid2`, `unknown_float1`, `unknown_float2`, `leader`) 
    values ('800004', "Misc & Quest items Vendor", "", '', '0', '7', '0', '1', '31962', '0', '0', '0', '1', '1', '0');
    
    insert into `creature_proto` (`entry`, `minlevel`, `maxlevel`, `faction`, `minhealth`, `maxhealth`, `mana`, `scale`, `npcflags`, `attacktime`, `attacktype`, `mindamage`, `maxdamage`, `can_ranged`, `rangedattacktime`, `rangedmindamage`, `rangedmaxdamage`, `respawntime`, `armor`, `resistance1`, `resistance2`, `resistance3`, `resistance4`, `resistance5`, `resistance6`, `combat_reach`, `bounding_radius`, `auras`, `boss`, `money`, `invisibility_type`, `death_state`, `walk_speed`, `run_speed`, `fly_speed`, `extra_a9_flags`, `spell1`, `spell2`, `spell3`, `spell4`, `spell_flags`, `modImmunities`) 
    values ('800004', '80', '80', '35', '1905120', '1905120', '7333248', '1.15', '129', '100', '0', '200000', '200000', '0', '0', '0', '0', '1000', '500000000', '200000', '200000', '200000', '200000', '200000', '200000', '0', '0', "0", '1', '0', '0', '0', '2.50', '8.00', '14.00', '0', '0', '0', '0', '0', '0', '0');
    
    
    insert into `creature_names` (`entry`, `name`, `subname`, `info_str`, `Flags1`, `type`, `family`, `rank`,  `male_displayid`, `female_displayid`, `male_displayid2`, `female_displayid2`, `unknown_float1`, `unknown_float2`, `leader`) 
    values ('800002', "Plate & Mail Armor Vendor", "", '', '0', '7', '0', '1', '31962', '0', '0', '0', '1', '1', '0');
    
    insert into `creature_proto` (`entry`, `minlevel`, `maxlevel`, `faction`, `minhealth`, `maxhealth`, `mana`, `scale`, `npcflags`, `attacktime`, `attacktype`, `mindamage`, `maxdamage`, `can_ranged`, `rangedattacktime`, `rangedmindamage`, `rangedmaxdamage`, `respawntime`, `armor`, `resistance1`, `resistance2`, `resistance3`, `resistance4`, `resistance5`, `resistance6`, `combat_reach`, `bounding_radius`, `auras`, `boss`, `money`, `invisibility_type`, `death_state`, `walk_speed`, `run_speed`, `fly_speed`, `extra_a9_flags`, `spell1`, `spell2`, `spell3`, `spell4`, `spell_flags`, `modImmunities`) 
    values ('800002', '80', '80', '35', '1905120', '1905120', '7333248', '1.15', '129', '100', '0', '200000', '200000', '0', '0', '0', '0', '1000', '500000000', '200000', '200000', '200000', '200000', '200000', '200000', '0', '0', "0", '1', '0', '0', '0', '2.50', '8.00', '14.00', '0', '0', '0', '0', '0', '0', '0');
    
    
    insert into `creature_names` (`entry`, `name`, `subname`, `info_str`, `Flags1`, `type`, `family`, `rank`,  `male_displayid`, `female_displayid`, `male_displayid2`, `female_displayid2`, `unknown_float1`, `unknown_float2`, `leader`) 
    values ('800003', "Cloaks Vendor", "", '', '0', '7', '0', '1', '31962', '0', '0', '0', '1', '1', '0');
    
    insert into `creature_proto` (`entry`, `minlevel`, `maxlevel`, `faction`, `minhealth`, `maxhealth`, `mana`, `scale`, `npcflags`, `attacktime`, `attacktype`, `mindamage`, `maxdamage`, `can_ranged`, `rangedattacktime`, `rangedmindamage`, `rangedmaxdamage`, `respawntime`, `armor`, `resistance1`, `resistance2`, `resistance3`, `resistance4`, `resistance5`, `resistance6`, `combat_reach`, `bounding_radius`, `auras`, `boss`, `money`, `invisibility_type`, `death_state`, `walk_speed`, `run_speed`, `fly_speed`, `extra_a9_flags`, `spell1`, `spell2`, `spell3`, `spell4`, `spell_flags`, `modImmunities`) 
    values ('800003', '80', '80', '35', '1905120', '1905120', '7333248', '1.15', '129', '100', '0', '200000', '200000', '0', '0', '0', '0', '1000', '500000000', '200000', '200000', '200000', '200000', '200000', '200000', '0', '0', "0", '1', '0', '0', '0', '2.50', '8.00', '14.00', '0', '0', '0', '0', '0', '0', '0');
    
    INSERT INTO `vendors` (`entry`,`item`,`amount`) VALUES 
    ('800004','54653','0'), 
    ('800004','54651','0'), 
    ('800004','53510','0'), 
    ('800004','52563','0'), 
    ('800004','52706','0'), 
    ('800004','54215','0'), 
    ('800004','52276','0'), 
    ('800004','53637','0'), 
    ('800004','52541','0'), 
    ('800004','52566','0'), 
    ('800004','52731','0'), 
    ('800004','52709','0'), 
    ('800004','52565','0'), 
    ('800004','52562','0');
    INSERT INTO `vendors` (`entry`,`item`,`amount`) VALUES 
    ('800003','53115','0'), 
    ('800003','54556','0'), 
    ('800003','53489','0'), 
    ('800003','54583','0'), 
    ('800003','54617','0'), 
    ('800003','53097','0');
    INSERT INTO `vendors` (`entry`,`item`,`amount`) VALUES 
    ('800002','53129','0'), 
    ('800002','54579','0'), 
    ('800002','53121','0'), 
    ('800002','54565','0'), 
    ('800002','53111','0'), 
    ('800002','54564','0'), 
    ('800002','53487','0'), 
    ('800002','54586','0'), 
    ('800002','53112','0'), 
    ('800002','54559','0'), 
    ('800002','53125','0'), 
    ('800002','54578','0'), 
    ('800002','53113','0'), 
    ('800002','54566','0'), 
    ('800002','53488','0'), 
    ('800002','54587','0'), 
    ('800002','53127','0'), 
    ('800002','54577','0');
    INSERT INTO `vendors` (`entry`,`item`,`amount`) VALUES 
    ('800001','53118','0'), 
    ('800001','54562','0'), 
    ('800001','53117','0'), 
    ('800001','54560','0'), 
    ('800001','53114','0'), 
    ('800001','54561','0'), 
    ('800001','53134','0'), 
    ('800001','54584','0'), 
    ('800001','53126','0'), 
    ('800001','54580','0'), 
    ('800001','53486','0'), 
    ('800001','54582','0');
    INSERT INTO `vendors` (`entry`,`item`,`amount`) VALUES 
    ('800000','53103','0'), 
    ('800000','54557','0'), 
    ('800000','53132','0'), 
    ('800000','54581','0'), 
    ('800000','53116','0'), 
    ('800000','54563','0'), 
    ('800000','53110','0'), 
    ('800000','54567','0'), 
    ('800000','53490','0'), 
    ('800000','54585','0'), 
    ('800000','53133','0'), 
    ('800000','54576','0'), 
    ('800000','54572','0'), 
    ('800000','54588','0'), 
    ('800000','54573','0'), 
    ('800000','54589','0'), 
    ('800000','54571','0'), 
    ('800000','54591','0'), 
    ('800000','54569','0'), 
    ('800000','54590','0');

  2. The Following 8 Users Say Thank You to Jerry For This Useful Post:

    Azax (10-30-2010), FunGame (11-08-2010), Greg (10-30-2010), indy (07-14-2010), philboy123 (08-12-2010), samgartell (08-30-2010), smokyramone (10-07-2010), Truster (07-14-2010)

  3. #2
    Truster's Avatar
    Status : Truster is offline
    Join Date : Apr 2010
    Location : Norway
    Posts : 3,313
    Thanks: 43
    Thanked 85 Times in 81 Posts
    Rep Power : 10
    Reputation:2014Truster has a reputation beyond repute Truster has a reputation beyond repute Truster has a reputation beyond repute Truster has a reputation beyond repute Truster has a reputation beyond repute Truster has a reputation beyond repute Truster has a reputation beyond repute Truster has a reputation beyond repute Truster has a reputation beyond repute Truster has a reputation beyond repute Truster has a reputation beyond repute

    Default

    thanks for the share

  4. #3
    Noblebeastx's Avatar
    Status : Noblebeastx is offline
    Join Date : May 2010
    Location : Whisperwind-WoW
    Posts : 1,666
    Thanks: 200
    Thanked 153 Times in 131 Posts
    Rep Power : 4
    Reputation:137Noblebeastx will become famous soon enough Noblebeastx will become famous soon enough

    Default

    Thxs for share

    Retired MMOTop Moderator/Super Moderator/Admin
    Yes, I Am A Beast And The Beast Is Unleashed.

  5. #4
    Status : sockerbeat is offline
    Join Date : Aug 2010
    Posts : 1
    Thanks: 0
    Thanked 0 Times in 0 Posts
    Rep Power : 0
    Reputation:10sockerbeat is on a distinguished road

    Default

    what is the problem for arcemu? hasn't any "unk4" field :S please help

  6. #5
    Truster's Avatar
    Status : Truster is offline
    Join Date : Apr 2010
    Location : Norway
    Posts : 3,313
    Thanks: 43
    Thanked 85 Times in 81 Posts
    Rep Power : 10
    Reputation:2014Truster has a reputation beyond repute Truster has a reputation beyond repute Truster has a reputation beyond repute Truster has a reputation beyond repute Truster has a reputation beyond repute Truster has a reputation beyond repute Truster has a reputation beyond repute Truster has a reputation beyond repute Truster has a reputation beyond repute Truster has a reputation beyond repute Truster has a reputation beyond repute

    Default

    and you got 3.3.5 ? when those errors comes up is cause the database structure you use is to old

  7. The Following User Says Thank You to Truster For This Useful Post:

    Greg (10-30-2010)

  8. #6
    Status : amena is offline
    Join Date : Oct 2010
    Posts : 5
    Thanks: 0
    Thanked 0 Times in 0 Posts
    Rep Power : 0
    Reputation:10amena is on a distinguished road

    Default

    I try to add one of the venors and can`t ... when I lookup for ID for Cloth & Leather Armor I see 800001 ... and can`t add it

  9. #7
    rappelz's Avatar
    Status : rappelz is offline
    Join Date : Apr 2010
    Posts : 193
    Thanks: 3
    Thanked 39 Times in 15 Posts
    Rep Power : 3
    Reputation:148rappelz will become famous soon enough rappelz will become famous soon enough

    Default

    did you receive an error on execution?

  10. #8
    Azax's Avatar
    Status : Azax is offline
    Join Date : Jan 2010
    Location : Serbia
    Posts : 90
    Thanks: 7
    Thanked 0 Times in 0 Posts
    Rep Power : 3
    Reputation:10Azax is on a distinguished road

    Default

    Nice Share! :)
    Thanks.

  11. #9
    ~Sidefx™'s Avatar
    Status : ~Sidefx™ is offline
    Join Date : Jun 2010
    Location : Louisville
    Posts : 968
    Thanks: 15
    Thanked 46 Times in 26 Posts
    Rep Power : 3
    Reputation:140~Sidefx™ will become famous soon enough ~Sidefx™ will become famous soon enough

    Default

    Thanks for the share (:

  12. #10
    Status : devilice0 is offline
    Join Date : May 2010
    Location : Planet Earth
    Posts : 62
    Thanks: 7
    Thanked 2 Times in 2 Posts
    Rep Power : 2
    Reputation:11devilice0 is on a distinguished road

    Default

    Eh sorry im a n00b but how to install? i go into my database using navicat then where should i put it? :P help asap


 

Visitors found this page by searching for:

arcemu 3.3.5 vendors

arcemu vendoren 3.3.5

trinity vendors 3.3.5

mangos 3.3.5 vendors

mangos vendoren 3.3.5

arcemu 3.3.5 vendoren

wow 3.3.5 vendors

trinity vendoren 3.3.5

3.3.5 vendors

mangos vendors 3.3.5

trinity 3.3.5 vendors

mangos vendor 3.3.5

mangos 3.3.5 vendor

arcemu 3.3.5 vendor

vendors 3.3.5Vendors mangos 3.3.5arcemu vendor 3.3.5arcemu 3.3.5 sqltrinitycore 3.3.5 vendorsвендоры для 3.3.5WOW 3.3.5 vendor3.3.5 trinity vendorsmangos 3.3.5 vendorentrinity 3.3.5 vendorenarcemu vendors 3.3.5
SEO Blog

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts