Advertisement
Oxxy

Untitled

May 2nd, 2015
277
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 1.09 KB | None | 0 0
  1. prontera,156,171,6  script  Woman   700,{
  2.    
  3.     callfunc(
  4.     "CustomQuest",                                          // Function name, DONT CHANGE
  5.     "Woman",                                                // NPC's header
  6.     "Im very old, but I can create interesting boots for you!",             // Quest's text
  7.     "Do you want me to create them?",                   // Another text
  8.     "Yes:No",                                               // Text of menu Yes/No
  9.     "Goodbye!",                                     // Text after pressing no
  10.     "Create Sleipnir:Exit",                             // Menu with item and exit button
  11.     "Very good choice! It gives you MS, etc etc",   // Text about item
  12.     "Want to create them?",                                     // Another text
  13.     7227,                                                   // ITEM ID 1
  14.     1,                                                      // item amount 1
  15.    
  16.     0,                                                      // ITEM ID 2
  17.     0,                                                      // item amount 2
  18.    
  19.     0,                                                      // ITEM ID 3
  20.     0,                                                      // item amount 3
  21.    
  22.     0,                                                      // ITEM ID 4
  23.     0,                                                      // item amount 4
  24.    
  25.     0,                                                      // ITEM ID 5
  26.     0,                                                      // item amount 5
  27.    
  28.     0,                                                      // ITEM ID 6
  29.     0,                                                      // item amount 6
  30.    
  31.     0,                                                      // Zeny amount. 0 - no zeny required.
  32.    
  33.     2410,                                                   // Reward.
  34.     1                                                       // Reward amount
  35.     );
  36. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement