Jump to content
  • 0

Problem with my OnPCLoginEvent npc


vijay30393

Question


  • Group:  Members
  • Topic Count:  35
  • Topics Per Day:  0.01
  • Content Count:  114
  • Reputation:   0
  • Joined:  05/10/12
  • Last Seen:  

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!

Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  135
  • Reputation:   41
  • Joined:  02/05/14
  • Last Seen:  

Add this line under OnPCLoginEvent:

.@map$ = strcharinfo(3);

If for some reason you're using eAthena, use this instead:

set .@map$, strcharinfo(3);
Link to comment
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.   Paste as plain text instead

  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.

×
×
  • Create New...