Jump to content
  • 0

help Hide and Show NPC in certain time


mrgeiszer

Question


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.01
  • Content Count:  21
  • Reputation:   0
  • Joined:  03/07/23
  • Last Seen:  

Hello everyone, I'm kind of working in this script, but I'm not quite sure if its working or what.. please help

here's the full script...

 

//Bossnia Map 1 Gold Farm
//==================================================
//Bossnia Map bossnia_01
//==================================================
prontera,156,176,3    script    Gold Farm    88,{

    mes "[ Farmer ]";
    mes "Happy farming!";
    next;
    warp "bossnia_01" ,0,0;
    close;

OnInit:
    disablenpc "Gold Farm";
    hideonnpc "Gold Farm";
    end;
    

OnMinute10:
    hideoffnpc;
    announce "Farmer: Gold Farm Room Activated in the center of prontera!",bc_blue; 
    sleep2 10000;
    announce "Farmer: Come on hurry, NPC room will last only a minute.",bc_blue;
    sleep2 10000;
    enablenpc "Gold Farm";
    initnpctimer;
    end;

OnTimer50000:
    announce "Farmer: Last 10 seconds.",bc_blue;
    end;
    
OnTimer55000:
    announce "Farmer: 5.",bc_blue;
    end;
    
OnTimer56000:
    announce "Farmer : 4.",bc_blue;
    end;
    
OnTimer57000:
    announce "Farmer : 3.",bc_blue;
    end;
    
OnTimer58000:
    announce "Farmer: 2.",bc_blue;
    end;
    
OnTimer59000:
    announce "Farmer: 1.",bc_blue;
    end;
    
OnTimer60000:
    announce "Farmer: Time's up. Gold Room will open again in 10 minutes.",bc_blue;
    end;
    
OnTimer67000:
    disablenpc "Gold Farm";
    hideoffnpc;
    stopnpctimer;
    end;
    }
    

    
//==================================================
//MOB Monster here
//==================================================
bossnia_01,0,0,0,0    monster    Dokebi    1110,50,0,0,0
bossnia_01,0,0,0,0    monster    Grand Peco    1369,30,0,0,0
bossnia_01,0,0,0,0    monster    Mineral    1614,17,0,0,0
bossnia_01,0,0,0,0    monster    Am Mut    1301,3,0,0,0
//==================================================

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.01
  • Content Count:  21
  • Reputation:   0
  • Joined:  03/07/23
  • Last Seen:  

i believe its working now its just the matter of wait... ? sorry just I'm idiot, please close this thread as resolved TIA

Edited by mrgeiszer
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...