letstry Posted August 27, 2012 Group: Members Topic Count: 87 Topics Per Day: 0.02 Content Count: 219 Reputation: 0 Joined: 05/03/12 Last Seen: September 15, 2023 Share Posted August 27, 2012 A script that will give a reward if you stay in a specific spot for an hour.. Example: The hot spot is @ prontera 50 50.. If I stay on prontera 50 50 for an hour, it'll give me 10 #KAFRAPOINTS.. Thank you in advance Bump Quote Link to comment Share on other sites More sharing options...
goddameit Posted August 29, 2012 Group: Members Topic Count: 60 Topics Per Day: 0.01 Content Count: 562 Reputation: 219 Joined: 11/22/11 Last Seen: August 3, 2024 Share Posted August 29, 2012 http://www.eathena.ws/board/index.php?showtopic=246336 Quote Link to comment Share on other sites More sharing options...
letstry Posted August 31, 2012 Group: Members Topic Count: 87 Topics Per Day: 0.02 Content Count: 219 Reputation: 0 Joined: 05/03/12 Last Seen: September 15, 2023 Author Share Posted August 31, 2012 (edited) Cant download that file Anyone have a mirror? Edited August 31, 2012 by letstry Quote Link to comment Share on other sites More sharing options...
Yahiko Posted September 3, 2012 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 81 Reputation: 14 Joined: 08/17/12 Last Seen: April 19, 2013 Share Posted September 3, 2012 (edited) //Made : Goddameit //Time : 2010/05/07 //Home : http://www2.okay88.com/?fromuid=12556 prontera,145,180,4 script [PoPo] 112,{ if(@popostwr){ announce "[Po-Po]:Please re-login server",bc_self; end; } mes "Po-Po points:"+popopos; deletearray @poi[0],128; set @pocost,0; set @po,0; set @yu,0; set @poselect$,""; menu "[Po-Po GO!]",staer,"[buy Po-Po Item]",buir; staer: mes "You can't leave this map and join into any chat or vend"; select("[OK]"); close2; set @popostwr,1; announce "[Po-Po]:Thank for you use.",bc_self; addtimer $@popodelay,"[PoPo]::OnTimeout"; end; buir: set @poselect$,"[bUY!!]"; for(set @po,0;@po<getarraysize($@sellitem);set @po,@po+1){ set @poselect$,@poselect$+":["+(@poi[@po]?"^FF0000":"^000088")+""+getitemname($@sellitem[@po])+"^000000]["+$@sellcost[@po]+"]"+(@poi[@po]?"("+@poi[@po]+")":""); } set @yu,select(@poselect$); if(@yu!=1){ announce "[Po-Po]:Input how many you want.",bc_self; input @ponum; if(@ponum>=0){ set @poi[@yu-2],@ponum; goto buir; } } for(set @po,0;@po<getarraysize($@sellitem);set @po,@po+1){ set @pocost,@pocost+$@sellcost[@po]*@poi[@po]; } mes "You have to pay me ["+@pocost+"po]"; select("[OK~]"); if( @pocost > popopos ){ mes "Your Po-Po isn't enough"; close; } for(set @po,0;@po<getarraysize($@sellitem);set @po,@po+1){ getitem $@sellitem[@po],@poi[@po]; } set popopos,popopos-@pocost; close2; deletearray @poi[0],128; set @pocost,0; set @po,0; set @yu,0; set @poselect$,""; end; OnTimeout: getmapxy(@popom$,@popo,popoy,0); if(@popom$=="prontera"&&!checkvending()&&!checkChatting()){ set popopos,popopos+1; announce "[Po-Po]:Get 1 point, now have "+popopos,bc_self; addtimer $@popodelay,"[PoPo]::OnTimeout"; } end; OnInit: setarray $@sellitem[0],607,608; setarray $@sellcost[0],10,5; set $@popodelay,10000; end; } Edit at setarray $@sellitem[0],607,608; //What you want to sell setarray $@sellcost[0],10,5; //and its price set $@popodelay,10000; //Go through how many time will get a point ( 1s = 1000 ) Edited September 3, 2012 by Emistry Please use [CODEBOX] or Attachment for long contents Quote Link to comment Share on other sites More sharing options...
Question
letstry
A script that will give a reward if you stay in a specific spot for an hour..
Example:
The hot spot is @ prontera 50 50..
If I stay on prontera 50 50 for an hour, it'll give me 10 #KAFRAPOINTS..
Thank you in advance
Bump
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.