L2JMobius

C6 Warsmith

tevsko · 7 · 5700

Offline tevsko

  • Knight
  • ***
    • Posts: 96
    • L2Babylon
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


Online Mobius

  • Distinguished King
  • *****
    • Posts: 16035
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;
  }



Online Mobius

  • Distinguished King
  • *****
    • Posts: 16035
Prety sure that this fixes the issue.


Offline tevsko

  • Knight
  • ***
    • Posts: 96
    • L2Babylon
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?


Online Mobius

  • Distinguished King
  • *****
    • Posts: 16035
That could work.
But it will skip htmls.
I do not get why my patch does not work for you.


Offline tevsko

  • Knight
  • ***
    • Posts: 96
    • L2Babylon
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.