Jump to content

pinyinhuo

Members
  • Posts

    54
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    manila

Recent Profile Visitors

1883 profile views

pinyinhuo's Achievements

Poring

Poring (1/15)

0

Reputation

  1. pinyinhuo

    NVZ Bug

    Thank you guys! its fixed <3
  2. @Cyro - Thank you!!! <3 <3 <3
  3. pinyinhuo

    NVZ Bug

    Hi @Freya, Should i delete the whole line? <3
  4. Hi Rathena Team, is it possible to have an afk event then you get an specific item like pods or tcgs? THANKS!!! <3 <3 <3
  5. pinyinhuo

    NVZ Bug

    Hello, I have a custom script made by someone else, the problem is, it says no player win due all participants died, but one was left alive and all the zombie died. can you help me fix it? that when only one remaining, it will announce that person wins and will not say no player win due to all participants died? prontera,145,167,5 script Novice vs. Zombie 1015,{ if ( BaseLevel != 1 || Class != 0){ mes "[^0000FFZombie Vs. Novice^000000]"; mes "You must be a level 1 Novice."; close; } if(Weight > 0) { mes "Lower your weight, Remove all your items."; close; } mes "[^0000FFZombie Vs. Novice^000000]"; mes "You want to join the Event?"; next; switch(select("Yes","No")) { case 1: npctalk ""+strcharinfo(0)+" has registered for the Zombie v.s. Novice."; sc_end SC_ALL; sc_start SC_DECREASEAGI,1200000,10; percentheal 100,100; sc_start SC_STRIPSHIELD,1200000,5; sc_start SC_STRIPWEAPON,1200000,5; sc_start SC_STRIPARMOR,1200000,5; sc_start SC_STRIPHELM,1200000,5; statusup2 bStr,-999; statusup2 bAgi,-999; statusup2 bVit,-999; statusup2 bInt,-999; statusup2 bDex,-999; statusup2 bLuk,-999; warp "quiz_01",42,369; end; case 2: mes "[^0000FFZombie Vs. Novice^000000]"; mes "Come Again, if you want to join."; break; } close; OnInit: disablenpc "Novice vs. Zombie"; disablenpc "Prize"; end; OnClock1649: OnClock0100: OnClock0300: OnClock0500: OnClock0700: OnClock0900: OnClock1100: OnClock1300: OnClock1500: OnClock1700: OnClock1900: OnClock2100: OnClock2300: announce "Event Manager: Zombie Vs. Novice Event Registration is now Open, 1 minutes",0,0x00CCFF; killmonsterall "quiz_01"; sleep 5000; announce "Event Manager: NPC Appeared at Prontera Town' Register Now!",0,0x00CCFF; enablenpc "Novice vs. Zombie"; sleep 55000; announce "Event Manager: Zombie Vs. Novice Registration will be closed in 1 minute!",0,0x00CCFF; sleep 50000; mapannounce "quiz_01","Registration Closed!! in 10 seconds the Event will Start!",0,0x00CCFF; disablenpc "Novice vs. Zombie"; sleep 5000; for( set .@a,5; .@a > 0; set .@a,.@a - 1 ){ announce "Event Manager: Monster will spawn in ~"+.@a+"~",0,0x00CCFF; sleep 1000; } if(getmapusers("guild_vs5") == 1){ mapannounce "guild_vs5","Event Manager: Event Ended 1 Participant Only..",0,0x00CCFF; disablenpc "Prize"; announce "Event Manager: Event Ended 1 Participant Only",0,0x00CCFF; disablenpc "Novice vs. Zombie"; sleep 1000; } for( set .@a,3; .@a > 0; set .@a,.@a - 1 ){ monster "quiz_01",42,369,"Zombie",1015,2; sleep 10000; } while( getmapusers("quiz_01") > 1 ){ mapannounce "quiz_01",getmapusers("quiz_01") +" players still alive in the Event.",0,0x00FF00; sleep 2000; } killmonsterall "quiz_01"; announce "Event Manager: No Player win the Event, due to all participant die.",0,0x00FF00; mapannounce "quiz_01","Event Manager: You survive the zombie waves, talk to the Prize NPC to get the reward.",0,0x00FF00; enablenpc "Prize"; end; OnPCDieEvent: getmapxy .@mapnvz$,.@xnvz,.@ynvz,0; if ( .@mapnvz$ == "quiz_01") { sleep2 100; warp "prontera",156,180; atcommand "@alive "+ strcharinfo(0); dispbottom "Sorry, but you were killed."; } sleep2 100; if (.@mapnvz$ == "sec_pri" && getmapusers("quiz_01") == 1 ) { killmonsterall "sec_pri"; sc_start SC_BASILICA,30000,1; mapannounce "sec_pri","You have won, approach the R.F.Y.L. Banker NPC please.",0,0x00FF00; enablenpc "Prize"; stopnpctimer; end; } end; } quiz_01,42,369,3 script Prize 72,{ if(getmapusers("quiz_01") > 1){ npctalk "Only the last Survivor can talk with me."; end; } announce "In ' Zombie Vs. Novice ' has won" + strcharinfo (0) + "! We congratulate "+(( Sex )? "HIM":"HER")+"!",0,0x00FF00; getitem 7977,1; warp "prontera",156,180; disablenpc "Prize"; end; } // == Mapflags quiz_01 mapflag gvg quiz_01 mapflag nowarp quiz_01 mapflag nowarpto quiz_01 mapflag noteleport quiz_01 mapflag nosave quiz_01 mapflag nomemo quiz_01 mapflag nobranch quiz_01 mapflag pvp_noparty quiz_01 mapflag nocommand 80 //quiz_01 mapflag restricted 5
  6. Hi Rathena Team, I cant seem to put skill points on Magnus Exorcimus and Safety Wall, i have no idea on how to fix this. Please help me =(
  7. @Valor !!! THANKS! Works like magic <3 <3 <3
  8. @Valor, the prob is my char stays as blacksmith, how can i turn it to novice when i click the npc?
  9. Thank you so much Hakuren! <3 Well it works perfectly fine, i just need them to turn to novice aswell? which command should i put? Set Job 0?
  10. Hello Everyone, can you help me with my custom warper where when they get warped, all their zeny and items and equipped deleted and turns them to lvl 1 novice & job lvl 1. prontera,150,192,5 script Test 410,{ warp "turbo_room" ,100,109; end; OnInit: waitingroom "Test",0; end; }
  11. Hello, i would like to request a script where, when you kill a player in a specific map, you gain tcg/coins. Hoping you could help me out! Thanks!
  12. Is it possible, you get an item instead points like tcgs or coins? Youre my savior @Cyro! thanks!
  13. Thank you so much @Cyro! It worked!
  14. Hi. How can i apply it manually? should i just paste it in SRC Folder? or should i copy the content and paste somewhere else inside the file? i dont really know if i did it right.
×
×
  • Create New...