diff options
-rw-r--r-- | db/Changelog.txt | 2 | ||||
-rw-r--r-- | db/item_db.txt | 2 | ||||
-rw-r--r-- | npc/Changelog.txt | 3 | ||||
-rw-r--r-- | npc/other/hugel_bingo.txt | 3 |
4 files changed, 7 insertions, 3 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt index 64fca3a83..7e61cc496 100644 --- a/db/Changelog.txt +++ b/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. diff --git a/db/item_db.txt b/db/item_db.txt index 00ef24db9..e4eb4167b 100644 --- a/db/item_db.txt +++ b/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; },{},{} diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 6f4492479..6b6abf211 100644 --- a/npc/Changelog.txt +++ b/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) diff --git a/npc/other/hugel_bingo.txt b/npc/other/hugel_bingo.txt index 10ad4e1ee..651ceaa0c 100644 --- a/npc/other/hugel_bingo.txt +++ b/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; } |