Jump to content
  • 0
Sign in to follow this  
vijay

Problem with my OnPCLoginEvent npc

Question

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

1 answer to this question

Recommended Posts

  • 0

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;}

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.