Vaytrex Posted October 5, 2013 Posted October 5, 2013 Is there anyway to remove the Rune Knight "T" from the rathena job changer script? it quite ugly when look this T Quote
Capuche Posted October 25, 2013 Posted October 25, 2013 replace } else set .@i, getarg(0); if (select(" ~ Change into ^0055FF"+jobname(.@i)+"^000000 class: ~ ^777777"+((getargcount() > 1)?"Go back":"Cancel")+"^000000") == 1) { mes "[Job Master]"; mes "You are now "+A_An(jobname(.@i))+"!"; by } else set .@i, getarg(0); .@job_name$ = jobname(.@i); .@len = getstrlen( .@job_name$ ); if ( charat( .@job_name$,(.@len-1) ) == "T" ) .@job_name$ = substr( .@job_name$,0,(.@len-3) ); if (select(" ~ Change into ^0055FF"+ .@job_name$ +"^000000 class: ~ ^777777"+((getargcount() > 1)?"Go back":"Cancel")+"^000000") == 1) { mes "[Job Master]"; mes "You are now "+A_An(.@job_name$)+"!"; Quote
Vaytrex Posted October 28, 2013 Author Posted October 28, 2013 Thx it solved...u should update the rathena svn to this i think its better Quote
Question
Vaytrex
Is there anyway to remove the Rune Knight "T" from the rathena job changer script? it quite ugly when look this T
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.