Jump to content

Leaderboard

Popular Content

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

  1. Inds CeresCP Featuring KeyWorld's Theme. As you may know I'm the new head developer of the Ceres Control Panel, and I've been writing a completely new CP from the ground up. This thread is meant to introduce the project properly and to receive feedback and suggestions, make yourself comfortable to post all your thoughts. Inds CeresCP : Features Some of the highlights Accounts One account can create subaccounts and manage all of them with a single login. Optional "Create Forum Account" checkbox on registration page, works for most popular forum software (ipb/vb/smf/phpbb/others) [*]Administration Features All CP settings (except db connection ones) and features can be managed from the webpage, no ftp/file editing required, this includes theme settings and languages (you can edit languages and add new language sets directly from the admin pages). New themes and modifications can be installed from the webpage as well by uploading their zip/rar file (no ftp required), the cp will process and install them accordingly. [*]System Features The whole control panel backend was written with a single thing in mind "performance". It uses as little queries as it can use and caches all it can in static files for the fastest available page load. It's faster than any control panel out there including the previous version of ceres and uses much less memory. All features of the previous version of ceres were redesigned and are also included.
    2 points
  2. View File Item Images This is an archive of all 'item' and 'collection' .bmp's in data.grf and rdata.grf - extracted and converted from upto-date GRF's. Images extracted, converted to .png and replaced #FF00FF with transparency, then saved as their item ID e.g: File for apple image »¡°£Æ÷¼Ç.bmp converted and renamed to 501.png. Ideal for uploading to websites/control panel shop pages. Please note: This is a .7z file. You will need 7-Zip or a capable version of (Win/un)RAR to unpack it. Submitter Akkarin Submitted 07/31/2012 Category Other Video Content Author Akkarin  
    1 point
  3. Enables leaving the guild without going to the guild menu (alt+g) Idea from the request of Jhosef. Updates: • Updated @leaveguild so it can now check if the invoker of the command is a guild master. if it is, it will tell the user to use @breakguild instead. • Added @breakguild, an alternative for /breakguild "Guild name" • Added @guildinvite, enabling invitation of players out of sight of the inviter. Usage: @leaveguild <message is optional> @breakguild /* needs to be a guild master to use */ @guildinvite <player name required> /* needs to be an inviter to use */ guild @commands.patch
    1 point
  4. Latest (as of 2012-Mar-04) kRO client installer: RAG_SETUP111020.exe http://www.mediafire.../?n3mpmy2f0d7pk (split into 200MB chunks with 7-zip) Feel free to mirror wherever you want. Additional mirrors are always appreciated. (You can always get the latest client directly from kRO website, but you need to have an account there to start downloading).
    1 point
  5. I mean, give ideas for tools that you might find useful and that doesn't exist or are not updated enough, related to rA ofcourse! So maybe some programmer could create it in his free time if we got lucky! I'll post a simple example to start with and then I'll do a list with the best submitted ideas! I miss a tool that would do the following: go here for my post lol, I g2g now but hope to see some great ideas! PS: would be nice if you follow this topic, rate and rep, so we can become popular and maybe it would encourage people even more!
    1 point
  6. Fire Dungeon Map Well hello rathena, here is my fire dungeon map. i call it fire dungeon because of the fire theme and fire effects that burns the whole dungeon well im so happy with the result it took me 5 hours to get it done xD! I uploaded a 10 screenshots in-game to show you guys, i guess my mapping skills got improve! its so fun to make some maps and i have a lot of idea in making maps with my imagination and i want to learn more! thanks to Syouji's guide i learn a lot So here are the screenshots! Thank you!
    1 point
  7. Index: atcommand.c =================================================================== --- atcommand.c (revision 16424) +++ atcommand.c (working copy) @@ -8580,6 +8580,19 @@ return 0; } +/*========================================== + * @donate + *------------------------------------------*/ +ACMD_FUNC(donate) +{ + struct npc_data *nd = npc_name2id("donate"); + + nullpo_retr(-1, sd); + + npc_click(sd,nd); + return 0; +} + /** * Fills the reference of available commands in atcommand DBMap **/ @@ -8590,6 +8603,7 @@ * Command reference list, place the base of your commands here **/ AtCommandInfo atcommand_base[] = { + ACMD_DEF(donate), ACMD_DEF2("warp", mapmove), ACMD_DEF(where), ACMD_DEF(jumpto),
    1 point
  8. Tutorials: http://www.mysqltuto...l-tutorial.aspx Add a table: http://www.mysqltuto...ibe-tables.aspx CREATE TABLE troll ( id int(11) NOT NULL, name varchar(50) NOT NULL, ); Add a value: http://www.mysqltuto...-statement.aspx INSERT troll (id, name) VALUES (1, 'Troll facé'); Get the value: http://www.mysqltuto...query-data.aspx SELECT name FROM troll WHERE id = 1 You will use query_sql with the emulator: http://rathena.org/wiki/Query_sql
    1 point
  9. Yes. You need to replace your old izlude map with the new one VIA your client side as well as your map_cache. Follow Syouji's list and it'll work.
    1 point
  10. Why don't you use rAthena? Anyhow, here you go.. http://upaste.me/5b31706ac29a94d
    1 point
  11. Damnit. Don't make me leave Flux. Q.Q <3 Edit: Fuck... yeah. Switching to Ceres ... One account can create subaccounts and manage all of them with a single login. Optional "Create Forum Account" checkbox on registration page, works for most popular forum software (ipb/vb/smf/phpbb/others) I just came all over myself.
    1 point
×
×
  • Create New...