Hercules Elf Bot - May 12, 2012 1:42
					
				
				
					Originally posted by [b]Majinken[/b]
[url="http://irowiki.org/wiki/Extreme_Vacuum"]iROwiki's article on the skill[/url]
Says it should cost 60 + (skill level * 4) sp, but it seems to be 26 + (skill level * 8) sp. o.O Is this correct?
				
							 
									
				
					
						Hercules Elf Bot - May 12, 2012 2:02
					
				
				
					Originally posted by [b]malufett[/b]
The latest lua says 26 + 8 per level...
[CODE]
[SKID.SO_VACUUM_EXTREME] = {
          "SO_VACUUM_EXTREME";
          SkillName = "Vacuum Extreme",
          MaxLv = 5,
          SpAmount = { 34, 42, 50, 58, 66 },
          bSeperateLv = true,
          AttackRange = { 9, 9, 9, 9, 9 },
          _NeedSkillList = {
                    { SKID.SA_LANDPROTECTOR,2 }
          }
},[/CODE]
the one on iro is old I think
[quote]This page was last modified on 10 January 2011, at 12:50.[/quote]
				
							 
									
				
					
						Hercules Elf Bot - May 12, 2012 2:24
					
				
				
					Originally posted by [b]Majinken[/b]
Fair enough. I missed the modified date. Thanks for checking.