[release] Nx for box

Page 1 of 2 12 LastLast
Results 1 to 25 of 41
  1. #1
    Account Upgraded | Title Enabled! brianobb is offline
    MemberRank
    May 2008 Join Date
    Keon MS :DLocation
    508Posts

    [release] Nx for box

    i do not know if this has been released before


    Code:
    function start() {
    	cm.sendSimple ("sup my nigga u won a event!? If you got a gift-box, you can trade it with me for NX! \r\n#k#L0##e10,000 NX - 1 Gift Box#n#l\r\n#k#L1##e100,000 NX - 10 Gift Boxes#n#l#k");
    	}
    
    function action(mode, type, selection) {
    		cm.dispose();
    
    	switch(selection){
    		case 0: 
    			if(cm.getMeso() >= 0){
    			cm.sendOk("peace out my nigga");
    			cm.gainNX(10000);
                            cm.gainItem(3992006, -1);
    			cm.dispose();
    			}else{
    			cm.sendOk("wtf nigga ur trying to fool me?");
    			cm.dispose();
    			}
    		break;
    		case 1: 
    			if(cm.getMeso() >= 0){
    			cm.sendOk("peace out my nigga");
    			cm.gainNX(100000);
                            cm.gainItem(3992006, -10);
    			cm.dispose();
    			}else{
    			cm.sendOk("wtf nigga ur trying to fool me?");
    			cm.dispose();
    			}
    		break;
    			}
    		}
    download: http://www.mediafire.com/download.php?mome2zwndjj


  2. #2
    Account Upgraded | Title Enabled! ♠ Ryeeye ♠ is offline
    MemberRank
    Aug 2008 Join Date
    508Posts

    Re: [release] Nx for box

    Lol that's funny.

  3. #3
    Account Upgraded | Title Enabled! brianobb is offline
    MemberRank
    May 2008 Join Date
    Keon MS :DLocation
    508Posts

    Re: [release] Nx for box

    Quote Originally Posted by ♠ Ryeeye ♠ View Post
    Lol that's funny.
    thanks i got it for jm from the streets so yah xD

  4. #4
    RaGEZONE = FLaMEZONE thisisakevin is offline
    MemberRank
    Jul 2008 Join Date
    284Posts

    Re: [release] Nx for box

    Quite funny. However, futile and useless

  5. #5
    Account Upgraded | Title Enabled! brianobb is offline
    MemberRank
    May 2008 Join Date
    Keon MS :DLocation
    508Posts

    Re: [release] Nx for box

    Quote Originally Posted by thisisakevin View Post
    Quite funny. However, futile and useless
    not really for example drop events or code a monster to drop it which i am doing im going to eidt the mob file if all goes well it might have a rare chance or dropping it

  6. #6
    Senior Clysse is offline
    MemberRank
    Feb 2008 Join Date
    2,869Posts

    Re: [release] Nx for box

    Not bad, but kinda pointless because if its nx prize for an event o.0

  7. #7
    Account Upgraded | Title Enabled! xazerrx is offline
    MemberRank
    Jul 2008 Join Date
    SiNGaPoReLocation
    718Posts

    Re: [release] Nx for box

    use a default o.o

  8. #8
    Mother effin' clouds SaintsIan is offline
    MemberRank
    Apr 2008 Join Date
    fyrechat.netLocation
    2,809Posts

    Re: [release] Nx for box

    lol at the speech o.o
    "wtf nigga"
    lol.

  9. #9
    Account Upgraded | Title Enabled! xazerrx is offline
    MemberRank
    Jul 2008 Join Date
    SiNGaPoReLocation
    718Posts

    Re: [release] Nx for box

    Could've done it this way.
    And isn't it impossible to get less than 0 meso?
    And you didn't add a check if they have item 3992006 and how many of them o.O
    idk. never tested. maybe I don't get what you're trying to do.
    Code:
    switch (selection) {
    		case 0: 
    			if(cm.haveItem(3992006, 1) == true){
    			cm.sendOk("peace out my nigga");
    			cm.gainNX(10000);
                            cm.gainItem(3992006, -1);
    			cm.dispose();
    			}
    		break;
    		case 1: 
    			if(cm.haveItem(3992006, 10) == true){
    			cm.sendOk("peace out my nigga");
    			cm.gainNX(100000);
                            cm.gainItem(3992006, -10);
    			cm.dispose();
    			}
    		break;
                   default:
                           cm.sendOk("wtf nigga ur trying to fool me?");
                           cm.dispose();
    			}
    		}
    Last edited by xazerrx; 06-10-08 at 09:58 AM.

  10. #10
    Account Upgraded | Title Enabled! 3esah is offline
    MemberRank
    Jul 2008 Join Date
    254Posts

    Re: [release] Nx for box

    thats a moogra repack npc

  11. #11
    Account Upgraded | Title Enabled! get31720 is offline
    MemberRank
    Jul 2008 Join Date
    972Posts

    Re: [release] Nx for box

    a GM could always just the !giftnx command but I can't argue if a release is helpful so good job =D

  12. #12
    Account Upgraded | Title Enabled! brianobb is offline
    MemberRank
    May 2008 Join Date
    Keon MS :DLocation
    508Posts

    Re: [release] Nx for box

    Quote Originally Posted by 3esah View Post
    thats a moogra repack npc
    no its not..

  13. #13
    Alpha Member Moogra is offline
    MemberRank
    Jul 2008 Join Date
    1,804Posts

    Re: [release] Nx for box

    Quote Originally Posted by 3esah View Post
    thats a moogra repack npc
    It isn't. It could be based off one of those npcs, but no one can be sure.

  14. #14
    Account Upgraded | Title Enabled! brianobb is offline
    MemberRank
    May 2008 Join Date
    Keon MS :DLocation
    508Posts

    Re: [release] Nx for box

    Quote Originally Posted by Moogra View Post
    It isn't. It could be based off one of those npcs, but no one can be sure.
    dun dun dun xD

  15. #15
    Alpha Member ch1nkayy is offline
    MemberRank
    Apr 2008 Join Date
    2,145Posts

    Re: [release] Nx for box

    nice npc (:

  16. #16
    Account Upgraded | Title Enabled! brianobb is offline
    MemberRank
    May 2008 Join Date
    Keon MS :DLocation
    508Posts

    Re: [release] Nx for box

    Quote Originally Posted by ch1nkayy View Post
    nice npc (:
    thanks and havent seen u for a while

  17. #17
    Burn the land, HydroBenZ is offline
    MemberRank
    Aug 2008 Join Date
    2,710Posts

    Re: [release] Nx for box

    OMG, C2 THAT WAS UR 1337TH POST U IDIOT
    On-Topic: Nice NPC

  18. #18
    Account Upgraded | Title Enabled! brianobb is offline
    MemberRank
    May 2008 Join Date
    Keon MS :DLocation
    508Posts

    Re: [release] Nx for box

    Quote Originally Posted by HydroBenZ View Post
    OMG, C2 THAT WAS UR 1337TH POST U IDIOT
    On-Topic: Nice NPC
    thanks

  19. #19
    Account Upgraded | Title Enabled! lvazn93 is offline
    MemberRank
    Jun 2008 Join Date
    506Posts

    Re: [release] Nx for box

    lol xD

  20. #20
    Account Upgraded | Title Enabled! brianobb is offline
    MemberRank
    May 2008 Join Date
    Keon MS :DLocation
    508Posts

    Re: [release] Nx for box

    Quote Originally Posted by lvazn93 View Post
    lol xD
    hehe

  21. #21
    What Przndude is offline
    MemberRank
    Aug 2008 Join Date
    CaliforniaLocation
    406Posts

    Re: [release] Nx for box

    I dont get it...Seems pretty useless.

  22. #22
    Account Upgraded | Title Enabled! brianobb is offline
    MemberRank
    May 2008 Join Date
    Keon MS :DLocation
    508Posts

    Re: [release] Nx for box

    Quote Originally Posted by Przndude View Post
    I dont get it...Seems pretty useless.
    gm has an event drops a box player brings box to npc for nx

  23. #23
    Infraction Banned XxOsirisxX is offline
    MemberRank
    Jul 2008 Join Date
    2,456Posts

    Re: [release] Nx for box

    It's me, or no one noticed this is wrong?

    trough you trade box for NX, but this:

    1. Don't check for box.
    2. If you don't have a box, this try to remove an unexisted item.
    3. Why does this check for Meso >= 0?

  24. #24
    Account Upgraded | Title Enabled! xazerrx is offline
    MemberRank
    Jul 2008 Join Date
    SiNGaPoReLocation
    718Posts

    Re: [release] Nx for box

    Quote Originally Posted by XxOsirisxX View Post
    It's me, or no one noticed this is wrong?

    trough you trade box for NX, but this:

    1. Don't check for box.
    2. If you don't have a box, this try to remove an unexisted item.
    3. Why does this check for Meso >= 0?
    Quote Originally Posted by xazerrx View Post
    Could've done it this way.
    And isn't it impossible to get less than 0 meso?
    And you didn't add a check if they have item 3992006 and how many of them o.O
    idk. never tested. maybe I don't get what you're trying to do.
    Code:
    switch (selection) {
    		case 0: 
    			if(cm.haveItem(3992006, 1) == true){
    			cm.sendOk("peace out my nigga");
    			cm.gainNX(10000);
                            cm.gainItem(3992006, -1);
    			cm.dispose();
    			}
    		break;
    		case 1: 
    			if(cm.haveItem(3992006, 10) == true){
    			cm.sendOk("peace out my nigga");
    			cm.gainNX(100000);
                            cm.gainItem(3992006, -10);
    			cm.dispose();
    			}
    		break;
                   default:
                           cm.sendOk("wtf nigga ur trying to fool me?");
                           cm.dispose();
    			}
    		}
    Already mentioned it but nobody seems to listen O.o

  25. #25
    Account Upgraded | Title Enabled! brianobb is offline
    MemberRank
    May 2008 Join Date
    Keon MS :DLocation
    508Posts

    Re: [release] Nx for box

    nope it still works if u dont have the box nothing happens xD sorry im not that great my frust npc



Page 1 of 2 12 LastLast

Advertisement