diff options
author | Dastgir <dastgirpojee@rocketmail.com> | 2015-12-10 15:32:29 +0530 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-12-18 05:13:35 +0100 |
commit | ecb934ebba6ac3fbd35d8816c1802f0d134ef4ac (patch) | |
tree | cf40d3e0bbc9b312e988881b203e96eb515e8299 /npc/other/poring_war.txt | |
parent | 3aa8abd848f1570d514148b311b25871378d2e2d (diff) | |
download | hercules-ecb934ebba6ac3fbd35d8816c1802f0d134ef4ac.tar.gz hercules-ecb934ebba6ac3fbd35d8816c1802f0d134ef4ac.tar.bz2 hercules-ecb934ebba6ac3fbd35d8816c1802f0d134ef4ac.tar.xz hercules-ecb934ebba6ac3fbd35d8816c1802f0d134ef4ac.zip |
ItemID to Constant: other Folder
Diffstat (limited to 'npc/other/poring_war.txt')
-rw-r--r-- | npc/other/poring_war.txt | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/npc/other/poring_war.txt b/npc/other/poring_war.txt index a4656f69e..0515cab67 100644 --- a/npc/other/poring_war.txt +++ b/npc/other/poring_war.txt @@ -60,7 +60,7 @@ prt_fild08,159,371,3 script Poring War Recruiter#wop 4_PORING,{ mes "[Poring]"; mes "Oh, and there's an entrance fee of 500 zeny, ring."; mes "Have a good time, ring."; - delitem 7773,countitem(7773); + delitem 7773,countitem(War_Badge); Zeny -= 500; close2; warp "poring_w01",112,138; @@ -87,7 +87,7 @@ prt_fild08,159,371,3 script Poring War Recruiter#wop 4_PORING,{ //== Poring Vending Machine ================================ poring_w01,100,97,3 script Poring Vending Machine#w 4_PORING,{ - if (checkweight(714,3) == 0) { + if (checkweight(Emperium,3) == 0) { mes "- You are carrying too much items in order to use the Vending Machine. -"; close; } @@ -142,7 +142,7 @@ poring_w01,100,97,3 script Poring Vending Machine#w 4_PORING,{ mes "1 of 7 diffeent kinds of figures will be selected."; next; if(select("Draw:Cancel") == 1) { - if (countitem(7539) >= 50) { + if (countitem(Poring_Coin) >= 50) { mes "Insert the Poring coin and pull the lever."; mes "Click~ The item came out of the mouth of the Poring with a rumbling sound."; mes "What could it be?"; @@ -157,7 +157,7 @@ poring_w01,100,97,3 script Poring Vending Machine#w 4_PORING,{ default: .@Random_Figure = 2765; break; // Novice_Figure } mes "A nice " + getitemname(.@Random_Figure) + "."; - delitem 7539,50; // Poring_Coin + delitem Poring_Coin,50; // Poring_Coin getitem .@Random_Figure,1; close; } else { @@ -227,9 +227,9 @@ poring_w01,100,97,3 script Poring Vending Machine#w 4_PORING,{ end; S_PoringVending: - if (countitem(7539) >= getarg(1)) { + if (countitem(Poring_Coin) >= getarg(1)) { mes "Click~ The item came out of the mouth of the Poring with a rumbling sound."; - delitem 7539,getarg(1); // Poring_Coin + delitem Poring_Coin,getarg(1); // Poring_Coin getitem getarg(0),1; } else { mes "Not enough coins."; @@ -239,7 +239,7 @@ S_PoringVending: //== Information =========================================== poring_w01,96,97,3 script Sweet Devi#wop 4_DEVIRUCHI,{ - if (MaxWeight-Weight < 2000 || checkweight(1201,1) == 0) { + if (MaxWeight-Weight < 2000 || checkweight(Knife,1) == 0) { mes "- Wait a minute !! -"; mes "- Currently you're carrying -"; mes "- too many items with you. -"; @@ -326,7 +326,7 @@ OnPCLogoutEvent: WoP_SaveMap_X = 0; WoP_SaveMap_Y = 0; } - delitem 7773,countitem(7773); + delitem 7773,countitem(War_Badge); wop_team = 0; } end; @@ -635,7 +635,7 @@ OnTimer65000: //== Mr. Doppel ============================================ poring_w02,26,181,3 script Mr. Doppel#wop_team_a 8_DOPPEL,{ - if (checkweight(714,3) == 0) { + if (checkweight(Emperium,3) == 0) { mes "- Wait a minute !! -"; mes "- Currently you're carrying -"; mes "- too many items with you. -"; @@ -674,7 +674,7 @@ poring_w02,26,181,3 script Mr. Doppel#wop_team_a 8_DOPPEL,{ case 2: mes "[Mr. Doppel]"; mes "Very well. Nice you have done everything on time."; - delitem 7773,countitem(7773); + delitem 7773,countitem(War_Badge); close2; wop_team = 0; warp "poring_w02",44,82; @@ -685,7 +685,7 @@ poring_w02,26,181,3 script Mr. Doppel#wop_team_a 8_DOPPEL,{ mes "[Mr. Doppel]"; mes "Right. I'm gonna send you to the battle staging area."; mes "Wait for all the other party members there."; - delitem 7773,countitem(7773); + delitem 7773,countitem(War_Badge); close2; wop_team = 0; warp "poring_w02",44,82; @@ -766,7 +766,7 @@ OnDisable: } poring_w02,170,181,3 script Mr. Doppel#wop_team_d 8_DOPPEL,{ - if (checkweight(714,3) == 0) { + if (checkweight(Emperium,3) == 0) { mes "- Wait a minute !! -"; mes "- Currently you're carrying -"; mes "- too many items with you. -"; @@ -805,7 +805,7 @@ poring_w02,170,181,3 script Mr. Doppel#wop_team_d 8_DOPPEL,{ case 2: mes "[Mr. Doppel]"; mes "Very well. Nice you have done everything on time."; - delitem 7773,countitem(7773); + delitem 7773,countitem(War_Badge); close2; wop_team = 0; warp "poring_w02",153,82; @@ -815,7 +815,7 @@ poring_w02,170,181,3 script Mr. Doppel#wop_team_d 8_DOPPEL,{ mes "[Mr. Doppel]"; mes "Right. I'm gonna send you to the battle staging area."; mes "Wait for all the other party members there."; - delitem 7773,countitem(7773); + delitem 7773,countitem(War_Badge); close2; wop_team = 0; warp "poring_w02",153,82; @@ -1228,7 +1228,7 @@ OnTimer120000: //== Deviruchi ============================================= poring_w02,99,201,3 script Deviruchi#wop_endmaster 4_DEVIRUCHI,{ - if (MaxWeight-Weight < 2000 || checkweight(1201,1) == 0) { + if (MaxWeight-Weight < 2000 || checkweight(Knife,1) == 0) { mes "- Wait a minute !! -"; mes "- Currently you're carrying -"; mes "- too many items with you. -"; @@ -1249,7 +1249,7 @@ poring_w02,99,201,3 script Deviruchi#wop_endmaster 4_DEVIRUCHI,{ mes "[Devi]"; mes "Goodbye, my human friend."; close2; - getitem 7539,3; // Poring_Coin + getitem Poring_Coin,3; // Poring_Coin warp "prt_fild08",150,370; end; } @@ -1275,7 +1275,7 @@ poring_w02,99,201,3 script Deviruchi#wop_endmaster 4_DEVIRUCHI,{ mes "[Devi]"; mes "Goodbye, my human friend."; close2; - getitem 7539,1; // Poring_Coin + getitem Poring_Coin,1; // Poring_Coin warp "prt_fild08",150,370; end; } @@ -1330,7 +1330,7 @@ poring_w02,99,201,3 script Deviruchi#wop_endmaster 4_DEVIRUCHI,{ mes "[Devi]"; mes "Goodbye, my human friend."; close2; - getitem 7539,3; // Poring_Coin + getitem Poring_Coin,3; // Poring_Coin warp "prt_fild08",150,370; end; } @@ -1356,7 +1356,7 @@ poring_w02,99,201,3 script Deviruchi#wop_endmaster 4_DEVIRUCHI,{ mes "[Devi]"; mes "Goodbye, my human friend."; close2; - getitem 7539,1; // Poring_Coin + getitem Poring_Coin,1; // Poring_Coin warp "prt_fild08",150,370; end; } @@ -1470,10 +1470,10 @@ poring_w02,99,52,0 script Angeling Guardian#wop_da HIDDEN_NPC,{ next; switch(select("Equip War Badge.:Cancel.")) { case 1: - if (countitem(7773)) { + if (countitem(War_Badge)) { if ($@wop_doorcount_a < 4) { mes "War Badge equipped."; - delitem 7773,1; // War_Badge + delitem War_Badge,1; // War_Badge ++$@wop_doorcount_a; cutin "wop_emb0" + $@wop_doorcount_a,1; if ($@wop_doorcount_a == 4) { @@ -1567,10 +1567,10 @@ poring_w02,98,113,0 script Deviling Guardian#wop_dd HIDDEN_NPC,{ next; switch(select("Equip War Badge.:Cancel.")) { case 1: - if (countitem(7773)) { + if (countitem(War_Badge)) { if ($@wop_doorcount_d < 4) { mes "War Badge equipped."; - delitem 7773,1; // War_Badge + delitem War_Badge,1; // War_Badge ++$@wop_doorcount_d; cutin "wop_emb0" + $@wop_doorcount_d,1; if ($@wop_doorcount_d == 4) { |