Jump to content

rhay18

Members
  • Content Count

    11
  • Joined

  • Last visited


Reputation Activity

  1. Upvote
    rhay18 reacted to AnnieRuru in waiting room :D   
    - script main -1,{OnInit: .minplayer2start = 5; end;OnStart: if ( getwaitingroomstate( 0, "left" ) < .minplayer2start || getwaitingroomstate( 0, "right" ) < .minplayer2start ) end; announce "blahblah start !", bc_all; donpcevent "left::OnStart"; donpcevent "right::OnStart"; delwaitingroom "left"; delwaitingroom "right"; disablenpc "left"; disablenpc "right"; end;}prontera,157,187,5 script left 100,{ end;OnInit: sleep 1; waitingroom strnpcinfo(0), getvariableofnpc( .minplayer2start, "main" ) +1, "main::OnStart", getvariableofnpc( .minplayer2start, "main" ); end;OnStart: warpwaitingpc "guild_vs2", 9, 50; end;}prontera,160,187,5 script right 100,{ end;OnInit: sleep 1; waitingroom strnpcinfo(0), getvariableofnpc( .minplayer2start, "main" ) +1, "main::OnStart", getvariableofnpc( .minplayer2start, "main" ); end;OnStart: warpwaitingpc "guild_vs2", 90, 50; end;}same people ?http://rathena.org/board/topic/92911-what-is-the-problem/
  2. Upvote
    rhay18 reacted to AnnieRuru in waiting room :D   
    http://rathena.org/board/topic/92930-about-party/?p=246451
    I think already answered over there ...
  3. Upvote
    rhay18 reacted to AnnieRuru in Reduce the price of all items   
    simple patch
     
    http://upaste.me/631810678b37dc39c
     
    tested with
    prontera,157,183,1 shop kjvhkxjvx 100,501:-1,1201:-1,2304:-1note that npc shops that already has a value will still overwrite the price though 
    and of course ... merchant can discount/overcharge it
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.