Name: Michael
Age: 15
Location: Queensland,Australia
Request InGame Name: MiniRadi
Experience - Programs
MySQL, Navicat, MYSQL QUERY BROWSER, DXWND, HaRepacker, NetBeans, Hamachi, HEX WorkShop
Experience - Coding/Proff
Recompiling Of Server Files(Odinms.jar):
Yes / Open NetBeans, Select SRC folder, than jar files, Press F11 to complete, move Odinms.jar into Dist.
NPC Placement
Yes / Create a !npc commmand in Commands.java, than recompile. Or..
Place NPC in XML files.
Creating "!" Commands:
Learning /
Editing NPC:
Yes / INSERT INTO shop(`shopid`, `npcid`)VALUES(100, 2042004);
Pretty Self Explanatory..sql insert
than select shop ....faces, hats, etc
Experience - GM
Yes Owner of 15 Servers (ill name sone of them)SydneyMs was merged with my server, Combatmaple, ForgottenStory, DarkAngelMs, DarkAgeMs
Age: 15
Location: Queensland,Australia
Request InGame Name: MiniRadi
Experience - Programs
MySQL, Navicat, MYSQL QUERY BROWSER, DXWND, HaRepacker, NetBeans, Hamachi, HEX WorkShop
Experience - Coding/Proff
Recompiling Of Server Files(Odinms.jar):
Yes / Open NetBeans, Select SRC folder, than jar files, Press F11 to complete, move Odinms.jar into Dist.
NPC Placement
Yes / Create a !npc commmand in Commands.java, than recompile. Or..
Place NPC in XML files.
Creating "!" Commands:
Learning /
- Code:
MapleCharacter player = c.getPlayer();
if (splitted[0].equals("!lowhp")) {
player.setHp(1);
player.setMp(500);
player.updateSingleStat(MapleStat.HP, 1);
player.updateSingleStat(MapleStat.MP, 500);
Editing NPC:
Yes / INSERT INTO shop(`shopid`, `npcid`)VALUES(100, 2042004);
Pretty Self Explanatory..sql insert
- Code:
function start() {
cm.sendSimple ("Hello, please choose your category.\r\n#L0#Capes#l\r\n#L1#Shop#l");
}
function action(mode, type, selection) {
cm.dispose();
if (selection == 0) {
cm.openShop (100);
than select shop ....faces, hats, etc
Experience - GM
Yes Owner of 15 Servers (ill name sone of them)SydneyMs was merged with my server, Combatmaple, ForgottenStory, DarkAngelMs, DarkAgeMs