Ninjamon Posted February 16, 2013 Posted February 16, 2013 Can anyone make a npc which gives a option in Repairing, Card Removing, and Refiner/Derefiner? It will be greatly appreciated! Thanks Quote
Miles Posted February 16, 2013 Posted February 16, 2013 A "all in one" NPC? You could search for each individual scripts and then fuse it all togheter (that's an option). It sounds interesting, but i cannot take the complete request, if you need help, i might help you. Quote
Ninjamon Posted February 16, 2013 Author Posted February 16, 2013 I am probably asking for a request. Sorry Quote
nanakiwurtz Posted February 16, 2013 Posted February 16, 2013 Use Euphy's "All In One" NPC script Quote
Ninjamon Posted February 16, 2013 Author Posted February 16, 2013 I tried to separate the scripts that i want but it doesn't work either. I hope there is a command that if i put 1 Only this script will take effect and 0 for not. Quote
Capuche Posted February 17, 2013 Posted February 17, 2013 (edited) I tried to separate the scripts that i want but it doesn't work either. I hope there is a command that if i put 1 Only this script will take effect and 0 for not. setarray .MainMenu$[0], // Set menu options! "Change Jobs", // [1] "Stylist", // [2] "Refiner", // [4] "Remove Cards", // [8] "Exchange Coins", // [16] "Rentals", // [32] "Reset Stats/Skills", // [64] "Platinum Skills", // [128] "Change Sex", // [256] "Identify All"; // [512] set .MenuOption,1|2|4|8|16|32|64|128|256|512; for example if you don't want *menu Identify All remove 512 from .MenuOption set .MenuOption,1|2|4|8|16|32|64|128|256; Edited February 17, 2013 by Capuche Quote
nanakiwurtz Posted February 17, 2013 Posted February 17, 2013 // --------------------- Config --------------------- setarray .MainMenu$[0], // Set menu options! "Change Jobs", // [1] "Stylist", // [2] "Refiner", // [4] "Remove Cards", // [8] "Exchange Coins", // [16] "Rentals", // [32] "Reset Stats/Skills", // [64] "Platinum Skills", // [128] "Change Sex", // [256] "Identify All"; // [512] Still not good enough for you? Quote
Ninjamon Posted February 17, 2013 Author Posted February 17, 2013 Awweee. Sorry. Doesn't recognized that line. Thanks anyways Quote
Question
Ninjamon
Can anyone make a npc which gives a option in Repairing, Card Removing, and Refiner/Derefiner?
It will be greatly appreciated!
Thanks
7 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.