Преглед изворни кода

fixed bug reports (bugreport:1556 bugreport:1913 bugreport:1839)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13061 54d463be-8e91-2dee-dedb-b68131a5f0ec
Yommy пре 17 година
родитељ
комит
c46226e3d1
4 измењених фајлова са 7 додато и 3 уклоњено
  1. 2 0
      db/Changelog.txt
  2. 1 1
      db/item_db.txt
  3. 2 1
      npc/Changelog.txt
  4. 2 1
      npc/other/hugel_bingo.txt

+ 2 - 0
db/Changelog.txt

@@ -40,6 +40,8 @@
 	2385 Recuvative_Armor		Should trigger HP/SP return with magical kills as well.
 
 =======================
+2008/08/10
+	* Item 13157 changed to Gatling type (bugreport:1913) [Yommy]
 2008/07/27
 	* Rev. 13006 Added values to skill_require_db for mercenary skills. [L0ne_W0lf]
 	* Added values to skill_unit_db for mercenary ground skills.

+ 1 - 1
db/item_db.txt

@@ -3693,7 +3693,7 @@
 13154,Rolling_Stone,Rolling Stone,4,12000,,900,135,,9,1,0x01000000,7,2,34,1,14,1,20,{ bonus bSplashRange,1; },{},{}
 13155,Black_Rose,Black Rose,4,32000,,900,180,,9,1,0x01000000,7,2,34,2,35,1,20,{ bonus bSplashRange,1; },{},{}
 13156,Gate_Keeper,Gate Keeper,4,56000,,1000,210,,9,0,0x01000000,7,2,34,2,24,1,20,{ bonus bSplashRange,1; bonus3 bAutoSpell,"GS_SPREADATTACK",6,50; },{},{}
-13157,Drifter,Drifter,4,80000,,2300,50,,9,1,0x01000000,7,2,34,2,55,1,20,{},{},{}
+13157,Drifter,Drifter,4,80000,,2300,50,,9,1,0x01000000,7,2,34,2,55,1,19,{},{},{}
 13158,Butcher,Butcher,4,130000,,2500,75,,9,0,0x01000000,7,2,34,3,68,1,19,{ bonus2 bCriticalAddRace,RC_Brute,10; },{},{}
 13159,Butcher_,Butcher,4,130000,,2500,75,,9,1,0x01000000,7,2,34,3,68,1,19,{ bonus2 bCriticalAddRace,RC_Brute,10; },{},{}
 13160,Destroyer,Destroyer,4,110000,,1200,220,,9,0,0x01000000,7,2,34,2,52,1,21,{ bonus bBreakArmorRate,200; },{},{}

+ 2 - 1
npc/Changelog.txt

@@ -2,8 +2,9 @@
 ======
 2008/08/10
 	* Fixed: several typos (bugreport:2029 bugreport:2023) [Yommy]
+	* Fixed: hugel bingo quest (bugreport:1556) [Yommy]
 2008/08/08
-	* Rev. 103053 Removed unofficial inn maid from Alberta. [L0en_W0lf]
+	* Rev. 13053 Removed unofficial inn maid from Alberta. [L0ne_W0lf]
 	* Rev. 13052 Slew up NPC bug fixes and other updates. [L0ne_W0lf]
 	- Corrected item checking in Dancer job quest. (buggreport:1987)
 	- Fixed infinite dialog in novice grounds. (buggreport:1998)

+ 2 - 1
npc/other/hugel_bingo.txt

@@ -16,6 +16,7 @@
 //= preventing players from launching another. [SinSloth]
 //= 1.4 - Fixed a minor bug added in the last revision. [SinSloth]
 //= 1.5 - Applied a fix to players locations which were not rotating properly. [SinSloth]
+//= 1.6-  Removed nescesity to win to proceed with quest [Yommy]
 //============================================================
 
 que_bingo,48,84,5	script	Bingo Waiting Room	124,{
@@ -883,7 +884,7 @@ OnInit:
 	end;
 
 OnTouch:
-	if(strcharinfo(0) == $@bingowinner$ && hg_ma1 == 6) warp "que_bingo",45,186;
+	if(hg_ma1 == 6) warp "que_bingo",45,186;
 	else warp "que_bingo",40,121;
 	end;
 }