Quest [Quest]Block exp

Stato
Discussione chiusa ad ulteriori risposte.

NegimaSora

Utente Gold
11 Maggio 2015
374
51
61
211
Ultima modifica da un moderatore:
il codice:
-------------------

Codice:
-----------------------------------
Metin2
-----------------------------------
quest anti_exp begin
   state start begin
      when kill with pc.getqf("exp_block")==1 and not npc.is_pc() begin
         if pc.get_exp()>10000 then
            pc.give_exp2(-pc.get_exp())
         end
      end
      when 70023.use with pc.getqf("exp_block")==0 begin
         chat("Non riceverai piu exp.)        
         pc.setqf("exp_block", 1)        
      end
      when 70023.use with pc.getqf("exp_block")==1 begin
         chat("Riceverai exp")
         pc.setqf("exp_block", 0)
      end
   end
end
--------------------------------------------------------------------------------------------------
Tutorial instalare:
Create un notepad copiate il codice sopra riportato dopo
salvate con nome.quest
dopo lo mettete in fillezila o winscap dopo fate click destra e date i permessi 777
dopo nella console vi logate e scrivete
cd /usr/home/game/share/locale/germany/quest [ENTER]
dopo scrivete ./qc nome.quest (nome del quest )
dopo vi logate sul gioco e scrivete /reload q
P.S anche se siete logati potete farlo ...
 
Stato
Discussione chiusa ad ulteriori risposte.