ITLongwell / mondains-legacy

Automatically exported from code.google.com/p/mondains-legacy
0 stars 0 forks source link

TOT Champ (pvm) Exploit #10

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
We found liitle exploit in ML TOT system. Players coming to tokuno 
champion spawn with pets, stay here as ghost, but received [to backpack] 
all tots from mobs killed by pet.

I think about CheckAlive implementation. 

What is the expected output? What do you see instead?
I think about TOT CheckAlive implementation.

What version of the product are you using? On what operating system?
Latest mondains-legacy svn , latest runuo (300), Win XP

Original issue reported on code.google.com by melan...@gmail.com on 30 Jul 2008 at 4:22

GoogleCodeExporter commented 8 years ago
Treasures of Tokune is part of SE not ML. You can change this in 
TreasuresOfTokuno.cs

if( !Enabled || pm == null || bc == null || !CheckLocation( bc ) || 
!CheckLocation
( pm )|| !killer.InRange( victim, 18 ))

to

if( !Enabled || pm == null || bc == null || !pm.Alive || !CheckLocation( bc ) 
|| !
CheckLocation( pm )|| !killer.InRange( victim, 18 ))

Original comment by gje...@gmail.com on 30 Jul 2008 at 7:27