Vaytrex Posted October 5, 2013 Group: Members Topic Count: 14 Topics Per Day: 0.00 Content Count: 42 Reputation: 0 Joined: 02/21/13 Last Seen: September 21, 2022 Share 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 Link to comment Share on other sites More sharing options...
Vaytrex Posted October 28, 2013 Group: Members Topic Count: 14 Topics Per Day: 0.00 Content Count: 42 Reputation: 0 Joined: 02/21/13 Last Seen: September 21, 2022 Author Share Posted October 28, 2013 Thx it solved...u should update the rathena svn to this i think its better Quote Link to comment Share on other sites More sharing options...
Vaytrex Posted October 6, 2013 Group: Members Topic Count: 14 Topics Per Day: 0.00 Content Count: 42 Reputation: 0 Joined: 02/21/13 Last Seen: September 21, 2022 Author Share Posted October 6, 2013 PUMP~~~ Quote Link to comment Share on other sites More sharing options...
Vaytrex Posted October 25, 2013 Group: Members Topic Count: 14 Topics Per Day: 0.00 Content Count: 42 Reputation: 0 Joined: 02/21/13 Last Seen: September 21, 2022 Author Share Posted October 25, 2013 Hello Quote Link to comment Share on other sites More sharing options...
Capuche Posted October 25, 2013 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share 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 Link to comment Share on other sites More sharing options...
Question
Vaytrex
Is there anyway to remove the Rune Knight "T" from the rathena job changer script? it quite ugly when look this T
Link 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.