Autoassigner patch

Fixed autoassigner handler not reading the client's packet properly when using USE_SERVER_AUTOASSIGNER = false.
Updated questid for some drops on the DB.
Added scripts for some quests on the Aran's Full Swing skill questline.
This commit is contained in:
ronancpl
2018-04-18 13:35:42 -03:00
parent 6a63f9d95e
commit 134c34fa58
15 changed files with 256 additions and 70 deletions

View File

@@ -594,9 +594,9 @@ public class Commands {
// stat autoassigning command credited to HeliosMS dev team
case "str":
case "dex":
case "int":
case "luk":
case "dex":
int amount = (sub.length > 1) ? Integer.parseInt(sub[1]) : player.getRemainingAp();
boolean str = sub[0].equalsIgnoreCase("str");
boolean Int = sub[0].equalsIgnoreCase("int");
@@ -764,7 +764,7 @@ public class Commands {
case "goto":
if (sub.length < 2){
player.yellowMessage("Syntax: !goto <map name>");
player.yellowMessage("Syntax: @goto <map name>");
break;
}