@.Avenue™,
Funktioniert nicht.. (Aber trotzdem ein Thanks!)
PHP Code:
quest expkill begin
state start begin
when kill with npc.is_pc() == false and pc.get_map_index() == INDEXGELBESREICH or pc.get_map_index() == INDEXBLAUESREICH or pc.get_map_index() == INDEXROTESREICH begin
pc.give_exp2(pc.get_next_exp()/4)
end
end
end