NOTICE: If you are a returning member, please reset your password to be able to log in as your old password can no longer be used. Make sure you check your spam/junk mail folder in case the reset consent mail lands there. Additionally, you may not reply to or start new topics outside of the non-archive zone.

Optional Bosses Script

Post Reply
User avatar

Topic author
nopihina
Articles:0
Posts:221
Joined:Fri Sep 04, 2009 8:00 am
Location:Earth, is it correct?
Contact:

Badges

Optional Bosses Script

Post by nopihina » Tue Dec 15, 2009 7:09 am

This is my 3nd script that I made.
When this is the final version, I hope it will be the longest script!
All the boss here are player sprite.

Updated to 4.0

Retard #1. If you see this, you are Retard #2! Put this at ur sig XD

User avatar

Yandols
Articles:0
Posts:911
Joined:Fri Jul 24, 2009 8:00 am
Location:Rocknarok Town
Contact:

Badges

Post by Yandols » Tue Dec 15, 2009 11:03 pm

Nice and funny script.
though you should post the updated version. :)

heres some errors to point out:

Code: Select all

getitem,960,1;
should be

Code: Select all

 getitem 960,1;
you got an extra " , " after the getitem command.
I want to see Cancer Bubble Alpha soon. :D
I'm Yandols. The Founder and Head Admin of this place.
Please contact me immediately if you encounter any problems.

User avatar

Topic author
nopihina
Articles:0
Posts:221
Joined:Fri Sep 04, 2009 8:00 am
Location:Earth, is it correct?
Contact:

Badges

Post by nopihina » Tue Dec 15, 2009 11:22 pm

oh there I updated it to 4.0

Retard #1. If you see this, you are Retard #2! Put this at ur sig XD

User avatar

Yandols
Articles:0
Posts:911
Joined:Fri Jul 24, 2009 8:00 am
Location:Rocknarok Town
Contact:

Badges

Post by Yandols » Wed Dec 16, 2009 12:26 am

hmm if im not mistaken i think you can shorten the code a little bit by changing

Code: Select all

if ((countitem(960) < 10)) goto Lnote;
to

Code: Select all

if (countitem(960) < 10) goto Lnote;
You could also improve their dialogs while you're at it. :D just a suggestion.

overall good script /no1
I'm Yandols. The Founder and Head Admin of this place.
Please contact me immediately if you encounter any problems.

User avatar

Topic author
nopihina
Articles:0
Posts:221
Joined:Fri Sep 04, 2009 8:00 am
Location:Earth, is it correct?
Contact:

Badges

Post by nopihina » Wed Dec 16, 2009 12:29 am

at about ver 6.0 I will let them say "EM Wave Change <Insert name here> On Air!" before the monster come out :)

Retard #1. If you see this, you are Retard #2! Put this at ur sig XD

Post Reply

Return to “Scripter's Zone”