- 1 Agosto 2010
- 1.247
- 0
- Miglior risposta
- 0
--Expa dal tuo nemico!
quest Expa dal tuo nemico! begin
state start begin
when kill with npc.is_pc() and pc.level >= 30 and npc.get_empire() ~= pc.get_empire() begin
pc.give_exp2(100000)
pc.changegold(250000)
v = math.random(1,255)
if v == 1 then
pc.give_item2(, 1)
return
end
Create file php che si chiami: ExpNemico.quest , poi mettete dentro lo script e modificate come volete.. Poi lo mettete in : /usr/rain,game/channel/share_data/locale/hongkong/quest
Poi andate sulla macchina e mettete: cd /usr/rain/channel/share_data/locale/hongkong/quest
Poi: ./qc ExpNemico.quest
Fonte: PcGenius ma guida modificata interamente da me.
Ultima modifica: