Beret 50 Posted July 17, 2013 Currently the official form does not work, there is a skill to this. GD_ITEMEMERGENCYCALL http://ratemyserver.net/index.php?page=item_db&item_id=12968 http://ratemyserver.net/index.php?page=item_db&item_id=12969 http://ratemyserver.net/index.php?page=item_db&item_id=12970 Quote Share this post Link to post Share on other sites
Rytech 392 Posted July 17, 2013 Oh wow. I had the feeling that ID was for something. So 3 skill levels for this skill huh? Quote Share this post Link to post Share on other sites
Beret 50 Posted July 17, 2013 (edited) Yes 3 levels, each one invokes a number of random members of the clan. [SKID.GD_ITEMEMERGENCYCALL] = { "GD_ITEMEMERGENCYCALL"; SkillName = "긴급호출", MaxLv = 3, SpAmount = {0, 0, 0}, bSeperateLv = false, AttackRange = {1, 1, 1}}, Edited July 17, 2013 by Beret Quote Share this post Link to post Share on other sites
Ind 945 Posted February 10, 2014 I wonder if theres a point to it? I'm under the impression we could have the items use GD_EMERGENCYCALL and just tell the client that the user is casting GD_ITEMEMERGENCYCALL instead (otherwise we'd be duplicating GD_EMERGENCYCALL code only so that GD_ITEMEMERGENCYCALL is the id sent to the client, and we can mimic that without duplicating I believe) Quote Share this post Link to post Share on other sites
Beret 50 Posted February 10, 2014 There is a limit of players who can be summoned who are they. Level1 = 7 players Level2 = 12 players Level3 = 20 players Quote Share this post Link to post Share on other sites
Ind 945 Posted February 10, 2014 I see...I think we can manage that, something like if ( itemskill == GD_EMERGENCYCALL ) { switch( level ) { case 1: limit = 7; ... } } 1 AnnieRuru reacted to this Quote Share this post Link to post Share on other sites
Like it~* 15 Posted February 11, 2017 (edited) Hello, I just checked and this case has not yet been implemented. It is very important, even used on official servers and I believe it could be evaluated. I do not understand why this has not been implemented yet. Open New issue in Github: https://github.com/HerculesWS/Hercules/issues/1572 Edited February 11, 2017 by Iniciando do 0 Quote Share this post Link to post Share on other sites