[Release] Pirate job Giver!!!

Results 1 to 10 of 10
  1. #1
    Infraction Banned iLeach is offline
    MemberRank
    Jan 2009 Join Date
    31Posts

    [Release] Pirate job Giver!!!

    Code:
    /* 
    @-credits to iLeach of ragezone
    @mr pickall 
    @gives you the pirate job 
    */ 
    
    if (cm.getJob().equals(net.sf.odinms.client.MapleJob.BEGINNER)) { 
    if (cm.getLevel() >= 10 && cm.getChar().getDex() >= 1) { 
    cm.sendNext("hi im so you want to be a #rPirate#k?"); 
    } else 
    cm.sendOk("Train a bit more and you can be a #rPirate#k.") 
    cm.dispose(); 
    } 
    } else if (status == 1) { 
    cm.sendNextPrev("It is an important and final choice. You will not be able to turn back can not be a beginner til you rebirth"); 
    } else if (status == 2) { 
    cm.sendYesNo("Do you want to become a #rPirate#k?"); 
    } else if (status == 3) { 
    if (cm.getJob().equals(net.sf.odinms.client.MapleJob.BEGINNER)) { 
    cm.changeJob(net.sf.odinms.client.MapleJob.PIRATE); 
    cm.sendOk("So be it! now go bust some snails asses."); 
    cm.dispose(); 
    } 
    }  
    }
    here you go. I think it good because lots of people want to be pirate.


  2. #2
    Account Upgraded | Title Enabled! FloppyDisk is offline
    MemberRank
    Jan 2009 Join Date
    634Posts

    Re: [Release] Pirate job Giver!!!

    You should fix up your spacing.

  3. #3
    Proficient Member LidoDEE is offline
    MemberRank
    May 2008 Join Date
    179Posts

    Re: [Release] Pirate job Giver!!!

    Code:
    cm.sendNext("hi im so you want to be a #rPirate#k?");
    Isn't it suppose to be 'Hi, I'm Mr. Pickall. So you decided to be a pirate?

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

    Re: [Release] Pirate job Giver!!!

    sorry, im not flamming but do you think this release is abit late? moreover, people are using cody. =x

  5. #5
    Getting into Graphics Mages4ever is offline
    MemberRank
    Jun 2008 Join Date
    Somewhere =DLocation
    622Posts

    Re: [Release] Pirate job Giver!!!

    And besides, most of us can code.

  6. #6
    Proficient Member LidoDEE is offline
    MemberRank
    May 2008 Join Date
    179Posts

    Re: [Release] Pirate job Giver!!!

    From the looks of your code, you just changed up a bit of things from this:

    Code:
    if (cm.getJob().equals(net.sf.odinms.client.MapleJob. BEGINNER)) {
    	if (cm.getLevel() >= 10 && cm.getChar().getDex() >= 25) {
      cm.sendNext("So you decided to become a #rThief#k?");
    	} else {
      cm.sendOk("Train a bit more and I can show you the way of the #rThief#k.")
      cm.dispose();
    	}
    	} else if (status == 1) {
      cm.sendNextPrev("It is an important and final choice. You will not be able to turn back.");
    	} else if (status == 2) {
      cm.sendYesNo("Do you want to become a #rThief#k?");
    	} else if (status == 3) {
      if (cm.getJob().equals(net.sf.odinms.client.MapleJob. BEGINNER)) {
      	cm.changeJob(net.sf.odinms.client.MapleJob.THIEF);
      	cm.sendOk("So be it! Now go, and go with pride.");
      	cm.dispose();
      }
    	}
    }

  7. #7
    Account Upgraded | Title Enabled! silv3rbullet is offline
    MemberRank
    Dec 2008 Join Date
    1,277Posts

    Re: [Release] Pirate job Giver!!!

    I use Kyrin

  8. #8
    Valued Member benzex is offline
    MemberRank
    Oct 2008 Join Date
    SingaporeLocation
    101Posts

    Re: [Release] Pirate job Giver!!!

    Im using cody :O thepack repack alrdy has the full job advancer o.o

  9. #9
    8===D Hubba is offline
    MemberRank
    Jan 2009 Join Date
    CanadaLocation
    1,009Posts

    Re: [Release] Pirate job Giver!!!

    cool i might fix this up abit and guve credit

  10. #10
    Account Upgraded | Title Enabled! X-Weaver is offline
    MemberRank
    Jan 2009 Join Date
    XDLocation
    443Posts

    Re: [Release] Pirate job Giver!!!

    O_o! nice script



Advertisement