Jump to content
  • 0

Novice Zone


Question

Posted

As a tittle says novice zone instead express novice that gives instant level 15 and job level 10 well im going to say it will be a vice versa again like old times we had this novice zone in eathena seems i cant find in eathena so im going to request it in here.

So yeah this novice zone contains a poring,drops,poporing a little map for this novice zone and then a npc for exit

Story line

Oh a novice!! what i can do for you?

next:

You want to train in my ground?

next:

Okay,Good Luck

then for the exit

Are you done?

next:

Have a safe journey!!

thanks in advance.

6 answers to this question

Recommended Posts

Posted
new_1-1,57,114,4 script Novice Zone 123,{
mes "Are you done?";
if(select("Yes:No") == 1){close2; atcommand "@go 0"; end;} else { close; }
}

- script novice_zone -1,{
OnPCLoadMapEvent:
sleep2 1000;
while( strcharinfo(3) == "new_1-1" && BaseJob == 0 && JobLevel < 10)
{sleep2 1; if( Hp < MaxHp || readparam(Sp) < readparam(MaxSp) )
 {percentheal 100,100; specialeffect2 312;} }
end; 
}
new_1-1,0,0,0,0 monster Poring 1002,100,5000,5000;
new_1-1,0,0,0,0 monster Drops 1113,100,5000,5000;
new_1-1,0,0,0,0 monster Poporing 1031,1000,5000,5000;
new_1-1 mapflag loadevent
new_1-1 mapflag noteleport
new_1-1 mapflag monster_noteleport

All i did was use the normal new_1-1 map and added spawns, and your NPC, additionally, it'll auto heal novicecs JobLevel 1-9. So it can't be abused.

  • Upvote 1
Posted

oh thanks for this

new_1-1,57,114,4 script Novice Zone 123,{
mes "Are you done?";
if(select("Yes:No") == 1){close2; atcommand "@go 0"; end;} else { close; }
}

- script novice_zone -1,{
OnPCLoadMapEvent:
sleep2 1000;
while( strcharinfo(3) == "new_1-1" && BaseJob == 0 && JobLevel < 10)
{sleep2 1; if( Hp < MaxHp || readparam(Sp) < readparam(MaxSp) )
 {percentheal 100,100; specialeffect2 312;} }
end;
}
new_1-1,0,0,0,0 monster Poring 1002,100,5000,5000;
new_1-1,0,0,0,0 monster Drops 1113,100,5000,5000;
new_1-1,0,0,0,0 monster Poporing 1031,1000,5000,5000;
new_1-1 mapflag loadevent
new_1-1 mapflag noteleport
new_1-1 mapflag monster_noteleport

All i did was use the normal new_1-1 map and added spawns, and your NPC, additionally, it'll auto heal novicecs JobLevel 1-9. So it can't be abused.

btw this is supports 2-1 right?

Posted

It supports all novices up to JobLevel 10.

Novice, High Novice, Baby Novice, Baby High Novice (If there is one lol), Super Novice, Baby Super Novice... (Not too sure on the Super Novices, but from my understanding it should).

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...