Jump to content

weckel51

Members
  • Posts

    21
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    manila

Recent Profile Visitors

1200 profile views

weckel51's Achievements

Poring

Poring (1/15)

0

Reputation

  1. //http://rathena.org/board/topic/57784-request-dota-runes/page__fromsearch__1 guild_vs3,50,61,4 script Runes 678,2,2,{ dispbottom "Walkthrough to get Runes."; end; OnTouch: switch( .Runes ){ Case 1: sc_start SC_INCATKRATE,( .Duration * 1000 ),100; sc_start SC_INCMATKRATE,( .Duration * 1000 ),100; break; Case 2: skill "AS_CLOAKING",10,1; sc_start SC_CLOAKING,( .Duration * 1000 ),10; break; Case 3: sc_start4 SC_REGENERATION,( .Duration * 1000 ),-10,1,0,0; break; Case 4: getmapxy( .@Map$,.@X,.@Y,0,strcharinfo(0) ); clone .@Map$,.@X,.@Y,"",getcharid(0),getcharid(0),"",1,.Duration; clone .@Map$,.@X,.@Y,"",getcharid(0),getcharid(0),"",1,.Duration; break; Case 5: sc_start SC_SpeedUp1,( .Duration * 1000 ),0; break; default: end; } announce "[ "+strcharinfo(0)+" ] has gained "+.Names$[.Runes]+".",bc_self,0x00FF00; hideonnpc strnpcinfo(0); delwaitingroom; set .Runes,0; set .RuneDelay,gettimetick(2) + .Duration; while( .RuneDelay > gettimetick(2) ) sleep2 1000; OnInit: // Runes Duration in Seconds set .Duration,60; // Name of Each Runes. setarray .Names$[1], "Double Damage", // 2 x ATK Rate "Invisibility", // Cloaking "Regeneration", // HP / SP Regeneration " Clone", // Create 2 Clones " Haste"; // Improve Movement Speed // Random Coordinate where NPC will Shown Again setarray .CoordinateX[0],50,19; setarray .CoordinateY[0],81,50; sc_end SC_CLOAKING; sc_end SC_REGENERATION; set .Random,rand( getarraysize( .CoordinateX ) ); movenpc strnpcinfo(0),.CoordinateX[ .Random ],.CoordinateY[ .Random ]; hideoffnpc strnpcinfo(0); if( !.Runes ) set .Runes,rand( 1,( getarraysize( .Names$ ) - 1 ) ); if( .Runes ) waitingroom " "+.Names$[.Runes],0; end; } Anyone Can Help Me how To make This Announce To map not Self Announce. thank you
  2. thank you capuche fixed also thanks uDe for some infos
  3. sir we did it already but in guild_vs3 still cannot attack if they are disame guild. even we did mapflag already how we can fixed this
  4. Good Day to all of you, anyone can help me, when i use pvproom in izlude they are always trap to water and some areas anyone can help me how to fix that problem please, because when we use some maps guild vs, even it's already gvg off, they still can't attack disame guild anyone can help me thank you.
  5. sir i try your script but when i click it don't talk. maybe some code are wrong?
  6. anyone can help please this script i want to make delay time for 5mins for every bgm player to the player with timer delay time
  7. thanks sir emistry working
  8. soundeffect "1234567890123456789.wav",0; sir emistry for what is the 0? i change the soundeffect "1234567890123456789.wav to =soundeffect "haste.wav",0; but its not working?
  9. how sir. please give me example sir. so i will know to do it.
  10. //http://rathena.org/board/topic/57784-request-dota-runes/page__fromsearch__1 prontera,156,160,4 script Runes 678,2,2,{ dispbottom "Walkthrough to get Runes."; end; OnTouch: switch( .Runes ){ Case 1: sc_start SC_INCATKRATE,( .Duration * 1000 ),100; sc_start SC_INCMATKRATE,( .Duration * 1000 ),100; break; Case 2: skill "AS_CLOAKING",10,1; sc_start SC_CLOAKING,( .Duration * 1000 ),10; break; Case 3: sc_start4 SC_REGENERATION,( .Duration * 1000 ),-10,1,0,0; break; Case 4: getmapxy( .@Map$,.@X,.@Y,0,strcharinfo(0) ); clone .@Map$,.@X,.@Y,"",getcharid(0),getcharid(0),"",1,.Duration; clone .@Map$,.@X,.@Y,"",getcharid(0),getcharid(0),"",1,.Duration; break; Case 5: sc_start SC_SpeedUp1,( .Duration * 1000 ),0; break; default: end; } announce "[ "+strcharinfo(0)+" ] has gained "+.Names$[.Runes]+".",bc_self,0x00FF00; hideonnpc strnpcinfo(0); delwaitingroom; set .Runes,0; set .RuneDelay,gettimetick(2) + .Duration; while( .RuneDelay > gettimetick(2) ) sleep2 1000; OnInit: // Runes Duration in Seconds set .Duration,60; // Name of Each Runes. setarray .Names$[1], "Double Damage", // 2 x ATK Rate "Invisibility", // Cloaking "Regeneration", // HP / SP Regeneration " Clone", // Create 2 Clones " Haste"; // Improve Movement Speed // Random Coordinate where NPC will Shown Again setarray .CoordinateX[0],152,160; setarray .CoordinateY[0],159,160; sc_end SC_CLOAKING; sc_end SC_REGENERATION; set .Random,rand( getarraysize( .CoordinateX ) ); movenpc strnpcinfo(0),.CoordinateX[ .Random ],.CoordinateY[ .Random ]; hideoffnpc strnpcinfo(0); if( !.Runes ) set .Runes,rand( 1,( getarraysize( .Names$ ) - 1 ) ); if( .Runes ) waitingroom " "+.Names$[.Runes],0; end; } thanks for replying sir emistry can you give me how i will put it here for my wav sir, for double damge, illusion,haste,invisibility
  11. Anyone can help me about Wav for Dotarunes from emistry, i want HON wav i want to make announce wav if they get illusion or invisibility or doubledamge with sound effect for wav? is it possible to do it? hope anyone can help me about this sorry bad english :/
  12. WHEN SOMEONE FIND ITEMS EXAMPLE: APPLE ONCE YOU RIGHT CLICKED IT. YOU GOT THIS CRASH AND LOGS.
  13. PLEASE HELP ABOUT OUR SERVER ALWAYS CRASH LOG BECAUSE WHEN WE DO RIGHT CLICK SOME ITEM ON THE GROUND WILL AUTOMATICALLY CRASH :'( ANYONE CAN HELP TO FIX THIS PROBLEM PLEASE CRASH LOG-
×
×
  • Create New...