Item transformation implementation.

Contributed by Index.
This commit is contained in:
MobiusDevelopment
2022-05-16 10:30:34 +00:00
parent fedd97659d
commit 78bd8eabd2
107 changed files with 8408 additions and 38 deletions

View File

@@ -204,6 +204,13 @@ public class GameAssistant extends AbstractNpcAI
}
break;
}
case "items_conversion":
{
// TODO: Add to html.
// player.setTarget(player);
// player.sendPacket(new ExShowUpgradeSystemNormal(1, 1));
break;
}
}
return htmltext;
}