Nume: -
Descriere: -
Imagini: -
Quest/arma/armura/etc: Quest
Download(Opţional):


Code:
 quest grad_modul_liber begin
   state start begin
      when kill with npc.is_pc() begin
       if pc.get_alignment() < 500 then
       syschat("Ai primit grad maxim.Renunta totusi la modul 'Liber'.")       
       pc.change_alignment(120000)
       end
      end
   end
end