הי בניתי quest לשרת חדש שעומד להיפתח.
עכשיו יש npc שאומר לך מה אתה צריך לעשות ואז לעלות חלון שרשום
you got .../100 אז עשיתי #c....# וזה בודק לך כמה יש לך.
אבל זה לא מעלה לי את זה זה ישר מעביר מפה בלי ליבדוק עם יש ובלי לעלות את ההודעה הזאת.
זה ה-script :
קוד:/* AntiStory Quest Part 2 */var status = 0;function start() {status = -1; action(1, 0, 0);}function action(mode, type, selection) {if (mode == -1) { cm.dispose();} else { if (status >= 0 && mode == 0) { cm.sendOk("You Must Be Busy Huh?.\r\n well its ok if you change your minde and you want to be lvl 250 speak whit me agin : P."); cm.dispose(); return; } if (mode == 1) status++; else status--; if (status == 0) { cm.sendYesNo("Hello #b#h ##b #kand wellcome to AntiStory, do you want to do the Ultimate #bAntiStory quest?#b\r\n #kif you want to do it and get to lvl 250 in 10 min click:#k\r\n #byes#b\r\n #kif you dont want so click#k\r\n #rNo"); } else if (status == 1) { cm.sendNext("Hey, and wellcome to the Quest of #bAntiStory#b #kyou need to bring me#k 100 #i4031504# thet you will get frum the Blue Slimes Down Sters.\r\n if you made to do it in 20 min\r\n i will level you to lvl 250 and i will give you a special item"); } else { cm.sendOk("you dont have enhofe #bblue gift box#b\r\n #kyou have #b#c4031504#/100");cm.haveItem(4031504 ,100);cm.warp(910000000 ,0);cm.dispose();} }}וזה התמונות:
ואחרי שאני לוחץ NEXT זה ישר מעביר למפה בלי ליבדוק כמה קופסאות יש לשחקן.
תודה לעוזרים.











