First one is On the warper I want to add a 3rd opition to click on like Market places but when I put a Case 3 in it does not appear.
mes] "[Warp Agent]";
mes "Hello " + [url="http://rathena.org/wiki/strcharinfo"]strcharinfo[/url](0) + ",";
mes "I can teleport you to any Town or Dungeon!";
mes "Where do you want to go?";
next;
switch(select("To a Town:To a Dungeon:To the Market Place")) {
case 1: -list of towns
case 2: -list of dungeons
case 3: warp "poring_w02",96,79;
end;
}
2nd I wanted to put a add all skill npc that requires a job level min. instead of using zeny to buy it but was not sure on the text
Question
kommie
First one is On the warper I want to add a 3rd opition to click on like Market places but when I put a Case 3 in it does not appear.
2nd I wanted to put a add all skill npc that requires a job level min. instead of using zeny to buy it but was not sure on the text
Edited by kommie7 answers 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.