|
@@ -3,7 +3,7 @@
|
|
|
//===== By: ==================================================
|
|
|
//= kobra_k88
|
|
|
//===== Current Version: =====================================
|
|
|
-//= 2.6
|
|
|
+//= 2.7
|
|
|
//===== Compatible With: =====================================
|
|
|
//= eAthena SVN
|
|
|
//===== Description: =========================================
|
|
@@ -18,6 +18,7 @@
|
|
|
//= 2.4c Corrected a Typo error ";;" and a typo error with "rouge". (bugreport:909) [Samuray22]
|
|
|
//= 2.5 Added dummy "OnMyMobDead" labels. (bugreport:1100) [L0ne_W0lf]
|
|
|
//= 2.6 Fixed a few bugs in the Rogue Guildsman. [L0ne_W0lf]
|
|
|
+//= 2.7 Fixed a bug on Markie question 5, bugreport:1600 [Brainstorm]
|
|
|
//============================================================
|
|
|
|
|
|
morocc,100,104,1 script Thug#rg 118,{
|
|
@@ -232,7 +233,7 @@ in_rogue,363,122,4 script Rogue Guildsman#rg 747,{
|
|
|
mes "[Markie]";
|
|
|
mes "5. Choose the skill that you can learn at Level 5 ^880000Divest Helm^000000.";
|
|
|
next;
|
|
|
- if (select("^880000Envenom^000000:^880000Strip Tease^000000:^880000Venom Splasher^000000:^880000Divest Shield^000000") == 1)
|
|
|
+ if (select("^880000Envenom^000000:^880000Strip Tease^000000:^880000Venom Splasher^000000:^880000Divest Shield^000000") == 4)
|
|
|
set .@assassin_t,.@assassin_t+10;
|
|
|
|
|
|
mes "[Markie]";
|