Jump to content
  • 0

Novice Zone


Mootie

Question


  • Group:  Members
  • Topic Count:  43
  • Topics Per Day:  0.01
  • Content Count:  815
  • Reputation:   86
  • Joined:  10/26/12
  • Last Seen:  

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.

Link to comment
Share on other sites

6 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  31
  • Topics Per Day:  0.01
  • Content Count:  666
  • Reputation:   93
  • Joined:  04/27/12
  • Last Seen:  

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
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  43
  • Topics Per Day:  0.01
  • Content Count:  815
  • Reputation:   86
  • Joined:  10/26/12
  • Last Seen:  

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?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  31
  • Topics Per Day:  0.01
  • Content Count:  666
  • Reputation:   93
  • Joined:  04/27/12
  • Last Seen:  

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).

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  23
  • Topics Per Day:  0.01
  • Content Count:  87
  • Reputation:   4
  • Joined:  08/09/12
  • Last Seen:  

its not working. I need something similar to this one x_x

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  43
  • Topics Per Day:  0.01
  • Content Count:  815
  • Reputation:   86
  • Joined:  10/26/12
  • Last Seen:  

its working fine to me this is rathena version what do you use?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  31
  • Topics Per Day:  0.01
  • Content Count:  666
  • Reputation:   93
  • Joined:  04/27/12
  • Last Seen:  

Firstly to make this work, you need to add proper tabs. Secondly that should be it. Since its not using any commands unique to rAthena it should work on eAthena.

Link to comment
Share on other sites

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.

×
×
  • Create New...