SnailMS
Would you like to react to this message? Create an account in a few clicks or log in to continue.

[coder app]Rice

+2
^Rice^
Andrew
6 posters

Go down

[coder app]Rice Empty [coder app]Rice

Post by Rice Wed Nov 04, 2009 2:40 am

Name:Darasu Akaji
Age: 12
IGN: Rice
Experiences:
well if you mean what server was i a GM/Coder in, then


Examples:
okay, these were easy as hell, but pplz liked them when i released on ragezone (except folderz, but screw him = =)
here they are

NPC SCRIPT
Code:

function start() {
    cm.sendSimple ("Would you like to know your ALL of your Character Information? \r\n\(#bNOTE#k: #gtrue#k/#rfalse#k means #gyes#k/#rno#k, #g1#k/#r0#k, etc...)\r\n\#l\n#L0# #rSure.\n\#l\r\n#L1# #bNo Thanks\r\n#L2# #bDontate 100k to the Homeless shelter\r\n\r\n\r\n\r\n#L3#                                  #g  .");
}
function action(mode, type, selection) {
if (selection == 0) {
  if (cm.getPlayer().isGM()){
      cm.sendOk("Your #ecomplete#n character information:\r\nName: " + cm.getPlayer().getName() + "\r\nAccountID: " + cm.getPlayer().getAccountID() + "\r\nGM Level: " + cm.getPlayer().getGMLevel() + "\r\nIs Hiding: " + cm.getPlayer().isHidden() + "\r\n#rHP: " + cm.getPlayer().getHp() + "#k/#r" + cm.getPlayer().getMaxHp() + "\r\n#bMP: " + cm.getPlayer().getMp() + "#k/#b" + cm.getPlayer().getMaxMp() + "#k\r\nFame: " + cm.getPlayer().getFame() + "\r\nWorld: " + cm.getPlayer().getWorld() + "\r\nSTR: " + cm.getPlayer().getStr() + "\r\nDEX: " + cm.getPlayer().getDex() + "\r\nINT: " + cm.getPlayer().getInt() + "\r\nLUK: " + cm.getPlayer().getLuk() + "\r\nAvalable Ap: " + cm.getPlayer().getRemainingAp() + "\r\n#bReborns: " + cm.getPlayer().getReborns() + "#k\r\nJob: " + cm.getPlayer().getJob() + "\r\nLevel: " + cm.getPlayer().getLevel() + "\r\nExp: " + cm.getPlayer().getExp() + "\r\nCurrent Map: #m"+ cm.getPlayer().getMapId() +"#  (#r" + cm.getPlayer().getMapId() + "#k) \r\nBomb Points(#rWTF is this?#k): " + cm.getPlayer().getBombPoints() + "\r\nIs Married: " + cm.getPlayer().isMarried() + "\r\nPvP Losses: " + cm.getPlayer().getPvpDeaths() + "\r\nPvP Wins: " + cm.getPlayer().getPvpKills() + "\r\nAllowed to talk: " + cm.getPlayer().getCanTalk());
      cm.dispose();
  } else if (!cm.getPlayer().isGM()) {
      cm.sendOk("Your #ecomplete#n character information:\r\nName: " + cm.getPlayer().getName() + "\r\nAccountID: " + cm.getPlayer().getAccountID() + "\r\n#rHP: " + cm.getPlayer().getHp() + "#k/#r" + cm.getPlayer().getMaxHp() + "\r\n#bMP: " + cm.getPlayer().getMp() + "#k/#b" + cm.getPlayer().getMaxMp() + "#k\r\nFame: " + cm.getPlayer().getFame() + "\r\nWorld: " + cm.getPlayer().getWorld() + "\r\nSTR: " + cm.getPlayer().getStr() + "\r\nDEX: " + cm.getPlayer().getDex() + "\r\nINT: " + cm.getPlayer().getInt() + "\r\nLUK: " + cm.getPlayer().getLuk() + "\r\nAvalable Ap: " + cm.getPlayer().getRemainingAp() + "\r\n#bReborns: " + cm.getPlayer().getReborns() + "#k\r\nJob: " + cm.getPlayer().getJob() + "\r\nLevel: " + cm.getPlayer().getLevel() + "\r\nExp: " + cm.getPlayer().getExp() + "\r\nCurrent Map: #m"+ cm.getPlayer().getMapId() +"#  (#r" + cm.getPlayer().getMapId() + "#k) \r\nBomb Points(#rWTF is this?#k): " + cm.getPlayer().getBombPoints() + "\r\nIs Married: " + cm.getPlayer().isMarried() + "\r\nPvP Losses: " + cm.getPlayer().getPvpDeaths() + "\r\nPvP Wins: " + cm.getPlayer().getPvpKills() + "\r\nAllowed to talk: " + cm.getPlayer().getCanTalk());
      cm.dispose();
  } else {
  cm.dispose();
  }
} else if (selection == 1) {
  cm.sendOk("Ok then.");
cm.dispose();
} else if (selection == 2) {
if (cm.getMeso() >= 100000) {
  cm.gainMeso(-100000)
  cm.sendOk("You have donated to the hobo shelter.");
cm.dispose();
  } else {
  cm.sendOk("LOL messing with hobos ftw <3");
cm.dispose();
  }
} else if (selection == 3) {
  cm.sendOk("*(FART~)*");
} else {
  cm.dispose();
}
}
SQL SCRIPT
Code:

INSERT INTO shops
(`shopid`, `npcid`)
VALUES
(1333337, [color=Blue]1081001[/color]);
[color=Green]/*change the npcid to what ever u want,
current npc is Pison, change the BLUE text above to the npc's id that you want.*/[/color]



INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040002, 1, 1);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040005, 1, 2);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040016, 1, 3);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040**** 1, 4);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040**** 1, 5);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040200, 1, 6);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040205, 1, 7);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040302, 1, 8);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040310, 1, 9);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040402, 1, 10);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040412, 1, 11);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040502, 1, 12);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040505, 1, 13);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040514, 1, 14);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040517, 1, 15);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040602, 1, 16);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040612, 1, 17);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040702, 1, 18);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040705, 1, 19);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040708, 1, 20);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040802, 1, 21);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040805, 1, 22);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040816, 1, 23);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040902, 1, 24);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040915, 1, 25);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040920, 1, 26);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2041002, 1, 27);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2041005, 1, 28);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2041008, 1, 29);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2041011, 1, 30);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2041014, 1, 31);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2041017, 1, 32);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2041020, 1, 33);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2041023, 1, 34);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2043002, 1, 35);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2043008, 1, 36);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2043102, 1, 37);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2043202, 1, 38);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2043302, 1, 39);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2043702, 1, 40);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2043802, 1, 41);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2044002, 1, 42);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2044102, 1, 43);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2044202, 1, 44);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2044302, 1, 45);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2044402, 1, 46);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2044502, 1, 47);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2044602, 1, 48);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2044702, 1, 49);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2048002, 1, 50);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2048005, 1, 51);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040009, 1, 52);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040011, 1, 53);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040013, 1, 54);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040015, 1, 55);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040103, 1, 56);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040108, 1, 57);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040203, 1, 58);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040208, 1, 59);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040305, 1, 60);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040307, 1, 61);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040309, 1, 62);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040405, 1, 63);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040407, 1, 64);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040409, 1, 65);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040411, 1, 66);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040509, 1, 67);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040511, 1, 68);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040519, 1, 69);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040521, 1, 70);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040605, 1, 71);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040607, 1, 72);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040609, 1, 73);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040611, 1, 74);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040713, 1, 75);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040715, 1, 76);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040717, 1, 77);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040809, 1, 78);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040811, 1, 79);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040813, 1, 80);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040815, 1, 81);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040905, 1, 82);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040907, 1, 83);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040909, 1, 84);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040917, 1, 85);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040922, 1, 86);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2041027, 1, 87);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2041029, 1, 88);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2041031, 1, 89);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2041033, 1, 90);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2041035, 1, 91);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2041037, 1, 92);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2041039, 1, 93);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2041041, 1, 94);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2043005, 1, 95);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2043007, 1, 96);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2043**** 1, 97);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2043205, 1, 98);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2043305, 1, 99);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2043705, 1, 100);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2043805, 1, 101);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2044005, 1, 102);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2044**** 1, 103);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2044205, 1, 104);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2044305, 1, 105);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2044405, 1, 106);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2044505, 1, 107);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2044605, 1, 108);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2044705, 1, 109);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040001, 1, 110);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040004, 1, 111);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040017, 1, 112);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040**** 1, 113);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040106, 1, 114);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040201, 1, 115);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040206, 1, 116);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040301, 1, 117);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040311, 1, 118);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040401, 1, 119);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040413, 1, 120);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040501, 1, 121);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040504, 1, 122);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040513, 1, 123);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040516, 1, 124);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040601, 1, 125);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040613, 1, 126);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040701, 1, 127);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040704, 1, 128);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040707, 1, 129);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040801, 1, 130);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040804, 1, 131);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040817, 1, 132);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040901, 1, 133);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040914, 1, 134);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040919, 1, 135);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2041001, 1, 136);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2041004, 1, 137);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2041007, 1, 138);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2041010, 1, 139);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2041013, 1, 140);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2041016, 1, 141);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2041019, 1, 142);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2041022, 1, 143);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2043001, 1, 144);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2043009, 1, 145);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2043**** 1, 146);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2043201, 1, 147);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2043301, 1, 148);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2043701, 1, 149);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2043801, 1, 150);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2044001, 1, 151);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2044**** 1, 152);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2044201, 1, 153);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2044301, 1, 154);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2044401, 1, 155);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2044501, 1, 156);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2044601, 1, 157);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2044701, 1, 158);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2048001, 1, 159);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2048004, 1, 160);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040008, 1, 161);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040010, 1, 162);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040012, 1, 163);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040014, 1, 164);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040**** 1, 165);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040**** 1, 166);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040204, 1, 167);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040209, 1, 168);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040304, 1, 169);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040306, 1, 170);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040308, 1, 171);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040404, 1, 172);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040406, 1, 173);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040408, 1, 174);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040410, 1, 175);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040508, 1, 176);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040510, 1, 177);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040518, 1, 178);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040520, 1, 179);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040604, 1, 180);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040606, 1, 181);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040608, 1, 182);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040610, 1, 183);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040712, 1, 184);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040714, 1, 185);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040716, 1, 186);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040808, 1, 187);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040810, 1, 188);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040812, 1, 189);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040814, 1, 190);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040904, 1, 191);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040906, 1, 192);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040908, 1, 193);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040916, 1, 194);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040921, 1, 195);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2041026, 1, 196);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2041028, 1, 197);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2041030, 1, 198);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 20410*** 1, 199);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2041034, 1, 200);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2041036, 1, 201);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2041038, 1, 202);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2041040, 1, 203);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2043004, 1, 204);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2043006, 1, 205);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2043**** 1, 206);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2043204, 1, 207);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2043304, 1, 208);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2043704, 1, 209);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2043804, 1, 210);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2044004, 1, 211);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2044**** 1, 212);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2044204, 1, 213);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2044304, 1, 214);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2044404, 1, 215);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2044504, 1, 216);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2044604, 1, 217);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2044704, 1, 218);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2340000, 1, 219);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2044508, 1, 220);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2044708, 1, 221);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2044608, 1, 222);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2043308, 1, 223);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040315, 1, 224);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2043108, 1, 225);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2043208, 1, 226);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2043013, 1, 227);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2044408, 1, 228);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040912, 1, 229);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2044308, 1, 230);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2043808, 1, 231);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2044108, 1, 232);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2044208, 1, 233);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2044008, 1, 234);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2043708, 1, 235);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040525, 1, 236);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040616, 1, 237);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2044507, 1, 238);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2041055, 1, 239);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2041053, 1, 240);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2041057, 1, 241);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2041043, 1, 242);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2041047, 1, 243);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2041049, 1, 244);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2041051, 1, 245);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2041045, 1, 246);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2044707, 1, 247);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2044607, 1, 248);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2043307, 1, 249);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040314, 1, 250);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040822, 1, 251);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040020, 1, 252);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040820, 1, 253);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040020, 1, 254);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040022, 1, 255);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040721, 1, 256);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2043107, 1, 257);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2043207, 1, 258);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2043012, 1, 259);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040523, 1, 260);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040527, 1, 261);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040529, 1, 262);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040911, 1, 263);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040719, 1, 264);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2044307, 1, 265);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040723, 1, 266);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2043807, 1, 267);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040416, 1, 268);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2044107, 1, 269);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2044207, 1, 270);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2044007, 1, 271);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2043707, 1, 272);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040524, 1, 273);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040615, 1, 274);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2044506, 1, 275);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2041054, 1, 276);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2041052, 1, 277);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2041056, 1, 278);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2041042, 1, 279);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2041046, 1, 280);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2041048, 1, 281);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2041050, 1, 282);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2041044, 1, 283);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2044706, 1, 284);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2044606, 1, 285);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2043306, 1, 286);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040313, 1, 287);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040821, 1, 288);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040819, 1, 289);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040019, 1, 290);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040021, 1, 291);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040720, 1, 292);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2043106, 1, 293);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2043206, 1, 294);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2043011, 1, 295);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040522, 1, 296);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040526, 1, 297);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040528, 1, 298);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040910, 1, 299);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040718, 1, 300);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2044306, 1, 301);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040722, 1, 302);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2043806, 1, 303);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2040415, 1, 304);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2044106, 1, 305);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2044206, 1, 306);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2044006, 1, 307);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (1333337, 2043706, 1, 308);
Commands
Code:

 } else if ((splitted[0].equalsIgnoreCase("!loseevent")) || (splitted[0].equalsIgnoreCase("!looseevent"))) {
            int mapid = 103000890;

            MapleCharacter victim = cserv.getPlayerStorage().getCharacterByName(splitted[1]);
            MapleMap target = cserv.getMapFactory().getMap(mapid);
            victim.changeMap(target, target.getPortal(0));
         
        } else if (splitted[0].equalsIgnoreCase("!winevent")) {
            int mapid = 109050000;

            MapleCharacter victim = cserv.getPlayerStorage().getCharacterByName(splitted[1]);
            MapleMap target = cserv.getMapFactory().getMap(mapid);
            victim.changeMap(target, target.getPortal(0));




obtw im not gonna say what they are unless you ask me (try figure it out lol)
srry cuz i just HATE spoonfeeding noobs so its a habit not to tell xD


How would it benefit us?:
I could help maybe if who ever is coding got stuck
im capable of

  • Compiling (NETBEANZ)
  • Making commands (good ones not just using NPCScriptManager and mc.dropMessage("")Wink
  • Making npcs (good ones not just using a cm.sendOk("I like pie")Wink
  • Very good in sql (ahh its easy =P )
  • and much more!



Btw: umm i just thought i would try out! since my main server i was coding went offline (the owner duznt know how to fix sql =.=) i just found on ragezone and tried out

Rice
Guest


Back to top Go down

[coder app]Rice Empty Re: [coder app]Rice

Post by Andrew Wed Nov 04, 2009 3:11 am

Hmm. You look pretty experienced. Bost of these were already released. Ill test you. My server will be up tomorow. im currently uploading the .wz

Andrew
Admin

Posts : 762
Reputation : 37
Join date : 2009-09-21
Age : 28
Location : Anaheim Hills, California

https://snailms.forumotion.com

Back to top Go down

[coder app]Rice Empty Re: [coder app]Rice

Post by ^Rice^ Wed Nov 04, 2009 5:38 am

Owner Andrew wrote: Bost of these were already released.
OH COME ONNNNNNNN!!
I SEARCHED!!!
oddly enough ppl callled it a nice release
except for Folderz
typical =.=
^Rice^
^Rice^

Posts : 14
Reputation : -2
Join date : 2009-11-04
Location : home of the netbeans

Back to top Go down

[coder app]Rice Empty Re: [coder app]Rice

Post by †ζnҒinity† Wed Nov 04, 2009 8:11 am

lmao good luck i guess XD

†ζnҒinity†

Posts : 680
Reputation : 42
Join date : 2009-10-01

Back to top Go down

[coder app]Rice Empty Re: [coder app]Rice

Post by *[XıDé]* Wed Nov 04, 2009 8:13 am

yeah good luck ^^
*[XıDé]*
*[XıDé]*

Posts : 271
Reputation : 12
Join date : 2009-10-07
Age : 28
Location : Sweden

Back to top Go down

[coder app]Rice Empty Re: [coder app]Rice

Post by ^Rice^ Wed Nov 04, 2009 8:43 pm

ty <3
^Rice^
^Rice^

Posts : 14
Reputation : -2
Join date : 2009-11-04
Location : home of the netbeans

Back to top Go down

[coder app]Rice Empty Re: [coder app]Rice

Post by [Swagga] Fri Nov 06, 2009 12:48 pm

, this was tottaly leeched.
i'm pretty assured of it.
[Swagga]
[Swagga]

Posts : 154
Reputation : 18
Join date : 2009-10-16

Back to top Go down

[coder app]Rice Empty Re: [coder app]Rice

Post by Hellgates182 Fri Nov 06, 2009 3:02 pm

Confirmed total Leeched. I have the SQL script of that All in one. And the others, was just a basic command.

Hellgates182

Posts : 3
Reputation : 3
Join date : 2009-10-17

Back to top Go down

[coder app]Rice Empty Re: [coder app]Rice

Post by [Swagga] Fri Nov 06, 2009 6:05 pm

This was
LEECHED.
Rejected.
[Swagga]
[Swagga]

Posts : 154
Reputation : 18
Join date : 2009-10-16

Back to top Go down

[coder app]Rice Empty Re: [coder app]Rice

Post by *[XıDé]* Sat Nov 07, 2009 2:43 pm

hehe its REJECTED
*[XıDé]*
*[XıDé]*

Posts : 271
Reputation : 12
Join date : 2009-10-07
Age : 28
Location : Sweden

Back to top Go down

[coder app]Rice Empty Re: [coder app]Rice

Post by Andrew Tue Nov 10, 2009 12:28 am

Leeched

Andrew
Admin

Posts : 762
Reputation : 37
Join date : 2009-09-21
Age : 28
Location : Anaheim Hills, California

https://snailms.forumotion.com

Back to top Go down

[coder app]Rice Empty Re: [coder app]Rice

Post by Sponsored content


Sponsored content


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum