Jump to content

anginputih

Members
  • Posts

    81
  • Joined

  • Last visited

Everything posted by anginputih

  1. how this script can only be used six times so after that looking for the experience itself as an example novice novice knight Swordman Swordman hight lord knight and the remaining 10 looking for job lvup and lvup a own experience
  2. sorry to disturb so the box should be changed like Bagimana I wonder what there is a specific application to modify the box so polder know how rich the original article I browse all the folders all the boxes that read how to remove the box Carana box located in the folder so rich writings discovered how http://postimage.org/image/6wzn5owz9/ <texture> example screnshot http://postimage.org/image/hv7owkvn1/ <spirit This is because all the data I am extra ragnarok GRF other and take all costumnya so the box should be changed such as How I wonder what there is a special application to modify the box so the polder know how rich the original article I browse all the folders all the box that says how to remove the box Carana box located in the folder so that the rich literature to discover how http://postimage.org/image/6wzn5owz9/ <texture> example screnshot http://postimage.org/image/hv7owkvn1/ <spirit This is because all my data GRF ragnarok other extras and bring all costum sporot.psd Untitled-1.psd
  3. I fix the gravity ragnarok custom item error costum item ragnarok result of the data GRF psro whether there is an application to amend his costum ragnarok spirit of the gravity experienced such an error after using costum
  4. http://www.eathena.w...pic=217704&st=0 whether anti rpe WPE in this work eAthena
  5. help me I request to be made pvp script this is not the usual script script This script opposite rf can not kill our own people can only kill other nations examples such as the champion can not kill the Acolyte nations because it is the successor to champion champion should be kill nations different dll. examples chamipions kill nations champions vs high wizard lk vs prof dll and a place to murder other people in different societies and go 17
  6. vanguard What price the dollar and whether there is a free game guard
  7. vanguard free or buy harmony no free and buy 200$
  8. help my set clukcer iam not understand
  9. I do not understand the set
  10. //===== Athena Script ===================================== //= Cluck! Cluck! Boom! //===== By Keale of VoidRO ================================ //= http://voidro.com //===== Description ======================================= //= Click the chicken and try retrieve the item at a low //= chance. If you fail he will nuke, freeze, stone, //= stun, or make you fall asleep. //= The prize is configurable and triggered by the NPC. //===== Credits =========================================== //= LuTze for his 'Chicken of Punishment' script. //= BrianL for suggesting the 'switch' command. //===== Version =========================================== //= v1.1 //========================================================= //= v1.0 - First release. //= v1.1 - Using 'switch rand' instead. //========================================================= prontera.gat,164,175,4 script Cluckers 800,{ if ($@startcluck == 1) goto L_playcluck; cluckcluck: if (getgmlevel() >= 80) goto cluckadmin; mes "[Cluckers]"; mes "Cluck cluck! Cluuuuuck?"; mes "Cluck...."; close; cluckadmin: mes "[Cluckers]"; mes "Cluck cluck! Cluuuuuck? ^FF0000~Hi GM " + strcharinfo(0) + ", Wanna play today?~^000000"; mes "Cluck cluck... CLUCK! ^FF0000~Just tell me what to do!~^000000"; switch(select("Start Event:Check Prize:Set Prize:Not today Cluckers")) { case 1: next; mes "[Cluckers]"; mes "CLUCK! ^FF0000~Sure thing!~^000000"; emotion 33; close2; goto L_cluckannounce; case 2: next; mes "[Cluckers]"; mes "Cluck, cluck cluck... Cluck! ^FF0000~The current prize is^000000 ^008000"+ $cluck_item_amount +" "+ getitemname($cluck_item_id) +".^000000"; next; goto cluckadmin; case 3: next; mes "[Cluckers]"; mes "Cluck cluck? Cluck??? ^FF0000~What should the prize for winning be? Please input the ID.~^000000"; input $cluck_item_id; next; mes "[Cluckers]"; mes "Cluck? cluuuck? ^FF0000~How many if this item should I give away?~^000000"; input $cluck_item_amount; next; mes "[Cluckers]"; mes "Cluck cluck..? Cluck. ^FF0000~So, the prize is^000000 ^008000"+ $cluck_item_amount +" "+ getitemname($cluck_item_id) +"^000000? ^FF0000Great.~^000000"; emotion 33; next; goto cluckadmin; case 4: next; mes "[Cluckers]"; mes "Cluck cluck cluck..."; close; } L_cluckannounce: announce "[Cluck! Cluck! Boom!] Akan Di mulai Di Kota Prontera!!",bc_blue; initnpctimer; end; OnTimer10000: announce "Tolong Cepat Permainan Ayam Gila Akan Segera Di mulai Di Prontera!",bc_blue; end; OnTimer20000: announce "Bagi Pemenang Akan Mendapatkan Aloe 500 Buah Lho!",bc_blue; end; OnTimer30000: announce "Cara Bermain nya sangat mudah Lho, Kalian Tinggal Klik Npc Ayam nya Setelah itu Jika Kalian Hoki Maka Kalian akan menjadi Pemenang, Berminat??",bc_blue; end; OnTimer40000: announce "Ayooo Teman - Teman Semua Hadiah nya Aloe 500 buah Lumayan Lho!",bc_blue; set $@startcluck,1; end; L_playcluck: specialeffect2 2; switch( rand(15) ) { case 0: npctalk "CLUUUUUUCK!!!"; emotion 23; atcommand "@nuke "+strcharinfo(0); break; case 1: npctalk "Cluuuuuck!~"; break; case 2: atcommand "@nuke "+strcharinfo(0); break; case 3: sc_start SC_Freeze,10000,0; break; case 4: npctalk "CLUUUUUUUUUCK!!!"; emotion 23; atcommand "@nuke "+strcharinfo(0); break; case 5: sc_start SC_Sleep,10000,0; break; case 6: emotion 29; sc_start SC_Stone,10000,0; break; case 7: npctalk "CLUUUUUUCK!!!"; emotion 23; atcommand "@nuke "+strcharinfo(0); break; case 8: npctalk "Cluck! CLUUUCK!!"; emotion 23; atcommand "@nuke "+strcharinfo(0); break; case 9: sc_start SC_Stun,10000,0; break; case 10: emotion 29; sc_start SC_Sleep,10000,0; break; case 11: npctalk "Cluck! Cluck!"; break; case 12: sc_start SC_Stun,10000,0; break; case 13: atcommand "@nuke "+strcharinfo(0); break; default: if( rand(50) < 3 ) { npctalk "WOOF!..........."; specialeffect2 72; announce "[Cluck! Cluck! Boom!] " + strcharinfo(0) + " Squeezed out the prize! Well done!",0; getitem $cluck_item_id,$cluck_item_amount; set $@startcluck,0; } else { npctalk "Cluck! CLUUUCK!!"; atcommand "@nuke "+strcharinfo(0); } break; } } delay 5 hours cluker iam sorry newbie pleas edit script delay 5 hours
  11. pleas help me not connect delay 10 hours parti vs parti
  12. share pleas cluck event and mushroom event and poringinvasion delay 5 hours
  13. pleas share delay or tme limit 10 hours party vs party
  14. why not free version? why there is no other than that the game guard to prevent cheating
  15. harmonize this is buying or free?
  16. Please i need help, i wont need gameguard for my game private ragnarok, for block cheat RPE WPE engine, dll. Please help me, i need idea. thanks for your time and suport.
  17. pleas edit pvp 4 team delay 10 hours and get prize
  18. pleas share parti vs parti 10 hours prize 30006 and 12103
  19. event parti delay 10 hours not code box
  20. prontera,155,181,5 script Sample 757,{ mes "I am Party Match Manager."; mes "Party Leader may create a PVP Match here."; next; switch( select( ( .Created )?"Join Game[ ^FF0000"+.No+"vs"+.No+"^000000 ]":"Create Game", ( ( getgmlevel() >= .GMLevel || getcharid(0) == getpartyleader( getcharid(1),2 ) ) && .Created )?"^FF0000Remove Game^000000":"" )){ Case 1: switch( .Created ){ Case 0: getpartymember getcharid(1),1; if( getcharid(0) != getpartyleader( getcharid(1),2 ) || !getcharid(1) ){ mes "Sorry, but only a ^FF0000Party Leader^000000 can register a game here."; }else{ mes "How many Players for each Party Team ?"; mes "Min = 1 Max = "+$@partymembercount; mes "Because you only have "+$@partymembercount+" member right now."; next; input .No,1,$@partymembercount; announce "[ "+.No+"vs"+.No+" Party Match ] created by "+strcharinfo(0)+", you may register to join.",0; set .Team[0],getcharid(1); set .Created,1; } close; Case 1: if( !.Team[1] && getcharid(1) == .Team[0] ){ mes "Please wait for ^FF0000Team 2^000000 to Register."; }else{ if( getcharid(0) != getpartyleader( getcharid(1),2 ) || !getcharid(1) ){ mes "Sorry, but only a ^FF0000Party Leader^000000 can register a game here."; close; } getpartymember getcharid(1),1; if( $@partymembercount < .No ){ mes "You didnt have enough of "+.No+" Member for the Game."; mes "You only have "+$@partymembercount+" Member."; }else{ mes "Confirm Registration ?"; if( select("Yes:No") == 1 ){ set .Team[1],getcharid(1); set .Created,2; setarray .Members[0],.No,.No; for( set .@party,0; .@party < 2; set .@party,.@party + 1 ){ getpartymember .Team[.@party],1; for( set .@i,0; .@i < .No; set .@i,.@i + 1 ) warpchar .Map$,0,0,$@partymembercid[.@i]; } end; } } } close; Case 2: mes "^FF0000The Game is in Progress.^000000"; mes "[ A "+.No+" vs "+.No+" Game ]"; mes "Team ^FF0000"+getpartyname( .Team[0] )+"^000000 vs Team ^FF0000"+getpartyname( .Team[1] )+"^000000 ."; close; } close; Case 2: mes "Done, Match will be terminated right away."; mapannounce .Map$,"Match has been Cancelled by a GM.",0; close2; OnReset: deletearray .Team[0],getarraysize( .Team ); deletearray .Members[0],getarraysize( .Members ); if( .Winner ){ getpartymember .Winner,2; for( set .@i,0; .@i < .No; set .@i,.@i + 1 ){ getitem 512,100,$@partymemberaid[.@i]; getitem 607,1,$@partymemberaid[.@i]; } set .Winner,0; } sleep2 2000; set .Created,0; mapwarp .Map$,"prontera",155,181; end; } close; OnPCDieEvent: OnPCLogoutEvent: if( strcharinfo(3) == .Map$ && .Created ){ for( set .@i,0; .@i < 2; set .@i,.@i + 1 ) if( getcharid(1) == .Team[.@i] ) set .Members[.@i],.Members[.@i] - 1; if( .Members[0] < 1 ) set .Winner,.Team[1]; else if( .Members[1] < 1 ) set .Winner,.Team[0]; if( .Winner ){ mapannounce .Map$,"Team "+getpartyname( .Winner )+" Win the "+.No+"vs"+.No+" Game.",0; donpcevent strnpcinfo(0)+"::OnReset"; }else{ warp "prontera",155,181; } } end; OnInit: set .GMLevel,80; set .Map$,"pvp_y_1-1"; end; } delayed for 10 hours please share iam sory iam newbie
  21. prontera,155,181,5 script Sample 757,{ mes "I am Party Match Manager."; mes "Party Leader may create a PVP Match here."; next; switch( select( ( .Created )?"Join Game[ ^FF0000"+.No+"vs"+.No+"^000000 ]":"Create Game", ( ( getgmlevel() >= .GMLevel || getcharid(0) == getpartyleader( getcharid(1),2 ) ) && .Created )?"^FF0000Remove Game^000000":"" )){ Case 1: switch( .Created ){ Case 0: getpartymember getcharid(1),1; if( getcharid(0) != getpartyleader( getcharid(1),2 ) || !getcharid(1) ){ mes "Sorry, but only a ^FF0000Party Leader^000000 can register a game here."; }else{ mes "How many Players for each Party Team ?"; mes "Min = 1 Max = "+$@partymembercount; mes "Because you only have "+$@partymembercount+" member right now."; next; input .No,1,$@partymembercount; announce "[ "+.No+"vs"+.No+" Party Match ] created by "+strcharinfo(0)+", you may register to join.",0; set .Team[0],getcharid(1); set .Created,1; } close; Case 1: if( !.Team[1] && getcharid(1) == .Team[0] ){ mes "Please wait for ^FF0000Team 2^000000 to Register."; }else{ if( getcharid(0) != getpartyleader( getcharid(1),2 ) || !getcharid(1) ){ mes "Sorry, but only a ^FF0000Party Leader^000000 can register a game here."; close; } getpartymember getcharid(1),1; if( $@partymembercount < .No ){ mes "You didnt have enough of "+.No+" Member for the Game."; mes "You only have "+$@partymembercount+" Member."; }else{ mes "Confirm Registration ?"; if( select("Yes:No") == 1 ){ set .Team[1],getcharid(1); set .Created,2; setarray .Members[0],.No,.No; for( set .@party,0; .@party < 2; set .@party,.@party + 1 ){ getpartymember .Team[.@party],1; for( set .@i,0; .@i < .No; set .@i,.@i + 1 ) warpchar .Map$,0,0,$@partymembercid[.@i]; } end; } } } close; Case 2: mes "^FF0000The Game is in Progress.^000000"; mes "[ A "+.No+" vs "+.No+" Game ]"; mes "Team ^FF0000"+getpartyname( .Team[0] )+"^000000 vs Team ^FF0000"+getpartyname( .Team[1] )+"^000000 ."; close; } close; Case 2: mes "Done, Match will be terminated right away."; mapannounce .Map$,"Match has been Cancelled by a GM.",0; close2; OnReset: deletearray .Team[0],getarraysize( .Team ); deletearray .Members[0],getarraysize( .Members ); if( .Winner ){ getpartymember .Winner,2; for( set .@i,0; .@i < .No; set .@i,.@i + 1 ){ getitem 512,100,$@partymemberaid[.@i]; getitem 607,1,$@partymemberaid[.@i]; } set .Winner,0; } sleep2 2000; set .Created,0; mapwarp .Map$,"prontera",155,181; end; } close; OnPCDieEvent: OnPCLogoutEvent: if( strcharinfo(3) == .Map$ && .Created ){ for( set .@i,0; .@i < 2; set .@i,.@i + 1 ) if( getcharid(1) == .Team[.@i] ) set .Members[.@i],.Members[.@i] - 1; if( .Members[0] < 1 ) set .Winner,.Team[1]; else if( .Members[1] < 1 ) set .Winner,.Team[0]; if( .Winner ){ mapannounce .Map$,"Team "+getpartyname( .Winner )+" Win the "+.No+"vs"+.No+" Game.",0; donpcevent strnpcinfo(0)+"::OnReset"; }else{ warp "prontera",155,181; } } end; OnInit: set .GMLevel,80; set .Map$,"pvp_y_1-1"; end; } whereis the set prize 30006 10 fruit
  22. pleas share the script zombie vs novice the prize one 7539 two 30006
  23. it's just a script material please make my script made headger 30006,100,0, "Zeny", 23197.1 30006,100,0, "Zeny", 23044.1; 30006,100,0, "Zeny", 23195.1; 30006,100,0, "Zeny", 23188.1; 30006,100,0, "Zeny", 23183.1; 30006,100,0, "Zeny", 23176.1; 30006,100,0, "Zeny", 23167.1; 30006,100,0, "Zeny", 23151.1; wing 30006,150,0, "Zeny", 24500.1; 30006,150,0, "Zeny", 24526.1; 30006,150,0, "Zeny", 24639.1; 30006,150,0, "Zeny", 24543.1; 30006,150,0, "Zeny", 24507.1; 30006,150,0, "Zeny", 24512.1; 30006,150,0, "Zeny", 18581.1; 30006,150,0, "Zeny", 24513.1;
  24. anginputih

    request

    help my my request quest donation This material was material case 1: callsub OnBuyItem,30006,100,0,"Zeny",23197,1; case 2: callsub OnBuyItem,30006,100,0,"Zeny",23044,1; case 3: callsub OnBuyItem,30006,100,0,"Zeny",23195,1; case 4: callsub OnBuyItem,30006,100,0,"Zeny",23188,1; case 5: callsub OnBuyItem,30006,100,0,"Zeny",23183,1; case 6: callsub OnBuyItem,30006,100,0,"Zeny",23176,1; case 7: callsub OnBuyItem,30006,100,0,"Zeny",23167,1; case 8: callsub OnBuyItem,30006,100,0,"Zeny",23151,1; help my my request quest donation This material was material case 1: callsub OnBuyItem,30006,150,0,"Zeny",24500,1; case 2: callsub OnBuyItem,30006,150,0,"Zeny",24526,1; case 3: callsub OnBuyItem,30006,150,0,"Zeny",24639,1; case 4: callsub OnBuyItem,30006,150,0,"Zeny",24543,1; case 5: callsub OnBuyItem,30006,150,0,"Zeny",24507,1; case 6: callsub OnBuyItem,30006,150,0,"Zeny",24512,1; case 7: callsub OnBuyItem,30006,150,0,"Zeny",18581,1; case 8: callsub OnBuyItem,30006,150,0,"Zeny",24513,1;
  25. no refine_db txt pleas share scrip event refine +7 sucess
×
×
  • Create New...