Jump to content

Warper NPC


Jaodegwapo

Recommended Posts


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  17
  • Reputation:   0
  • Joined:  02/22/18
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  55
  • Reputation:   4
  • Joined:  02/19/19
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  55
  • Reputation:   4
  • Joined:  02/19/19
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  17
  • Reputation:   0
  • Joined:  02/22/18
  • Last Seen:  

6 hours ago, DevJJ said:

Ganyan po ba? basic script po yan

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  55
  • Reputation:   4
  • Joined:  02/19/19
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  17
  • Reputation:   0
  • Joined:  02/22/18
  • Last Seen:  

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...