Forums WoW Modding Support Archives Azerothcore Discord Archives [DiscordArchive] Could you post the data from your table for the rows you created?

[DiscordArchive] Could you post the data from your table for the rows you created?

[DiscordArchive] Could you post the data from your table for the rows you created?

Pages (2): 1 2 Next
rektbyfaith
Administrator
0
02-11-2022, 12:30 AM
#1
Archived author: 郑佩茹 • Posted: 2022-02-11T00:30:14.466000+00:00
Original source

Could you post the data from your table for the rows you created?
rektbyfaith
02-11-2022, 12:30 AM #1

Archived author: 郑佩茹 • Posted: 2022-02-11T00:30:14.466000+00:00
Original source

Could you post the data from your table for the rows you created?

rektbyfaith
Administrator
0
02-11-2022, 12:32 AM
#2
Archived author: Robert Icebear • Posted: 2022-02-11T00:32:24.190000+00:00
Original source

a sec let me show you
rektbyfaith
02-11-2022, 12:32 AM #2

Archived author: Robert Icebear • Posted: 2022-02-11T00:32:24.190000+00:00
Original source

a sec let me show you

rektbyfaith
Administrator
0
02-11-2022, 12:36 AM
#3
Archived author: Robert Icebear • Posted: 2022-02-11T00:36:10.812000+00:00
Original source

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`, `speed_swim`, `speed_flight`, `detection_range`, `scale`, `rank`, `dmgschool`, `DamageModifier`, `BaseAttackTime`, `RangeAttackTime`, `BaseVariance`, `RangeVariance`, `unit_class`, `unit_flags`, `unit_flags2`, `dynamicflags`, `family`, `trainer_type`, `trainer_spell`, `trainer_class`, `trainer_race`, `type`, `type_flags`, `lootid`, `pickpocketloot`, `skinloot`, `PetSpellDataId`, `VehicleId`, `mingold`, `maxgold`, `AIName`, `MovementType`, `HoverHeight`, `HealthModifier`, `ManaModifier`, `ArmorModifier`, `ExperienceModifier`, `RacialLeader`, `movementId`, `RegenHealth`, `mechanic_immune_mask`, `spell_school_immune_mask`, `flags_extra`, `ScriptName`, `VerifiedBuild`) values('9000030','0','0','0','0','0','2123','0','0','0','Milke Runatotem','Shaman Trainer',NULL,'4528','50','50','0','104','51','1','1.14286','1','1','18','1','0','0','1','2000','2000','1','1','1','512','2048','0','0','0','0','7','0','7','0','0','0','0','0','0','0','0','','0','1','1.25','1','1','1','0','0','1','0','0','2','','12340');
rektbyfaith
02-11-2022, 12:36 AM #3

Archived author: Robert Icebear • Posted: 2022-02-11T00:36:10.812000+00:00
Original source

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`, `speed_swim`, `speed_flight`, `detection_range`, `scale`, `rank`, `dmgschool`, `DamageModifier`, `BaseAttackTime`, `RangeAttackTime`, `BaseVariance`, `RangeVariance`, `unit_class`, `unit_flags`, `unit_flags2`, `dynamicflags`, `family`, `trainer_type`, `trainer_spell`, `trainer_class`, `trainer_race`, `type`, `type_flags`, `lootid`, `pickpocketloot`, `skinloot`, `PetSpellDataId`, `VehicleId`, `mingold`, `maxgold`, `AIName`, `MovementType`, `HoverHeight`, `HealthModifier`, `ManaModifier`, `ArmorModifier`, `ExperienceModifier`, `RacialLeader`, `movementId`, `RegenHealth`, `mechanic_immune_mask`, `spell_school_immune_mask`, `flags_extra`, `ScriptName`, `VerifiedBuild`) values('9000030','0','0','0','0','0','2123','0','0','0','Milke Runatotem','Shaman Trainer',NULL,'4528','50','50','0','104','51','1','1.14286','1','1','18','1','0','0','1','2000','2000','1','1','1','512','2048','0','0','0','0','7','0','7','0','0','0','0','0','0','0','0','','0','1','1.25','1','1','1','0','0','1','0','0','2','','12340');

rektbyfaith
Administrator
0
02-11-2022, 12:36 AM
#4
Archived author: Dep • Posted: 2022-02-11T00:36:12.763000+00:00
Original source

could not find any specific LUA thing that's already in
rektbyfaith
02-11-2022, 12:36 AM #4

Archived author: Dep • Posted: 2022-02-11T00:36:12.763000+00:00
Original source

could not find any specific LUA thing that's already in

rektbyfaith
Administrator
0
02-11-2022, 12:36 AM
#5
Archived author: Kitzunu • Posted: 2022-02-11T00:36:50.240000+00:00
Original source

you need mod-eluna to do lua stuff
rektbyfaith
02-11-2022, 12:36 AM #5

Archived author: Kitzunu • Posted: 2022-02-11T00:36:50.240000+00:00
Original source

you need mod-eluna to do lua stuff

rektbyfaith
Administrator
0
02-11-2022, 12:38 AM
#6
Archived author: Dep • Posted: 2022-02-11T00:38:15.390000+00:00
Original source

could you maybe do it with the packets... but easier to add new API functions
rektbyfaith
02-11-2022, 12:38 AM #6

Archived author: Dep • Posted: 2022-02-11T00:38:15.390000+00:00
Original source

could you maybe do it with the packets... but easier to add new API functions

rektbyfaith
Administrator
0
02-11-2022, 12:38 AM
#7
Archived author: Robert Icebear • Posted: 2022-02-11T00:38:27.066000+00:00
Original source

DELETE FROM `npc_trainer` WHERE (`ID` = 9000030);
INSERT INTO `npc_trainer` (`ID`, `SpellID`, `MoneyCost`, `ReqSkillLine`, `ReqSkillRank`, `ReqLevel`, `ReqSpell`) VALUES
(9000030, -200018, 0, 0, 0, 0, 0),
(9000030, -200017, 0, 0, 0, 0, 0);
rektbyfaith
02-11-2022, 12:38 AM #7

Archived author: Robert Icebear • Posted: 2022-02-11T00:38:27.066000+00:00
Original source

DELETE FROM `npc_trainer` WHERE (`ID` = 9000030);
INSERT INTO `npc_trainer` (`ID`, `SpellID`, `MoneyCost`, `ReqSkillLine`, `ReqSkillRank`, `ReqLevel`, `ReqSpell`) VALUES
(9000030, -200018, 0, 0, 0, 0, 0),
(9000030, -200017, 0, 0, 0, 0, 0);

rektbyfaith
Administrator
0
02-11-2022, 12:38 AM
#8
Archived author: Dep • Posted: 2022-02-11T00:38:34.205000+00:00
Original source

or like a gossip menu option that teaches things
rektbyfaith
02-11-2022, 12:38 AM #8

Archived author: Dep • Posted: 2022-02-11T00:38:34.205000+00:00
Original source

or like a gossip menu option that teaches things

rektbyfaith
Administrator
0
02-11-2022, 12:38 AM
#9
Archived author: Robert Icebear • Posted: 2022-02-11T00:38:53.364000+00:00
Original source

thats one of my cloned shaman trainers
rektbyfaith
02-11-2022, 12:38 AM #9

Archived author: Robert Icebear • Posted: 2022-02-11T00:38:53.364000+00:00
Original source

thats one of my cloned shaman trainers

rektbyfaith
Administrator
0
02-11-2022, 12:39 AM
#10
Archived author: Robert Icebear • Posted: 2022-02-11T00:39:00.186000+00:00
Original source

but idk why dont work
rektbyfaith
02-11-2022, 12:39 AM #10

Archived author: Robert Icebear • Posted: 2022-02-11T00:39:00.186000+00:00
Original source

but idk why dont work

Pages (2): 1 2 Next
Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)