Skip to content

Commit

Permalink
atualização pasta npc e pasta db
Browse files Browse the repository at this point in the history
  • Loading branch information
JulioCF committed Apr 20, 2019
1 parent 0066356 commit c38fd44
Show file tree
Hide file tree
Showing 23 changed files with 39,404 additions and 10,235 deletions.
2 changes: 1 addition & 1 deletion db/re/item_cash_db.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
//1,12259,10000//Medicina Milagrosa
//4,2573,5000//Archangel_Wing
//4,2589,7000//Fallen Angel Wing
4,2576,7000//Adventurer's Backpack
//4,2576,7000//Adventurer's Backpack

1,12900,3000//Battle Manual Box[10]
1,12902,3000//Bubble Gum Box[10]
Expand Down
19,265 changes: 9,622 additions & 9,643 deletions db/re/item_db.txt

Large diffs are not rendered by default.

12,584 changes: 12,584 additions & 0 deletions db/re/item_db_re.txt

Large diffs are not rendered by default.

56 changes: 28 additions & 28 deletions db/re/mob_db.txt

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion npc/custom/resetnpc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
//============================================================
prontera,150,193,4 script Reset Girl 124,{
// Skills, Stats, Both, Limit
setarray .@Reset, 500000, 500000, 900000, 5;
setarray .@Reset, 50000, 50000, 90000, 5;
mes "[Reset Girl]";
if(.@Reset[3] && reset_limit > .@Reset[3]) {
mes "Sorry you can only reset "+callfunc("F_InsertPlural",.@Reset[3],"time")+" in your life.";
Expand Down
1 change: 1 addition & 0 deletions npc/custom/servidor/utilidades.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
prontera,146,185,4 shop Utilidades Kafra 116,501:-1,502:-1,503:-1,504:-1,506:-1,645:-1,656:-1,657:-1
15 changes: 10 additions & 5 deletions npc/jobs/2-1/pt-br/knight.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
//= 3.3 Fixed missing changequest. [Joseph]
//============================================================
// traduzido pt-br por Weed0 para SOCERO
// Revisado por [HD Scripts] em 08/04/2019

prt_in,88,101,4 script Chefe dos Cavaleiros#knt 56,{
mes "[Chefe dos Cavaleiros]";
Expand Down Expand Up @@ -1255,7 +1256,8 @@ OnInit:

OnEnable:
enablenpc "Knight1";
if (!RENEWAL) {
//if (!RENEWAL) {
if (!checkre(0)) {
.MyMobs = 12;
monster "job_knt",39,150,"Poeira",1114,1,"Knight1::OnMyMobDead";
monster "job_knt",47,150,"Poeira",1114,1,"Knight1::OnMyMobDead";
Expand Down Expand Up @@ -1321,7 +1323,8 @@ OnInit:

OnEnable:
enablenpc "Cavaleiro2";
if (!RENEWAL) {
//if (!RENEWAL) {
if (!checkre(0)) {
.MyMobs = 12;
monster "job_knt",43,42,"Lobo do Deserto",1106,1,"Cavaleiro2::OnMyMobDead";
monster "job_knt",43,62,"Lobo do Deserto",1106,1,"Cavaleiro2::OnMyMobDead";
Expand Down Expand Up @@ -1386,7 +1389,8 @@ OnInit:

OnEnable:
enablenpc "Cavaleiro3";
if (!RENEWAL) {
//if (!RENEWAL) {
if (!checkre(0)) {
.MyMobs = 7;
monster "job_knt",147,167,"Goblin Arqueiro",1258,1,"Cavaleiro3::OnMyMobDead";
monster "job_knt",136,158,"Goblin � Vapor",1280,1,"Cavaleiro3::OnMyMobDead";
Expand All @@ -1408,7 +1412,7 @@ OnDisable:

OnMyMobDead:
--.MyMobs;
if (.MeusMonstros < 1) {
if (.MyMobs < 1) {
mes "[Cavaleiro das Lutas]";
mes "...";
next;
Expand Down Expand Up @@ -1612,6 +1616,7 @@ prt_in,69,107,6 script Cavaleira Educada#cav 4_F_JOB_KNIGHT,{
close;
}
}
mes "[Cavaleira Educada]";
mes "Voc� � um cavaleiro e voc� est� procurando por um grupo em Morroc.";
mes "Como � que voc� vai fazer para encontrar?";
next;
Expand Down Expand Up @@ -1662,7 +1667,7 @@ prt_in,69,107,6 script Cavaleira Educada#cav 4_F_JOB_KNIGHT,{
mes "O que voc� deve";
mes "fazer para vender seu item?";
next;
if (select("Grito bem alto para todos.: Abro uma sala de e espero.:Anuncio perguntando se h� algu�m que esteja interessado na compra.") == 3)
if (select("Grito bem alto para todos.:Abro uma sala de e espero.:Anuncio perguntando se h� algu�m que esteja interessado na compra.") == 3)
.@knight_t += 10;
mes "[Cavaleira Educada]";
mes "Enquanto voc� est� esperando,";
Expand Down
989 changes: 497 additions & 492 deletions npc/jobs/2-1/pt-br/wizard.txt

Large diffs are not rendered by default.

Loading

0 comments on commit c38fd44

Please sign in to comment.