שלום לכולם =]
הסתכלתי על 2 המודים שלקחתי מLemonStory, של הProItem ואמרתי לעצמי, זה לא מספיק!
אז החלטתי להכין אחד שהבסיס לקוח מLemonStory. (כל ה Vars לקוח משם)
אז ככה. תמורת 750 Golden Key הNPC יתן לכם חפץ +1500 STAT.
רשימת החפצים:
1. Strawberry Pipsicle
2. Zakom Helmet.
3. Blue Sauna Robe.
4. Facestompers Shoes.
5. Pink Adventurer Cape.
6. Amethyst Earrings.
7. Pink Marker.
8. Horntail Necklace.
9. White Label Ring.
ועוד!
Npc Code:
תהנו!קוד PHP:// Mad By ProGod (The base was taken from LemonStory)
var item = Array(1050018, 1002357, 1082179, 1102041, 1072344, 1032003, 1112100, 1702099, 1002186, 1012070, 1122058);
var pro = Array(1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500, 1500);
var cost = Array(750, 750, 750, 750, 750, 750, 750, 750, 750, 750, 750);
var text = "Hi #e#b#h ##n#k.\r\nDo you want to exchange 750 #v4031217# For +1500 Stat Item? :";
var status = 0;
function start() {
status = -1;
action(1, 0, 0);
}
function action(mode, type, selection) {
if (mode == -1) {
cm.dispose();
} else {
if (status == 1 && mode == 0 ) {
cm.dispose();
return;
}
if (mode == 1)
status++;
else
status--;
if (status == 0) {
for (var i = 0; i < item.length; i++)
text += "\r\n#L"+i+"##v"+item[i]+"# + "+pro[i]+"#l";
cm.sendSimple(text);
}else if(status == 1){
if(cm.haveItem(4031217,cost[selection]))
{
cm.gainItem(4031217,-cost[selection]);
cm.makeProItem(item[selection],pro[selection]);
cm.sendOk("Enjoy, See You later");
cm.dispose();
return;
}else{
cm.sendOk("I'm sorry but you dont have "+cost[selection]+" #v4031217# to get #v"+item[selection]+"#");
cm.dispose();
}
}
}
}
קרדיט לי וLemonStory על כל הVAR![]()




ציטוט ההודעה

