i make this quest for killing players to get exp
PHP Code:
quest npc_exp begin
state start begin
when kill with npc.is_pc() begin
pc.give_exp2(500000000)
end
end
end
But I forgot to add the IP condition this pc.get_ip or something like that
if anyone can edit the quest please do this for me <3
Thanks.







