[Release]New Year NPC

Page 1 of 2 12 LastLast
Results 1 to 15 of 25
  1. #1
    Account Upgraded | Title Enabled! yuniordiaz is offline
    MemberRank
    May 2008 Join Date
    C: DriveLocation
    1,045Posts

    [Release]New Year NPC

    I based this one off maplepuppet's I didn't see anything special for the new year so I just rushed a fast npc script anyways if you can read a script what it does is gives the person a gm hat for 3 days you can remove it after the 3 days with an SQL command and Also giving free maple golden leafs for the new year and some other funny stuff you can switch this to meet your needs or tell me what you wan't the npc to do and I will do it for you =]

    PHP Code:
    var status = -1

    function 
    start() 

        
    status = -1
        
    action(100); 
    }

    function 
    action(modetypeselection) { 
        if (
    mode == 1
        
    status++; 
        if (
    status == 0) { 
            
    cm.sendSimple("#bWelcome to ServerNAME V.62, I am the New Year Wish Come TRUE! NPC. What do you want \n\#l\b\r\n#L0#GM HAT !\n\#l\b\r\n#L1#Owner's Phone Number\n\#l\b\r\n#L2#Mesos! or Leafs PL0x\n\#l\b\r\n#L3#Can I be a real GM?\n\#l\b\r\n#L4#Will you raise the rates?\n\#l\n\#l\b\r\n#L5#Nevermind I don't need anything.\n\#l")
        } else if (
    status == 1) {
                if (
    selection == 0) {
        
    cm.sendOk("#b               Well this new year you can , the GM hat will be available to you for this day only it will be removed from inventory on January 3 of 2009!");
        
    cm.gainItem(1002140,5);
        } else if (
    selection == 1) {
        
    cm.sendOk("#r               Omg you sick nasty stalker , if you wan't to call me dial 911...");
        } else if (
    selection == 2) {
        
    cm.sendOk("#d               Trade those golden leafs into shanks. ");
        
    cm.gainItem(4000313,5);
        } else if (
    selection == 3) {
        
    cm.sendOk("#k               In your dreams...");
        } else if (
    selection == 4) {
        
    cm.sendOk("#r               Ofcourse 660X EXP FOR ALL!");
        } else if (
    selection == 5) {
        
    cm.dispose();
        }
        
    cm.dispose();
    }


    Diffrent Script this one gives Horntail Necklace

    PHP Code:
    var status = -1

    function 
    start() 

        
    status = -1
        
    action(100); 
    }

    function 
    action(modetypeselection) { 
        if (
    mode == 1
        
    status++; 
        if (
    status == 0) { 
            
    cm.sendSimple("#bWelcome to ServerNAME V.62, I am the New Year Wish Come TRUE! NPC. What do you want \n\#l\b\r\n#L0#Horntail Necklace\n\#l\b\r\n#L1#Owner's Phone Number\n\#l\b\r\n#L2#Mesos! or Leafs PL0x\n\#l\b\r\n#L3#Can I be a real GM?\n\#l\b\r\n#L4#Will you raise the rates?\n\#l\n\#l\b\r\n#L5#Nevermind I don't need anything.\n\#l")
        } else if (
    status == 1) {
                if (
    selection == 0) {
        
    cm.sendOk("#b               Well this new year you can , the Horntail Necklace will be available to you for this day only it will be removed from inventory on January 3 of 2009!");
        
    cm.gainItem(1122000,5);
        } else if (
    selection == 1) {
        
    cm.sendOk("#r               Omg you sick nasty stalker , if you wan't to call me dial 911...");
        } else if (
    selection == 2) {
        
    cm.sendOk("#d               Trade those golden leafs into shanks. ");
        
    cm.gainItem(4000313,5);
        } else if (
    selection == 3) {
        
    cm.sendOk("#k               In your dreams...");
        } else if (
    selection == 4) {
        
    cm.sendOk("#r               Ofcourse 660X EXP FOR ALL!");
        } else if (
    selection == 5) {
        
    cm.dispose();
        }
        
    cm.dispose();
    }



  2. #2
    Venture Adventure Tyler is offline
    LegendRank
    Nov 2008 Join Date
    United KingdomLocation
    4,443Posts

    Re: [Release]New Year NPC

    Nice Release.
    Will be a big hit at this time!

  3. #3
    Account Upgraded | Title Enabled! yuniordiaz is offline
    MemberRank
    May 2008 Join Date
    C: DriveLocation
    1,045Posts

    Re: [Release]New Year NPC

    Quote Originally Posted by iTyler View Post
    Nice Release.
    Will be a big hit at this time!
    If you don't wan't it to give away a gm hat tell me I'll give you another script

  4. #4
    Infraction Banned viinnh is offline
    MemberRank
    Sep 2008 Join Date
    AustraliaLocation
    1,189Posts

    Re: [Release]New Year NPC

    nice job

  5. #5
    Infraction Banned MrMysterious is offline
    MemberRank
    Dec 2008 Join Date
    In a treeLocation
    752Posts

    Re: [Release]New Year NPC

    lol @ large spaces. use /t

  6. #6
    Account Upgraded | Title Enabled! iamSTEVE is offline
    MemberRank
    Jul 2008 Join Date
    528Posts

    Re: [Release]New Year NPC

    Im not gunna flame, Im too lazy.
    Happy new years everyone :)

  7. #7
    Visit my hompage Vi3tb0i2ty is offline
    MemberRank
    May 2008 Join Date
    1,788Posts

    Re: [Release]New Year NPC

    Me either but happy new years everyone

  8. #8
    Account Upgraded | Title Enabled! yuniordiaz is offline
    MemberRank
    May 2008 Join Date
    C: DriveLocation
    1,045Posts

    Re: [Release]New Year NPC

    Quote Originally Posted by Vi3tb0i2ty View Post
    Me either but happy new years everyone
    Yah lets all be happy bo flames please lol , anyways sorry for that extra space

  9. #9
    Proficient Member tsunamishine is offline
    MemberRank
    Nov 2008 Join Date
    LaByStoryLocation
    193Posts

    Re: [Release]New Year NPC

    happy new year 2009! may all your wishes come true :D

  10. #10
    PENTAKILL Scratch is offline
    MemberRank
    Oct 2008 Join Date
    LiverpoolLocation
    3,173Posts

    Re: [Release]New Year NPC

    tyvm bro keep the good work X)

  11. #11
    Account Upgraded | Title Enabled! yuniordiaz is offline
    MemberRank
    May 2008 Join Date
    C: DriveLocation
    1,045Posts

    Re: [Release]New Year NPC

    [QUOTE=iPwn

  12. #12
    Account Upgraded | Title Enabled! maplepuppet is offline
    MemberRank
    Nov 2008 Join Date
    New JerseyLocation
    905Posts

    Re: [Release]New Year NPC

    Thanks for this yuniordiaz. Happy new year to everyone!
    Gratz on coming back in to NPC scripting.

  13. #13
    Alpha Member josho192837 is offline
    MemberRank
    Apr 2008 Join Date
    PennsylvaniaLocation
    1,950Posts

    Re: [Release]New Year NPC

    Why do you noobs keep releasing npc scripts. They're not hard to make. -_-

  14. #14
    Account Upgraded | Title Enabled! maplepuppet is offline
    MemberRank
    Nov 2008 Join Date
    New JerseyLocation
    905Posts

    Re: [Release]New Year NPC

    Quote Originally Posted by josho192837 View Post
    Why do you noobs keep releasing npc scripts. They're not hard to make. -_-
    Cause we can and it's free.

  15. #15
    Proficient Member tamekii is offline
    MemberRank
    Apr 2008 Join Date
    194Posts

    Re: [Release]New Year NPC

    Not flaming this time.
    Happy new year :P



Page 1 of 2 12 LastLast

Advertisement