Jump to content
  • 0

Help with freebies NPC


Haze

Question


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  36
  • Reputation:   0
  • Joined:  11/02/13
  • Last Seen:  

[spoiler=Script]

prontera,157,194,4 script Freebies 832,{
mes "Welcome to Haze Ragnarok Online!";
mes "What Service May I Offer You ?";
next;
menu "Tour Guide", L14, "Get Freebies", L16;

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 13945,1;
break;

case 2://Archer
jobchange 3;
getitem 13948,1;
getitembound2 20121,1;
break;

case 3://Mage
jobchange 2;
getitem 13946,1;
break;

case 4://Acolyte
jobchange 4;
getitem 13947,1;
break;

case 5://Merchant
jobchange 5;
getitem 13949,1;
break;

case 6://Thief
jobchange 6;
getitem 13950,1;
break;
}
getitem 12214,5; // Convex mirror 5pcs.
getitem 12210,5; // Bubble gum 5pcs.
getitem 12263,5; // Manual 5pcs.
getitem 20130,1;
getitembound2 20120,1;
getitembound2 20121,1;
getitembound2 20123,1;
getitembound2 20118,1;
getitembound2 20117,1;
set baselevel,20;
skill 1,9,0;
set #New_Player,1;
savepoint "prontera.gat",138,185;
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 Haze Ragnarok Online ?";
mes " ";
if (select("Yes, Start the Tour!:No Thanks.")==1) {
warp "prontera",156,175;
mes "Alright here we go!!";
sleep2 2000;
mes "[ Tour Guide ]";
mes "Haze Ragnarok Online aim to deliver a Balanced Server";
mes "Server Rates :";
mes "Base and Job Experience : 8000x";
mes "255 / 100, Transcendent Classes Only";
mes "Normal Item Drop Rates: 5000";
mes "Normal Card Drop Rates: 5000";
mes "Boss Item Drop Rates : 500";
mes "Boss Card Drop Rates: 50";
cutin "kafra_09",2;
sleep2 20000; // 5 seconds

warp "prontera",141,187;
mes "[ Tour Guide ]";
mes "These are the Utility NPC's you can Change Job , Reset Skill and Stat and Rent Here.";
cutin "kafra_09",2;
sleep2 10000;

warp "prontera",171,188;
mes "[ Tour Guide ]";
mes "These are the Utility NPC's you can use the Kafra Services, Warper, Stylist and Mall Here.";
cutin "kafra_09",2;
sleep2 10000;

warp "prontera",182,192;
mes "[ Tour Guide ]";
mes "This is the Coin Exchanger you can exchange coins and zeny here.";
cutin "kafra_09",2;
sleep2 10000;

warp "prontera",175,177;
mes "[ Tour Guide ]";
mes "This is the Ingame Control Panel it's the usual Control Panel like in our website.";
cutin "kafra_09",2;
sleep2 10000;

warp "prontera",142,174;
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 "prontera",137,170;
mes "[ Tour Guide ]";
mes "This is Support Lady, You Can Suggest Things and Report Bugs in Here.";
cutin "kafra_09",2;
sleep2 10000;

warp "prontera",131,166;
mes "[ Tour Guide ]";
mes "This is Quest Shop, you quest items to get strong in the server.";
cutin "kafra_09",2;
sleep2 10000;

warp "prontera",120,168;
mes "[ Tour Guide ]";
mes "This is Emperium Breaker Test, you can test your emp breaking skills here.";
cutin "kafra_09",2;
sleep2 10000;

// etc.


warp "prontera",156,175;
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 Intel Ragnarok Online",0;
end;
}

}

 

 

 

thats the script but when i click the NPC nothing happens i've also tried to reload the script but it didn't work either

heres a screenshot

post-21799-0-55581600-1383534108_thumb.jpg

Link to comment
Share on other sites

4 answers to this question

Recommended Posts


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2350
  • Joined:  10/28/11
  • Last Seen:  

refer the error in your map-server

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  104
  • Topics Per Day:  0.02
  • Content Count:  429
  • Reputation:   60
  • Joined:  08/19/12
  • Last Seen:  

Posted · Hidden by Emistry, November 4, 2013 - non-english
Hidden by Emistry, November 4, 2013 - non-english

paki Screen shot ng Map-server mo paps yun may [error] na msg para makita naten

Link to comment

  • Group:  Members
  • Topic Count:  50
  • Topics Per Day:  0.01
  • Content Count:  1702
  • Reputation:   238
  • Joined:  09/05/12
  • Last Seen:  

Posted · Hidden by Emistry, November 4, 2013 - refer the hidden post above.
Hidden by Emistry, November 4, 2013 - refer the hidden post above.

paki Screen shot ng Map-server mo paps yun may [error] na msg para makita naten

Please maintain english language on english section

Link to comment

  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.01
  • Content Count:  154
  • Reputation:   6
  • Joined:  04/26/12
  • Last Seen:  

You're missing a curly or you didn't press (TAB) at the beginning of the script
 

e.g (prontera,148,164,4(TAB)script(TAB)FREEBIES(TAB)999,{
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...