Browse Source

BETA: Full Install DB should clean up character_item_reuse_save.sql.

MELERIX 13 years ago
parent
commit
a883a92e87

+ 1 - 1
L2J_DataPack_BETA/dist/game/data/multisell/102.xml

@@ -262,4 +262,4 @@
 		<!-- Vorpal Sigil -->
 		<production count="1" id="15605" />
 	</item>
-</list>
+</list>

+ 1 - 1
L2J_DataPack_BETA/dist/game/data/multisell/103.xml

@@ -566,4 +566,4 @@
 		<!-- Forgotten Scroll - Great Fury -->
 		<production count="1" id="14227" />
 	</item>
-</list>
+</list>

+ 1 - 1
L2J_DataPack_BETA/dist/game/data/multisell/300974001.xml

@@ -174,4 +174,4 @@
 		<!-- Dragon Grinder -->
 		<production count="1" id="270" />
 	</item>
-</list>
+</list>

+ 1 - 1
L2J_DataPack_BETA/dist/game/data/multisell/300984001.xml

@@ -294,4 +294,4 @@
 		<!-- Sealed Majestic Ring -->
 		<production count="1" id="6328" />
 	</item>
-</list>
+</list>

+ 1 - 1
L2J_DataPack_BETA/dist/game/data/multisell/311262519.xml

@@ -1980,4 +1980,4 @@
 		<!-- Shyeed's Bow -->
 		<production count="1" id="8684" />
 	</item>
-</list>
+</list>

+ 1 - 1
L2J_DataPack_BETA/dist/game/data/multisell/319463001.xml

@@ -72,4 +72,4 @@
 		<!-- Shadow Item: Knuckle Duster -->
 		<production count="1" id="8838" />
 	</item>
-</list>
+</list>

+ 1 - 1
L2J_DataPack_BETA/dist/game/data/multisell/319463002.xml

@@ -160,4 +160,4 @@
 		<!-- Shadow Item: Stormbringer -->
 		<production count="1" id="8848" />
 	</item>
-</list>
+</list>

+ 1 - 1
L2J_DataPack_BETA/dist/game/data/multisell/319463003.xml

@@ -240,4 +240,4 @@
 		<!-- Shadow Item: Great Axe -->
 		<production count="1" id="8858" />
 	</item>
-</list>
+</list>

+ 1 - 1
L2J_DataPack_BETA/dist/game/data/multisell/326600001.xml

@@ -102,4 +102,4 @@
 		<!-- Forgotten Scroll - Turn Stone -->
 		<production count="1" id="14221" />
 	</item>
-</list>
+</list>

+ 1 - 1
L2J_DataPack_BETA/dist/game/data/multisell/631.xml

@@ -396,4 +396,4 @@
 		<!-- Wondrous Cubic - 1 time use -->
 		<production count="1" id="21106" />
 	</item>
-</list>
+</list>

+ 2 - 2
L2J_DataPack_BETA/dist/game/data/scripts/quests/Q376_ExplorationOfTheGiantsCavePart1/31147-quit.html

@@ -1,3 +1,3 @@
-<html><body>Expedition Leader Sobling:<br>
-Too bad. I was hoping you could help us...
+<html><body>Expedition Leader Sobling:<br>
+Too bad. I was hoping you could help us...
 </body></html>

+ 1 - 1
L2J_DataPack_BETA/dist/game/data/scripts/quests/Q458_PerfectForm/32768-07.htm

@@ -1,5 +1,5 @@
 <html><body>Kelleyia:<br>
-No, you do NOT get it you amateur. Part 3 is the most important part of the challenge. It separates the no talent wannabes from the pros.<br>
+No, you do NOT get it you amateur. Part 3 is the most important part of the challenge. It separates the no talent wannabes from the pros.<br>
 You must score <font color="LEVEL">Over-hits on fully grown Alpine animals</font>. A kill is a kill and that is all fine and dandy, but we are looking for perfection here. Bonus points are scored for performing <font color="LEVEL">Critical Over-hits</font>.<br>Do you understand the challenge?<br>
 <a action="bypass -h Quest 458_PerfectForm 32768-08.htm">&quot;Yes... I think.&quot;</a>
 </body></html>

+ 1 - 1
L2J_DataPack_BETA/dist/game/data/scripts/quests/Q458_PerfectForm/32768-08.htm

@@ -1,5 +1,5 @@
 <html><body>Kelleyia:<br>
-Really... you really want me to go over this again? It is simple. 
+Really... you really want me to go over this again? It is simple. 
 Find an <font color="LEVEL">Alpine Kookaburra, Alpine Cougar, Alpine Buffalo, or Alpine Grendel</font> and feed it on spice until it grows into an adult. Speak to my associate over here to purchase spice.<br>
 Once it is an adult, kill it trying to score as many <font color="LEVEL">Over-hits and Critical Over-hits</font> as possible.<br>
 The limit is <font color="LEVEL">10 of each</font> type of animal. That's a total of 40 if you can't add. If you can't score an Over-hit before killing an animal, you'll have to wait until tomorrow to try again.<br>

+ 7 - 7
L2J_DataPack_BETA/dist/sql/game/character_item_reuse_save.sql

@@ -1,8 +1,8 @@
-CREATE TABLE IF NOT EXISTS `character_item_reuse_save` (
-  `charId` INT NOT NULL default 0,
-  `itemId` INT NOT NULL default 0,
-  `itemObjId` INT(3) NOT NULL default 1,
-  `reuseDelay` INT(8) NOT NULL DEFAULT 0,
-  `systime` BIGINT UNSIGNED NOT NULL DEFAULT 0,
-  PRIMARY KEY (`charId`,`itemId`,`itemObjId`)
+CREATE TABLE IF NOT EXISTS `character_item_reuse_save` (
+  `charId` INT NOT NULL default 0,
+  `itemId` INT NOT NULL default 0,
+  `itemObjId` INT(3) NOT NULL default 1,
+  `reuseDelay` INT(8) NOT NULL DEFAULT 0,
+  `systime` BIGINT UNSIGNED NOT NULL DEFAULT 0,
+  PRIMARY KEY (`charId`,`itemId`,`itemObjId`)
 ) ENGINE=InnoDB DEFAULT CHARSET=utf8;

+ 1 - 0
L2J_DataPack_BETA/dist/tools/gs_cleanup.sql

@@ -29,6 +29,7 @@ DROP TABLE IF EXISTS character_contacts;
 DROP TABLE IF EXISTS character_friends;
 DROP TABLE IF EXISTS character_hennas;
 DROP TABLE IF EXISTS character_instance_time;
+DROP TABLE IF EXISTS character_item_reuse_save;
 DROP TABLE IF EXISTS character_macroses;
 DROP TABLE IF EXISTS character_norestart_zone_time;
 DROP TABLE IF EXISTS character_offline_trade_items;