Jump to content
  • 0

Necessities NPC?


Question

7 answers to this question

Recommended Posts

Posted

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.

Posted (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 by Capuche
Posted
// --------------------- 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?  /panic

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...