Leaderboard
Popular Content
Showing content with the highest reputation on 03/17/12 in all areas
-
Hi! I'm the new head developer of CeresCP and I'm in charge of bringing it back it's glorious days. I've been working on rewriting ceresCP core completely to make it as flexible and performance-efficient as possible. I'll make it a A-class web application. And all this awesomeness will need a new look, and that's what this thread is for. CeresCP Theme Contest Prize Winning theme will be featured as the default theme in the rehash of CeresCP All cerescp users will have your theme as their default Your personal website/portofolio/whatever will be linked to at the footer of the theme, "Designed by <a href="'http://your.portofolio.personal.site.whatever.com'">Your Name</a>", granting you and your work great acknowledgement and exposure. Information I do recommend you to have a open mind on the design, forget how the current cerescp design is and works, let your design skills run free. Theme should work flawlessly in all major browsers (Internet Explorer, Firefox, Chrome, Safari and Opera) How to submit your work: take a screenshot of it on a browser and post here (no psds! only html (aka fully-working theme) accepted) -- use the forum attach file function if you like. There will only be a winner if any of the submissions are actually used (aka I will only have someone win if I like a submission) Be aware that if you're the designer of my chosen submission I might ask you for minor tweaks on the theme before making you the winner. Deadline: There is no damn deadline. I will close the contest when I choose a submission (or when I get tired of waiting a submission) Should there be any new information I'll update this post and post a reply to this topic letting you know about it. If you have any questions post in this topic. footer-note: why this is the "arts & writings" forum? because jman said this topic belongs here. 1st update (17 march) I'd like to remember however that you are not required to run your design over the control panel. you can simply create a html with your theme in any shape or form you design it to look like, since the new ceres panel was completely rewritten I do not require you to have your design adapt to it -- I will have the control panel fit the winning design.3 points
-
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 Topic2 points
-
1 point
-
New GM, Commands & Permissions system has been added in r15572. Unfortunately, this update is not backwards compatible with previous revisions and requires reconfiguration of existing rAthena installations. This new approach is designed for easy maintenance, increased flexibility and readability. Hopefully it will make up for migration difficulties. General description The whole concept of GMs and non-GMs as well as GM levels has been abondoned in favor of more role- and privilege-oriented player groups. Each account belongs to exactly one group. Player groups are independent of each other, so unless you decide to do so, they don't have to share any privileges like it was with top-down GM level hierarchy. There is, however, a way to say which group is higher, and which is lower: it's group level. Each group has following atributes: ID — unique number name level — it can be interpereted as (GM) level of all group members commands settings — what commands can group members use permissions settings — what other permissions group members have inherited groups — permissions and commands from which groups are inherited log commands — should commands issued by this group be logged or not Groups are configured in conf/groups.conf file. The file itself is fully documented and contains default configuration that should be adjusted to your needs. Details Column `login`.`gmlevel` has been renamed to `group_id`. It now stores ID of the group player belongs to, so you need update your database accordingly. Atcommand configuration file conf/atcommand_athena.conf no longer defines GM levels required to use the command. Permissions to use commands are now defined for each player group separately in group configuration file conf/groups.conf. Command aliases are still being defined in conf/atcommand_athena.conf. File syntax has changed. Import is no longer supported for this file. File is fully documented and contains default aliases that were present in previous revisions. GM configuration file conf/battle/gm.conf no longer defines GM levels required to get some privileges (like trading or partying). See full list of removed settings:These permissions are now defined for each player group separately in group configuration file conf/groups.conf. Player titles defined by conf/battle/gm.conf settings title_lvl1 to title_lvl8 and conf/msg_athena.conf (335~342) are replaced with group names. Removed @adjcmdlvl command. Replaced @adjgmlvl command with @adjgroup, which allows to temporarily (until relog) move player to another group. In login-server configuration file conf/login_athena.conf min_level_to_connect setting has been replaced with group_id_to_connect setting, which allows you to define account group id that is required to connect to server. In char-server configuration file conf/char_athena.conf gm_allow_level setting has been replaced with gm_allow_group setting, which allows you to define group id that is allowed to bypass the server limit of online users. In log configuration file conf/log_athena.conf log_gm setting has been replaced with log_commands setting, which allows you to decide whether commands should be logged or not. Even with command logging enabled, only commands issued by groups that have log_commands set to true will be logged. About group level Group level is used only: when determining if player can override trade restrictions defined in db/item_trade.txt when determining if player can use @command on another player (existing rule that low-level player can not use some commands, eg @kick on high-level player has been kept) or see another player with @who commands (if they have "hide_session" privilege). as a return value for getgmlevel() script command when determining if player can use commands in a map with nocommand mapflag set Other CMakeLists were not updated. If you know cmake and want to contribute, just send me (or other dev) a diff. There were multiple minor changes in this revision. For full list, see rAthena Trac (r15572) or SVN log.1 point
-
Hi, I was adding support for bRO clients packets and that seems weird to have alot of packet_ver's for kRO and adding one for bRO. There is no reason to use packet_db if every time you change your client you must change the PACKETVER and maybe change the packet_ver. It's best to hardcode the packetdb on the source code(like here), and choose the packets with the preprocessor based in the PACKETVER(and other #define's also) so we can have more control over the packets.1 point
-
This is one of my friends! and I want to help him get more views and so on! http://www.youtube.com/user/AsakuraYoh58 Please do the following *Like! *Comment! *Add to Favourites *Subscribe The youtube user always has awesome give-aways! and you don't have to subscribe and so on if you don't want to however at least check him out! About this user: Whats going on guys! This Sam and here I do unboxings,reviews, tweak for Iphone and Ipad and what everyone like giveaways! If you guys like what you see, please make sure to hit the subscribe button. Thank you very very much!1 point
-
1 point
-
It would be nice, if you could choose between Facebook, Google and normal login. There are some people (like me) who absolutelly hate Facebook and wouldn't play on a server which enforces Facebook login. @Daegaladh:1 point