The forums will be going offline for an extended maintenance period at 1400hrs GMT on 19th June 2025. The number of hours for this downtime is intentionally not advertised due to the nature of these upgrades.
×
- 0
Hi about bindcommand and cursed water icon
-
Recently Browsing 0 members
- No registered users viewing this page.
Question
Onairda
Hi im using alot of bindcommand on my server like @joinevent and @findmatch but sometimes either one of them are not available to use why??
@joinevent Script
- script joinevent -1,{ OnInit: bindatcmd "joinevent",strnpcinfo(2)+"::OnAtCommand"; end; OnAtCommand: if((strcharinfo(3) == "guild_vs3") && getgroupid() < 3) message strcharinfo(0),"You can't use @joinevent in this map."; else warp "que_temsky",151, 139; //atcommand "@joinevent"; end; }
@findmatch
prontera,155,181,5 script FindMatch 777,{ bindatcmd "findmatch", strnpcinfo(3) +"::Oncommand"; Oncommand: mes "I am Party Match Manager."; mes "Party Leader may create a PVP Match here."; next; end;
help
Link 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.