Jump to content
  • 0

Training Grounds


ICEROCK

Question


  • Group:  Members
  • Topic Count:  46
  • Topics Per Day:  0.01
  • Content Count:  228
  • Reputation:   33
  • Joined:  11/15/12
  • Last Seen:  

Ive been seeing this kind of script in every server I play. It is a Training Ground in a easy mode.
Player enters the Training Ground, inside you can find this "TG KEEPER" npc that provide heal, warp back and move on higher level monster. The first set of monster you can see upon entering is different Porings. 
May I request this kind of npc? I hope I made my explanation clear.

Map they use: 06guild_r

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 1

  • Group:  Members
  • Topic Count:  48
  • Topics Per Day:  0.01
  • Content Count:  1125
  • Reputation:   236
  • Joined:  07/30/12
  • Last Seen:  


prontera,200,180,3 script Training Grounds 55,{

mes "[^000088 Training Grounds ^000000]";

mes "Enter training grounds?";

menu "Yes!",-;

next;

mes "[^000088 Training Grounds ^000000]";

mes "Goodluck!";

warp "06guild_r",100,181;

close;

}

06guild_r,100,183,3 script TG Keeper#1 729,{

mes "[^000088 TG Keeper ^000000]";

mes "Hello, what do you want to do?";

menu "-Leave",-,"-Harder monsters",Lgt,"-Heal me please",Lheal;

next;

mes "[^000088 TG Keeper ^000000]";

mes "Thank you for using the ^880000Training Grounds^000000!";

warp "prontera",156,188;

close;

Lgt:

next;

mes "[^000088 TG Keeper ^000000]";

mes "Take care!";

warp "06guild_r",100,135;

close;

Lheal:

next;

mes "[^000088 TG Keeper ^000000]";

mes "Here you go!";

percentheal 100,100;

close;

}

06guild_r,100,137,3 script TG Keeper#2 732,{

mes "[^000088 TG Keeper ^000000]";

mes "Hello, what do you want to do?";

menu "-Leave",-,"-Harder monsters",Lgt,"-Heal me please",Lheal;

next;

mes "[^000088 TG Keeper ^000000]";

mes "Thank you for using the ^880000Training Grounds^000000!";

warp "prontera",156,188;

close;

Lgt:

next;

mes "[^000088 TG Keeper ^000000]";

mes "Take care!";

warp "06guild_r",100,87;

close;

Lheal:

next;

mes "[^000088 TG Keeper ^000000]";

mes "Here you go!";

percentheal 100,100;

close;

}

06guild_r,100,89,3 script TG Keeper#3 730,{

mes "[^000088 TG Keeper ^000000]";

mes "Hello, what do you want to do?";

menu "-Leave",-,"-Harder monsters",Lgt,"-Heal me please",Lheal;

next;

mes "[^000088 TG Keeper ^000000]";

mes "Thank you for using the ^880000Training Grounds^000000!";

warp "prontera",156,188;

close;

Lgt:

next;

mes "[^000088 TG Keeper ^000000]";

mes "Take care!";

warp "06guild_r",100,41;

close;

Lheal:

next;

mes "[^000088 TG Keeper ^000000]";

mes "Here you go!";

percentheal 100,100;

close;

}

06guild_r,100,43,3 script TG Keeper#4 731,{

mes "[^000088 TG Keeper ^000000]";

mes "Hello, what do you want to do?";

menu "-Leave",-,"-Heal me please",Lheal;

next;

mes "[^000088 TG Keeper ^000000]";

mes "Thank you for using the ^880000Training Grounds^000000!";

warp "prontera",156,188;

close;

Lheal:

next;

mes "[^000088 TG Keeper ^000000]";

mes "Here you go!";

percentheal 100,100;

close;

}

06guild_r mapflag nowarpto

  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  123
  • Topics Per Day:  0.05
  • Content Count:  478
  • Reputation:   14
  • Joined:  11/30/17
  • Last Seen:  

Great i been looking this one instead of npc how to make it in command like @train? and also how to make the mobs wont leave on their corresponding areas?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  63
  • Reputation:   1
  • Joined:  09/18/12
  • Last Seen:  

I kind of need this as well, as in the whole Training Ground script, if there is.

I figured it out myself, thank you anyway.

Edited by Henesy
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...