vijay 3 Posted August 27, 2014 I have a minigame called 3vs3, People they go to char select wile playing 3vs3.I really hate them, all I'm trying to do is to stop them from doing that.So i want to - #DOMINATION once they return back from char select.Here is the script, But its not working and I got no idea why.http://pastebin.com/mdc2qmSLA little heads up would be grate, Thanks!I'm still stuck with 3CeAM eathena btw. Quote Share this post Link to post Share on other sites
0 kyeme 71 Posted August 27, 2014 try OnPClogoutEvent - script checkmapkick -1,{OnPCLogoutEvent: getmapxy(.@map$,.@x,.@y,0); if ( .@map$ == "geffen" || .@map$ == "guild_vs1" || .@map$ == "guild_vs1-1" || .@map$ == "guild_vs1-2" || .@map$ == "guild_vs1-3" || .@map$ == "guild_vs1-4" ) { set #DOMINATION, #DOMINATION - 1; } end;} Quote Share this post Link to post Share on other sites
I have a minigame called 3vs3, People they go to char select wile playing 3vs3.
I really hate them, all I'm trying to do is to stop them from doing that.
So i want to - #DOMINATION once they return back from char select.
Here is the script, But its not working and I got no idea why.
http://pastebin.com/mdc2qmSL
A little heads up would be grate, Thanks!
I'm still stuck with 3CeAM eathena btw.
Share this post
Link to post
Share on other sites