Jump to content
Beret

Implement New skill GD

Recommended Posts

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 by Beret

Share this post


Link to post
Share on other sites

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)

Share this post


Link to post
Share on other sites
There is a limit of players who can be summoned who are they.

 

Level1 = 7 players
Level2 = 12 players
Level3 = 20 players

Share this post


Link to post
Share on other sites

I see...I think we can manage that, something like if ( itemskill == GD_EMERGENCYCALL ) { switch( level ) { case 1: limit = 7; ... } }

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.