L2JMobius

Free Users => Bug Reports => Topic started by: tevsko on June 22, 2020, 12:34:34 PM

Title: Warsmith
Post by: tevsko on June 22, 2020, 12:34:34 PM
I have made the 3 searches for the second change of profession of (Artisan may change to a Warsmith) but it does not make the change

https://ibb.co/b5YjfP6
https://ibb.co/J7kT12R
https://ibb.co/Rg34vvD
https://ibb.co/v18M1RX
https://ibb.co/mcJCLPz
Title: Re: Warsmith
Post by: Mobius on June 23, 2020, 03:52:42 AM
Try this.
Code: [Select]
Index: dist/game/data/scripts/village_master/SecondClassChange/SecondClassChange.java
===================================================================
--- dist/game/data/scripts/village_master/SecondClassChange/SecondClassChange.java (revision 7322)
+++ dist/game/data/scripts/village_master/SecondClassChange/SecondClassChange.java (working copy)
@@ -460,7 +460,6 @@
  }
  break;
  }
- st.exitQuest(true);
 
  return htmltext;
  }
Title: Re: Warsmith
Post by: tevsko on June 23, 2020, 08:56:31 AM
It didn't work, :'(
Title: Re: Warsmith
Post by: Mobius on June 23, 2020, 11:31:15 AM
Prety sure that this fixes the issue.
Title: Re: Warsmith
Post by: tevsko on June 23, 2020, 12:24:34 PM
thanks for replying so soon, i compiled everything from scratch and it doesn't work, and replaced
Code: [Select]
<a action="bypass -h Quest SecondClassChange master_dwarf-06.htm"> Warsmith </a>
with this
<a action = "bypass - h Quest SecondClassChange WS"> Change occupations to a Warsmith. </a> <br>
to see if you make the change and you don't,
any new suggestions?
Title: Re: Warsmith
Post by: Mobius on June 28, 2020, 04:09:58 AM
That could work.
But it will skip htmls.
I do not get why my patch does not work for you.
Title: Re: Warsmith
Post by: tevsko on June 28, 2020, 08:14:43 AM
Sorry for not answering before, for lack of time I did not remember, but I have tried it many times in a different way and detected that my character did not allow to make the change of prophecy, so I created 20 different characters and I was testing class by class to see if there is some error and I have not had it, thanks for your help, it is seen that it was my main character's error that I still do not understand the reason, but the other accounts worked very well, the orc and human classes in testing were still pending In the 2nd profession, for now everything works well, if I find another detail, I will announce it.