PDA

View Full Version : Here's Fix for Creature Proto add guys


playboy87
12-09-2007, 12:40 PM
Welp was Messing around last 15min found it Wahala what i am now using. so here fix for last 10 people pretty much , just looks like this for the insert.

finaly i can add vendors agian.

INSERT INTO `creature_proto` VALUES ('700000', '800', '800', '474', '5000', '1', '4', '10000', '300', '400', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '360000', '0', '0', '0', '0', '0', '0', '0', '1', '1', '0', '0', '9', '0', '0', '2.5', '8', '14', '0');



Heres what each part is.
(entry, minlevel, maxlevel, faction, minhealth, maxhealth, mana, scale, npcflags, attacktime, mindamage, maxdamage, rangedattacktime, rangedmindamage, rangedmaxdamage, mountdisplayid, equipmodel1, equipinfo1, equipslot1, equipmodel2, equipinfo2, equipslot2, equipmodel3, equipinfo3, equipslot3, 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)

Darhan
12-09-2007, 12:56 PM
Gonna try it out now :D

Omg ty :D

+rep :D

playboy87
12-09-2007, 01:04 PM
np

adam1997
12-10-2007, 12:42 PM
but when i add vendors it says something (error could not read item1slot or something?

playboy87
12-10-2007, 12:50 PM
then you added something wrong or arnt using 7.3 or acdb that's proto you also need creature names and you need to edit to your liking just the code below. not any other then just creature names park.

INSERT INTO `creature_proto` VALUES ('700000', '800', '800', '474', '5000', '1', '4', '10000', '300', '400', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '360000', '0', '0', '0', '0', '0', '0', '0', '1', '1', '0', '0', '9', '0', '0', '2.5', '8', '14', '0');

adam1997
12-10-2007, 07:19 PM
so if i copy that code then i can add it ? or what:)?

playboy87
12-11-2007, 07:05 AM
yes & should work