Convert quest scripts to Graal
This commit is contained in:
@@ -19,8 +19,6 @@
|
||||
You should have received a copy of the GNU Affero General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
importPackage(Packages.client);
|
||||
importPackage(Packages.config);
|
||||
|
||||
status = -1;
|
||||
|
||||
@@ -47,7 +45,8 @@ function start(mode, type, selection) {
|
||||
|
||||
qm.changeJobById(2100);
|
||||
qm.resetStats();
|
||||
|
||||
|
||||
const YamlConfig = Java.type('config.YamlConfig');
|
||||
if (YamlConfig.config.server.USE_FULL_ARAN_SKILLSET) {
|
||||
qm.teachSkill(21000000, 0, 10, -1); //combo ability
|
||||
qm.teachSkill(21001003, 0, 20, -1); //polearm booster
|
||||
|
||||
Reference in New Issue
Block a user