Jump to content
  • 0

How come it wont appear?


Currently

Question


  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.04
  • Content Count:  313
  • Reputation:   1
  • Joined:  01/22/12
  • Last Seen:  

OnPcLoginEvent?

prontera,0,0,0 script OnPCLoginEvent -1,{

mes "[News]";

mes "Changelog:";

mes " ";

mes "Heaven set now available. : +40 all stats. extra +40 when complete set.";

next;

mes "[News]";

mes " ";

mes "Heaven Mobs now drops ^FF0000 1% ^000000 Old Green Box!";

set #news,#news+1;

close;

}

Link to comment
Share on other sites

7 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  28
  • Topics Per Day:  0.01
  • Content Count:  218
  • Reputation:   16
  • Joined:  01/24/12
  • Last Seen:  

OnPcLoginEvent?

prontera,0,0,0 script OnPCLoginEvent -1,{

mes "[News]";

mes "Changelog:";

mes " ";

mes "Heaven set now available. : +40 all stats. extra +40 when complete set.";

next;

mes "[News]";

mes " ";

mes "Heaven Mobs now drops ^FF0000 1% ^000000 Old Green Box!";

set #news,#news+1;

close;

}

Lol. You don't put OnPCLoginEvent as the name. :3

- script script_name -1,{
OnPCLoginEvent:
mes "[News]";
mes "Changelog:";
mes " ";
mes "Heaven set now available. : +40 all stats. extra +40 when complete set.";
next;
mes "[News]";
mes " ";
mes "Heaven Mobs now drops ^FF0000 1% ^000000 Old Green Box!";
set #news,#news+1;
close;

OnPcLoginEvent?

prontera,0,0,0 script OnPCLoginEvent -1,{

mes "[News]";

mes "Changelog:";

mes " ";

mes "Heaven set now available. : +40 all stats. extra +40 when complete set.";

next;

mes "[News]";

mes " ";

mes "Heaven Mobs now drops ^FF0000 1% ^000000 Old Green Box!";

set #news,#news+1;

close;

}

Lol. You don't put OnPCLoginEvent as the name. :3

- script script_name -1,{
OnPCLoginEvent:
mes "[News]";
mes "Changelog:";
mes " ";
mes "Heaven set now available. : +40 all stats. extra +40 when complete set.";
next;
mes "[News]";
mes " ";
mes "Heaven Mobs now drops ^FF0000 1% ^000000 Old Green Box!";
//set #news,#news+1;
close;

By the way, I don't know why you use a set command if you're not gonna make a check. So I just uncommented the line out. :3

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


  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.04
  • Content Count:  313
  • Reputation:   1
  • Joined:  01/22/12
  • Last Seen:  

But, won't it keep popping out everytime the player logs back in and forth?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  81
  • Topics Per Day:  0.02
  • Content Count:  1654
  • Reputation:   583
  • Joined:  08/09/12
  • Last Seen:  

- script script_name -1,{
OnPCLoginEvent:
if (#news < 1) {
mes "[News]";
mes "Changelog:";
mes " ";
mes "Heaven set now available. : +40 all stats. extra +40 when complete set.";
next;
mes "[News]";
mes " ";
mes "Heaven Mobs now drops ^FF0000 1% ^000000 Old Green Box!";
set #news,#news+1;
close;
}
end;

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  23
  • Reputation:   0
  • Joined:  01/03/13
  • Last Seen:  

I would like to use this if its possible?

& where do i put it? Will it work on eAthena?

Link to comment
Share on other sites


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

I would like to use this if its possible?

& where do i put it? Will it work on eAthena?

read this Adding_a_Script

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  23
  • Reputation:   0
  • Joined:  01/03/13
  • Last Seen:  

I would like to use this if its possible?

& where do i put it? Will it work on eAthena?

read this Adding_a_Script

I know how to add it! i just asked the question because.. i added it and it did not work. So i asked if it works on eathena servers

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  81
  • Topics Per Day:  0.02
  • Content Count:  1654
  • Reputation:   583
  • Joined:  08/09/12
  • Last Seen:  

Will it work on eAthena server? Why don't you try to run it on your server and post back here the result... /hum

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