Jump to content

Famous

Members
  • Posts

    455
  • Joined

  • Last visited

Everything posted by Famous

  1. I got error on some monster
  2. if (skill == AS_SONICBLOW) // pc_stop_attack(sd); //Special case, Sonic Blow autospell should stop the player attacking. should this be disable? thanks for this!! its working!!
  3. Can I request script for woe last minutes time check Example last 3min woe will be end after 1 minute it will be broadcast again last 2min. last 1 min. and last 10 sec. 9,8,7,6,5,4,3,2,1 will be broadcast for all maps
  4. que_temsky,146,139,5 script Special Freebies Giver 739,{ if(#freebies == 1) goto L_1; mes "[ ^00FF00Freebies Giver^000000 ]"; mes "Hello ! ^ff8000"+strcharinfo(0)+"^000000,"; mes "You will receive some present as a reward for joining the server"; mes "We're gladly thankful for your support in the future too."; next; mes "[ ^00FF00Freebies Giver^000000 ]"; mes "..."; getitem 1618,1; getitem 20091,1; getitem 7853,100; getitem 7227,100; getitem 20060,2; getitem 20061,2; getitem 20062,2; getitem 20063,2; getitem 20064,2; getitem 2639,2; getitem 2629,2; getitem 4257,2; getitem 4047,1; getitem 2630,2; getitem 20114,1; getitem 2638,2; getitem 20076,1; getitem 20111,1; getitem 20099,1; getitem 20095,1; getitem 4147,1; getitem 4142,1; getitem 20094,1; getitem 4142,2; getitem 4302,2; getitem 4305,4; getitem 4174,1; getitem 4133,1; getitem 4128,1; getitem 4058,1; getitem 4257,2; getitem 4047,1; getitem 20075,2; emotion e_thx; set #freebies,1; next; mes "[ ^00FF00Freebies Giver^000000 ]"; mes "You have your Freebies already !"; mes "What do you want to do today ?"; menu "Warp Me To Main Town",-,"I'll Here Explore First",L_Explore; warp "que_temsky",141,139; close; L_Explore: mes "[ ^00FF00Freebies Giver^000000 ]"; mes "Ok See Ya Around ^ff8000"+strcharinfo(0)+"^000000"; close; L_1: mes "[ ^00FF00Freebies Giver^000000 ]"; mes "Don't Abuse Me"; mes "You have received the Freebies already."; emotion e_bzz; close; OnInit: waitingroom "Special Freebies",0; end; }
  5. try this id,range, 653,-0,6,4,0,0x6,1:2:3:4:5,10,1,no,0,0x2,0,magic,0, NPC_EARTHQUAKE,Earthquake
  6. Who to stable it?? bec after an hour this script is being disable??? - script Limited Items -1,{ function LimitItems; function CheckItems; OnInit: // GM Level to Bypass set .GMLevel,100; // Check Every X Seconds set .Seconds,5; // Apply on Which Maps and what Zone No. setarray .DisableMap$, // "<mapname>","<zone number>", "guild_vs1","0", "guild_vs2","1", "guild_vs3","2", "guild_vs4","3", "guild_vs5","4"; for( set .i,0; .i < getarraysize( .DisableMap$ ); set .i,.i + 2 ) setmapflag .DisableMap$[.i],mf_loadevent; end; OnPCLoadMapEvent: if( getgmlevel() >= .GMLevel ) end; set @Exceed,0; for( set .@i,0; .@i < getarraysize( .DisableMap$ ); set .@i,.@i + 2 ) if( strcharinfo(3) == .DisableMap$[.@i] ) LimitItems( atoi( .DisableMap$[.@i+1] ) ); end; function LimitItems { switch( getarg(0) ){ // Case <zone>: CheckItems( <Item>,<Amount>,<Item>,<Amount>,.....,<Item>,<Amount> ); break; Case 0: CheckItems( 607,1 ); break; Case 1: CheckItems( 607,5,608,1 ); break; Case 2: CheckItems( 607,2,608,3,4002,1 ); break; Case 3: CheckItems( 607,5,608,1,4002,1,5022,1 ); break; Case 4: CheckItems( 607,1,608,15,5022,2,7227,10 ); break; default: debugmes "[NPC : "+strnpcinfo(0)+"] - Invalid Zone:"+getarg(0); break; } return; } function CheckItems { for( set .@i,0; getarg( .@i,0 ); set .@i,.@i + 2 ){ set .@Limit,0; for( set .@eq,0; .@eq <= 10; set .@eq,.@eq + 1 ) for( set .@slot,0; .@slot <= getequipcardcnt( .@eq ); set .@slot,.@slot + 1 ) if( getequipcardid( .@eq,.@slot ) == getarg(.@i) ) set .@Limit,.@Limit + 1; set .@Limit,.@Limit + countitem( getarg(.@i) ); if( .@Limit > getarg(.@i+1) ){ set @Exceed,1; mes "[ ^FF0000Limit : ^0000FF"+getarg(.@i+1)+"^000000 ] "+getitemname( getarg(.@i) ); } } if( @Exceed ){ mes "Please ensure all the Items above didnt reach the Limit as stated above."; close2; warp "SavePoint",0,0; deltimer strnpcinfo(0)+"::OnPCLoadMapEvent"; }else{ addtimer ( .Seconds * 1000 ),strnpcinfo(0)+"::OnPCLoadMapEvent"; end; } return; } }
  7. some player having error on this kind of job the head of the rk female job is not fix job bump!!
  8. can you post the error here? so that others can see and give you some guide
  9. enable skill warg mastery on sniper job?
  10. how to fix this apple on card and how to make accessory card only wizard can use link: bump! topic close
  11. hmm even in woe? map?? can see damage? no working on bg map hide_woe_damage
  12. How to see Damage on certain map like: bat_c01
  13. can I request non donators for specific map example new_1-1 and nilfheim I would like to restrict items like 2374,2375,2433,2537,2729,5808 how to use this only in new_1-1 item_noequip.txt
  14. how to put this on wizard class?? skill tree
  15. about this topic: http://www.eathena.ws/board/index.php?showtopic=241741
×
×
  • Create New...