Commit Graph

4273 Commits

Author SHA1 Message Date
Vincent_Michael
bb93eb0f7e Core/Character: Fix logic fail with world state in b2928e59fa 2012-12-18 14:13:09 +01:00
Trista
8c286f2b61 Server/Quest: Convert quest_end_script and drop of some c++
* drop off c++ script of Clintan Dreamwalker ID: 22834
* convert quest_end_script of 10964 to SAI
* rewrite and add bigger event support
* add a checker to his summon so the spirit script can trigger event alone (I didn't try to rewrite next quest...)

Closes: #8689
2012-12-18 02:03:30 +02:00
Vincent_Michael
e90ec5608e DB/Scripts: Implemented creature_text for Infinite Corruptor 2012-12-18 00:23:46 +01:00
Trista
103edb16ea DB/Spells: Fix support for Preserved Holly
* it needs to trigger reindeer transformation used by Fresh Holly, while has a side core check already handled. This needs to happen in the same time and not after.
* traced the auras are same from sniffs and the mechanic
* now Fa-la-la-la Ogri'La should be completeble for all (tested all normal cases)

Closes: #4333
2012-12-17 16:32:33 +02:00
Vincent_Michael
aa40ddd603 SQL: Fix sql import problems 2012-12-17 07:34:08 +01:00
Trista
48141bbfa6 Core/Quest: Song of Wind and Water
* cleanned a bit and edited old @Treak fix, credits go to him, the quest will* work 100% blizzlike when target_unit_master #8643 gets a fix for vehicle. What concerns the quest is done. I've already fixed the core kill_credit issue, but needs to be discussed.
* leaving the vehicle_AI until they get integrated correctly to SAI, this can be easily converted after. Currently need to make some hacks to make it work close to good if using SAI. (specificly terrain acts weird at that place)

Closes: #5424
2012-12-17 04:37:27 +02:00
tibbi
ae4c4c1822 DB/ToC: correcting a typo at immunities added at 1f9db80b69
Closes #8641

Signed-off-by: Nay <dnpd.dd@gmail.com>
2012-12-17 01:17:03 +00:00
Pitcrawler
5cd2f6fef9 DB/SAI: Fix quest: Foundation for Revenge, closes https://github.com/TrinityCore/TrinityCore/issues/8621 2012-12-17 00:20:02 +01:00
Vincent_Michael
f96295f6ca DB/Scripts: Implemented creature_text for Trial of the Champion 2012-12-16 21:05:05 +01:00
Vincent_Michael
728ee3e13c DB/Winter Veil: Add "Red Rider Air Rifle" at "Clockwork Assistant <Jepetto's Companion>" and "Jepetto Joybuzz <Toymaker>" 2012-12-16 02:05:25 +01:00
Vincent_Michael
78c7767cbd DB/Creatures: Add corrects hover for Vyragosa and Chillmaw 2012-12-16 01:05:53 +01:00
ZxBiohazardZx
a5e4fc8fd4 DB/Cleanup: actually remove the quest_end_scripts and correct a questid in previous push 2012-12-16 00:08:51 +01:00
ZxBiohazardZx
18da48881b DB/SAI: Convert some more quest_end_scripts 2012-12-16 00:01:12 +01:00
Trista
bd135718b6 DB/SAI:
EAI -> SAI conversion for Urom adds Closes #8644
Fix quest: Whelps of the Wyrmcult Closes #8650
Remove npc immunity for Galen's Escape Closes #4942
2012-12-15 12:32:42 +01:00
baric
8f3d944adb DB/Pathing: Various improvements to Ashenvale:
Add formation for Alliance Elites pathing in Barrens Closes #8629
Add pathing for Lady Vespia Closes #8630
Add pathing for Prince Raze Closes #8631
Add pathing for Rorgis Jowl Closes #8632
Add pathing for Branch Snapper Closes #8633
Add pathing for Akkrilus Closes #8634
Add pathing for Terrowulf Pack Lord Closes #8635
2012-12-15 12:15:07 +01:00
Subv
136dbd69fd Merge pull request #8583 from Gacko/scripttexts
Core/DB: Drop table script_texts
2012-12-14 18:11:31 -08:00
Vincent_Michael
d2cc278283 Core/Spells: Rename spell script scripts in correct script name 2012-12-14 23:19:03 +01:00
Vincent_Michael
36c3e46fdb DB/Misc: Fix startup errors 2012-12-14 11:47:16 +01:00
kaelima
1f869ce3a5 DB/SpellClick: Remove redundant spellclick spell for npc 30228, as it is already indirectly applied from npc 30500 2012-12-14 02:37:36 +01:00
CeIa
b87cc31106 Scripts/Events/Achievement: fix 'Out With It'
Credits to @darkman1983

Closes #8211
Closes #8126

Signed-off-by: Nay <dnpd.dd@gmail.com>
2012-12-14 01:23:53 +00:00
Nay
388bb43610 DB/World: Correct some waypoint_data and properly add PK to this table 2012-12-14 01:16:14 +00:00
Nay
8798daca0e DB/World: Create a new sql with the code fixed in 294d7c0707, also fix typo 2012-12-14 00:10:54 +00:00
Nay
294d7c0707 DB/World: Fix a typo in file 2012_11_24_03_world_varius_fixes.sql
>ERROR 1264 (22003) at line 359: Out of range value for column 'ConditionTarget'

The above error is only present when using MySQL strict mode (and that is **recommended**)
To enable strict mode add `sql_mode=STRICT_ALL_TABLES` to my.init MySQL configuration file
2012-12-14 00:07:28 +00:00
Gacko
c65ccba1e1 Core/DB: Drop table script_texts 2012-12-13 14:48:01 +01:00
Nay
b9b14652e8 DB/World: Add missing primary keys to 5 tables
Initial patch by @thebillkidy - ref #8646
2012-12-13 00:48:22 +00:00
baric
205cb06df9 DB/Creature: Add pathings and formations for various creatures:
Add formation for Razormane Wolves and Hunters Closes #8514
Add missing Raptor Egg nests Closes #8594
Add pathing for Twilight Prophet Closes #8601
Add pathing for Setis Closes #8602
Add pathing for Lapress Closes #8604
Add pathing for Ghost Howl Closes #8605
Add formation and pathing for Magram Pack Runners & Bonepaws Closes #8606
Add formation for Caliph Scorpidsting Closes #8608
2012-12-10 14:02:47 +01:00
Vincent_Michael
ebae4ab249 Core/Hunter: Fix Call of the Wild targets
Closes #8618
Closes #8610
2012-12-10 10:36:59 +01:00
Vincent_Michael
a4e05b9bb9 DB/SAI: Fix smart_scripts for Scarlet Peasant 2012-12-10 00:06:33 +01:00
Vincent_Michael
0d4f6e3271 DB/Quest: Add missing changes in cb501a2aa4 2012-12-09 23:12:27 +01:00
Vincent_Michael
c88b3065a9 SQL: Fix Startup errors 2012-12-09 23:03:01 +01:00
Aokromes
4261528c9c Merge pull request #8615 from Gacko/creaturetext
Core/DB: Last fixes for creaturetext conversion
2012-12-09 11:11:08 -08:00
Gacko
d34a9df70a Core/DB: Last fixes for creaturetext conversion 2012-12-09 20:03:17 +01:00
Vincent_Michael
e0e61a63b2 DB/Conditions: Add fail message for Defibrillate 2012-12-09 19:39:57 +01:00
ZxBiohazardZx
cb501a2aa4 DB/Scripts: Remove deprecated Quest_end_scripts and replace them with SAI 2012-12-09 12:26:07 +01:00
ZxBiohazardZx
59f8457bd4 DB/Cleanup: remove unused db_script_strings 2012-12-08 23:41:30 +01:00
ZxBiohazardZx
e2020f284b DB/Misc: actually remove the scripts instead of keeping pointers alive that arent needed 2012-12-08 23:37:51 +01:00
ZxBiohazardZx
ce2312f28c DB/Scripts: Remove deprecated Quest_end_scripts and replace them with SAI 2012-12-08 22:55:50 +01:00
Vincent_Michael
1e22367ca4 Core/Scripts: Add missing creature_text for eregos 2012-12-08 01:18:26 +01:00
ZxBiohazardZx
0abeb1b5c3 DB/Scripts: Remove deprecated Quest_end_scripts and replace them with SAI 2012-12-07 21:56:05 +01:00
Vincent_Michael
0aea6c8512 Core/Scripts: Add missing creature_text 2012-12-07 19:41:30 +01:00
Vincent_Michael
3199c9d563 SQL:
- Fix startup errors
- Rename SQLs in correct name
2012-12-07 18:11:28 +01:00
Trista
67de1ad3c5 DB/Misc:
Make Membership Benefits monthly Closes #1550
Fix Canyon Chase Closes #1944
Add SAI for Quest: Revenge for the Vargul Closes #5971, Closes #4341, Closes #2201
Add SAI for Quests 10305,10306,10307,10182, Closes #5928, Closes #3797, Closes #1965, Closes #1966, Closes #1968, Closes #1967
2012-12-07 16:35:03 +01:00
PitCrawler
5c3431337a DB/Various Fixes:
Add SAI support for Quests 11984, 12255, 12259 Closes #4787
Fix quest Seeking the Windserpent Godess, Setting the Stage Closes #8577
Fix quest Quest I Sense a Disturbance Closes #8515
2012-12-07 16:08:29 +01:00
ZxBiohazardZx
fef854e8f2 DB/Misc: Various issuetracker fixes and quest_end_scripts conversions
Fix Wintergrasp Tower Cannon Closes #8054
Fix Stacking for Kings and Sanctuary Closes #8276
Fix Quest: Prepping the Speech Closes #8364
Update spawnposition for Sludge Beast Closes #8495
Update SAI fixing Quest Cycle of Rebirth Closes $8504, Closes #7523
Update SAI for quest No Rest for the Wicked Closes #8506
Add conditions for Quest: DrTerribles Building a better flesh giant Closes #8547
Convert some quest_end_scripts to SAI
2012-12-07 15:32:56 +01:00
Gacko
8fbec4156b Core/DB: Creature text for 22 script files 2012-12-07 10:04:40 +01:00
Gacko
f9c0e3c91b Core/DB: Creature text for 53 script files 2012-12-06 18:08:21 +01:00
Vincent-Michael
67a8709da8 DB/Scripts: Fix copy and paste fail in 40b010e3ad 2012-12-06 00:10:27 +01:00
Gacko
c5a38da394 DB/Scripts: Add missing creature_text for Kel'Thuzad in 33c44594cd
Closes #8562
2012-12-04 22:19:35 +01:00
Vincent-Michael
082c3f4267 Core/Hunter: Fix Furious Howl targets 2012-12-04 20:50:01 +01:00
Vincent-Michael
40b010e3ad Misc/Scripts: Some fixes for creature_text 2012-12-04 20:12:48 +01:00