Jump to content
  • 0

SealedShrine instance


BigBurrito

Question


  • Group:  Members
  • Topic Count:  44
  • Topics Per Day:  0.02
  • Content Count:  114
  • Reputation:   5
  • Joined:  07/16/16
  • Last Seen:  

Hi everyone, I have this sealed Shrine instance script, it was there already when i downloaded the rAthena, by L0ne_W0lf

 

and im getting one error when recompiling. this one (picture attached)

 

I don't understand why im getting this error, at first there was one ")" missing, and i added, but i still get the same error.. 

this is the part of the script.

OnMyMobDead:
set .@map$, instance_mapname("2@cata");
if (mobcount(.@map$,instance_npcname("control_baphomet")+"::OnMyMobDead") < 1) {
set 'ins_baphomet,7;
if (isbeginquest(3041))
erasequest 3041;
mapannounce .@map$, "Baphomet : No! Nonono! How dare these weaklings defeat me!... No!!...",bc_map,"0xdb7093";
enablenpc instance_npcname("Ancient Hero's Soul#2F");
disablenpc instance_npcname("slave_down");
disablenpc instance_npcname("slave_left");
disablenpc instance_npcname("slave_right");
donpcevent instance_npcname("ins_2f_hero_broad")+"::OnDisable";
donpcevent instance_npcname("ins_2f_hero_broad2")+"::OnDisable";
donpcevent instance_npcname("ins_2f_hero_pattern_c")+"::OnDisable";
donpcevent instance_npcname("2f_callmon_pattern_c")+"::OnDisable";
donpcevent instance_npcname("2f_callmon_pattern")+"::OnDisable";
donpcevent instance_npcname("ins_2f_hero_pattern")+"::OnDisable";
donpcevent instance_npcname("ins_2f_enter_broad")+"::OnDisable";
donpcevent instance_npcname("control_baphomet")+"::OnDisable";
disablenpc instance_npcname("control_baphomet");
}
end;
}
 
Thanks in advance!

post-40484-0-47621000-1474979379_thumb.png

Edited by Emistry
Please use CODEBOX.
Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

  • Group:  Developer
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  2407
  • Reputation:   613
  • Joined:  07/05/12
  • Last Seen:  

Typo : isbeginquest must be isbegin_quest

Link to comment
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.   Paste as plain text instead

  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.

×
×
  • Create New...