Begin 11 Posted June 4, 2018 Hi All, Can someone help me to disable the summoning of mobs using dead brach/bloody branch in all maps except the specific one like new_1-3? Saw a topic from rathena: https://rathena.org/board/topic/91251-disable-dead-branches/ Thank you! Quote Share this post Link to post Share on other sites
0 AnnieRuru 957 Posted June 4, 2018 { Id: 604 AegisName: "Branch_Of_Dead_Tree" Name: "Dead Branch" Type: "IT_DELAYCONSUME" Buy: 50 Weight: 50 BuyingStore: true Script: <" if ( strcharinfo(PC_MAP) == "prontera" ) { monster "this",-1,-1,"--ja--",-1,1,""; delitem 604, 1; } "> }, isn't that's the same answer I had said in rathena ? Quote Share this post Link to post Share on other sites
0 Begin 11 Posted June 4, 2018 It works perfectly! Thank you, Ms. Annie! Quote Share this post Link to post Share on other sites
0 ThyroDree 3 Posted August 27, 2018 On 6/4/2018 at 1:46 PM, AnnieRuru said: { Id: 604 AegisName: "Branch_Of_Dead_Tree" Name: "Dead Branch" Type: "IT_DELAYCONSUME" Buy: 50 Weight: 50 BuyingStore: true Script: <" if ( strcharinfo(PC_MAP) == "prontera" ) { monster "this",-1,-1,"--ja--",-1,1,""; delitem 604, 1; } "> }, isn't that's the same answer I had said in rathena ? getting this error [Error]: script:op_2: invalid data for operator C_LOR [Debug]: Data: number value=0 [Debug]: Data: string value="06guild_01" [Debug]: Source (NPC): FAKE_NPC (invisible/not on a map) tried to put if ( strcharinfo(PC_MAP) == "prontera" || "06guild_01" || "morocc" ) { Quote Share this post Link to post Share on other sites
0 Dastgir 1246 Posted August 27, 2018 1 hour ago, ThyroDree said: getting this error [Error]: script:op_2: invalid data for operator C_LOR [Debug]: Data: number value=0 [Debug]: Data: string value="06guild_01" [Debug]: Source (NPC): FAKE_NPC (invisible/not on a map) tried to put if ( strcharinfo(PC_MAP) == "prontera" || "06guild_01" || "morocc" ) { Syntax is wrong if ( strcharinfo(PC_MAP) == "prontera" || strcharinfo(PC_MAP) == "06guild_01" || strcharinfo(PC_MAP) == "morocc" ) { Quote Share this post Link to post Share on other sites
Hi All,
Can someone help me to disable the summoning of mobs using dead brach/bloody branch in all maps except the specific one like new_1-3?
Saw a topic from rathena: https://rathena.org/board/topic/91251-disable-dead-branches/
Thank you!
Share this post
Link to post
Share on other sites