Jump to content

[ Nova's Script Collection ]


Nova

Recommended Posts


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  28
  • Reputation:   0
  • Joined:  03/29/15
  • Last Seen:  

Hello nova,  i'm very like your script and server concept.

 

^_^

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  36
  • Topics Per Day:  0.01
  • Content Count:  383
  • Reputation:   121
  • Joined:  03/31/12
  • Last Seen:  

Thank you Nova :)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  265
  • Reputation:   95
  • Joined:  09/30/14
  • Last Seen:  

Thanks guys! Sadly my server is currently undergoing constant DDoS attacks so it's a bit unstable. ._. Hope to get past it soon, I'll add a new script to the opener.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  36
  • Topics Per Day:  0.01
  • Content Count:  383
  • Reputation:   121
  • Joined:  03/31/12
  • Last Seen:  

Thanks guys! Sadly my server is currently undergoing constant DDoS attacks so it's a bit unstable. ._. Hope to get past it soon, I'll add a new script to the opener.

What happen?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  265
  • Reputation:   95
  • Joined:  09/30/14
  • Last Seen:  

We're clear for now. :] Server's back up! Though in order to not derail the thread, I'll add another script!

 

Shared The Claw

Edited by Nova
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.01
  • Content Count:  54
  • Reputation:   0
  • Joined:  06/04/15
  • Last Seen:  

Thanks for sharing Nova!! :)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  265
  • Reputation:   95
  • Joined:  09/30/14
  • Last Seen:  

You're welcome Nagad! I added one more script this evening, you'll see I'm a big fan of in-game links. Not sure what to share for my 10th script!

Fixed up the level one and adding some quotes to it so it's not so bare.

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


  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  265
  • Reputation:   95
  • Joined:  09/30/14
  • Last Seen:  

Added one more Mini-Game from my Summer Festival at the bottom! Hope you enjoy it.

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:  

For script #2, you might want to edit your global_reg_value, because since commit https://github.com/rathena/rathena/commit/6295c77d393555fe5a366f092a75f4cf0d2de933 it has changed name to char_reg_str and char_reg_num

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  265
  • Reputation:   95
  • Joined:  09/30/14
  • Last Seen:  

Ah yeah I've yet to merge it. I can only imagine how many of my scripts will blow up, but it'll be worth it. :[

I'll update that one soon. Thanks for the notice Nana.

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  36
  • Topics Per Day:  0.01
  • Content Count:  383
  • Reputation:   121
  • Joined:  03/31/12
  • Last Seen:  

Thank you my friend Nova, for releasing it :) i really appreciate you.

  • Upvote 1
Link to comment
Share on other sites

  • 2 weeks later...

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

It seems "showscript" is not working for me..

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:  

It seems "showscript" is not working for me..

Update your server at least to https://github.com/rathena/rathena/commit/6ad4ed13d130702b99d0dbe54767c6d6945d4876

Link to comment
Share on other sites

  • 6 months later...

  • Group:  Members
  • Topic Count:  98
  • Topics Per Day:  0.02
  • Content Count:  1302
  • Reputation:   77
  • Joined:  12/04/12
  • Last Seen:  

Script no 10, when losing stuck. 

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  265
  • Reputation:   95
  • Joined:  09/30/14
  • Last Seen:  

Huh very strange, it worked perfectly for me last time I loaded it. Does the console throw up any warnings when it happens or?

Link to comment
Share on other sites

  • 1 month later...

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  2
  • Reputation:   0
  • Joined:  03/10/16
  • Last Seen:  

Hi, i'm having this error with Countdown Mini Game

 

[Error]:  Loading NPC file: npc/seven/event/countdown.txt
script error on npc/seven/event/countdown.txt line 37
    parse_line: expect command, missing function name or calling undeclared func                                                                              tion
    32 :                        .@timer = rand(8,11);
    33 :                        .@r = rand(600,1000);
    34 :                        .@timer1 = .@timer*.@r;
    35 :                        .@timer2 = .@timer1+.@r;
    36 :                        emotion 27;
*   37 :                        's'howscript "Countdown: "+.player$+"! Count in                                                                               your head, and click me again when the timer reaches 0.",.gid$;
    38 :                        dispbottom "Countdown: Count in your head, and c                                                                              lick me on the NPC again when the timer reaches 0.";
    39 :                        sleep2 5000;
    40 :                        addtimer .@timer1,"Countdown#summ::OnCountdown";
    41 :                        addtimer .@timer2,"Countdown#summ::OnCountdown2"                                                                              ;
    42 :                        .@time$ = .@timer;

 

 

 

Link to comment
Share on other sites


  • Group:  Developer
  • Topic Count:  48
  • Topics Per Day:  0.01
  • Content Count:  1443
  • Reputation:   337
  • Joined:  10/17/12
  • Last Seen:  

 

It seems "showscript" is not working for me..

Update your server at least to https://github.com/rathena/rathena/commit/6ad4ed13d130702b99d0dbe54767c6d6945d4876

 

 

 

 

Hi, i'm having this error with Countdown Mini Game

 

[Error]:  Loading NPC file: npc/seven/event/countdown.txt
script error on npc/seven/event/countdown.txt line 37
    parse_line: expect command, missing function name or calling undeclared func                                                                              tion
    32 :                        .@timer = rand(8,11);
    33 :                        .@r = rand(600,1000);
    34 :                        .@timer1 = .@timer*.@r;
    35 :                        .@timer2 = .@timer1+.@r;
    36 :                        emotion 27;
*   37 :                        's'howscript "Countdown: "+.player$+"! Count in                                                                               your head, and click me again when the timer reaches 0.",.gid$;
    38 :                        dispbottom "Countdown: Count in your head, and c                                                                              lick me on the NPC again when the timer reaches 0.";
    39 :                        sleep2 5000;
    40 :                        addtimer .@timer1,"Countdown#summ::OnCountdown";
    41 :                        addtimer .@timer2,"Countdown#summ::OnCountdown2"                                                                              ;
    42 :                        .@time$ = .@timer;

 

 

 

read comments before posting a problem maybe?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  24
  • Topics Per Day:  0.01
  • Content Count:  206
  • Reputation:   11
  • Joined:  12/06/11
  • Last Seen:  

 

Hi, i'm having this error with Countdown Mini Game

 

[Error]:  Loading NPC file: npc/seven/event/countdown.txt
script error on npc/seven/event/countdown.txt line 37
    parse_line: expect command, missing function name or calling undeclared func                                                                              tion
    32 :                        .@timer = rand(8,11);
    33 :                        .@r = rand(600,1000);
    34 :                        .@timer1 = .@timer*.@r;
    35 :                        .@timer2 = .@timer1+.@r;
    36 :                        emotion 27;
*   37 :                        's'howscript "Countdown: "+.player$+"! Count in                                                                               your head, and click me again when the timer reaches 0.",.gid$;
    38 :                        dispbottom "Countdown: Count in your head, and c                                                                              lick me on the NPC again when the timer reaches 0.";
    39 :                        sleep2 5000;
    40 :                        addtimer .@timer1,"Countdown#summ::OnCountdown";
    41 :                        addtimer .@timer2,"Countdown#summ::OnCountdown2"                                                                              ;
    42 :                        .@time$ = .@timer;

 

 

 

 

Update your rAthena to the latest 'Showscript' is your problem, might your emulator is outdated.

Link to comment
Share on other sites

  • 7 months later...

  • Group:  Members
  • Topic Count:  152
  • Topics Per Day:  0.04
  • Content Count:  459
  • Reputation:   6
  • Joined:  06/29/12
  • Last Seen:  

Hi,

Very nice script..

But 4. In-game Item Descriptions: I have problem.. Do I need to edit something to make it works? Because when I put @ii2 501, it not works.. Just show

<ITEMLINK>Red Potion <INFO>501</INFO></ITEMLINK>

Click on the name of the item above.

 

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  265
  • Reputation:   95
  • Joined:  09/30/14
  • Last Seen:  

Depending on your client you might need to replace <ITEMLINK> in your script with just <ITEM>

Some clients don't support the feature.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  42
  • Reputation:   4
  • Joined:  01/23/12
  • Last Seen:  

nice share dude.. awesome script..

 

Link to comment
Share on other sites


  • Group:  Developer
  • Topic Count:  48
  • Topics Per Day:  0.01
  • Content Count:  1443
  • Reputation:   337
  • Joined:  10/17/12
  • Last Seen:  

@Nova if you want use my link function https://github.com/Stolao/Npc_Release/blob/master/Custom_Functions/F_ItemLink.txt it should help with those who have issues not supporting item link

Link to comment
Share on other sites

  • 1 month later...

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  1
  • Reputation:   0
  • Joined:  05/30/13
  • Last Seen:  

The Crystal Chaos looks pretty good, I'll give it a try. Thanks!

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
Reply to this topic...

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