Help kill mob quest

08/16/2013 19:23 moneywanters#1
Quest for kill mob point when player max 10 level more and less of mobs

my attual quest:

Quote:
PHP Code:
quest kill_mob_quest begin
    state start begin

        when letter begin
            send_letter
("Kill Point")
                     
q.set_counter("Punti Kill "pc.getqf("mobpoint"))
        
end 

        when button 
or info begin
            say_title
("Kill Point")
            
say("")
            
            
say("")
            
say("Punti Kill: "..pc.getqf("mobpoint"))
            
say("")
            
say("")
            
say("")

        
end

        when kill with not npc
.is_pc() begin
                   local mobkill_point 
pc.getqf("mobpoint")+1
            pc
.setqf("mobpoint"mobkill_point
            
end
        end  
    end 


thankx
08/16/2013 20:20 RandomName42#2
[Only registered and activated users can see links. Click Here To Register...]
Gehört da rein.
08/16/2013 21:49 xcuz#3
#closed