hendra814 Posted December 4, 2013 Group: Members Topic Count: 59 Topics Per Day: 0.01 Content Count: 1281 Reputation: 170 Joined: 06/12/12 Last Seen: 7 hours ago Share Posted December 4, 2013 Hi. i'm need help here. this is my multi in 1 npc, already support Rebellion Job change for normal request. But i'm stuck with auto job changer. Pleaase anyone can help me to modify this script. Thanks before. jobchange.txt Quote Link to comment Share on other sites More sharing options...
AnnieRuru Posted December 24, 2013 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 2044 Reputation: 682 Joined: 10/09/12 Last Seen: December 20, 2020 Share Posted December 24, 2013 (edited) sry wrong info, I was just about to edit my post but you posted a reply =/ OnPCBaseLvUpEvent: I so seldom use this label, that I almost didn't notice it at all it triggers when a player has level up from getting exp from a monster, *getexp script command or set baseexp, baseexp + xxx; now it comes to me that the reason why in this script wants to use this label, is because the player might get killed while talking to an invisible npc triggered by this label while farming mobs perhaps a better way to tackle this is with setoption atcommand strcharinfo(0)+":@monsterignore"; addtimer 1000, strnpcinfo(3)+"::OnLeave";all these change into setoption 0x40, 1; addtimer 1000, strnpcinfo(3)+"::OnLeave";and OnLeave: atcommand strcharinfo(0)+":@monsterignore";change into OnLeave: setoption 0x40, 0; Edited December 26, 2013 by AnnieRuru Quote Link to comment Share on other sites More sharing options...
hendra814 Posted December 10, 2013 Group: Members Topic Count: 59 Topics Per Day: 0.01 Content Count: 1281 Reputation: 170 Joined: 06/12/12 Last Seen: 7 hours ago Author Share Posted December 10, 2013 · Hidden by Capuche, December 24, 2013 - No reason given Hidden by Capuche, December 24, 2013 - No reason given bump Link to comment
hendra814 Posted December 19, 2013 Group: Members Topic Count: 59 Topics Per Day: 0.01 Content Count: 1281 Reputation: 170 Joined: 06/12/12 Last Seen: 7 hours ago Author Share Posted December 19, 2013 · Hidden by Capuche, December 24, 2013 - No reason given Hidden by Capuche, December 24, 2013 - No reason given help me please anyone.. Link to comment
AnnieRuru Posted December 19, 2013 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 2044 Reputation: 682 Joined: 10/09/12 Last Seen: December 20, 2020 Share Posted December 19, 2013 this script should work perfectly the only error I got is [Error]: script:callfunc: function not found! [F_SexMes]which this function can be found inside global function Quote Link to comment Share on other sites More sharing options...
hendra814 Posted December 24, 2013 Group: Members Topic Count: 59 Topics Per Day: 0.01 Content Count: 1281 Reputation: 170 Joined: 06/12/12 Last Seen: 7 hours ago Author Share Posted December 24, 2013 @AnnieRuru when i'm using auto jobchanger, when my char already get the requirement and change into the choosen job. at map console shown warning atcommand @monsterignore. is it okay? Quote Link to comment Share on other sites More sharing options...
AnnieRuru Posted December 24, 2013 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 2044 Reputation: 682 Joined: 10/09/12 Last Seen: December 20, 2020 Share Posted December 24, 2013 [Warning]: script: buildin_atcommand: failed to execute command 'AnnieRuru:@monsterignore' atcommand strcharinfo(0)+":@monsterignore";this was a very very old method of using atcommand... back in 2004~2006 it changed into atcommand "@monsterignore";around 6 years back in this code, I don't think there is a need to do @monsterignore ... find them and eliminate them all including the addtimer 1000, strnpcinfo(3)+"::OnLeave"; ... its useless Quote Link to comment Share on other sites More sharing options...
hendra814 Posted December 24, 2013 Group: Members Topic Count: 59 Topics Per Day: 0.01 Content Count: 1281 Reputation: 170 Joined: 06/12/12 Last Seen: 7 hours ago Author Share Posted December 24, 2013 Thanks Annie Quote Link to comment Share on other sites More sharing options...
hendra814 Posted December 26, 2013 Group: Members Topic Count: 59 Topics Per Day: 0.01 Content Count: 1281 Reputation: 170 Joined: 06/12/12 Last Seen: 7 hours ago Author Share Posted December 26, 2013 oo i see, but now i've new problem when char change into third job, character change when their base lvl aldready 99 but not seen for job lvl, so i can't get full job skill for trans class Quote Link to comment Share on other sites More sharing options...
Question
hendra814
Hi. i'm need help here.
this is my multi in 1 npc, already support Rebellion Job change for normal request.
But i'm stuck with auto job changer.
Pleaase anyone can help me to modify this script.
Thanks before.
jobchange.txt
Link to comment
Share on other sites
8 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.