[release]Jeff Brings you to the El Nath Dungeon

Results 1 to 3 of 3
  1. #1
    Member Arjan is offline
    MemberRank
    Apr 2008 Join Date
    67Posts

    [release]Jeff Brings you to the El Nath Dungeon

    Ey people,

    This only works for v62 and OdinMS

    Go to the 2030000 Script and paste this :

    PHP Code:
    var status 0;
    function 
    start() {
     
    status = -1;
     
    action(100);
    }
    function 
    action(modetypeselection) {
     if (
    mode == -1) {
      
    cm.dispose();
     } else {
      if (
    status >= && mode == 0) {
       
    cm.sendOk("Alright, see you next time you newb.");
       
    cm.dispose();
       return;
      }
      if (
    mode == 1)
       
    status++;
      else
       
    status--;
      if (
    status == 0) {
       
    cm.sendNext("Wanna go to the Dungeon!");
      } else if (
    status == 1) {
       
    cm.sendNextPrev("Wanna go to the Dungeon?")
      } else if (
    status == 2) {
       if (
    cm.getMeso() < 0) {
        
    cm.sendOk("You do not have enough mesos.")
        
    cm.dispose();
       } else {
        
    cm.sendYesNo("Cya Soonish");
       }
      } else if (
    status == 3) {
       
    cm.warp(2110405000);
       
    cm.dispose();
      }
     }

    Enjoy!


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

    Re: Jeff Brings you to the El Nath Dungeon

    which map does it start from?

  3. #3
    Λκαяυz føяeνeя Roamer is offline
    MemberRank
    Jun 2008 Join Date
    215Location
    3,203Posts

    Re: Jeff Brings you to the El Nath Dungeon

    Quote Originally Posted by tsunamishine View Post
    which map does it start from?
    It doesn't matter, it matters which NPC you put the script in.



Advertisement