Chorlo Aprendizaje [1]
Cantidad de envíos : 44 Edad : 30 Fecha de inscripción : 07/12/2008
| Tema: Aumentar Exp y oro en el server [0.12.x] Dom Dic 07, 2008 7:15 am | |
| buscamos en el VB estas 2 lineas - Código:
-
Npclist(NpcIndex).GiveEXP = val(GetVar(npcfile, "NPC" & NpcNumber, "GiveEXP")) - Código:
-
Npclist(NpcIndex).GiveGLD = val(Leer.GetValue("NPC" & NpcNumber, "GiveGLD")) y si queremos q sea exp y oro por 10 ponemos - Código:
-
Npclist(NpcIndex).GiveEXP = val(GetVar(npcfile, "NPC" & NpcNumber, "GiveEXP")) *10 Y - Código:
-
Npclist(NpcIndex).GiveGLD = val(Leer.GetValue("NPC" & NpcNumber, "GiveGLD")) *10 NOTA Para q funcionen esas lineas estan 2 veses repetias por eso modifiquen las 2 de exp y las 2 de orosi tienen una duda digan q respondo | |
|