Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/29/14 in all areas

  1. File Name: Race Of The Day File Submitter: Emistry File Submitted: 29 Jul 2012 File Category: Utilities Content Author: Emistry This Script will provide players extra EXP , Item or Zeny to Players if they killed designed monsters for the day. Player will get extra EXP randomly everyday for each race of monster. Player might have chances to get some items from the ROTD when they killed the monsters. Click here to download this file
    1 point
  2. Since nobody really want to search in the forum before ask how to make it compatible with eAthena emulator ... I will just split the topics and PIN it ... Random Questions : Please help me convert the Script to eAthena / 3CEAM !!!! rAthena script doesnt work in eAthena ... HELP!!!! Variables error / not recognized !! Your Solution : Example : in latest rAthena /Hercules or other latest emulators .@value = 12345; .@value++; .@value += 123; .@string$ = "ABC"; for( .@i = 0; .@i < .@size; .@i++ ) for( .@i = 0; .@i < .@size; .@i += 3 ) When converted back to eAthena / 3CeaM / etc : set .@value,12345; set .@value,.@value + 1; set .@value,.@value + 123; set .@string$,"ABC"; for( set .@i,0; .@i < .@size; set .@i,.@i + 1 ) for( set .@i,0; .@i < .@size; set .@i,.@i + 3 ) ** Did you noticed the pattern ?? it's the same for everywhere ... Just Find and Replace these lines. ** To be honest, I really don't see what's the points of still using eAthena when it's already outdated.
    1 point
  3. Map of the week //===== rAthena Script ====================================================================== //= Map Of The Week v4.4 //===== Original By ========================================================================= //= Kaushik //===== Current Version: ==================================================================== //= 1.0 - Script Release. //= 1.1 - Added GM selection of Map Of The Week. //= 1.2 - Fixed Timer Selection of the Map is on Sunday @ 24:00 server time. //= 2.0 - Added Contract System. //= 2.1 - Fixed Contract Expiry (Set #MOTWC to 0 once contract is expired). //= 2.2 - Cleaned Script to remove some unneeded repertition and script. [ToastOfDoom] //= 2.3 - Added Bottle Grenade ingredients to the script as it was missed. //= 2.4 - Decreased the drop rate. //= 2.5 - Changed announce and dispbottom. //= 3.0 - Added Whisper Functions. (map, kills, contract, gm). //= 3.1 - Changed to dynamic Cost and Kills - @motwcost & @motwkill to your desired numbers. //= 3.2 - Added Menu To The NPC. //= 4.0 - Added GM commands to change random map, selected map & to Destroy all contracts. //= 4.1 - Removed SQL unwanted variable. //= 4.2 - Fixed script contract count variable. //= 4.3 - Fixed tweet to not give out contract if no map of the week is assigned. //= 4.4 - Fixed NPC Whisper //= 5.0 - Changed rewards to dynamic rewards [WIP]. //===== Compatible With: ==================================================================== //= Tested in SQL Revision 14435 //===== Description: ======================================================================== //= A Random Map Will be selected and edp, acid demo bottle ingredients are rewarded. //=========================================================================================== Features Selects a map every week in Prontera, Payon and Morroc Fields[Completed] Rewards given when killed a monster[Completed] Contract System[Completed] Limited Kills[Completed] Wisper System [Complete] Easy configuration of the Script[Complete] GM Commands[Complete] Changes Map Automatically Every Week[Completed] Rewards Can be set as required[Completed] Fun Unlimited[Completed] About: This script works like this after it selects a map by itself ( can change the time to test in the script search for OnClock) this map becomes map of the week and when u kill any monster in this map on random chances you get a reward which is also set in the script. Also there is a special function in this script it doesnt work for everyone a player has to first sign the Contract i.e he has to pay 200000Zeny for killing 10000 Monsters i.e after he kills 10000 monsters he wont be able to get any kind of rewards from that Map which is map of the week and it will be a normal map.. So if he needs to get rewards again he has to buy the contract again. Give reviews to motivate motw_v4.4.txt motw_v4.1.txt motw_v4.2.txt
    1 point
  4. RuheLuft - Angel Faction Sky Map (Download Link) RuheLuft (roughly translated to Calm Air) is a Rachel themed Angel Faction map. I took this map as a free request, with the understanding that it would be a free release. RuheLuft is composed of 7 islands- a town square, residential, commerce, faction camp, park, spring, and temple, all combined by bridges and a floating path. FAQ Adding a sky map- Adding a sky map is the same as adding any other map. The only difference is that you need to hex edit another map (which will be replaced and must be the same number of characters in length. To change the name, open the map in BrowEdit r586 and 'save as' desired name.) Hex Editor used in on adding sky maps. Enjoy, ~Azura Skyy
    1 point
  5. 1. Yes you can patch your own client 2. Just edit the clientinfo.xml to have your server's IP address and namethen it will be 3. The files needed would be System/ folder, your grf, and client
    1 point
  6. npc/other/Global_Functions.txt ////////////////////////////////////////////////////////////////////////////////// // Returns a number with commas between every three digits. // -- callfunc "F_InsertComma",<number> // Examples: // callfunc("F_InsertComma",7777777) // returns "7,777,777" ////////////////////////////////////////////////////////////////////////////////// function script F_InsertComma { set .@str$, getarg(0); for (set .@i,getstrlen(.@str$)-3; .@i>0; set .@i,.@i-3) set .@str$, insertchar(.@str$,",",.@i); return .@str$; } use this.
    1 point
  7. Through phpMyAdmin, you could go to your ragnarok database, and in your 'chars' table, find the character you want to reset. Then, look for a column named 'fame' - it should contain the amount of points the character has earned in its specific ranking (it's the same for alchemists and blacksmiths). Edit that column only to '0' and the character should have its ranking reset.
    1 point
  8. If you don't mind taking the time, simply download everything from my kRO Full Client link in my signature and use it with your server. It comes with everything working and all you need to do is launch the basic client (2013-08-07) within the folder. The only things you would need to change are: data.ini clientinfo.xml system/iteminfo.lua If you need specific things for a Client, kindly just leave a post on the topic or send me a PM and I can make the client to your specifications
    1 point
  9. Hello rAthena, (no drama please) So here it is The Updated & Released Castle City of Invek, or just Invek for short. Sorry for any delay in the release of the map but I hope it has been worth the wait. I have struggled with all of the bugs and issues when using BrowEdit, and I believe it has finally paid off! Here is my first public map release and I hope you all enjoy it ! I plan to Release many more maps, and even take requests from time to time. I would GREATLY appreciate any opinions, or general enthusiasm's, after all I could just keep my maps to myself but they are intended to benefit the Community ! If you download my free map release please offer me your input ! -Updated Screen Caps- July 14, 2013 I have included the invek.extra file incase you wish to make a change to the map. You may use this map as you wish, however please do not redistribute as your own work or offer my work at any other location. I do not require being credited for this map. This is intended to be used with sky background, if you have trouble changing the background, installing the map, or making a fix then drop me a PM and I will gladly help support you. DOWNLOAD: (since I apparently can not link you) it is available over on Herc.~
    1 point
×
×
  • Create New...