stydianx Posted October 1, 2012 Group: Members Topic Count: 105 Topics Per Day: 0.02 Content Count: 390 Reputation: 27 Joined: 07/12/12 Last Seen: October 24, 2022 Share Posted October 1, 2012 (edited) can someone give me a script of a all in one NPC with the following modifications: 1. also give's impositio manus buff when clicked 2. doesn't have stylist. and a NPC tool dealer which sells: acid bottle, bottle grenade, medicine bowl, different kinds of arrows.bullets for gunslingers, glistening coat, etc. thanks Edited October 1, 2012 by stydianx Quote Link to comment Share on other sites More sharing options...
Euphy Posted October 1, 2012 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Share Posted October 1, 2012 Rather than list what you don't want, write what you do want. Also, they're quite easy to make: *menu "<option_text>",<target_label>{,"<option_text>",<target_label>,...}; *select("<option>"{,"<option>",...}) Quote Link to comment Share on other sites More sharing options...
stydianx Posted October 1, 2012 Group: Members Topic Count: 105 Topics Per Day: 0.02 Content Count: 390 Reputation: 27 Joined: 07/12/12 Last Seen: October 24, 2022 Author Share Posted October 1, 2012 Rather than list what you don't want, write what you do want. Also, they're quite easy to make: *menu "<option_text>",<target_label>{,"<option_text>",<target_label>,...}; *select("<option>"{,"<option>",...}) your the one who made the all in one npc right ) i would just want impositio manus to be added on the buff when you click the NPC, and that i want the stylist menu to be removed.. Quote Link to comment Share on other sites More sharing options...
Emistry Posted October 1, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted October 1, 2012 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; remove no.2 in the .MenuOption .... set .MenuOption,1|4|8|16|32|64|128|256|512; to add buff to a npc.. sc_start <SC NAME>,<time>,<lv>; read this... sc_start Quote Link to comment Share on other sites More sharing options...
stydianx Posted October 2, 2012 Group: Members Topic Count: 105 Topics Per Day: 0.02 Content Count: 390 Reputation: 27 Joined: 07/12/12 Last Seen: October 24, 2022 Author Share Posted October 2, 2012 (edited) 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; remove no.2 in the .MenuOption .... set .MenuOption,1|4|8|16|32|64|128|256|512; to add buff to a npc.. sc_start <SC NAME>,<time>,<lv>; read this... sc_start i made the script.. but it still not casting the buff specialeffect2 66; sc_start IMPOSITIO_MANUS,600000,5; } and i can't find this: set. menu Option, 1 | 4 | 8| 16 | 32 |... etc ; Edited October 2, 2012 by stydianx Quote Link to comment Share on other sites More sharing options...
Emistry Posted October 2, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted October 2, 2012 SC_IMPOSITIO 35 i made the script.. but it still not casting the buff specialeffect2 66; sc_start IMPOSITIO_MANUS,600000,5; } and i can't find this: refer this ...trunk/db/const.txt SC_IMPOSITIO 35 Example... sc_start SC_IMPOSITIO,60000,5; sc_start 35,60000,5; and i can't find this: set. menu Option, 1 | 4 | 8| 16 | 32 |... etc ; it is inside Euphy All-In-One NPC Script... Quote Link to comment Share on other sites More sharing options...
Question
stydianx
can someone give me a script of a all in one NPC with the following modifications:
1. also give's impositio manus buff when clicked
2. doesn't have stylist.
and a NPC tool dealer which sells:
acid bottle, bottle grenade, medicine bowl, different kinds of arrows.bullets for gunslingers, glistening coat, etc.
thanks
Edited by stydianxLink to comment
Share on other sites
5 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.