Commit Graph

299 Commits

Author SHA1 Message Date
Chaz Brown
715f410fb7 Fix AHBot to calculate the deposit for auctions so it can be used to check the code for figuring deposit amount on a wide range of items. Fix ahbotoptions command so it works from the server console again. change commented out lines in GetAuctionDeposit so they display in debug loglevel. Min/Max Time settings replaced with a function that selects 12 24 and 48 randomly as the auction times. Backport from TC2
--HG--
branch : trunk
2009-06-05 21:12:12 -04:00
Paradox
56a005703b Fix wrong data type for core_revision in DB, again
--HG--
branch : trunk
2009-05-28 10:14:46 -04:00
freeganja
f61911b5f5 *Fix a typo in scriptname.
--HG--
branch : trunk
2009-05-28 13:16:17 +02:00
Alyen
0c38d04691 *Some changes in Nexus-Prince Shaffar's script.
--HG--
branch : trunk
2009-05-27 18:53:31 +02:00
Anubisss
883cd02304 *Add the missing sql from r1508.
--HG--
branch : trunk
2009-05-18 15:28:15 +02:00
Anubisss
34aca735f4 *Add SWP to world_scripts_full.sql from TrinityCore2.
*Rename kalocegos_teleporter to kalecgos_teleporter by Thraxx. Thank you.
*Rename boss_kalecgosKj to boss_kalecgos_kj.

--HG--
branch : trunk
2009-05-18 15:22:50 +02:00
ArcticDevil
9171455b73 Send cc aura duration to party members
--HG--
branch : trunk
2009-05-10 18:49:04 +02:00
QAston
fcf0fdc1c1 *Item enchancment/proc patch - original code by Thenecromancer
--HG--
branch : trunk
2009-05-10 18:06:22 +02:00
raczman
2797d69936 Correct vile poison affect mask.
This fixes wound poison resistance chance when having vile poisons talents.
by krz.

--HG--
branch : trunk
2009-05-09 23:10:30 +02:00
Anubisss
4b7d260a61 *Fix Merciless Totem of the Third Wind's proc. Proc for Lesser Healing Wave instead of Healing Wave.
--HG--
branch : trunk
2009-05-07 20:19:14 +02:00
Anubisss
bb4499887c *Add a missing script.
--HG--
branch : trunk
2009-05-03 13:47:52 +02:00
megamage
1410da9c3e *Add some missing scripts.
--HG--
branch : trunk
2009-05-02 22:34:49 -05:00
megamage
b4c6a9842c *Add scriptname for ethereum prisons. By shax.
--HG--
branch : trunk
2009-04-29 18:18:25 -05:00
Anubisss
e5f6146f32 *Fix a typo in r1421's sql file by Phacops. Thank you.
--HG--
branch : trunk
2009-04-26 21:04:20 +02:00
Andy@conmuc-l03
fa6a60b452 Added Sunwell SQL and update few scripts
--HG--
branch : trunk
2009-04-25 21:29:31 +02:00
Rat
f6580c29b2 *added missing sql updates to world_scripts_full.sql, thanks MrTux
--HG--
branch : trunk
2009-04-17 12:57:32 +02:00
Anubisss
c61ab4c9a0 Add missing sql for Unkor the Ruthless' script by thumsoul. Thank you.
--HG--
branch : trunk
2009-04-15 18:07:40 +02:00
Machiavelli
348339770e * Ticket system update;
- Add map, x, y, z coordinate data to ticket upon creation
- Add command .go ticket to teleport to the coordinates where the ticket was created
- Move InitTicketID() to the class constructor instead of at every LoadGMTickets call
- Minor code cleanup

--HG--
branch : trunk
2009-04-14 17:29:54 +02:00
raczman
408bb461b3 Add sql update for creature respawn linking.
--HG--
branch : trunk
2009-04-14 14:45:05 +02:00
Machiavelli
e2a4b4d178 Ticket system changes by Disassembler:
- Change uint16 closed guid to uint64
- Add createtime field

--HG--
branch : trunk
2009-04-14 01:27:43 +02:00
Rat
dd93679f5f *fixed essence of suffering (reliquary of souls)
--HG--
branch : trunk
2009-04-13 17:08:24 +02:00
raczman
2ba0af3d8f Correct spell_affect mask for spell 12472 - by _krz/Asael
--HG--
branch : trunk
2009-04-12 11:05:19 +02:00
Chaz Brown
901bf73d75 Fix typo in world.sql - spotted by ogeraisi and Amit86
--HG--
branch : trunk
2009-04-11 12:15:08 -04:00
Chaz Brown
aa6347538a Fix typo in characters.sql - Spotted by Tux
--HG--
branch : trunk
2009-04-10 07:02:34 -04:00
Rat
bd7955c5a9 'small' update to Hyjal instance
*all bosses, trashes rescripted
*almost all 'events' done
*all mobs now use waypoints
*added instance gate scripts (horde gate entry: 182060, elf: 182061)
and lots of other fixes

todo:
-finish the 'cleaning waves'
-code cleanup
-fix small bugs

(istance is fully playable at corrent dev point)

--HG--
branch : trunk
2009-04-08 15:06:06 +02:00
Chaz Brown
756e14518f Fix several errors in characters.sql world.sql realmd.sql and world_scripts_structure.sql
--HG--
branch : trunk
2009-04-07 03:00:23 -04:00
mknjc
600fe8b9ac Fixed SQL file
--HG--
branch : trunk
2009-04-07 00:01:28 +02:00
Chaz Brown
24cd89ea9a Add missing column stackcount to full characters.sql
--HG--
branch : trunk
2009-04-06 01:36:11 -04:00
Chaz Brown
9a8103f248 Add missing column personal_rating to full characters.sql
--HG--
branch : trunk
2009-04-06 01:16:34 -04:00
mknjc
813a832b11 Added reload command for spell_linked_spell DB table
--HG--
branch : trunk
2009-04-05 12:46:52 +02:00
raczman
e0637c6c20 Added script for GO 185913 by Kudlaty.
--HG--
branch : trunk
2009-03-30 17:24:13 +02:00
raczman
d8bd91cf34 Removed automake from TC for good. ACE automake is still there, for folks who want to build ACE from dep/ACE_wrappers.
--HG--
branch : trunk
2009-03-29 23:14:53 +02:00
raczman
3a13ab502f Added script for GO 175944 by Sorken.
--HG--
branch : trunk
2009-03-27 20:28:17 +01:00
raczman
8413356d0e Backported part of CMake update from TC2.
--HG--
branch : trunk
2009-03-24 00:23:10 +01:00
raczman
76f466cb3d Added script for GO 184421 by Lukaasm.
--HG--
branch : trunk
2009-03-24 00:06:47 +01:00
raczman
380cffe5bf Added script for GO 183146. By McBitter.
--HG--
branch : trunk
2009-03-23 18:07:58 +01:00
raczman
075b7d38ea Add mising .sql to CMakeLists.
--HG--
branch : trunk
2009-03-22 12:02:03 +01:00
raczman
a52405a799 Added proc data for spell 36070. Thanks Anubiss.
--HG--
branch : trunk
2009-03-21 20:30:50 +01:00
raczman
14e68b00e6 Added missing file.
also, 1234 rev woohoo!

--HG--
branch : trunk
2009-03-21 14:36:36 +01:00
Blaymoira
8e846418ca *Correct FamilyMask for spell 31124 and ranks - by Anubisss
--HG--
branch : trunk
2009-03-14 09:42:38 +01:00
megamage
62cdd39279 *Add some description of linked spells.
--HG--
branch : trunk
2009-03-13 17:59:58 -06:00
Blaymoira
7d617a421b *Fix typos - by EIFEL
--HG--
branch : trunk
2009-03-12 14:02:11 +01:00
Blaymoira
9720fb075f *Added dinamic spell immunities for two scripts
--HG--
branch : trunk
2009-03-08 09:36:32 +01:00
KingPin
544ff30dae added sql to cmakelist
--HG--
branch : trunk
2009-03-06 19:18:01 -06:00
KingPin
6cf72985dd Change sql
--HG--
branch : trunk
rename : sql/updates/XXX_characters_auctionhouse.sql => sql/updates/1164_characters.sql
2009-03-06 17:50:26 -06:00
Paradox
7b47d509e3 New AHBot plus AuctionHouse changes
--HG--
branch : trunk
2009-03-06 17:47:11 -06:00
Blaymoira
b49732c04d *Merge
--HG--
branch : trunk
2009-03-06 20:14:07 +01:00
Blaymoira
ba05670747 *Fix sql file for latest rev
--HG--
branch : trunk
2009-03-06 20:13:00 +01:00
QAston
0b9d3f95de *Apply Savage fury also to mangle's bleeding effects.
--HG--
branch : trunk
2009-03-06 19:58:02 +01:00
Blaymoira
fd2fd00c14 *Implement access_requirement table - by Iskander
- now check the requirements on teleport not only on areatrigger use
- moved some columns from instance_template and areatrigger_teleport to access_requirement table

--HG--
branch : trunk
2009-03-05 21:02:33 +01:00