Jump to content

donkeyg

Members
  • Posts

    1060
  • Joined

  • Last visited

Everything posted by donkeyg

  1. anyone has this script? please share it... im using this script... it auto warped back to hometown if someone has MVP card... but may i limit it maximum 1 max? - script Limited Items -1,{ function LimitItems; function CheckItems; OnInit: // GM Level to Bypass set .GMLevel,3; // Check Every X Seconds set .Seconds,5; // Apply on Which Maps and what Zone No. setarray .DisableMap$, // "<mapname>","<zone number>", "pvp_n_1-5","0", "yggdrasil01","1", "guild_vs2","2"; // "guild_vs4","3", // "guild_vs5","4"; // Initialize Mapflags for( set .i,0; .i < getarraysize( .DisableMap$ ); set .i,.i + 2 ) setmapflag .DisableMap$[.i],mf_loadevent; end; OnPCLoadMapEvent: if( getgmlevel() >= .GMLevel ) end; for( set .@i,0; .@i < getarraysize( .DisableMap$ ); set .@i,.@i + 2 ) while( strcharinfo(3) == .DisableMap$[.@i] ){ if( LimitItems( atoi( .DisableMap$[.@i+1] ) ) ){ message strcharinfo(0),"Limited Items Exceeded."; mes " "; mes "^777777-------------------^000000"; mes "Your equipment is not allowed to have any MVP card in it."; mes "Please ensure all the Items above didnt reach the Limit / Disabled as stated above."; close2; warp "SavePoint",0,0; } sleep2 ( .Seconds * 1000 ); } end; function LimitItems { switch( getarg(0) ){ // Case <zone>: return CheckItems( <Item>,<Amount>,<Item>,<Amount>,.....,<Item>,<Amount> ); Case 0: return CheckItems( 607,0,608,0,2742,0,2541,0,4241,0,610,0,607,0,608,0,4174,0,4047,0,4054,0,4169,0,4236,0,4359,0,4425,0,4372,0,4147,0,4145,0,4168,0,4386,0,4142,0,4134,0,4137,0,4123,0,4330,0,4441,0,4324,0,4408,0,4128,0,4363,0,4365,0,4430,302,0,4305,0,4407,0,4374,0,4361,0,4352,0 ); Case 1: return CheckItems( 13017,0,1230,0,4236,0,4359,0,4425,0,4372,0,4147,0,4145,0,4168,0,4386,0,4142,0,4134,0,4137,0,4123,0,4330,0,4441,0,4324,0,4408,0,4128,0,4363,0,4365,0,4430,0,4263,0,4403,0,4318,0,4419,0,4376,0,4357,0,4276,0,4146,0,4132,0,4131,0,4143,0,4135,0,4144,0,4148,0,4121,0,4342,0,4367,0,4302,0,4305,0,4407,0,437 // Case 3: return CheckItems( 607,5,608,1,4002,1,5022,1 ); // Case 4: return CheckItems( 607,1,608,15,5022,2,7227,10 ); default: debugmes "[NPC : "+strnpcinfo(0)+"] - Invalid Zone : "+getarg(0); break; } return; } }
  2. https://instagram.com/8factapp/ i guese evryone knows about 9gag right, 8fact is 9gag's partner, and thats interesting sentences posted by 8fact... so i hope anyone could make this script something similar with Fact Announcer script. (every 30mins announce random quote)
  3. oh ya.. thanks for reminding, an
  4. //===== eAthena Script ============================================ //= King of Emperium Hill //===== By: ======================================================= //= AnnieRuru //===== Current Version: ========================================== //= 1.0 //===== Compatible With: ========================================== //= hercules 2014-02-18 //===== Description: ============================================== //= defends the emperium in the middle of the map until times up //===== Topic ===================================================== //= http://hercules.ws/board/topic/4495-gvg-king-of-emperium-hill/ //===== Additional Comments: ====================================== //= Finally there is a topic for this ! //================================================================= - script KoE -1,{ OnInit: disablenpc "The King#KoE"; disablenpc "Exit#KoE"; bindatcmd "koe", strnpcinfo(0)+"::OnCommand", 99,100; end; OnCommand: if ( compare( .@atcmd_parameters$, "on" ) ) goto L_start; else if ( compare( .@atcmd_parameters$, "off" ) ) goto L_end; else { dispbottom "type - '@koe on' to start the event"; dispbottom "type - '@koe off' to end the event"; } end; OnMon2100: OnMon2200: // everyday 8pm starts OnWed2100: OnWed2200: OnSat2100: OnSat2200: L_start: if ( .start ) end; gvgon "guild_vs1"; announce "The King of Emperium Hill has begun!", bc_all; .start = 1; enablenpc "The King#KoE"; disablenpc "Exit#KoE"; $koegid = 0; donpcevent "::OnRevKoE"; maprespawnguildid "guild_vs1", $koegid, 7; monster "guild_vs1",49,49,"EMPERIUM",1288,1,"KoE::OnEmpDead"; end; OnMon2130: OnMon2230: // everyday 8pm starts // getitem 675, 5; Zeny += 10; // configure prize here end; } // Flags guild_vs1,49,38,4 script King of Emperium Hill#1::koe_flag 722,{ if ( !$koegid ) end; mes "[King of Emperium Hill]"; mes "The Current King of Emperium Hill is the ["+ getguildname($koegid) +"] guild."; close; //OnInit: // Uncomment this line to make the emblem stay after @reloadscript OnRevKoE: flagemblem $koegid; end; } After i destroyed the emperium, i still able to hit own emperium again although the empeerium belongs to me. how do i solve it?
  5. Level 1 Homun but has 2680 LUK.................. whats the problem=.= it works fine for other homun, but vanil only got bugged.
  6. yes both... even i wear my shield/weapon/boots also have this kind of problem.what should i do?? help pl anyone, this is so unconfortable...
  7. can u specify the homunculus are in which folder please? https://github.com/ROClientSide/Translation
  8. so its not scripting problem? the problem is data files problem?
  9. The skill gone once the player log out .... i couldnt post it at bug tracker. someone help me? VERSION R17717
  10. as the pic shown, after i talked to the gym pass npc,my weight in the picture still didnt add... im using the latest script of gym pass NPC.. anyone can help pls? really suffer it so many problem...
  11. help pls anyone... why no skill...
  12. @request only one miniboss/mvp allowed in WoE is it pobbiel to do this? bump
  13. Yes, checked, nothing in the costume window also. I'm not sure if that is normal but sometimes i encounter this kind of problem and what i can see on the picture of server your on the stage of testing things right? and doing restart/reloads/etc.. This might be bug but we need to provide how to produce this.. tried to restart and recompile many times, its still same.. any solution? need help
  14. why my vani skill is filir's skill?? pls help anyone? is it my database messed up or data foldeR? anyone? the skills are messed up
  15. No item shown in Equipment Window but my character has flying angel wing whats the problem sir? anyone pls help me im only able to show when i type @refresh / @go 0 hi anyone has solution? need to fix it badly..
  16. do u have cards to cards? (normal cards only)
  17. requesting like card trader. anyone has this script?
  18. but why i get hit by SG even i got 100% water resist?
  19. Made 100% water resists but still get hit by Stormgust in WoE.. what happen? help......
×
×
  • Create New...