Jump to content
  • 0

Necessities NPC?


Ninjamon

Question


  • Group:  Members
  • Topic Count:  113
  • Topics Per Day:  0.03
  • Content Count:  295
  • Reputation:   2
  • Joined:  03/06/12
  • Last Seen:  

Can anyone make a npc which gives a option in Repairing, Card Removing, and Refiner/Derefiner? 

It will be greatly appreciated! :) Thanks

Link to comment
Share on other sites

7 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  68
  • Reputation:   13
  • Joined:  11/14/11
  • Last Seen:  

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.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  113
  • Topics Per Day:  0.03
  • Content Count:  295
  • Reputation:   2
  • Joined:  03/06/12
  • Last Seen:  

I am probably asking for a request. Sorry :(

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  81
  • Topics Per Day:  0.02
  • Content Count:  1654
  • Reputation:   583
  • Joined:  08/09/12
  • Last Seen:  

Use Euphy's "All In One" NPC script  /no1

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  113
  • Topics Per Day:  0.03
  • Content Count:  295
  • Reputation:   2
  • Joined:  03/06/12
  • Last Seen:  

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.

Link to comment
Share on other sites


  • Group:  Developer
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  2407
  • Reputation:   613
  • Joined:  07/05/12
  • Last Seen:  

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
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  81
  • Topics Per Day:  0.02
  • Content Count:  1654
  • Reputation:   583
  • Joined:  08/09/12
  • Last Seen:  

// --------------------- 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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  113
  • Topics Per Day:  0.03
  • Content Count:  295
  • Reputation:   2
  • Joined:  03/06/12
  • Last Seen:  

Awweee. Sorry. Doesn't recognized that line. Thanks anyways ;)

Link to comment
Share on other sites

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.

×
×
  • Create New...