נמחקו כל ההודעות שהן לא בקשות, או פירסום קודים.
להבא דברים כאלה בפרטי.
ZivMan1, תקרא את החוקים של האשכול ומהר!
עברת על כמעט כל חוק אפשרי של האשכול!
בפעם הבאה שתעבור על החוקים של האשכול, גם אם תפרסם בקשות לפי החוקים ההודעות שלך ימחקו ולא תקבל מענה לבקשות שלך.
אם הקוד שהביאו לך לא עובד, אתה יכול פשוט להגיד הוא לא עובד ולהמתין בסבלנות לתשובה!
כשאתה מבקש NPC אתה צריך להמתין בסבלנות עד שמיהוא יתן לך מענה לבקשה, ולא לשלוח לצוות המפעל הודעות בפרטי כדי להאיץ בהם, או הודעות במפעל!
בקשר לבקשה שלך:
קוד PHP:
/* Created by SapiRxD from the iAtraf NPC Creation Factory */
var status;
function start() {
status = -1;
action(1, 0, 0);
}
function action(mode, type, selection) {
if (mode == 1) {
status++;
}else{
status--;
}
if (status == 0) {
cm.sendYesNo("Hey #h # you have 100 tickets?");
} else if (status == 1){
if (cm.isLeader()){
if (cm.haveItem(4001007, 100)){
cm.gainItem(4001007, -100);
} else {
cm.sendOk("Sorry you dont have 100 tickets");
cm.dispose();
}
} else {
cm.sendOk("You are not the leader sorry");
cm.dispose();
}
}
}

נכתב במקור על ידי
tHeAnToN
shopid רצוי : 8000,8001
NPC : 9201026
IDים והמחיר של כל אחד :
קוד:
חנות 8000:
1902000-
1902001-
1902002-Red Draco
1902004-Monster Carnival Riding
1902005-Titiana
1902006-Titio
1902007-Divine Bird
1902008-Frog
1902009-Ostrich
1902010-Frog
1902011-Turtle
1902012-Yetti
1902013-Buffalo
1902014-Toy Tank
1902015-Werewolf(1)
1902016-Werewolf(2)
1902017-Werewolf(3)
1902018-Ryu Ho
1902019-King Cro
1902020-Hot Air Balloon
1902021-Robot
1902036-Maple Racing Car
1902038-Vintage Vespa
1902039-Road Runner
1912000-Saddle
1912002-Monster Carnival Riding Saddle
1912003-Frog Cover
1912004-Ostrich Cover
1912005-Saddle
1912006-Frog Cover
1912007-Turtle Cover
1912008-Yetti Cover
1912009-Buffalo Cover
1912010-Toy Tank Cover
1912011-Wolf Saddle
1912012-King Cro Saddle
1912013-Hot Air Balloon Cover
1912014-Robot Cover
1912029
1912031
1912032
הכול ב 100
קוד:
ב8001
------------------------------
Chairs
-------------------------------
3010000 - The Relaxer **V62**
3010001 - Sky-blue Wooden Chair **V62**
3010002 - Green Chair **V62**
3010003 - Red Chair **V62**
3010004 - The Yellow Relaxer **V62**
3010005 - The Red Relaxer **V62**
3010006 - Yellow Chair **V62**
3010007 - Pink Seal Cushion **V62**
3010008 - Blue Seal Cushion **V62**
3010009 - Red Round Chair **V62**
3010010 - White Seal Cushion **V62**
3010011 - Amorian Relaxer **V62**
3010012 - Warrior Throne **V62**
3010013 - Beach Chair **V62**
3010014 - Moon Star Chair **V62**
3010015 - The Red Relaxer **V62**
3010016 - Grey Seal Cushion **V62**
3010017 - Gold Seal Cushion **V62**
3010018 - Palm Tree Beach Chair **V62**
3010019 - Kadomatsu **V62**
3010020 - Portable Meal Table
3010022 - White Polar Bear Chair
3010023 - Brown Polar Bear Chair
3010025 - Under the Maple Tree... **V62**
3010029 - Blue Circle Chair
3010030 - Black Circle Chair
3010031 - Red Circle Chair
3010032 - Yellow Circle Chair
3010033 - Green Circle Chair
3010040 - The Stirge Seat **V62**
3010041 - Skull Throne **V62**
3010045 - Ice Chair
3010049 - Little Snow House
3010051 - Brown Sand Rabbit Chair
3010054 - Baby Bear's Dream
3010060 - Nobless Chair
3010061 - Unknow Chair
3010062 - Bamboo Chair
3010063 - Starry Moon Cushion
3010064 - Brown Sand Bunny Cushion
3010065 - Pink Parasol
3010066 - Navy Velvet Sofa
3010067 - Red Designer's Chair
3010068 - Teru Teru Chair
3010073 - Pink Bean Chair
3010074 - Camping Tent
3010077 - Owl in the Cage
3010098 - TV Recliner
3010099 - Polar Bear
3011000 - Fishing Chair **V62**
3012000 - Amoria Couple Chair
3012001 - Round the Campfire
3012002 - Rubber Ducky Bath
3012003 - Couple Heart Chair
3012006 - Under the Moon Chair
גם הכול ב100
הערות :

ערכתי לך את ההודעה כדי להשים את הIDים בתגיי קוד, מקווה שלא איכפת לך.
יכלת לעשות חיפוש, פירסמתי בתגובה למישהוא שביקש את זה לפני בערך שבוע.
שים לב ששמתי לך את שני החנויות על הNPC שביקשת, ככה שאם תלחץ על הNPC הוא לא יפתח את שתיהן.
קוד PHP:
/* Created by SapiRxD from the iAtraf NPC Creation Factory */
DELETE FROM `shops` WHERE `shopid` = 8000;
DELETE FROM `shopitems` WHERE `shopid` = 8000;
INSERT INTO `shops` (`shopid`, `npcid`) VALUES
(8000, 9201026);
INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES
(8000, 1902000, 100, 0),
(8000, 1902001, 100, 1),
(8000, 1902002, 100, 2),
(8000, 1902004, 100, 3),
(8000, 1902005, 100, 4),
(8000, 1902006, 100, 5),
(8000, 1902007, 100, 6),
(8000, 1902008, 100, 7),
(8000, 1902009, 100, 8),
(8000, 1902010, 100, 9),
(8000, 1902011, 100, 10),
(8000, 1902012, 100, 11),
(8000, 1902013, 100, 12),
(8000, 1902014, 100, 13),
(8000, 1902015, 100, 14),
(8000, 1902016, 100, 15),
(8000, 1902017, 100, 16),
(8000, 1902018, 100, 17),
(8000, 1902019, 100, 18),
(8000, 1902020, 100, 19),
(8000, 1902021, 100, 20),
(8000, 1902036, 100, 21),
(8000, 1902038, 100, 22),
(8000, 1902039, 100, 23),
(8000, 1912000, 100, 24),
(8000, 1912002, 100, 25),
(8000, 1912003, 100, 26),
(8000, 1912004, 100, 27),
(8000, 1912005, 100, 28),
(8000, 1912006, 100, 29),
(8000, 1912007, 100, 30),
(8000, 1912008, 100, 31),
(8000, 1912009, 100, 32),
(8000, 1912010, 100, 33),
(8000, 1912011, 100, 34),
(8000, 1912012, 100, 35),
(8000, 1912013, 100, 36),
(8000, 1912014, 100, 37),
(8000, 1912029, 100, 38),
(8000, 1912031, 100, 39),
(8000, 1912032, 100, 40);
קוד PHP:
/* Created by SapiRxD from the iAtraf NPC Creation Factory */
DELETE FROM `shops` WHERE `shopid` = 8001;
DELETE FROM `shopitems` WHERE `shopid` = 8001;
INSERT INTO `shops` (`shopid`, `npcid`) VALUES
(8001, 9201026);
INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES
(8001, 3010000, 100, 0),
(8001, 3010001, 100, 1),
(8001, 3010002, 100, 2),
(8001, 3010003, 100, 3),
(8001, 3010004, 100, 4),
(8001, 3010005, 100, 5),
(8001, 3010006, 100, 6),
(8001, 3010007, 100, 7),
(8001, 3010008, 100, 8),
(8001, 3010009, 100, 9),
(8001, 3010010, 100, 10),
(8001, 3010011, 100, 11),
(8001, 3010012, 100, 12),
(8001, 3010013, 100, 13),
(8001, 3010014, 100, 14),
(8001, 3010015, 100, 15),
(8001, 3010016, 100, 16),
(8001, 3010017, 100, 17),
(8001, 3010018, 100, 18),
(8001, 3010019, 100, 19),
(8001, 3010020, 100, 20),
(8001, 3010022, 100, 21),
(8001, 3010023, 100, 22),
(8001, 3010025, 100, 23),
(8001, 3010029, 100, 24),
(8001, 3010030, 100, 25),
(8001, 3010031, 100, 26),
(8001, 3010032, 100, 27),
(8001, 3010033, 100, 28),
(8001, 3010040, 100, 29),
(8001, 3010041, 100, 30),
(8001, 3010045, 100, 31),
(8001, 3010049, 100, 32),
(8001, 3010051, 100, 33),
(8001, 3010054, 100, 34),
(8001, 3010060, 100, 35),
(8001, 3010061, 100, 36),
(8001, 3010062, 100, 37),
(8001, 3010063, 100, 38),
(8001, 3010064, 100, 39),
(8001, 3010065, 100, 40),
(8001, 3010066, 100, 41),
(8001, 3010067, 100, 42),
(8001, 3010068, 100, 43),
(8001, 3010073, 100, 44),
(8001, 3010074, 100, 45),
(8001, 3010077, 100, 46),
(8001, 3010098, 100, 47),
(8001, 3010099, 100, 48),
(8001, 3011000, 100, 49),
(8001, 3012000, 100, 50),
(8001, 3012001, 100, 51),
(8001, 3012002, 100, 52),
(8001, 3012003, 100, 53),
(8001, 3012006, 100, 54);