Kariton Revolution Posted May 28, 2014 Posted May 28, 2014 example Player 1 Job is Paladin player want to change job to Assassin Crosscan anyone make a script like that ta player can change job what ever he want but only Trans Job can talk to this NPCSALAMATTHANKYOU )))))))) Quote
Capuche Posted May 31, 2014 Posted May 31, 2014 · Hidden by Emistry, June 14, 2014 - jump to another post Hidden by Emistry, June 14, 2014 - jump to another post EDIT : jump post 4
Capuche Posted May 31, 2014 Posted May 31, 2014 I think I made a mistake prontera,150,183,5 script test 56,{ .@eac = eaclass(); if ( upper != 1 || .@eac&EAJL_2_1 == 0 && .@eac&EAJL_2_2 == 0 ) { mes "you must be transclass to talk to me"; close; } for ( .@i = 0; .@i < 6; .@i++ ) { .@class2_1 = ( roclass( eaclass(.@i+1)|EAJL_2_1|EAJL_UPPER ) ); .@class2_2 = ( roclass( eaclass(.@i+1)|EAJL_2_2|EAJL_UPPER ) ); if ( Class != .@class2_1 ) { .@menu$ = .@menu$ + jobname( .@class2_1 ) +":"; .@class[.@t] = .@class2_1; .@t++; } if ( Class != .@class2_2 ) { .@menu$ = .@menu$ + jobname( .@class2_2 ) +":"; .@class[.@t] = .@class2_2; .@t++; } } .@s = select( .@menu$ ) -1; mes "are you sure you want to become "+ jobname( .@class[.@s] ) +" ?"; if ( select( "no", "yes" ) == 2 ) jobchange .@class[.@s]; close; } 1 Quote
Kariton Revolution Posted June 14, 2014 Author Posted June 14, 2014 sir ( im encountering an error 4 example my job is assasin cross and i gonna change job to paladin i got change job to paladin but i can wear an assasin cross item how to fix that thing? ( I think I made a mistake prontera,150,183,5 script test 56,{ .@eac = eaclass(); if ( upper != 1 || .@eac&EAJL_2_1 == 0 && .@eac&EAJL_2_2 == 0 ) { mes "you must be transclass to talk to me"; close; } for ( .@i = 0; .@i < 6; .@i++ ) { .@class2_1 = ( roclass( eaclass(.@i+1)|EAJL_2_1|EAJL_UPPER ) ); .@class2_2 = ( roclass( eaclass(.@i+1)|EAJL_2_2|EAJL_UPPER ) ); if ( Class != .@class2_1 ) { .@menu$ = .@menu$ + jobname( .@class2_1 ) +":"; .@class[.@t] = .@class2_1; .@t++; } if ( Class != .@class2_2 ) { .@menu$ = .@menu$ + jobname( .@class2_2 ) +":"; .@class[.@t] = .@class2_2; .@t++; } } .@s = select( .@menu$ ) -1; mes "are you sure you want to become "+ jobname( .@class[.@s] ) +" ?"; if ( select( "no", "yes" ) == 2 ) jobchange .@class[.@s]; close; } Quote
Question
Kariton Revolution
example
))))))))
Player 1 Job is Paladin player want to change job to Assassin Cross
can anyone make a script like that t
a player can change job what ever he want but only Trans Job can talk to this NPC
SALAMAT
THANKYOU
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.