Jump to content
  • 0
Sign in to follow this  
Reqkid

Requesting a Bio Cannibalism Like skill for Acolyte

Question

3 answers to this question

Recommended Posts

  • 0

What monster are you looking to have the Acolyte summon? Do you want this custom skill to be accessable by both Priest and Monk types or just Priests?

Share this post


Link to post
Share on other sites
  • 0

Hi Sir Rytech! The skill should be only used by Priest Classes.

 

Level 1 : Mobid#1681

Level 2: Mobid#1372

Level 3: Mobid#2332

Level 4: Mobid#1637

 
They are only available to summon Max 6  but when using the skill only 1 mob should appear.
Edited by Reqkid

Share this post


Link to post
Share on other sites
  • 0

Hi! I hope that it is right.. But how could I limit it that the max allowed spawn of the summoned mobs is 6.

 

case PR_SUMMON_SPIRIT:		{			int summon1[5]={ 2083, 2084, 2085, 2086, 2087};			int class_ = skillid==PR_SUMMON_SPIRIT?summon1[skilllv-1]:summon1[skilllv-1];			struct mob_data *md;			// Correct info, don't change any of this! [celest]			md = mob_once_spawn_sub(src, src->m, x, y, status_get_name(src),class_,"");			if (md) {				md->master_id = src->id;				md->special_state.ai = 1;				if( md->deletetimer != INVALID_TIMER )					delete_timer(md->deletetimer, mob_timer_delete);				md->deletetimer = add_timer (gettick() + skill_get_time(skillid,skilllv), mob_timer_delete, md->bl.id, 0);				mob_spawn (md); //Now it is ready for spawning.				sc_start4(&md->bl, SC_MODECHANGE, 100, 1, 0, MD_AGGRESSIVE, 0, 60000);			}		}		break;

 

 

 

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

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