kitty14 Posted May 6, 2014 Share Posted May 6, 2014 hello gusto ko po sana malaman pano gagawin para ma take nila ulit ang quest may 5 npc po ako sa quest npc1: if tapos na toset quest, 1; para sa next npc2: if(quest >= 1 ) { then if tapos na set quest2, 1; para sa next npc npc3: if(quest2 >= 1 ) { so on and so fort npc4: npc5: ang tanong ko pooncena ma done nya lahat ng nakaset papuntang NPC5pano po mabubura un?para ma take nya ulit ang quest?kasi ending po 1 char per quest. helpthanks! Quote Link to comment Share on other sites More sharing options...
GodKnows Jhomz Posted June 21, 2014 Share Posted June 21, 2014 Add mo ito sa npc5 after giving rewards. set quest,0; set quest2,0; set quest3,0; set quest4,0; set quest5,0; Para makapag start ulet sya from npc1 1 Quote Link to comment Share on other sites More sharing options...