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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

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