Item transformation implementation.
Contributed by Index.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user