Jump to content

Leaderboard

Popular Content

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

  1. Hello all! Now i present to you my release : Faction system. Faction system settings: conf/battle/faction.conf Faction data base: db/faction_db.txt Faction alliances db: db/faction_alliance.txt New atcommands New Script commands New mapflag: fvf ( mf_fvf ) New map cell: nofvf ( cell_nofvf, cell_chknofvf ) Main Features: Faction versus Faction wars allowed only on FvF maps ( Min.lvl -> fvf_min_lvl: 55 ) Custom aura effects ( max is 3 by default, but you can increase it ) Aura can displaying for unit types in faction.conf: NPCs, Monsters, Pets, etc...( not only for Player ) Monster and other can change own base status to status from faction_db.txt ( race, element... ) If faction have Undead race or status faction members in this function can heal themselves ( if it allowed in faction_db.txt ) NPC shops can sell items to different factions at different prices. Now saving faction leader and relics of each faction. Multi - alliance support. Voting system ( voting for faction leader ). Relics support. Logging Faction chat. Youtube Preview http://www.youtube.com/watch?v=S7q-ExosLa8 Price: FREE PATCH FOR RATHENA REV. 17310 Faction_System_Complete_1.4_rA17310.patch FACTION.SQL Old BETA version
    3 points
  2. E - Script Collection Last Update : September 10, 2013 Refine Function SQL Mission Board Monster Marching Vendor Control Advanced Stylist Coin Exchanger Doppelganger Race Of The Day Limited Items Multi Currency Shop Random News GM Online List Link Broken E-Inquiry DotA Runes Flower Counting Game Class Restriction Chain Quest Build Manager Misc Scripts : Freebies Script Card Trader Gold Room [ Pick Gold ] Gold Room [ Guild Tax ] Map Restriction [ GM Based ] Daily Reward Monthly Reward Monster Spawner Monster Summoner with Last Summoned Display Players Stats & Equipments 3rd Job Item Giver Exchanger [ Cashpoint to Coins ] Exchanger [ Poring Coin - Zeny ] Exchanger [ Points to Tickets ] Exchanger [ Item to Item ] Exchanger [ Item to Item ] Exchanger [ Multi Item to 1 Item ] Party Match Auto Ban Over Stats Users Soul Link Buff Kill Players gain Cash Points Party Members All Get Items [ Snippet ] Message Board Stalker Class Skill Reproduce NPC Multiple Selection Quest [ Template ] In-Game Item Rewarder In-Game Points Rewarder Invasion Event Custom Item Rate Status Point Seller [ Snippet ] Anti Bot Security Script Anti Bot Script [ Code / Question ] Item Combo Restriction [ LHZ Card ] Drop Item Upon Death PVP Switcher + Announcer [ Guild Master ] Rotating Waitingroom Messages +10 Refiner [ Specific Items ] Random Rate Item Exchanger MVP Invasion Premium Users [ Boost Rates ] Display Cutin Image upon Login Custom Randomed Box Items Kick GM during WOE Custom Crafting NPC Restrict Same IP [ Certain Map ] Coloured Items Exchanger Guild Master Changer Party Team PK Match Gambling Game IRC Channel Crafting NPC Guild Storage Restriction Stage Game [ Version 4 ] Monster Wiki Event [ Version 3 ] Special Thank you for my Tutor : Notes : I am a bit lazy to write all those Script Descriptions, i do believe that all of you able to get how this script works. Anyway, i will still doing my best to write the Updated Changelog or informations about the script as detail as possible. All the Scripts above are uploaded to Pastebin . Abide the Following Rule : Scripts Error / Not Working , you have to Explain it in Details. ( Add in Images / Modified Scripts ) Do not SPAM / BUMP in my Topic. Do not ask for Support stuffs for other Scripts in this Topic. Link Down , then drop [ @Emistry ] a message. I Reserved the Right for NOT Answering your Posts if you did not abide my Topic's Rules. Keep This In Your Mind : All the Scripts i distribute here are NOT FOR COMMERCIAL USES . DO NOT remove my Credits if you are using part of the scripts to modify your own. DO NOT re-release the scripts in any form / way. If you ♥ these Scripts , Click on to Vote this Topic up. Or you may also click on at above the Topic
    2 points
  3. i can make it but... o.o for some reason i cant upload npc sprites or weapons and shields
    2 points
  4. Euphy's Scripts Disclaimer You may use, modify, and host all of my released scripts. You may not sell them, re-release them in any way (modified or otherwise), or remove the credits. < Event Manager > < Hunting Missions > < Queue System > < Euphy's WOE Controller > < All-In-One NPC > < Euphy's Quest Shop > < Euphy's Warper > < Item Rewards > < Custom Currency Multi-Shop > < Build Manager + > < Class Mastery System > < Class Specialization > < Badge System > < Guarantee Refine Ticket > < Item Fusion > < Euphy's MVP Ladder > < Card Trader > < NPC Duplicate Generator > < Auto-Potion >
    1 point
  5. So, as some people have noticed, the current Yggdrasil Puzzle doesn't really work. So I offer mine. http://pastebin.com/K6RMTS1y As for why the current one doesn't work and mine does, a bit of an explaination into the script itself. The NPCs are, by default, enabled. In their enabled state, they warp you to the previous floor. When you activate the "Strange Device" It does the OnDisable event, Which then disables the NPCs and starts a timer. Every few seconds after the timer starts, the npcs that are now walkable will do the EF_WIND, and then when the timer is running out, the EF_STEAL. At some point in time, one of the updates for e/rAthena made it so disabled NPCs couldn't use effects, which by all rights shouldn't affect anything major really. Unfortunately, this was coded rather badly originally, so that broke. Now someone comes along and attempts to fix it. Doens't really work. The NPCs do the EF_WIND, but only after everything is unwalkable again. I changed the NPCs so now one NPC will warp you away and can be disabled, and then another on the same cell will do the effects. So yeah. There you go.
    1 point
  6. It's probably a temporary server overload caused by high traffic.
    1 point
  7. Inside "src\map\status.h" you will find this section: /** * Max Refine available to your server * Changing this limit requires edits to refine_db.txt **/ #ifdef RENEWAL # define MAX_REFINE 20 #else # define MAX_REFINE 10 #endif What it says is, if you have renewal, max refine rate will be 20, otherwise it'll be 10. You can change this for any value you want above 10. You will need to re-compile after changing this.
    1 point
  8. Those constants can't be changed via config because they are used for declaring arrays. As arrays must have a constant size(at least on MSVC), they cannot be initialized via a config file(well, they can but we will need to malloc and free the arrays, imo is alot of useless code).
    1 point
  9. I would recommend running the updates_xxxx.sql files from rathena/trunk/sql-files/ for the SVN revisions you are updating to. These will include the mob_db and group column changes.
    1 point
  10. When you diff your exe (the launcher), there is a option called "Use Ragnarok Icon", try it.
    1 point
  11. - vote this post up of lilith please ~ support this topic of lilith - faction system. - i suggest putting a default npc script for player to choose from faction - example choosing Angels and Demons - then if he want to change side you can have a menu to leave the faction but w/ requirements..
    1 point
  12. Sorry no. The reason antiviruses are picky as far as I can tell is the tool that packs configuration data into the patcher. Antiviruses are not happy when a program tries to modify other program file(s), which is the typical way for malware to spread.
    1 point
  13. EssenceRO Tira -> Paradox924X Complications? Players have been leaving ever since. =/ I used to play on Essence in my spare time, but left when all of my friends I'd made left due to issues they had with the new administration. It's unfortunate, too, because the core of the server was one of my favorites in my years playing.
    1 point
  14. There is no problem if you pass the input through escape_sql, it's completely safe then. input .@input$; query_sql("SELECT `char_id` FROM `login` WHERE `name` = '"+escape_sql(.@input$)+"' LIMIT 1", .@charid);
    1 point
  15. File Name: jake the dog hat File Submitter: Dan File Submitted: 04 Jun 2012 File Category: Headgears Content Author: Dan Original Author: Dan Description: Hat of Jake the dog of adventure time. Enjoy! Click here to download this file
    1 point
  16. It's next to impossible to inject if they do not get to insert text. A possibility could exist depending on where it gathers it's information; like the name of character or a party name which could lead to an injection.
    1 point
  17. --------------------------------------- *escape_sql(<value>) Converts the value to a string and escapes special characters so that it is safe to use in query_sql(). Returns the escaped form of the given value. Example 1: set .@str$, "John's Laptop"; set .@esc_str$, escape_sql(.@name$); // Escaped string: John\'s Laptop ---------------------------------------
    1 point
  18. do not remove previous post u made!
    1 point
  19. Hi Aether, I believe you have to go to '/src/tool' and then type 'make mapcache'. It should be compiled, and then you have to go back to the root directory of the rAthena server files and then use it by typing './mapcache'.
    1 point
×
×
  • Create New...