pastebin - collaborative debugging tool
eathena.kpaste.net RSS


Express Novice Zone
Posted by Anonymous on Thu 7th Apr 2011 05:37
raw | new post

  1. //===== eAthena Script =======================================
  2. //= Express Novice Zone
  3. //===== By: ==================================================
  4. //= Brian
  5. //===== Current Version: =====================================
  6. //= 1.0
  7. //===== Compatible With: =====================================
  8. //= eAthena SVN
  9. //===== Description: =========================================
  10. //= instant Job level 10, ready to job change
  11. //===== Additional Comments: =================================
  12. //=
  13. //============================================================
  14.  
  15. new_1-1,58,114,4        script  Express Novice Zone     743,{
  16.         mes "[Express Novice Zone]";
  17.         if (Class==Job_Novice && BaseLevel==1 && JobLevel==1) {
  18.                 mes "^FF0000- skip the Novice Zone";
  19.                 mes "- NO additional items/zeny";
  20.                 mes "^008000- Base Level 15,  Job Level 10";
  21.                 mes "- warp to Job Changer";
  22.                 if (select("No, thanks.:Continue, warp to Prontera")==2) {
  23.                         close2;
  24.                         set BaseExp, 3361; // to Base Level 15
  25.                         set JobExp, JobExp + 1151; // to Job Level 10
  26.                         skill "NV_BASIC",10,0;
  27.                         set SkillPoint, 0;
  28.                        
  29.                         sleep2 1000;
  30.                         specialeffect2 501; // Chase Walk Animation
  31.                         sleep2 750;
  32.                         specialeffect2 445; // High Jump (Jump)
  33.                         sleep2 1000;
  34.                        
  35.                         savepoint "prontera",155,188;
  36.                         warp "prontera",149,194;
  37.                 }
  38.         } else {
  39.                 mes "This service is only available to 1/1 Novices.";
  40.         }
  41.         close;
  42. }

Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.

Syntax highlighting:

To highlight particular lines, prefix each line with {%HIGHLIGHT}




All content is user-submitted.
The administrators of this site (kpaste.net) are not responsible for their content.
Abuse reports should be emailed to us at