Frank Arkero Posted May 22, 2013 Report Share Posted May 22, 2013 hola buenas mi quest de npc no da lvl ---------------------------------------------------- local item =select ("Libro caballo Militar" , "Anillo Teletransportador" , "Quinto Bonus" , "Regalo lvl" , "Cancelar") if item == 1 then setskin ( NOWINDOW ) pc . give_item2 ( "50053" , 1 ) elseif item == 2 then setskin ( NOWINDOW ) pc . give_item2 ( "70007" , 1 ) elseif item == 3 then setskin ( NOWINDOW ) pc . give_item2 ( "70024" , 1 ) elseif item ==4 then pc . get_level (120000000) elseif item == 5 then return end ------------------------------------ gracias Link to comment Share on other sites More sharing options...
Yori Posted May 22, 2013 Report Share Posted May 22, 2013 cambia pc.get_level por pc.give_exp2 Saludos Frank Arkero 1 Link to comment Share on other sites More sharing options...
Frank Arkero Posted May 22, 2013 Author Report Share Posted May 22, 2013 cambia pc.get_level por pc.give_exp2 Saludos me funciona jeje muchas gracias hay tu +1 otra pregunta cual es el yang? Link to comment Share on other sites More sharing options...
Recommended Posts