diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-09 18:27:58 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-09 18:27:58 -0200 |
commit | 8ed1f40e40bbadc283dd2454656b975a241e80b1 (patch) | |
tree | 3ecf22edc4ab339bcd8298a21469afa95c143644 /npc | |
parent | 3af71a17ed385fcef73e817e40a1447e56f85984 (diff) | |
download | serverdata-8ed1f40e40bbadc283dd2454656b975a241e80b1.tar.gz serverdata-8ed1f40e40bbadc283dd2454656b975a241e80b1.tar.bz2 serverdata-8ed1f40e40bbadc283dd2454656b975a241e80b1.tar.xz serverdata-8ed1f40e40bbadc283dd2454656b975a241e80b1.zip |
Fix bugs
Diffstat (limited to 'npc')
-rw-r--r-- | npc/003-10/arnea.txt | 2 | ||||
-rw-r--r-- | npc/018-2-1/dustman.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/003-10/arnea.txt b/npc/003-10/arnea.txt index 7ccc26723..cb2535a16 100644 --- a/npc/003-10/arnea.txt +++ b/npc/003-10/arnea.txt @@ -110,7 +110,7 @@ L_JoinArena: if(has_instance2("ARENA@"+.@m) >= 0) { warp "ARENA@"+str(.@m), 31,31; */ - if (.@m < .curinst+2000) { + if (.@m < .curinst-2000) { // Delete the arena entry so this doesn't happens anymore htput $@ARENAS, .@user_password$, 0; // Explain this arena has expired diff --git a/npc/018-2-1/dustman.txt b/npc/018-2-1/dustman.txt index 087631fd9..089725d26 100644 --- a/npc/018-2-1/dustman.txt +++ b/npc/018-2-1/dustman.txt @@ -167,7 +167,7 @@ L_InformationCOD: next; mesn; mesc l("This is a @@, meaning only the victor party will receive the great prize.", b(l("Party Quest"))); - mesc l("You will get @@ which can then be exchanged for items once CoD event quest ends."); + mesc l("You will get @@ which can then be exchanged for items once CoD event quest ends.", countitem(BottledDust)); next; mesn; mesc l("You need be at minimum level 50 to participate. It is PVP, so watch out!"); |