BigBurrito Posted September 27, 2016 Group: Members Topic Count: 44 Topics Per Day: 0.01 Content Count: 114 Reputation: 5 Joined: 07/16/16 Last Seen: July 10, 2020 Share Posted September 27, 2016 (edited) 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! Edited October 21, 2016 by Emistry Please use CODEBOX. Quote Link to comment Share on other sites More sharing options...
0 Capuche Posted September 27, 2016 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share Posted September 27, 2016 Typo : isbeginquest must be isbegin_quest Quote Link to comment Share on other sites More sharing options...
Question
BigBurrito
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.

Edited by EmistryPlease use CODEBOX.
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.