Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 01/18/12 in all areas

  1. r15486's latest renewal mob database for SQL: mob_db_re.sql (table renamed to work with mob_db) I was planning to commit it as a mob_db_re table file but I don't think we have that database yet. So, I decided to post it here. (ie. this is an unofficial version)
    2 points
  2. //~~~~~~~~~~Scripts Made By Karul~~~~~~~~~~ ~Terms of Agreement~ You can NOT take credit for any script that I have made or others that have edited and was posted on this topic. You can NOT remove the credit tags saved on the scripts and re edit & repost my work. You can NOT redistribute my work into any other websites without my consent. You CAN edit my work, but leave the credit tags. Rate my work and PM if there is anything wrong. If my work is found on any other site besides eAthena, PM me at once, with the information of the website & link. By downloading and using it on your server, you accept the Terms of Agreement above. Thank You for using Karul's Scripts. Also, please thank those who edit these script and has been posted here. ~ Arigatou Gozaimas ~ ** Sorry, I don't make automated events because I dislike them ** Support NPC Game Master Event Starter! support.txt broadcaster.txt TCG Event.txt satancatcher.txt crack the safe.txt gmeventroom.txt
    1 point
  3. Introduction: Hi guys, as it took me hours to finish this script I'm sharing it with the community. It's basically a standard kafra, who warps you to towns or dungeon entrances. However, you must have the required dungeon quests if you want to warp to the corresponding dungeons. It ain't that special, but it still took me some hours to finish it. I hope someone finds it useful. Features: Standard Kafra Functions (Storage, Pushcart, Save Position) Extended Warp function considering possible dungeon quests Downloads: Warper-De Warper-En warper-de.txt warper-en.txt
    1 point
  4. Help protest against SOPA and PIPA Have you heard about SOPA and PIPA? What is SOPA and PIPA *Information taken from Wikipedia SOPA and PIPA represent two bills in the United States House of Representatives and the United States Senate respectively. SOPA is short for the "Stop Online Piracy Act," and PIPA is an acronym for the "Protect IP Act." ("IP" stands for "intellectual property.") In short, these bills are efforts to stop copyright infringement committed by foreign web sites, but, in our opinion, they do so in a way that actually infringes free expression while harming the Internet. Detailed information about these bills can be found in the Stop Online Piracy Act and PROTECT IP Act articles on Wikipedia, which are available during the blackout. GovTrack lets you follow both bills through the legislative process:SOPA on this page, and PIPA on this one. The Electronic Frontier Foundation, a non-profit organization dedicated to advocating for the public interest in the digital realm, has summarized why these bills are simply unacceptable in a world that values an open, secure, and free Internet. -------------------------------------------------------------------------------------------------------------------------------------------------- SOPA and PIPA are, in a way, evil. Mozilla Firefox, FaceBook, Wikipedia, ComputerWorld, Google and so many other sites are protesting against SOPA and PIPA to make the internet free of such things. If SOPA and PIPA wins the protest, hundreds of sites that you use daily for entertainment, communication and so much more will be removed. Your so much loved, Wikipedia will be blacked out and removed, like it was on January 19th 2012. Wikipedia and many, many other sites were blacked out or are blacked out to fight against this act, let the world know what this can do to all these sites, and let SOPA and PIPA know what damage and horrible acts they are doing or what they will do if this protest is lost. IF YOU AGREE WITH THIS PROTEST, AND WANT TO HELP FIGHT SOPA AND PIPA, POST A REPLY IN THIS TOPIC OR CHECK OUT WHAT IT CAN DO TO YOU http://www.1stwebdes...can-affect-you/
    1 point
  5. Can someone make hidden antibot monster such as Petite. Visually players cannot see, but only bot can detect and assume that it was petite and attack it. When player attack the antibot monster, it triggers the validation or something. If players failed to validate, they will automatically jailed. i search antibot script but whether links are broken or not works. I really need anibot for my server thank you before.
    1 point
  6. Try this (not tested or anything): payon,163,226,3 script Monster Quest 1511,{ mes "[Amon Ra]"; mes "What do you want, you little rat?"; next; mes "[Amon Ra]"; mes "Is it that you want to get zeny?!"; next; switch(select("Oh..Yes.:I don't think so.")) { case 1: mes "[Amon Ra]"; mes "Oh...then, you will need a special item I call the Ectoplasm."; next; mes "[Amon Ra]"; mes "You will need 50 of those Ectoplasms."; mes "Or else I don't let you get zeny."; next; mes "Do you have my ectoplasms?"; next; switch(select("Yes, I do.:No, Sorry!")) { case 1: mes "[Amon Ra]"; mes "Well well, give it then!"; next; if(countitem(7220)>=50) { mes "[Amon Ra]"; mes "Oh, you have it. I'm sorry I didn't tell you, you must fight my summoner first!"; monster "payon" ,166,226, "Amon Ra Summoner",1511,1, "Monster Quest::OnPoringKilled"; } else { mes "[Amon Ra]"; mes "You don't have my item! GO AWAY!"; } close; case 2: mes "[Amon Ra]"; mes "THEN GET IT!"; close; } case 2: mes "[Amon Ra]"; mes "Oh...so you don't want my marvelous zeny then!?"; next; warp "niflheim" ,90,108; close; } OnPoringKilled: mes "[Amon Ra]"; mes "Congratulations, you have killed my summoner. Here is your zeny."; set Zeny,Zeny+100000000; next; mes "[Amon Ra]"; mes "And an announcement!"; announce "Amon Ra: Oh My! "+strcharinfo(0)+" has killed my summoner and gained my zeny!",bc_blue|bc_all; next; mes "[Amon Ra]"; mes "Until next time!"; close; }
    1 point
  7. I hate SOPA, and PIPA. I've been fighting it since it was known as Protect-IP. They've lost a lot of supporters because of all the "black-outs" today - which is awesome!
    1 point
  8. 1 point
  9. I didn't actually load/test it on a server. I'm just basing it from what I know. if ($PoringKilled==1) goto L_AllDead; Replace goto L_AllDead with donpcevent "Monster Quest::OnAllDead" Do note you have to replace your L_AllDead label with OnAllDead
    1 point
  10. Scripting has not been changed in anyway major ever since the fork. eAthena scripts will still work in rAthena.
    1 point
  11. I agree with Judas,most of the fluxs integrated sites look the same.
    1 point
  12. OnWhisperGlobal: if(@whispervar0$=="StartBattle") { Whisper, NPC:Armsman and in your text box, type in StartBattle.
    1 point
  13. Here's my version of it. autolootitem.patch
    1 point
×
×
  • Create New...