Jump to content

Recommended Posts

Posted

Alguien tiene alguna quest hecha q al entrar al serve por primera vez te de lvl 250??? yo modifique la give_basic_weapon.quest cn varias guias q vi por aca en el foro pero en mis files no se cambia la quest no se que pasa... y aparte la elimino por completa la give_basic_weapon.quest y sigue dando los items iniciales y eso q hago los reload Q .. alguna solucion? o alguien me pasa alguna hecha cn el lvl 250 ?? uso los files de arthur.Salu2s 

Posted
quest experiencia begin	state start begin		when login with pc.get_level() == 1 and pc.count_item(20027) == 1 begin			pc.give_exp2("999999999999")			chat("Haz recibido lvl 250 satisfactoriamente.")		end	endend

Algo así .. Espero +1

Posted
quest experiencia begin	state start begin		when login with pc.get_level() == 1 and pc.count_item(20027) == 1 then begin			pc.give_exp2(999999999999)			chat("Haz recibido lvl 250 satisfactoriamente.")		end	endend

Algo así .. Espero +1

 

Creo q el codigo tiene algo malo o le falta algo :S

Posted

Arreglada!.

También podías usar while en vez de pc.give_exp.
quest experiencia begin	state start begin		when login begin			while pc.level < 250 do				pc.give_exp2(pc.get_next_exp())			end		end	endend
  • 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...

Important Information

This site uses cookies to enhance your browsing experience and provide relevant content. By continuing to browse, you agree to our We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. and Terms of Use. For more information on how we protect your data, please check our Privacy Policy.