Jump to content
  • 0

Class Helper Script


Natsu Dragneel

Question


  • Group:  Members
  • Topic Count:  46
  • Topics Per Day:  0.01
  • Content Count:  138
  • Reputation:   1
  • Joined:  12/27/11
  • Last Seen:  

About this class helper script, http://www.eathena.w...pe=post&id=9718

I tried to change this line

- script ClassHelper -1,{

OnPCLoginEvent:

by this,

prontera,155,181,5 script ClassHelper 718,

I don't get any error at mapserver.the class master is working fine at 1st time but when I created another character and talk to class helper no more dialogue appear.

I also followed this http://rathena.org/b...6590#entry66590

but I can't make it work!

Edited by Natsu Dragneel
Link to comment
Share on other sites

4 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  72
  • Topics Per Day:  0.02
  • Content Count:  2997
  • Reputation:   1132
  • Joined:  05/27/12
  • Last Seen:  

// -- Usable for Only 1 Time
set .Based,1;    // [ 0 - Account Based  / 1 - Character Based ]


if( ClassHelper == 1 || #ClassHelper == 1 ) end;

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  46
  • Topics Per Day:  0.01
  • Content Count:  138
  • Reputation:   1
  • Joined:  12/27/11
  • Last Seen:  

// -- Usable for Only 1 Time
set .Based,1;	// [ 0 - Account Based  / 1 - Character Based ]


if( ClassHelper == 1 || #ClassHelper == 1 ) end;

Yes I set the class helper to character based so thats 1, but after one successful job change my other character on that same account can't talk to class helper anymore. No dialogue box appear.

Here's what I did,

prontera,155,181,5 script ClassHelper 718,{

// -- Configuration Option

set .npcname$,"[ ^0000FF Class Helper ^000000 ]";

set .InfoMenu,1; // Classes Informations Option [ 0 - Disable / 1 - Enable ]

set .1stClassMenu,1; // First Job Class Option [ 0 - Disable / 1 - Enable ]

set .2ndClassMenu,1; // Second Job Class Option [ 0 - Disable / 1 - Enable ]

set .High1stClassMenu,1; // High 1st Class Option [ 0 - Disable / 1 - Enable ]

set .Trans2ndClassMenu,1; // Transcendent Class Option [ 0 - Disable / 1 - Enable ]

set .Trans3rdClassMenu,1; // Third Job Class Option [ 0 - Disable / 1 - Enable ]

set .ExpandedClassMenu,1; // Expanded Class Option [ 0 - Disable / 1 - Enable ]

set .BabyClassMenu,1; // Baby Job Class Option [ 0 - Disable / 1 - Enable ]

set .Baby3rdClassMenu,1; // Baby Third Job Class Option [ 0 - Disable / 1 - Enable ]

set .Allskills,1; // Complete Skills Option [ 0 - Disable / 1 - Enable ]

// -- Usable for Only 1 Time

set .Based,1; // [ 0 - Account Based / 1 - Character Based ]

if( ClassHelper == 1 || #ClassHelper == 1 ) end;

Edited by Natsu Dragneel
Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10018
  • Reputation:   2371
  • Joined:  10/28/11
  • Last Seen:  

did you already run and used this script with the setting once ?

set .Based,0; // [ 0 - Account Based  / 1 - Character Based ]

if yes...then it would never run in for that account anymore....unless you removed that Variable that stored in the character or set the value to 0.

#ClassHelper

open ur SQL database..and search for the variable..and remove it.....

or use this...

set #ClassHelper,0;

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