Jump to content

Ayuda tengo un problemas de quest :D


Recommended Posts

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

  • Dilong locked this topic
Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...