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

Added slotted Running Shirt to Comobo Gambling

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7715 54d463be-8e91-2dee-dedb-b68131a5f0ec
Playtester пре 19 година
родитељ
комит
aa580a8899
2 измењених фајлова са 5 додато и 1 уклоњено
  1. 2 0
      npc/Changelog.txt
  2. 3 1
      npc/other/comodo_gambling.txt

+ 2 - 0
npc/Changelog.txt

@@ -38,6 +38,8 @@ Playtester
 
 Date		Added
 ======
+07/17
+	* Added slotted Running Shirt to Comobo Gambling [Playtester]
 07/16
 	* Small spawn update in Kiel Dungeon [Playtester]
 07/15

+ 3 - 1
npc/other/comodo_gambling.txt

@@ -364,7 +364,7 @@ comodo.gat,219,160,3	script	Kachua	91,{
 										set @gamble,rand(1,500);
 											if ((@gamble > 200) && (@gamble < 204))
 												{
-												set @gamble2,rand(1,10);
+												set @gamble2,rand(1,11);
 												if ((@gamble2 > 0) && (@gamble2 < 3))
 													set @item,2506;
 												else if ((@gamble2 > 2) && (@gamble2 < 5))
@@ -373,6 +373,8 @@ comodo.gat,219,160,3	script	Kachua	91,{
 													set @item,2508;
 												else if ((@gamble2 > 7) && (@gamble2 < 11))
 													set @item,2507;
+												else if (@gamble2 == 11)
+													set @item,2523;
 												}
 											else if ((@gamble > 0) && (@gamble < 101))
 												set @item,2503;