summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Dev/bugs.txt35
-rw-r--r--npc/jobs/2-1/wizard.txt10
2 files changed, 35 insertions, 10 deletions
diff --git a/Dev/bugs.txt b/Dev/bugs.txt
index 1f0e9b5b2..55481dbf0 100644
--- a/Dev/bugs.txt
+++ b/Dev/bugs.txt
@@ -234,11 +234,6 @@ Problem: If a char has been saved with non-existing map name
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%
@@ -296,3 +291,33 @@ Problem: [script.c] script command DOEVENT now doesn't work...
I (Lupus) have script-wise solution. But it isn't good! 8((( DOEVENT used to work fine!
Assigned: N/A
Progress: 0%
+
+Problem: Compilers Bug: Some skills don't work under win32 builds
+ e.g. HIDE, CLOACKING, etc (both MOB's and PC's skills)
+ e.g. Whispers can't cloak... Players can't Hide, etc
+ LINUX builds work fine (or maybe 116x fukked them up...)
+ oh yeah, Celest mentoned it
+Assigned: N/A
+Progress: 0%
+
+Problem: Rogues Skill "back stab" works without PREPARING arrows.
+ It consumes arrows, but works even when them aren't prepered (equipped)
+Assigned: N/A
+Progress: 0%
+
+Problem: Party EXP share bug
+ When one member enter, re-enter the server sometimes it happens you
+ can share EXP with memebers of ANY LEVEL.
+Assigned: N/A
+Progress: 0%
+
+Problem: Skill Delays Bug (Hunters)
+ When you use a skill then Equip Another kind of arrows,
+ you can immediately cast another SKILL. (Bind skills on hot keys and... u get a killing machine)
+Assigned: N/A
+Progress: 0%
+
+Problem: Scripts prob
+ We can't use jA's new commands: FOR, WHILE, ELSE, etc
+Assigned: N/A
+Progress: 0%
diff --git a/npc/jobs/2-1/wizard.txt b/npc/jobs/2-1/wizard.txt
index 2879052e9..6b0cbab49 100644
--- a/npc/jobs/2-1/wizard.txt
+++ b/npc/jobs/2-1/wizard.txt
@@ -6,7 +6,7 @@
//= converted by kobra_k88
//= Further bugfixed and tested by Lupus
//===== Current Version: =====================================
-//= 1.3b
+//= 1.3c
//===== Compatible With: =====================================
//= eAthena 1.0
//===== Description: =========================================
@@ -19,6 +19,7 @@
//= v1.3 Rollback from the wrong Kashy's fix
//= 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.)
+//= v1.3c more simplified fire room - removed agressive Desert Wolf. Got it from Freya [Lupus]
//============================================================
@@ -1293,7 +1294,7 @@ OnMyMobDead2:
// Room of Fire ------------------------------------------------------------------------------------------------------------
job_wiz.gat,1,1,1 script FireRm -1,{
set $@WzRm, 3;
- set $@WzMOB, 8;
+ set $@WzMOB, 7;
monster "job_wiz.gat",58,110,"Zerom",1178,1,"FireRm::OnMyMobDead1";
monster "job_wiz.gat",33,110,"Flail Goblin",1123,1,"FireRm::OnMyMobDead1";
monster "job_wiz.gat",40,103,"Scorpion",1001,1,"FireRm::OnMyMobDead1";
@@ -1301,7 +1302,6 @@ job_wiz.gat,1,1,1 script FireRm -1,{
monster "job_wiz.gat",40,92,"Peco Peco",1019,1,"FireRm::OnMyMobDead1";
monster "job_wiz.gat",51,92,"Elder Willow",1033,1,"FireRm::OnMyMobDead1";
monster "job_wiz.gat",37,89,"Metaller",1058,1,"FireRm::OnMyMobDead1";
- monster "job_wiz.gat",54,89,"Desert Wolf",1106,1,"FireRm::OnMyMobDead1";
initnpctimer "TimerWz";
end;
@@ -1318,8 +1318,8 @@ OnTimer2000:
set $@WzMOB, 3;
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",43,99,"Horong",1129,1,"FireRm::OnMyMobDead2";
- monster "job_wiz.gat",45,99,"Frilldora",1119,1,"FireRm::OnMyMobDead2";
+ monster "job_wiz.gat",43,99,"Hode",1127,1,"FireRm::OnMyMobDead2";
+ monster "job_wiz.gat",45,99,"Hode",1127,1,"FireRm::OnMyMobDead2";
setnpctimer 120000, "TimerWz";
startnpctimer "TimerWz";
end;