Jump to content

Neffletics

Members
  • Posts

    148
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Neffletics

  1. Great work, but nobody uses Windows for production.
  2. Sounds risky. The lack of access to the source code poses a significant security risk (e.g. leaving backdoor access or sql queries that can be injected). Perhaps rA could have a code review committee that will only publish scripts in the marketplace that have been reviewed and tested to be error-free and exploit-free. Great idea nevertheless.
  3. Neffletics

    SolaceRO

    Before you read the whole description, please read the checklist. If you relate to at least 3 out of 5, then you should consider trying SolaceRO: [ ] You’re tired of overly hyped servers that start with high population and die in a few weeks. [ ] You’re tired of servers with an inflated economy where zeny is almost useless. [ ] You’re tired of playing on a server with unreasonable and greedy GMs. [ ] You’re tired of servers with incompetent and impractical developers. [ ] You’re tired of hopping from one server to another. Introduction: Trailer: https://youtu.be/-GilmFVLelE SolaceRO is a close-to-official classic server with improved mechanics, better economy, no botters, and natural community dynamics (including regular player-to-player and guild-to-guild issues, haha). Our community has been around for a while and we’re now the largest in Southeast Asia with an average daily player count of 2,500. See our statistics... Our community is best for those who are looking for a stable server to play and stay. It’s so diverse, some are surprised to meet players from unexpected countries and backgrounds. Depending on your purpose for playing, you can be very competitive in WoE, MVP hunting, or just simply enjoy ‘chatnarok.’ Our team never had any corruption issues or scandals in the past. You can rest assured that you’re playing on a clean server with no under-the-table deals or special privileges for ‘high-paying’ players. All players are treated equally regardless if they are a donor or not. Why SolaceRO? The progress in SolaceRO is very straightforward; reach high-level and do high-level stuff. You will not be overwhelmed with tons of storyline quests and custom content that you’ll need to study and understand. How’s the economy? SolaceRO’s economy is driven by the War of Emperium. Many guilds are buying supplies and materials for brewing and cooking. There are many ways to farm zeny on the server; most newbies start by selling bearfoot skins since killing Bigfoots doesn’t require high-end gear. The bearfoot skins are used to cook status food. How’s the balance between donors and non-donors? The top currency in the game is zeny. A lot of players need it and there’s no way to convert your cash points to zeny unless someone else buys it. Compared to those who rely on donations, the farmers in SolaceRO are richer in terms of zeny and items. What’s inside your cash shop? We have recently removed the manuals, tokens, kafra cards, etc. from the cash shop to maintain the balance between donors and non-donors. Please see the list below: > WoE White & Blue Potions - Can be purchased using playtime rewards > Bubble Gum - Can be purchased using playtime rewards > Reset Stone - Has a free alternative in the game > Premium Membership Ticket > Costume Conversion Ticket > Adrenaline Rush Scroll > Increase Agi Scroll > Blessing Scroll > Greed Scroll > Megaphone > Purification Stone > Guild Service Coin > Card Removal Ticket > Clothing Dye Coupon > Hairstyle Coupon > Giant Fly Wing > Gym Pass > Neuralizer > The rest are costumes What’s the main language? Some players may discriminate against Solace because we’re a Southeast Asian server; however, most of us speak English. You’ll see multilingual conversations when you’re in-game—English, Filipino, Bahasa Indonesia, Korean, Malay, Portuguese, Spanish, and more. How’s the competition in the game? The guilds of SolaceRO are very competitive in Wars of Emperium. They’re impressively organized and strategic. Unlike other servers where sieges look like royal rumbles, it’s different here. It’s stack versus stack, and ecall after another ecall. Always, the guild with the best strategy wins. Do you have guild packages? Yes, you can learn more by visiting the link below: https://www.solaceragnarok.com/war-of-emperium/#migration We also offer a migration package for solo players. If you’re interested, please follow the link below: https://www.solaceragnarok.com/migration-program/ Is it possible to play without spending? Yes, of course! Check out our hardcore mode! https://www.solaceragnarok.com/hardcore-mode/ P.S. The #main channels can seem chaotic at times and reactions could range from rage to amusement. But we have rules to banish those who are doxing or are excessively toxic. Conflicts are everywhere, and though SolaceRO isn’t a refuge from it, we foster fair competition and sincere friendships to balance things out. Player-to-player and guild-to-guild drama are but organic effects of an active and competitive community that at the end of the day, just fights to unite. Despite dramas, the silent majority of proactive and kind players consistently show our newbies and veterans how genuine generosity looks like. SolaceRO is not and will never be a perfect server, but we keep doing our best to deserve the loyalty of thousands who consider it their virtual home. Website: https://solaceragnarok.com Discord: https://solaceragnarok.com/discord Facebook Group: https://www.facebook.com/groups/solaceragnarok <-- not for the faint-hearted
  4. The server owner can create an API for you that fetches the vending data. Stop making it complicated, haha.
  5. if( countstr( implode( @killed$, "|" ), ""+killedrid, 0 ) <= .rstrk_l ) { #pk_points++; dispbottom "You've gained one point! Your total is ["+pk_points+"] PK point(s)."; }
  6. Use goto function if you wish to redirect the players to another menu or message.
  7. Just change the function, checkevent. Find a workaround to prevent players from joining when the race is ongoing.
  8. Hello, everyone! I'm Lynx of SolaceRO. I'm sharing our old database that's worth 1 month of research and application. I used to own SorinRO back in 2016. It's at episode 6 when it died. In our database, we have corrected the mob stats, drop, and spawns. Please keep in mind that this is not 100% accurate to the official server. I have used the following references: Leaked Aegis files for RussiaRO and MalaysiaRO WoE and Juno Guidebook (based on PhilippineRO) Old emulators (Fusion, Vidar, Freya, jAthena, etc.) P.S. Use it at your own risk. Review the files before implementing. SorinRO EP5 Spawn & Mob_Db.zip
  9. Nevermind, it was a stupid mistake. I overlooked the "end;" on my script.
  10. @Sehrentos Can you share the final code? I'm having problems with points sharing for 2nd++ members.
  11. Buy a host and upload your files there.
  12. If you will read the documentation, you'll understand how to do it. I suggest that you read it instead of asking others to finish it for you. Here's the link to getguildmember script command, that should do the trick. https://github.com/HerculesWS/Hercules/blob/1f78dc3468f1a4afe1f8bd09ea340a715af1d206/doc/script_commands.txt#L3890
  13. if(strcharinfo(2) != $koegid) end; // if the character is not from the guild goto GetReward; break; GetReward: query_sql("SELECT last_ip FROM `login` WHERE account_id = "+getcharid(3)+"", [email protected]$); query_sql("SELECT account_id FROM `login` WHERE last_ip = '"[email protected]$+"'", [email protected]); if(getarraysize([email protected]) > 1) end; // If more than 1 account_id shares the same IP getitem 600,1; end; Just make them talk to an NPC with this function. This is the simplest way to do it. I hope it helps. ~
  14. You should directly message Functor on Skype. If you've legitimately bought your license, you should have his Skype ID.
  15. Why would you use it? It's only advisable for session-based games. For open-world MMORPG like Ragnarok Online, it's just a waste of money.
  16. Update your mmo.h, make sure the client date is set properly. Check your packet_db as well.
  17. Make sure your mmo.h is set to your client's date. Check your db/packet_db.txt as well.
  18. Right click your desired RagexeRE and then "Save link as..."
  19. Try diffing your client with "Remove Hourly Announce."
  20. Your server won't run if login table's missing. If it's really missing, please run this sql query. CREATE TABLE IF NOT EXISTS `login` ( `account_id` int(11) unsigned NOT NULL auto_increment, `userid` varchar(23) NOT NULL default '', `user_pass` varchar(32) NOT NULL default '', `sex` enum('M','F','S') NOT NULL default 'M', `email` varchar(39) NOT NULL default '', `group_id` tinyint(3) NOT NULL default '0', `state` int(11) unsigned NOT NULL default '0', `unban_time` int(11) unsigned NOT NULL default '0', `expiration_time` int(11) unsigned NOT NULL default '0', `logincount` mediumint(9) unsigned NOT NULL default '0', `lastlogin` datetime NOT NULL default '0000-00-00 00:00:00', `last_ip` varchar(100) NOT NULL default '', `birthdate` DATE NOT NULL DEFAULT '0000-00-00', `character_slots` tinyint(3) unsigned NOT NULL default '0', `pincode` varchar(4) NOT NULL DEFAULT '', `pincode_change` int(11) unsigned NOT NULL DEFAULT '0', `vip_time` int(11) unsigned NOT NULL default '0', `old_group` tinyint(3) NOT NULL default '0', PRIMARY KEY (`account_id`), KEY `name` (`userid`) ) ENGINE=MyISAM AUTO_INCREMENT=2000000; INSERT INTO `login` (`account_id`, `userid`, `user_pass`, `sex`, `email`) VALUES ('1', 's1', 'p1', 'S','[email protected]');
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.