Addition of Vanguard classes to ClassMaster.

This commit is contained in:
MobiusDevelopment
2022-09-01 04:43:07 +00:00
parent e3f9c52e05
commit 7447c57a57
3 changed files with 18 additions and 0 deletions

View File

@@ -506,6 +506,11 @@ public class ClassMaster extends AbstractNpcAI implements IXmlReader
htmltext = "test_server_helper026n.html";
break;
}
case ORC_LANCER:
{
htmltext = "test_server_helper026o.html";
break;
}
}
}
}
@@ -703,6 +708,11 @@ public class ClassMaster extends AbstractNpcAI implements IXmlReader
htmltext = "test_server_helper020i.html";
break;
}
case RIDER:
{
htmltext = "test_server_helper020j.html";
break;
}
}
}
}

View File

@@ -0,0 +1,4 @@
<html><body>Test Server Helper:<br>
To which class do you wish to transfer?<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest ClassMaster setclass 219">Dragoon!</Button>
</body></html>

View File

@@ -0,0 +1,4 @@
<html><body>Test Server Helper:<br>
To which class do you wish to transfer?<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest ClassMaster setclass 218">"Rider!"</Button>
</body></html>