Natsu Dragneel Posted August 27, 2012 Posted August 27, 2012 (edited) 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 August 27, 2012 by Natsu Dragneel Quote
Euphy Posted August 27, 2012 Posted August 27, 2012 // -- Usable for Only 1 Time set .Based,1; // [ 0 - Account Based / 1 - Character Based ] if( ClassHelper == 1 || #ClassHelper == 1 ) end; Quote
Natsu Dragneel Posted August 28, 2012 Author Posted August 28, 2012 (edited) // -- 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 August 28, 2012 by Natsu Dragneel Quote
Emistry Posted August 28, 2012 Posted August 28, 2012 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; Quote
Question
Natsu Dragneel
About this class helper script, http://www.eathena.w...pe=post&id=9718
I tried to change this line
by this,
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 Dragneel4 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.