Jump to content

kommie

Members
  • Posts

    10
  • Joined

  • Last visited

2 Followers

Profile Information

  • Gender
    Female

kommie's Achievements

Poring

Poring (1/15)

0

Reputation

  1. mkay I thought thats how It went but I just wanted to make sure. Thank You So Much for your help
  2. Thank you! I just make sure I got the correct I add the items i want after the -1 right? (its been ages since I scripted and this callshop is all new to me :x) Sorry It took so long to see this and ask havent had net for a awhile.
  3. So it would be something like this? Also thank you for the reply zhakastia,123,69,4 script Molly, Pet Shop 890,{ mes "Molly, Pet Shop"; mes "Hello!"; mes "Would you like to look at the shop?"; next; switch(select("Pet Food:Pet Armor:Taming Items:Not Today")) { case 1: // Pet Food 504:-1000, break; case 2: // Pet Armor 10013:-1000, break; case 3: // Taming Items 12358:-5000000, break; default: // Any other case not covered above. "Not today" in this example. mes "See you again!"; } close; }
  4. I was trying to make a pet shop npc that had a menu like Pet Food, Pet Armor, Taming Items And each area had the items. But I cant seem to figure out how to do that. zhakastia, 123,69,4 script Molly, Pet Shop 890,{ mes .name$; mes "Hello!"; mes "Would you like to look at the shop?"; next; if(select("Pet Food:Pet Armor: Taming Items:Not Today") == 4) { close; But Im not sure if this is correct or what to do next. (I may of put this in the wrong area sorry)
  5. switches? Oh the Dungeons? Its each dungeon levels with the name of the maps. Hmm it still didnt show up T_T Thank you for trying tho. Whats happen when we add it in it says Dup Case 3. Since the Last dungeon ended with Case 3 im not sure how to fix that
  6. Was avoiding to put the warper up since its a long thing since it has every level to every dungeon that doesnt error :x but here it is a link to it. http://upaste.me/7590298a11b96fa Also that was exactly what i was looking for the 2nd thing thank you! -When i went to load it into the server it comes up as unknown syntax file. what does that mean?
  7. 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
  8. Im currently trying to Update the warper for my friend and I wanted to add a menu to the dungeons for each floor. Im pretty new to scripting and I was not sure where to post this. :x Forgive me if its in the wrong area. I just need to know the script part of it I could do the rest. What I got so far is this: case 2: mes "[Warp Agent]"; mes "Please select which dungeon you would like to be teleported to."; next; switch(select("Abyss Lake")) { case 1: warp "abyss_01",263,271; break; Im not sure what to do next Ex: Dungeon>Hidden Dungeon> Level 1, Level 2, Level 3 Something like this:
×
×
  • Create New...