Ardrich Posted December 19, 2014 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 26 Reputation: 0 Joined: 01/19/13 Last Seen: June 1, 2024 Share Posted December 19, 2014 malaya,280,269,5 script George 832,{ mes "Welcome to Lmao Ragnarok Online!"; mes "What Service May I Offer You ?"; next; menu "Tour Guide", L14, "Get Freebies", L16; next; L16: if(#New_Player == 1 || Class!=Job_Novice ) goto L_Done; if(Class==Job_Novice && #New_Player==0) { mes "Good Luck on your Adventure !"; mes "Which path do you wish to take?"; switch(select("Swordsman:Archer:Mage:Acolyte:Merchant:Thief")) { case 1://Swordsman jobchange 1; getitem 1545,1; getitem 2102,1; rentitem 2528,259200; rentitem 2424,259200; getitem 2604,2; getitem 2310,1; rentitem 5826,259200; getitem 14533,10; getitem 501,100; getitem 505,100; break; case 2://Archer jobchange 3; getitem 1742,1; getitem 2102,1; rentitem 2528,259200; rentitem 2424,259200; getitem 2604,2; getitem 2310,1; rentitem 5826,259200; getitem 14533,10; getitem 501,100; getitem 505,100; break; case 3://Mage jobchange 2; getitem 13041,1; getitem 2102,1; rentitem 2528,259200; rentitem 2424,259200; getitem 2604,2; getitem 2310,1; rentitem 5826,259200; getitem 14533,10; getitem 501,100; getitem 505,100; break; case 4://Acolyte jobchange 4; getitem 1545,1; getitem 2102,1; rentitem 2528,259200; rentitem 2424,259200; getitem 2604,2; getitem 2310,1; rentitem 5826,259200; getitem 14533,10; getitem 501,100; getitem 505,100; break; case 5://Merchant jobchange 5; getitem 1545,1; getitem 2102,1; rentitem 2528,259200; rentitem 2424,259200; getitem 2604,2; getitem 2310,1; rentitem 5826,259200; getitem 14533,10; getitem 501,100; getitem 505,100; break; case 6://Thief jobchange 6; getitem 13041,1; getitem 2102,1; rentitem 2528,259200; rentitem 2424,259200; getitem 2604,2; getitem 2310,1; rentitem 5826,259200; getitem 14533,10; getitem 501,100; getitem 505,100; break; } set #New_Player,1; savepoint "malaya",281,325; mes "Start your awesome journey today."; mes "If you need help. Please use @request / search for Game Staffs. Thank You."; close; } end; L_Done: mes "You Have Received the Freebies already."; close; LEnd: close; L14: mes "[ Tour Guide ]"; mes "Hello would you like a Tour of Lmao Ragnarok Online ?"; mes " "; if (select("Yes, Start the Tour!:No Thanks.")==1) { warp "malaya",281,325; mes "Alright here we go!!"; sleep2 2000; mes "[ Tour Guide ]"; mes "Lmao Ragnarok Online aim to deliver a Balanced Server"; mes "Server Rates :"; mes "Base and Job Experience : 50x"; mes "99/70, Transcendent Classes Only"; mes "Normal Item Drop Rates: 50%"; mes "Normal Card Drop Rates: 5%"; mes "Boss Item and Cards Drop Rates: 0%"; mes "We have no bosses here!"; cutin "kafra_09",2; sleep2 20000; // 5 seconds warp "malaya",284,332; mes "[ Tour Guide ]"; mes "These are the Utility NPC's you can Change Job Here."; cutin "kafra_09",2; sleep2 10000; warp "malaya",271,327; mes "[ Tour Guide ]"; mes "These are the Utility NPC's you can use the Kafra Services Here."; cutin "kafra_09",2; sleep2 10000; warp "malaya",290,327; mes "[ Tour Guide ]"; mes "These are the Utility NPC's you can use the Warper Here."; cutin "kafra_09",2; sleep2 10000; warp "malaya",269,342; mes "[ Tour Guide ]"; mes "These are the Utility NPC's you can use the Reset Stat and Skill here"; cutin "kafra_09",2; sleep2 10000; warp "malaya",268,365; mes "[ Tour Guide ]"; mes "This is Donate Shop you donate to gain some good items and to keep the server alive."; cutin "kafra_09",2; sleep2 10000; warp "malaya",114,213; mes "[ Tour Guide ]"; mes "This is Support Map, You Can Buy Things Here."; cutin "kafra_09",2; sleep2 10000; warp "malaya",227,255; mes "[ Tour Guide ]"; mes "This is Quest Shop, you quest items to get strong in the server."; cutin "kafra_09",2; sleep2 10000; warp "malaya",262,331; mes "[ Tour Guide ]"; mes "These are the Utility NPC's you can use the Great Stylist here."; cutin "kafra_09",2; sleep2 10000; // etc. warp "prontera",155,191; sleep2 1000; mes "[ Tour Guide ]"; mes "That's all Thank You Hope You Enjoy the Tour Good Luck Have Fun !"; cutin "kafra_09",2; sleep2 5000; } cutin "kafra_09",255; close; OnInit: waitingroom "Welcome to Lmao Ragnarok Online",0; end; } Quote Link to comment Share on other sites More sharing options...
Luciar Posted December 19, 2014 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 177 Reputation: 21 Joined: 01/31/12 Last Seen: March 8, 2020 Share Posted December 19, 2014 Change all instances of #New_Player to New_Player (without the #) Quote Link to comment Share on other sites More sharing options...
Question
Ardrich
malaya,280,269,5 script George 832,{
mes "Welcome to Lmao Ragnarok Online!";
mes "What Service May I Offer You ?";
next;
menu "Tour Guide", L14, "Get Freebies", L16;
next;
L16:
if(#New_Player == 1 || Class!=Job_Novice ) goto L_Done;
if(Class==Job_Novice && #New_Player==0) {
mes "Good Luck on your Adventure !";
mes "Which path do you wish to take?";
switch(select("Swordsman:Archer:Mage:Acolyte:Merchant:Thief")) {
case 1://Swordsman
jobchange 1;
getitem 1545,1;
getitem 2102,1;
rentitem 2528,259200;
rentitem 2424,259200;
getitem 2604,2;
getitem 2310,1;
rentitem 5826,259200;
getitem 14533,10;
getitem 501,100;
getitem 505,100;
break;
case 2://Archer
jobchange 3;
getitem 1742,1;
getitem 2102,1;
rentitem 2528,259200;
rentitem 2424,259200;
getitem 2604,2;
getitem 2310,1;
rentitem 5826,259200;
getitem 14533,10;
getitem 501,100;
getitem 505,100;
break;
case 3://Mage
jobchange 2;
getitem 13041,1;
getitem 2102,1;
rentitem 2528,259200;
rentitem 2424,259200;
getitem 2604,2;
getitem 2310,1;
rentitem 5826,259200;
getitem 14533,10;
getitem 501,100;
getitem 505,100;
break;
case 4://Acolyte
jobchange 4;
getitem 1545,1;
getitem 2102,1;
rentitem 2528,259200;
rentitem 2424,259200;
getitem 2604,2;
getitem 2310,1;
rentitem 5826,259200;
getitem 14533,10;
getitem 501,100;
getitem 505,100;
break;
case 5://Merchant
jobchange 5;
getitem 1545,1;
getitem 2102,1;
rentitem 2528,259200;
rentitem 2424,259200;
getitem 2604,2;
getitem 2310,1;
rentitem 5826,259200;
getitem 14533,10;
getitem 501,100;
getitem 505,100;
break;
case 6://Thief
jobchange 6;
getitem 13041,1;
getitem 2102,1;
rentitem 2528,259200;
rentitem 2424,259200;
getitem 2604,2;
getitem 2310,1;
rentitem 5826,259200;
getitem 14533,10;
getitem 501,100;
getitem 505,100;
break;
}
set #New_Player,1;
savepoint "malaya",281,325;
mes "Start your awesome journey today.";
mes "If you need help. Please use @request / search for Game Staffs. Thank You.";
close;
}
end;
L_Done:
mes "You Have Received the Freebies already.";
close;
LEnd:
close;
L14:
mes "[ Tour Guide ]";
mes "Hello would you like a Tour of Lmao Ragnarok Online ?";
mes " ";
if (select("Yes, Start the Tour!:No Thanks.")==1) {
warp "malaya",281,325;
mes "Alright here we go!!";
sleep2 2000;
mes "[ Tour Guide ]";
mes "Lmao Ragnarok Online aim to deliver a Balanced Server";
mes "Server Rates :";
mes "Base and Job Experience : 50x";
mes "99/70, Transcendent Classes Only";
mes "Normal Item Drop Rates: 50%";
mes "Normal Card Drop Rates: 5%";
mes "Boss Item and Cards Drop Rates: 0%";
mes "We have no bosses here!";
cutin "kafra_09",2;
sleep2 20000; // 5 seconds
warp "malaya",284,332;
mes "[ Tour Guide ]";
mes "These are the Utility NPC's you can Change Job Here.";
cutin "kafra_09",2;
sleep2 10000;
warp "malaya",271,327;
mes "[ Tour Guide ]";
mes "These are the Utility NPC's you can use the Kafra Services Here.";
cutin "kafra_09",2;
sleep2 10000;
warp "malaya",290,327;
mes "[ Tour Guide ]";
mes "These are the Utility NPC's you can use the Warper Here.";
cutin "kafra_09",2;
sleep2 10000;
warp "malaya",269,342;
mes "[ Tour Guide ]";
mes "These are the Utility NPC's you can use the Reset Stat and Skill here";
cutin "kafra_09",2;
sleep2 10000;
warp "malaya",268,365;
mes "[ Tour Guide ]";
mes "This is Donate Shop you donate to gain some good items and to keep the server alive.";
cutin "kafra_09",2;
sleep2 10000;
warp "malaya",114,213;
mes "[ Tour Guide ]";
mes "This is Support Map, You Can Buy Things Here.";
cutin "kafra_09",2;
sleep2 10000;
warp "malaya",227,255;
mes "[ Tour Guide ]";
mes "This is Quest Shop, you quest items to get strong in the server.";
cutin "kafra_09",2;
sleep2 10000;
warp "malaya",262,331;
mes "[ Tour Guide ]";
mes "These are the Utility NPC's you can use the Great Stylist here.";
cutin "kafra_09",2;
sleep2 10000;
// etc.
warp "prontera",155,191;
sleep2 1000;
mes "[ Tour Guide ]";
mes "That's all Thank You Hope You Enjoy the Tour Good Luck Have Fun !";
cutin "kafra_09",2;
sleep2 5000;
}
cutin "kafra_09",255;
close;
OnInit:
waitingroom "Welcome to Lmao Ragnarok Online",0;
end;
}
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.