Issue information

Issue ID
#5743
Status
Working as Intended
Severity
None
Started
Hercules Elf Bot
May 13, 2012 14:00
Last Post
Mysterious
Jan 19, 2013 23:52
Confirmation
N/A

Hercules Elf Bot - May 13, 2012 14:00

Originally posted by [b]Judas[/b]
I just wanted to know about the official data of vacuum extreme. I believe on iro wiki, it currently says that this skill doesn't work in dungeons and endless tower. Is this old news? I know the skill can be disabled in skill_nocast, but not sure about not being able to cast in dungeons part.

Thank you

Hercules Elf Bot - May 20, 2012 20:39

Originally posted by [b]PiroKun[/b]
i know you cant use vaccum on maps where the mob can't teleport

Hercules Elf Bot - Aug 23, 2012 15:08

Originally posted by [b]Blythe[/b]
I've seen the skill work as described on irowiki. As to not working in dungeons I've only seen it fail in instances so far.

Hercules Elf Bot - Aug 24, 2012 2:37

Originally posted by [b]exneval[/b]
i think this skills had been fixed by malufeet

Hercules Elf Bot - Aug 24, 2012 5:12

Originally posted by [b]malufett[/b]
no I didn't fix this yet..cause I can't confirm the maps that this skill is disable..

:meow:

Hercules Elf Bot - Aug 24, 2012 8:06

Originally posted by [b]Kenpachi[/b]
Info of 2012/08/07:[CODE]
MAPTYPE 3 // Dungeon
{
ADD_PROPERTY(TELEPORT, TRUE); // Teleport
ADD_PROPERTY(EXP, TRUE); // Experience Loss
ADD_PROPERTY(CALLMONSTER, TRUE); // Dead Branch Usage
ADD_BLOCK_ITEM("Runstone_Crush");
ADD_BLOCK_ITEM("Runstone_Storm");
ADD_BLOCK_ITEM("Runstone_Millennium");
ADD_BLOCK_ITEM("Neuralizer");
//ADD_BLOCK_SKILL(WM_LULLABY_DEEPSLEEP,PLAYER);
//ADD_BLOCK_SKILL(WM_SIRCLEOFNATURE,PLAYER);
ADD_BLOCK_SKILL(WM_SATURDAY_NIGHT_FEVER,PLAYER);
ADD_BLOCK_SKILL(SO_ARRULLO,PLAYER);
ADD_BLOCK_SKILL(WM_SOUND_OF_DESTRUCTION,PLAYER);
ADD_BLOCK_SKILL(SC_MANHOLE,PLAYER);
ADD_BLOCK_SKILL(SC_BLOODYLUST,PLAYER);
ADD_BLOCK_ITEM("Vending_Search_Scroll");
ADD_BLOCK_ITEM("Vending_Search_Scroll2");
ADD_BLOCK_ITEM("Uni_Catalog_Bz");
// Prohibited 3rd Class Skills
//ADD_BLOCK_SKILL(SC_GROOMY,PLAYER); // Masquerade - Groomy
//ADD_BLOCK_SKILL(SC_UNLUCKY,PLAYER); // Masquerade - Unlucky
//ADD_BLOCK_SKILL(GN_CHANGEMATERIAL,PLAYER); // Change Material
//ADD_BLOCK_SKILL(SO_EL_ANALYSIS,PLAYER); // 4 Element Analyze
//ADD_BLOCK_SKILL(MC_VENDING,PLAYER); // Vending
//ADD_BLOCK_SKILL(AC_MAKINGARROW,PLAYER); // Arrow Crafting
//ADD_BLOCK_SKILL(RG_STEALCOIN,PLAYER); // Mug
}
[/CODE][CODE]
MAPTYPE 20 // Memorial Dungeon: Endless Tower, Orc's Memory, Nidhoggur's Nest
{
ADD_BLOCK_SKILL(AL_TELEPORT,PLAYER | MONSTER | HOMUN | MERCENARY);
ADD_BLOCK_SKILL(WZ_ICEWALL,PLAYER); // Icewall Skill Block
ADD_BLOCK_SKILL(PF_SPIDERWEB,PLAYER); // Fiberlock Skill Block
ADD_BLOCK_SKILL(RG_INTIMIDATE,PLAYER | MONSTER); // Intimidate Skill Block
ADD_BLOCK_SKILL(NPC_EXPULSION,MONSTER); // Exile Skill Block
ADD_PROPERTY(EXP, TRUE); // Experience Loss
ADD_PROPERTY(DISCONNECT_NOTREMEMBER, TRUE); // Block memo on disconnect
ADD_BLOCK_ITEM("N_Fly_Wing"); // Novice Flywing
ADD_BLOCK_SKILL(SC_FATALMENACE,PLAYER); // Fatal Menace
ADD_BLOCK_SKILL(SC_DIMENSIONDOOR,PLAYER); // Dimension Door
ADD_BLOCK_ITEM("Runstone_Crush");
ADD_BLOCK_ITEM("Runstone_Storm");
ADD_BLOCK_ITEM("Runstone_Millennium");
//ADD_BLOCK_SKILL(WM_LULLABY_DEEPSLEEP,PLAYER);
//ADD_BLOCK_SKILL(WM_SIRCLEOFNATURE,PLAYER);
ADD_BLOCK_SKILL(WM_SATURDAY_NIGHT_FEVER,PLAYER);
ADD_BLOCK_SKILL(SO_ARRULLO,PLAYER);
ADD_BLOCK_SKILL(WM_SOUND_OF_DESTRUCTION,PLAYER);
ADD_BLOCK_SKILL(SC_MANHOLE,PLAYER);
ADD_BLOCK_SKILL(SC_BLOODYLUST,PLAYER);
ADD_BLOCK_ITEM("Vending_Search_Scroll");
ADD_BLOCK_ITEM("Vending_Search_Scroll2");
ADD_BLOCK_ITEM("Uni_Catalog_Bz");
// Prohibited 3rd Class Skills
//ADD_BLOCK_SKILL(SC_GROOMY,PLAYER); // Masquerade - Groomy
//ADD_BLOCK_SKILL(SC_UNLUCKY,PLAYER); // Masquerade - Unlucky
//ADD_BLOCK_SKILL(GN_CHANGEMATERIAL,PLAYER); // Change Material
//ADD_BLOCK_SKILL(SO_EL_ANALYSIS,PLAYER); // 4 Element Analyze
//ADD_BLOCK_SKILL(MC_VENDING,PLAYER); // Vending
//ADD_BLOCK_SKILL(AC_MAKINGARROW,PLAYER); // Arrow Crafting
//ADD_BLOCK_SKILL(RG_STEALCOIN,PLAYER); // Mug
}
[/CODE]SO_VACUUM_EXTREME isn't blocked either in dungeons or in Endless Tower....

This post has been edited by Kenpachi on Aug 24, 2012 8:07