Jump to content

rej222

Members
  • Posts

    412
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by rej222

  1. I didn't share the HTML's nor scripts just NASC code. Have fun!

     

    NASC

     

    //*********************************************
    //Code by Rey for Maxcheaters.com
    //2010-5-20
    //*********************************************
    
    class 1 noble_maker : citizen
    {
     
     handler:
     
    EventHandler TALKED(talker){
     
     myself::ShowPage(talker,"your_htm.htm");
    }
     
    EventHandler MENU_SELECTED(talker,ask,reply)
    {
     if(ask == 541 && reply == 1 )
       {
       if(talker.level >= 75 && talker.subjob_id != 0)
         {
         myself::GiveItem1(talker, @nobless_tiara ,1);
         myself::SetNobless(talker);
         myself::ShowPage(talker,"noble_success_your_htm.htm");
         myself::SoundEffect(talker,"ItemSound.quest_finish");
      }
       else
         {
         myself::ShowPage(talker,"nobless_no_your_htm.htm");
         }
       }
       if(ask == 541 && reply == 2)
         {
         if(talker.level>75 && talker.subjob_id == 0)
           {
           myself::GiveItem1(talker, @mimirs_elixir, 1);
    myself::SetOneTimeQuestFlag( talker, @water_of_mimir, 1 );
    myself::SoundEffect( talker, "ItemSound.quest_finish" );
    myself::ShowPage(talker,"subclass_success_your_htm.htm");
    }
         else
           {
    myself::ShowPage(talker,"subclass_no_your_htm.htm");
    }
         }
    }
     
    }

     

    If you like it give a nice comment and karma :)

  2. After few months of inactivity I had a pretty nice idea of starting our own Maxcheaters community project, based on Hellbound or Gracia Client. With our own SVN. If we get enough coders we can also make our own extender if not we can update & upgrade smeli's extender. If there won't be enough coders we can also work on Vampires scripts (Hellbound). This is not for me or my friends this would be for all people that participate in the project, since out there are a lot of sellers & resellers. Well leave your opinion and we will see what can we do. Also write if you are interested in the project write me a PM with your skills.

     

    Regards,

    Rey

×
×
  • Create New...