Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 03/10/14 in all areas

  1. Hi all. After reading about Ai4rei's little discovery I decided to try and make a client plugin. This plugin gives you a new config file, mapeffecttable.txt, which allows you to set weather effects and modify 3D renderer clear color ("sky color") for maps. Now you can add clouds and blue sky (like in Juno and Kunlun) to any map without modifying the client or having to replace the effect from an old map. I just made this today and haven't tested very much, so there will likely be bugs. Also I've only tested on Windows XP running as administrator user, so YMMV. This release only works for 2012-04-10 client, it will crash all other clients!! Update: Now available for 2013-08-07 in addition to 2012-04-10 Weather effect overview: [table] EffectDescription mapleFalling maple leaves nightNight mode pokjukFireworks sakuraFalling cherry tree petals skyCloud effects (many different) snowFalling snowflakes[/table] Example: to add snow weather to Prontera you simply add an entry in the config like this: prontera.rsw 0x00000000 snow 0 More interesting Yuno: To install, put rdll2.asi in your client folder and put mapeffecttable.txt in your data folder. Also note it will not work if you have sound disabled. Download
    1 point
  2. Hello all rAthena members, Some people does not know about this. Our Malaysia Airlines MH370 still missing. Please pray for their safety. Hope they coming back home. PRAY FOR MH370
    1 point
  3. Almost forgot about you, here's your NPC! //======Name======================================== // Emperium Ladder //======Version===================================== // 1.0 //======Author(s)=================================== // Sandbox //======Comments==================================== // It's a script that will show the top 10 Emperium breakers of your server. //================================================== prontera,123,123,4 script empladder 78,{ mes "Here are our top 10 breakers!"; query_sql ("SELECT `char`.char_id,`char`.`name`,global_reg_value.`value` FROM global_reg_value LEFT JOIN `char` ON global_reg_value.char_id=`char`.char_id WHERE global_reg_value.str='empladder' ORDER BY CAST(`global_reg_value`.`value` AS UNSIGNED) DESC LIMIT 10", .@char_id, .@name$, .@count); for( set .@x,0; .@x<10; set .@x,.@x+1 ) { mes "^880000"+(.@x+1)+"^000000) ^0000FF"+.@name$[.@x]+"^000000 - ^008800"+.@count[.@x]+"^000000 Point(s)"; } // .@x starts at 0, but you want to start with '1st', so use (.@x+1) close; }
    1 point
  4. add ka isang comma sa dulo.
    1 point
  5. Name : Boitata Game : Ragnarok Online File Size: 2120 KB Author: Gravity Download : Mob - Boitata [ToZorMan].zip Link : www.green-peach.net ----------------------------------------------------------------- Name : Boitata_Hat Categorie : Upper Headgear File Size: 529 KB Author: Gravity Download : Hat - Boitata_Hat [ToZorMan].zip Link : www.green-peach.net ----------------------------------------------------------------- Name : Capricorn_Crown Categorie : Upper Headgear File Size: 294 KB Author: Gravity Download : Hat - Capricorn_Crown [ToZorMan].zip Link : www.green-peach.net ----------------------------------------------------------------- Name : Capricorn_Diadem Categorie : Upper Headgear File Size: 328 KB Author: Gravity Download : Hat - Capricorn_Diadem [ToZorMan].zip Link : www.green-peach.net
    1 point
  6. Have you diffed with [uI] Remove Hourly Playtime-Minder included?
    1 point
  7. File Name: Narrator PvP File Submitter: Evanio File Submitted: 18 Feb 2014 File Category: PvP, GvG, WoE, Battleground Content Author: Evanio A Narrator PvP where you have the option to choose which speaker you want. There are 4 types of Narrators: UnrealTournament Badass Flamboyant Pimp If you prefer, you can engage in your main NPC PvP, just add the whole body of the NPC "Narrator PvP" in a Case in your script pvp. If your system already has a system of narrator advise to disable it. Configurations: The only configuration necessary is add in to array $@MapName$ the names of the maps you want the script to act. Instalation: To install the NPC completely, just grab the wav folder, which is in the .rar file, and put it in your data folder. And narrator.txt file post it in your folder loading scripts. Badass Flamboyant Pimp UnrealTournament Click here to download this file
    1 point
  8. more like this prontera,155,188,5 script kjdhfdksjf 100,{ setarray .@array1$,"123","456","789"; setarray .@array2$,"abc","def","ghi"; setarray .@array3$,"rst","uvw","xyz"; .@s1 = select( "1:2:3" ); for ( .@i = 0; .@i < 3; .@i++ ) .@menu$ = .@menu$ + getd( ".@array"+ .@s1 +"$["+ .@i +"]" ) +":"; .@s2 = select( .@menu$ ) -1; mes getd( ".@array"+ .@s1 +"$["+ .@s2 +"]" ); close; }
    1 point
×
×
  • Create New...