Natsu Dragneel Posted August 27, 2012 Group: Members Topic Count: 46 Topics Per Day: 0.01 Content Count: 138 Reputation: 1 Joined: 12/27/11 Last Seen: September 7, 2016 Share 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 Link to comment Share on other sites More sharing options...
Euphy Posted August 27, 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 August 27, 2012 // -- Usable for Only 1 Time set .Based,1; // [ 0 - Account Based / 1 - Character Based ] if( ClassHelper == 1 || #ClassHelper == 1 ) end; Quote Link to comment Share on other sites More sharing options...
Natsu Dragneel Posted August 28, 2012 Group: Members Topic Count: 46 Topics Per Day: 0.01 Content Count: 138 Reputation: 1 Joined: 12/27/11 Last Seen: September 7, 2016 Author Share 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 Link to comment Share on other sites More sharing options...
Emistry Posted August 28, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2371 Joined: 10/28/11 Last Seen: Thursday at 03:04 PM Share 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 Link to comment Share on other sites More sharing options...
Natsu Dragneel Posted August 28, 2012 Group: Members Topic Count: 46 Topics Per Day: 0.01 Content Count: 138 Reputation: 1 Joined: 12/27/11 Last Seen: September 7, 2016 Author Share Posted August 28, 2012 thx its working fine now Quote Link to comment Share on other sites More sharing options...
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 DragneelLink to comment
Share on other sites
4 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.