Levling Guide NPC incloude Traning places, HP more to come..

Page 1 of 2 12 LastLast
Results 1 to 15 of 28
  1. #1
    Account Upgraded | Title Enabled! CharlieBoy is offline
    MemberRank
    Mar 2009 Join Date
    SwedenLocation
    471Posts

    Levling Guide NPC incloude Traning places, HP more to come..

    Hello! :)
    This is my ever first NPC script and its not very good but as i said its my first.

    V1 ~ Done
    V2 ~ Done yet , ive decided its not very much diffrent beetwen all classes where to train..<.< But if you think so you'll always be able to edit. So i'll clean this script up and insted of just ''Warrior guide'' its for any job. + I've edit the tips no Smily'es or buShit. + Added HP
    V3 ~ Will add Pictures add the mob....not done yet


    DOWNLOAD ~ V1
    Download V2

    GOODLUCK! Expect more to come... =p This is meant for low-rated servers.
    Last edited by CharlieBoy; 25-04-09 at 06:51 PM. Reason: iLoveMySelf


  2. #2
    Proficient Member king321123 is offline
    MemberRank
    Jun 2008 Join Date
    175Posts

    Re: Levlin Guide NPC (Warrior)

    Uhmm..
    nice I guess?

  3. #3
    none seryi is offline
    MemberRank
    Apr 2005 Join Date
    Honk KongLocation
    835Posts

    Re: Levlin Guide NPC (Warrior)

    if (cm.haveItem(2000004, 1) && cm.haveItem(20220*** 5))
    better attach a file.. this will not work bcz of ragezone

  4. #4
    Account Upgraded | Title Enabled! CharlieBoy is offline
    MemberRank
    Mar 2009 Join Date
    SwedenLocation
    471Posts

    Re: Levlin Guide NPC (Warrior)

    Oh thanks : D I'll insted upload it , soon a download link peeps.

  5. #5
    Account Upgraded | Title Enabled! Spyker710 is offline
    MemberRank
    Apr 2008 Join Date
    ...stalker much...Location
    460Posts

    Re: Levlin Guide NPC (Warrior) INGAME! :D

    Might wanna improve your spelling

  6. #6
    Account Upgraded | Title Enabled! <XENON> is offline
    MemberRank
    Feb 2009 Join Date
    Titti TownLocation
    223Posts

    Re: Levlin Guide NPC (Warrior) INGAME! :D

    nice.
    ill may use this

  7. #7
    Alpha Member MSDartz is offline
    MemberRank
    May 2008 Join Date
    PwnVilleLocation
    2,171Posts

    Re: Levlin Guide NPC (Warrior) INGAME! :D

    PHP Code:
    var status 0;

    function 
    start() {
        
    cm.sendNext("Hey! Are you a warrior?#e#g#h #,# #nkright? I am the levling guide here at MyServerName");
    }

    function 
    action(modetypeselection) {
        if (
    mode >= 1) {
            
    cm.dispose();
            return;
        } else
            
    status++;
        if (
    status == 1) {
            
    cm.sendNext("I am only one of the 5 npcs with same commission. The Warrior leveling guide will now begin! #r#eWarrior#kif ?"); 
        } else if (
    status == 2) {
            
    cm.sendNext("First of all you've to get to level 10 to get your warrior job. #r#eWarrior #k#n Is needed of  #b#e Dex & Str. #kYou'll need 35Str to take the first warrior job at level 10.");
        } else if (
    status == 3) {
            
    cm.sendNext("Level 10-25 Henesys Hunting Ground l");
        } else if (
    status == 3) {    
            
    cm.sendNext("To be specific, 10-12 Snails <Lowest level> , 12-18 Slimes <Above snails> , 18-22 Orange mushrooms <Above slimes> , 22-25 Green Mushrooms <Above Orange Mushrooms>");
        } else if (
    status == 4) {
            
    cm.sendNext("Now, go to Zombie Mushrooms & Horny Mushrooms until about level 30");
        } else if (
    status == 5) {
            
    cm.sendNext("30-43 Go to ludibrum and kill teedies those are very easy & good spawntime and you may be able to stay there to 45 if not go to clocks a bit longer down in the ludibrum tower .");
        } else if (
    status == 6) {
             
    cm.sendNext("43~50 I suggest you kill Tick-Tocks & Any type of chronos in the ludibrum tower a bit down. A suggestion from me would be put some AP dex so you will be able to hit everything without Missing. Anotheer way is to get alot of good dex equips");
        } else if (
    status == 7) {
             
    cm.sendNext("50~70 Forest of golems..Not much to say. It's awesome. Not alot of people there, good spawnrate & your making some money. Also a lot of warrior equips drop. Also remember that if your not able to find these maps check Mapletip.com");
        } else if (
    status == 8) {
             
    cm.sendNext("70~78 Voodos at Haunted house in Masteria. Voodos or hoodoos, it doesn't matter. A lot of money drops too!");
        } else if (
    status == 9) {
              
    cm.sendNext("78-90 Go to Aqua Road and kill gobies + Squids. Now you will need alot of dex + str The gobies are inside those houses in Aqua.");
        } else if (
    status == 10) { 
              
    cm.sendNext("90-120 Skelegons in Leafre. Now walk the very long path, or use the world map if you can't find it. There are skelegons, and skelesaurus, but both are good training.");
        } else if (
    status == 11) {
               
    cm.sendNext("Now there's just bosses. You will need to kill fast for fast leveling. I suggest headless horseman solo. Also, you can fight papulatus with team until you're level 140 or higher.");
        } else if (
    status == 12) { 
                
    cm.sendNext("At level 140, you'll be able to kill any boss with enough party members + dex. Hehe, good luck. Also when you hit level 200 you will get a special gift.");
        } else if (
    status == 13) {
            if (
    cm.haveItem(20000041) && cm.haveItem(20220*** 5)) { 
                
    cm.sendOk("Well, that's all you need to survive a few mashmellows and something to drink. Good luck from CharlieBoy of RageZone."); 
            } else {
                
    cm.sendNext("Here you go, some items.");
                
    cm.gainItem(1002186,1);
                
    cm.gainItem(5072001);
                
    cm.gainMesos(1000);
            }
            
    cm.dispose();
        }

    Last edited by MSDartz; 24-04-09 at 01:21 AM.

  8. #8
    Account Upgraded | Title Enabled! Regurgitate is offline
    MemberRank
    Apr 2008 Join Date
    1,113Posts

    Re: Levlin Guide NPC (Warrior) INGAME! :D

    Hell better.

  9. #9
    Alpha Member MSDartz is offline
    MemberRank
    May 2008 Join Date
    PwnVilleLocation
    2,171Posts

    Re: Levlin Guide NPC (Warrior) INGAME! :D

    Made another edit to the script

  10. #10
    Account Upgraded | Title Enabled! Popozow1012 is offline
    MemberRank
    Jul 2008 Join Date
    Where it's nine in the afternoonLocation
    549Posts

    Re: Levlin Guide NPC (Warrior) INGAME! :D

    yay copy and pasting strikes again -.-

  11. #11
    Alpha Member MSDartz is offline
    MemberRank
    May 2008 Join Date
    PwnVilleLocation
    2,171Posts

    Re: Levlin Guide NPC (Warrior) INGAME! :D

    Quote Originally Posted by Popozow1012 View Post
    yay copy and pasting strikes again -.-
    Uhm, what are you talking about / who are you talking to.

  12. #12
    Account Upgraded | Title Enabled! Alyan is offline
    MemberRank
    Dec 2008 Join Date
    With Megan Fox. (:Location
    421Posts

    Re: Levlin Guide NPC (Warrior) INGAME! :D

    Nice, but why don't you just make one single NPC with all of them.
    That would be pretty sweet. (:

  13. #13
    Account Upgraded | Title Enabled! frederick133 is offline
    MemberRank
    Aug 2008 Join Date
    282Posts

    Re: Levlin Guide NPC (Warrior) INGAME! :D

    true =) like make a choice... magician,warrior,thief,archer,pirate.... and try too add wich skill is better too add =)

  14. #14
    Biggulp productions gundum584 is offline
    MemberRank
    Dec 2008 Join Date
    SalemLocation
    289Posts

    Re: Levlin Guide NPC (Warrior) INGAME! :D

    or cm.getjob and then auto be like oh i see you are a "job" do you want to here my guide for "job"?

  15. #15
    Account Upgraded | Title Enabled! CharlieBoy is offline
    MemberRank
    Mar 2009 Join Date
    SwedenLocation
    471Posts

    Re: Levlin Guide NPC (Warrior) INGAME! :D

    Thanks Dartz :)
    Wanna improve my spelling? Sure you can change it how ever you want 0.o
    And the V2 will have that, you'll get to choose from one NPC either warrior,archer,mage,thief,pirate but i'll need some help at pirate =p i've never been levling one.



Page 1 of 2 12 LastLast

Advertisement