Jump to content

Leaderboard

Popular Content

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

  1. Hi all, In my opinion, the current FluxCP default theme is just .... bleh. So, I've decided to create a theme that will be included in the main branch of my " Xantara's FluxCP for rAthena" project. I'm not sure if I should replace the current default theme with this or just add it in as a custom theme. Anyways, please let me know what you like and dislike about this design~ Please don't just say "8/10" without explaining. Click image to see it in full dimensions. Note: I'm planning to make the navigation be able to dropdown but I forgot to show it in the design. Home Page: Things to Note - Server status will be extended to include WoE status and player online peak information - A "remember me" feature for logins - Rotating banner/screenshots (with FancyBox popups?) - Automatic RSS news (first shows full message, links to second and third previous) - Breadcrumb - Server logo in top left and middle footer Viewing Accounts Page: Things to Note - Account Management (link several in-game accounts to one CP account) - Avatar (linked to an in-game account for quicker recognition of which account you are currently using to view) - Generic class pictures (to be also used in ranking pages and such) - Better pagination system (includes "jump to page" selector and "display amount per page" dropdown) - Tables are skinned - More graphical approach to message displays for errors, success, etc Navigation Setup Page: SOON TO COME! Yes, it will be an admin page. Should be do-able without too much work... xD; Other Pages: There are quite a few more features that I have planned but I don't want to reveal too much just yet =p ~ Xantara
    3 points
  2. 2 points
  3. 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
    1 point
  4. Heya all, I have been questioned many times how to fix the problem antivirus falsely reporting thor patcher as virus (those bas%$#^). So I figured the easiest solution would be separate configuration data instead embed into the patcher. I know it's not the way thor patcher use to be, but I think it's not bad idea after all. To continue provide conflict-free among servers, the config file will have the same filename except the extension as the patcher. This is just a mere separation of data stream, so all your fancy button images what not will also be in this new config file. So cast your vote. If you choose "other" though, please reply your thought.
    1 point
  5. Summary As of r15982, variables used within scripts can be directly assigned to as you would using another programming language. That is to say, that the following set of predicates will work: @i = 1; @i++; @i *= 2; @i = @j = 1; @i -= @j; for( @i = 0; 10 > @i; @i++ ) { } while( (@i += 1) < 20 ) { } Support for all of the major operator methods have been included (+=, -=, /=, *= etc.) This announcement is to ensure that any and all problems encountered while using this method of accessing variables must be reported, along with any traces you can possibly provide (and a clear example of the script is appreciated.) This comes as a secondary update to the scripting engine to unify the language to conform to standards set by other languages. The scripting engine now supports both the direct invocation of user-defined functions (r15979 and r15981) and variable access systems (r15982.) Notes This does not affect previous scripts at all. The new engine converts patterns that match var = value; to set(var, value); for backwards compatibility. Testing was performed using all of the operator methods, and was tested using loops. However, nested operations have not yet been thoroughly tested.
    1 point
  6. Needs testing and fixing, it should be very accurate but I'm sure I made typos. Known issues: barriers don't get properly destroyed. Here's a list of things I renamed (only listed first NPC, you get the point): // - Rename ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ // -- "Manager#aru01_02" -> "Manager#arug_cas01" // -- "Steward#aru01" -> "Steward#ar01" // -- "#aru01_RL00" -> "RL0#arug_cas01" // -- "#aru01_df01" -> "df1#arug_cas01" // -- "#aru01_gard01" -> "gard1#arug_cas01" // -- "1st Guardian Stone#aru01" -> "1st Guardian Stone#ar01" // -- "2nd Guardian Stone#aru01" -> "2nd Guardian Stone#ar01" // -- "Control Device01#aru01" -> "Control Device01#ar01" // -- "Kafra Employee#aru01" -> "Kafra Employee#ar01" // - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This was terrible, I'm never doing something like this again, Maki, you better have made some good cookies. Good night. Edit: v2 actually works. guild2-v2.rar guild2_v2.gz
    1 point
  7. This was added for a reason: http://rathena.org/w...ff=3843&oldid=0 Make sure your mmo.h is set to your Client's date. Make sure in your packet_db you get the right packets for your specified client: http://svn6.assembla...kets/Packet_db/ and make sure that in your packet_db, you've set the version to default. If your problem is still caused, diff your client with WDGSkipPacketHeaderObfuscation.dll from earthlingz.
    1 point
  8. Just a small forum update which will hopefully cut down on the amount of 'support spam' we have ^^. Added "Similar Topics on Post Screen" mod Example: http://rathena.org/board/forum/30-scripting-support/ New Topic -> type battleconf in Topic Title -> click anywhere Enabled on all rAthena Support & Request categories Please try it out and report any bugs you may find! If you have any suggestions please post them as well and we will try to accommodate =]!
    1 point
  9. Hi manabeast, No, you don't need to do that. It is because you had MD5 as 'true' when you registered the account; that is why you have to edit the account that you registered when you had MD5 as 'true'. Now that MD5 is 'false'; new accounts created already are in the plaintext format, and do not need to be changed...
    1 point
  10. My guess is that the VPS provider added up all the CPU power together making the number a bit more appealing, for 21ghz case it would be 6 core with 3.5ghz speed each.
    1 point
×
×
  • Create New...