eirwanda Posted March 23, 2018 Group: Members Topic Count: 28 Topics Per Day: 0.01 Content Count: 59 Reputation: 3 Joined: 11/13/16 Last Seen: July 1, 2019 Share Posted March 23, 2018 (edited) iam looking for script like this: when Guild Master enter GVG Room would appear a mesage box ask for "Recall a Guild Member" or "No" if we select "Recall a Guild Member" all guild member recalled Like Emergency Call Skill. *GvG Room map guild_vs3 thanks in advance sorry for bad english Edited March 23, 2018 by eirwanda Quote Link to comment Share on other sites More sharing options...
0 Litro Endemic Posted March 24, 2018 Group: Members Topic Count: 25 Topics Per Day: 0.01 Content Count: 283 Reputation: 79 Joined: 06/13/13 Last Seen: June 7, 2023 Share Posted March 24, 2018 - script GuildMaster Commands -1,{ end; OnInit: bindatcmd "recallguild",strnpcinfo(3) + "::OnAtcommand"; end; OnAtcommand: .@gid = getcharid(2); if ( .@gid && getguildmaster(.@gid) && strcharinfo(3) == "guild_vs3" ) { atcommand "@guildrecall "+getguildname(.@gid); } else dispbottom "You are not authorized to use this commands"; end; } try this 1 Quote Link to comment Share on other sites More sharing options...
0 eirwanda Posted March 24, 2018 Group: Members Topic Count: 28 Topics Per Day: 0.01 Content Count: 59 Reputation: 3 Joined: 11/13/16 Last Seen: July 1, 2019 Author Share Posted March 24, 2018 thanks @Litro Endemic its working well Quote Link to comment Share on other sites More sharing options...
Question
eirwanda
iam looking for script like this:
when Guild Master enter GVG Room would appear a mesage box ask for "Recall a Guild Member" or "No"
if we select "Recall a Guild Member" all guild member recalled Like Emergency Call Skill.
*GvG Room map guild_vs3
thanks in advance
sorry for bad english
Edited by eirwandaLink to comment
Share on other sites
2 answers 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.