فهرست منبع

Fixed an exploit in the comodo gambling script.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7156 54d463be-8e91-2dee-dedb-b68131a5f0ec
MasterOfMuppets 19 سال پیش
والد
کامیت
72316cce5c
2فایلهای تغییر یافته به همراه4 افزوده شده و 1 حذف شده
  1. 2 0
      npc/Changelog.txt
  2. 2 1
      npc/other/comodo_gambling.txt

+ 2 - 0
npc/Changelog.txt

@@ -36,6 +36,8 @@ Musashiden
 
 Date		Added
 ======
+06/14
+	* Fixed an exploit in the comodo gambling script, thanks to reddozen [MasterOfMuppets]
 06/13
 	* Fixed exploit in Louyang NPC [Playtester]
 	* More Abyss/Thanatos spawn updates according to info from Tharis [Playtester]

+ 2 - 1
npc/other/comodo_gambling.txt

@@ -13,6 +13,7 @@
 //= 0.2- fixed some spelling errors and set zeny,zeny - (@amount * 55000)[Cypress]
 //= 0.3- Revised the gambling NPC using the official Aegis script [MasterOfMuppets]
 //=	 for information. Thanks to Zefris for doing it for me.
+//= 0.4- Fixed an exploit. thanks to reddozen [MasterOfMuppets]
 //============================================================ 
 
 mjolnir_02.gat,85,364,3	script	Blacksmith Miner	726,{
@@ -60,7 +61,7 @@ mjolnir_02.gat,85,364,3	script	Blacksmith Miner	726,{
 		set @amount, 0;
 		input @amount;
 		if(@amount<1) goto L_Cancel;
-		if(@amount*55000>zeny) goto L_BadAmnt;
+		if((@amount*55000>zeny) || (@amount>500)) goto L_BadAmnt;
 		goto L_Buy;
 
 		L_Cancel: