Timeless Weapons For Trophys NPC

Results 1 to 3 of 3
  1. #1
    Apprentice ThatEchoKid is offline
    MemberRank
    Dec 2009 Join Date
    New YorkLocation
    12Posts

    big grin Timeless Weapons For Trophys NPC

    Made with Holden Ms Repack. I used Faithless from True Story's original Trophy Trader Code to make this!


    This NPC Really will only be useful if you have timeless weapons and they are rare on your server.

    PHP Code:
    /* Made by Joey from NobodyMS
    ThatEchoKid On RageZone. 
    And Made by Faithless from TrueStory */

    var wui 0;

    function 
    start() {
        
    cm.sendSimple ("Hello, I'm the Timeless trader. If you have any Trophies you could exchange them here for Timeless items.\r\n#L0# #r#r10#k trophies for a #rTimeless One hand Sword#k.#k #l\r\n#L1##r10#k trophies for #rTimeless 2 Hand Sword.#k  #l\r\n#L2##r10#k trophies for a #rTimeless one hand mace#k. #l\r\n#L3##r10#k Tropies for a #rTimeless 2 Hand Mace#k #l\r\n#L4##r10#k trophies for a #rTimeless One hand Axe#r#k #l\r\n#L5##r10#k trophies for a #rTimeless Two hand Axe#r#k");
    }

    function 
    action(modetypeselection) {
    cm.dispose();
        if (
    selection == 0) {

                        if (
    cm.haveItem(400003810)) {
                          
    cm.gainItem(1302081,1);
                          
    cm.gainItem(4000038, -10);
                          
    cm.sendOk("May Time Never End!!!!!!");
                          
    cm.dispose();
                } else {
                    
    cm.sendOk(" Sorry. You do not have enough trophies. ");
                    
    cm.dispose();
                    }

        
            } else if (
    selection == 1) {


                        if (
    cm.haveItem(400003810)) {
                          
    cm.gainItem(1402046,1);
                          
    cm.gainItem(4000038, -10);
                          
    cm.sendOk("May Time Never End!!!!!!");
                          
    cm.dispose();
                } else {
                    
    cm.sendOk(" Sorry. You do not have enough trophies. ");
                    
    cm.dispose();
                    }


            } else if (
    selection == 2) {

                        if (
    cm.haveItem(400003810)) {
                          
    cm.gainItem(1322060,1);
                          
    cm.gainItem(4000038, -10);
                          
    cm.sendOk("May Time Never End!!!!!!");
                          
    cm.dispose();
                } else {
                    
    cm.sendOk(" Sorry. You do not have enough trophies. ");
                    
    cm.dispose();
                    }



            } else if (
    selection == 3) {


                        if (
    cm.haveItem(400003810)) {
                          
    cm.gainItem(1422037,1);
                          
    cm.gainItem(4000038, -10);
                          
    cm.sendOk("May Time Never End!!!!!!");
                          
    cm.dispose();
                } else {
                    
    cm.sendOk(" Sorry. You do not have enough trophies. ");
                    
    cm.dispose();
                    }
                    
                    
                    
                } else if (
    selection == 4) {
      
                        if (
    cm.haveItem(400003810)) {
                          
    cm.gainItem(1312037,1);
                          
    cm.gainItem(4000038, -10);
                          
    cm.sendOk("May Time Never End!!!!!!");
                          
    cm.dispose();
                } else {
                    
    cm.sendOk(" Sorry. You do not have enough trophies. ");
                    
    cm.dispose();
                    }



            } else if (
    selection == 5) {
      
                        if (
    cm.haveItem(400003810)) {
                          
    cm.gainItem(1412033,1);
                          
    cm.gainItem(4000038, -10);
                          
    cm.sendOk("May Time Never End!!!!!!");
                          
    cm.dispose();
                } else {
                    
    cm.sendOk(" Sorry. You do not have enough trophies. ");
                    
    cm.dispose();
                    }

            
    cm.dispose();
            }    


        

    -=-=-=-=Credits=-=-=-=-
    50% To Faithless For Base Code
    50% To Me For Edit and Set up

    For use with v62 Servers With a Trophy System.
    Last edited by ThatEchoKid; 27-12-09 at 10:17 AM.


  2. #2
    iamTheKing NyCPirate is offline
    MemberRank
    Aug 2009 Join Date
    c.getNyC.posLocation
    1,746Posts

    Re: Timeless Weapons For Trophys NPC

    Cool nice release but the first part of your thread is kinda advertising

  3. #3
    Apprentice ThatEchoKid is offline
    MemberRank
    Dec 2009 Join Date
    New YorkLocation
    12Posts

    Re: Timeless Weapons For Trophys NPC

    Quote Originally Posted by NyCPirate View Post
    Cool nice release but the first part of your thread is kinda advertising
    I see. I shall remove it.
    Last edited by ThatEchoKid; 27-12-09 at 10:18 AM.



Advertisement