Jump to content
  • 0

about player login script


Kanage

Question


  • Group:  Members
  • Topic Count:  33
  • Topics Per Day:  0.01
  • Content Count:  162
  • Reputation:   3
  • Joined:  01/23/12
  • Last Seen:  

- script charlogin -1,{
OnPCLoginEvent:
if(getgmlevel() == 0){
announce " "+strcharinfo(0)+" has joined ####### Ragnarok Online!",0;
end;
}

i have created this script but everytime I run my server and it won't run. it says that it needs curly bar in line 7 but still i cant make it work. hoep someone can help me. i created this for non-gm accounts

Edited by myrmiddon
Link to comment
Share on other sites

5 answers to this question

Recommended Posts


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

- script charlogin -1,{
OnPCLoginEvent:
if( !getgmlevel() )
announce strcharinfo(0)+" has joined ####### Ragnarok Online!",0;
end;
}

  • Upvote 2
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  33
  • Topics Per Day:  0.01
  • Content Count:  162
  • Reputation:   3
  • Joined:  01/23/12
  • Last Seen:  

thanks Emistry your such a wonder! :) your my master scripter, can i be your apprentice?

@Emistry - I've tested your script but it didn't work i know i put in the right way but can't seem to work. any suggestion

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  15
  • Reputation:   10
  • Joined:  02/19/12
  • Last Seen:  

- script charlogin -1,{
OnPCLoginEvent:
if(getgmlevel() == 0){
announce " "+strcharinfo(0)+" has joined ####### Ragnarok Online!",0;
}
end;
}

You oppend two '{'

here

-1,{

and here

0){

you need to close all them

Edited by ComeTower
  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  33
  • Topics Per Day:  0.01
  • Content Count:  162
  • Reputation:   3
  • Joined:  01/23/12
  • Last Seen:  

thanks ill try that ^^

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  1
  • Reputation:   0
  • Joined:  09/07/12
  • Last Seen:  

and will be changed this ?

- script charlogin -1,{

OnPCLoginEvent:

if( !getgmlevel() }

announce strcharinfo(0)+" has joined ####### Ragnarok Online!",0;

end;

}

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...