Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 01/21/17 in all areas

  1. Hello guys, Cyan Hijirikawa here, I created this thread to post some show cases of the work done inside MIDICity RO. Note, that some of these might be available for free release soon, so just wait for it on the other thread for MIDICIty Script Collections~ Note: This thread will slowly be updated as soon as new features are ready to be laid bare for the public to see. Note: Some of these features may having some resources missing but is 100% functioning script-wise. 1. LoveLive! Gachapon System This system has been inspired by @Emistry Card Recycler added with personal touches of my own. @Cydh for the awesome suggestion of adding this feature into MIDICity RO. Update; 2. Chain Chronicles Gachapon System Coming soon 3. Mystic Messenger Gachapon System Coming soon 4. Novice Tutorial 5. Hero's Grave Instance [ Low level ] Coming soon 6. Chaos at the Cross Road Instance [ Novice ] Coming soon 7. Sea Giant's Cave Instance [ Intermediate ] Coming soon 8. Bear's Hideout Instance [ Intermediate ] Coming soon and more~
    2 points
  2. 1. Use built-in Pages module to create a page with all the details you want, then change the link in /themes/<theme name>/header.php or designers generally add a list of links in main/nav.php or something. 2. "does not work" doesn't help anyone diagnose your problem. Do you get an error message? 3. Add the freebies module. 4. Link to server info page or wherever you like <a href="<?php echo $this->url('server', 'info')?>" >img here</a>
    2 points
  3. your link is broken or your page is not in the correct position: In your theme there is a folder name MAIN maybe the folder INFO, FREBIES, DOWNLOAD is not there <li><a href='?module=main&action=download'>Download</a></li> <li><a href='?module=main&action=info'>Informations</a></li> <li><a href='?module=main&action=freebies'>Freebies</a></li> This is the correct code for your LINK instead of put href='/main/download' etc...
    1 point
  4. is that you get the files directly from eadev ? I bought some themes before with eadev and they should work fully without any issue. with the image not readable there, seems like you file isnt fully extracted there ?
    1 point
  5. The error tells you it's a Login error. If you're using an old theme that doesn't have email confirmation that could be a cause. You could also check your error logs.. The error message comes from: if (!$loginAthenaGroup->isAuth($username, $password)) { throw new Flux_LoginError('Invalid login', Flux_LoginError::INVALID_LOGIN); } Essentially this means your username and/or password is wrong. Check for MD5 usage in FluxCP configs and within your database. This is the more likely cause.
    1 point
  6. Comment Answers: Hey, everyone, right now I'm creating a snow park (little map 80x80). I will try to post some images today later. Stay in touch with my topic!!
    1 point
  7. get fluxcp rathena from here https://github.com/rathena/FluxCP
    1 point
  8. restore your last work before it happen. Or try to re install. And if you try all of those then the best solution is to use a clean flux cp (Back at One)
    1 point
  9. run the from here https://github.com/rathena/rathena/tree/master/sql-files/upgrades for your screenshot, its here : https://github.com/rathena/rathena/blob/master/sql-files/upgrades/upgrade_20160814.sql
    1 point
  10. This issue was already fixed. Please merge the latest updates.
    1 point
  11. I like your server monitor, keep going , it's great!
    1 point
  12. Version 1.0.0

    1219 downloads

    Hello again, rAthena. Years before the release of Ragnarök Online, Gravity made an RPG game called Arcturus. Due the similarities of the styles and structures, some content can be brought back to life on our beloved RO. Today I presente you one new Foe or Boss for your fields, instances or yet, quests: The Lightning Guardian! This is a free release, use it as you wish, but please, don't claim my work as yours, it took quite some effort to make this conversion. I'll try to make a release weekly, contact me if you want to support me by any way. Hope you all like it. Regards, Haziel
    Free
    1 point
  13. EQI Constant Refactor As of 2bf64c9, rAthena has normalized equipment constants. This should have been announced a bit earlier and since a few bug reports have come in recently we'd like to just give a quick announcement for it now! The purpose of this refactor was to match the database EQI constants with the ones in source. The source had it's own EQP constant structure created by Aegis. The two arrays caused issues with various things in source, so this commit clears that up! There is one thing to note. The following script commands may be checking for the wrong position if you used an integer value for custom items or scripts (Read here for the constant value). getequipid getequipuniqueid getequipname getequipisequiped getequipisenableref getequiprefinerycnt getequipweaponlv getequippercentrefinery successrefitem failedrefitem downrefitem delequip breakequip getequipcardcnt successremovecards failedremovecards getequipcardid unequip Either adjust to the constant value or make sure your integer value matches with the correct position you are checking for.
    1 point
×
×
  • Create New...