הריפאק שבו אני משתמש: zeroxpack
גרסא : V62
בקשות: שתתקנו את הNPC
קוד PHP:
/*
*Made By
DrServer
*/
var status =
0;
function
start()
{
status =
-1;
action(1,
0,
0);
}
function
action(mode,
type,
selection)
{
if (mode ==
-1)
{
cm.dispose();
}
else {
if (mode == 0)
{
cm.dispose();
return;
}
if
(mode ==
1)
status++;
else
status--;
if (status
== 0) {
cm.sendNext("#bHello #h #, Im The Boss Guy,\r\nThis Is not
going to be eazy\r\nYou must be with 3People in the party!\r\nThis Boss Party
only for levels 140-200");
} else if (status == 1)
{
cm.sendSimple("What Would you like to try?\r\n#L0#Iwant go try
vs the boss with my party!\r\n#L1# Ill think ill go train first");
} else if (status
== 2) {
} if (selection
== 0) {
if (cm.getPlayer().getParty()
>= 3 &&
cm.getParty().getMembers().getLevel()
>= 140 &&
cm.isLeader())
{
cm.warpParty(0);
} else {
cm.sendOk("#r#bYou Don't Have Enough People Or You Are Not
The Leader! Or You are not")
cm.dispose();
}
if (selection ==
1)
{
cm.sendOk("Ok
Next Time!");
} else
if (status ==
3)
{
cm.dispose();
}
}
}
}
חבר שליהכין לי את הNPC הזה אבל יש לי בעיה 
איך שאני לוחץעל זה זה מראה את המילה הראשונה של המשפט ואז זה מחזיר אותו ללוגין
ואין בעיה בבאטים
מישו בבקשה יכול לתקן לי?