Jump to content

Open Club  ·  212 members

PEENOISE CLUB
Jaodegwapo

Warper NPC

Recommended Posts

mga lods meron ba kayo warper npc dyan yung kailangan munang mag quest para makapasok sa mga map na to


biolab

thanatos tower

treasure

 

salamat ng advance mga sir

Link to comment
Share on other sites

prontera,123,123,4    script    QuestWarper 123,{
    
    mes "[^0000FFQuest Warper Guy^000000]";
    switch(QuestWarp) {
        default:
            mes "I can warp you if you find me these items!";
            mes "# Item 1";
            mes "# Item 2";
            QuestWarp = 1;
            close;
        
        case 1:
            if(countitem(ITEM 1 ID) >= # && countitem(ITEM 2 ID) >= #) {
                mes "Great! You have the items.";
                select("Warp Me");
                delitem ITEM1ID,#;
                delitem ITEM2ID,#;
                QuestWarp = 2;
                warp "thana_map",123,123;
                end;
            } else {
                mes "Bring me the items I asked for!";
                close;
            }
        
        case 2:
            mes "Would you like to warp?";
            select("Yes!");
            warp "thana_map",123,123;
            end;
            
    }

}

Link to comment
Share on other sites

1 minute ago, DevJJ said:

prontera,123,123,4    script    QuestWarper 123,{
    
    mes "[^0000FFQuest Warper Guy^000000]";
    switch(QuestWarp) {
        default:
            mes "I can warp you if you find me these items!";
            mes "# Item 1";
            mes "# Item 2";
            QuestWarp = 1;
            close;
        
        case 1:
            if(countitem(ITEM 1 ID) >= # && countitem(ITEM 2 ID) >= #) {
                mes "Great! You have the items.";
                select("Warp Me");
                delitem ITEM1ID,#;
                delitem ITEM2ID,#;
                QuestWarp = 2;
                warp "thana_map",123,123;
                end;
            } else {
                mes "Bring me the items I asked for!";
                close;
            }
        
        case 2:
            mes "Would you like to warp?";
            select("Yes!");
            warp "thana_map",123,123;
            end;
            
    }

}

Ganyan po ba? basic script po yan

Edited by DevJJ
Link to comment
Share on other sites

On 11/23/2020 at 11:04 PM, Jaodegwapo said:

yung warper npc po talaga idol na di makakapasok sa mga quest maps

Try mo nlng gamitin idol default quest  thana_quest.txt then ayusin mo nlng time hindi sila mkakapasok may time ka dun na aayusin

Link to comment
Share on other sites

12 hours ago, DevJJ said:

Try mo nlng gamitin idol default quest  thana_quest.txt then ayusin mo nlng time hindi sila mkakapasok may time ka dun na aayusin

salamat idol 🙂

Link to comment
Share on other sites



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.