ClassMaster support for new classes.

This commit is contained in:
MobiusDevelopment
2021-11-17 22:42:10 +00:00
parent 2d353a635c
commit 9e39c83dfe
11 changed files with 65 additions and 0 deletions

View File

@@ -501,6 +501,11 @@ public class ClassMaster extends AbstractNpcAI implements IXmlReader
htmltext = "test_server_helper026m.html";
break;
}
case SYLPH_GUNNER:
{
htmltext = "test_server_helper026n.html";
break;
}
}
}
}
@@ -693,6 +698,11 @@ public class ClassMaster extends AbstractNpcAI implements IXmlReader
htmltext = "test_server_helper020h.html";
break;
}
case SHARPSHOOTER:
{
htmltext = "test_server_helper020i.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 210">Wind Sniper!</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 209">"Sharpshooter!"</Button>
</body></html>