fixed Wizard job quest
added some bugs reports git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1064 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
a7b8d32eb5
commit
f0692bd788
23
Dev/bugs.txt
23
Dev/bugs.txt
@ -220,10 +220,6 @@ Notes: I *still* need to know which version is the client, because prob
|
|||||||
It would be even better if you could send me the client in question so
|
It would be even better if you could send me the client in question so
|
||||||
i can test it.
|
i can test it.
|
||||||
|
|
||||||
Problem: Ruwatch DOESN't work! But Sight does work.
|
|
||||||
Assigned: N/A
|
|
||||||
Progress: 0%
|
|
||||||
|
|
||||||
Problem: Fire Pillar doesn't consume GEMS!
|
Problem: Fire Pillar doesn't consume GEMS!
|
||||||
Assigned: N/A
|
Assigned: N/A
|
||||||
Progress: 0%
|
Progress: 0%
|
||||||
@ -253,3 +249,22 @@ Problem: Speed hack and other proxy-like hacks
|
|||||||
and ban / kick / log funkers
|
and ban / kick / log funkers
|
||||||
Assigned: N/A
|
Assigned: N/A
|
||||||
Progress: 0%
|
Progress: 0%
|
||||||
|
|
||||||
|
Problem: @addwarp crashes the server
|
||||||
|
Assigned: N/A
|
||||||
|
Progress: 0%
|
||||||
|
|
||||||
|
Problem: @autoloot is screwed. It brings only ONE item. If a mob drops more,
|
||||||
|
the rest items just disappear w/o traces
|
||||||
|
Assigned: N/A
|
||||||
|
Progress: 0%
|
||||||
|
|
||||||
|
Problem: [item exploit] Trade Window + Blacksmith's/Alchemyst's MAKE skills -> item exploit
|
||||||
|
Assigned: N/A
|
||||||
|
Progress: 0%
|
||||||
|
|
||||||
|
Problem: New Guilds Active Skills Abuse. You call 1st skill, then call 2nd and NOW, without dalay of 30 min (or whatever)
|
||||||
|
you can AGAIN call the 1st skill... So there's no time limit... etc.
|
||||||
|
Assigned: N/A
|
||||||
|
Progress: 0%
|
||||||
|
|
||||||
|
@ -34,6 +34,9 @@ Other Ppl
|
|||||||
|
|
||||||
Date Added
|
Date Added
|
||||||
======
|
======
|
||||||
|
10/02
|
||||||
|
* Fixed Wizard job quest (made only one agressive mob in the last room) [Lupus]
|
||||||
|
|
||||||
01/10
|
01/10
|
||||||
* Fixed some typos and exploits in the Blacksmith and Hunter job quest,
|
* Fixed some typos and exploits in the Blacksmith and Hunter job quest,
|
||||||
thanks to Riotblade and nonox
|
thanks to Riotblade and nonox
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
//= converted by kobra_k88
|
//= converted by kobra_k88
|
||||||
//= Further bugfixed and tested by Lupus
|
//= Further bugfixed and tested by Lupus
|
||||||
//===== Current Version: =====================================
|
//===== Current Version: =====================================
|
||||||
//= 1.3a
|
//= 1.3b
|
||||||
//===== Compatible With: =====================================
|
//===== Compatible With: =====================================
|
||||||
//= eAthena 1.0
|
//= eAthena 1.0
|
||||||
//===== Description: =========================================
|
//===== Description: =========================================
|
||||||
@ -18,6 +18,7 @@
|
|||||||
//= v1.2 Changed global variable names to unique ones.
|
//= v1.2 Changed global variable names to unique ones.
|
||||||
//= v1.3 Rollback from the wrong Kashy's fix
|
//= v1.3 Rollback from the wrong Kashy's fix
|
||||||
//= v1.3a Fixed issue with duplicating monsters thx to Bison.[kobra_k88]
|
//= v1.3a Fixed issue with duplicating monsters thx to Bison.[kobra_k88]
|
||||||
|
//= v1.3b changed one Horong to Frilldora (now 3rd room contains 1 agressive mob.)
|
||||||
//============================================================
|
//============================================================
|
||||||
|
|
||||||
|
|
||||||
@ -1318,7 +1319,7 @@ OnTimer2000:
|
|||||||
areaannounce "job_wiz.gat", 30, 82, 61, 113, "[Test Guide]: You now must defeat the door gaurds! Hurry!.",8;
|
areaannounce "job_wiz.gat", 30, 82, 61, 113, "[Test Guide]: You now must defeat the door gaurds! Hurry!.",8;
|
||||||
monster "job_wiz.gat",44,99,"Greatest General",1277,1,"FireRm::OnMyMobDead2";
|
monster "job_wiz.gat",44,99,"Greatest General",1277,1,"FireRm::OnMyMobDead2";
|
||||||
monster "job_wiz.gat",43,99,"Horong",1129,1,"FireRm::OnMyMobDead2";
|
monster "job_wiz.gat",43,99,"Horong",1129,1,"FireRm::OnMyMobDead2";
|
||||||
monster "job_wiz.gat",45,99,"Horong",1129,1,"FireRm::OnMyMobDead2";
|
monster "job_wiz.gat",45,99,"Frilldora",1119,1,"FireRm::OnMyMobDead2";
|
||||||
setnpctimer 120000, "TimerWz";
|
setnpctimer 120000, "TimerWz";
|
||||||
startnpctimer "TimerWz";
|
startnpctimer "TimerWz";
|
||||||
end;
|
end;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user