-
Content Count
142 -
Avg. Content Per Day
0 -
Joined
-
Last visited
-
Days Won
1
Neffletics last won the day on December 15 2020
Neffletics had the most liked content!
Community Reputation
17 GoodAbout Neffletics
-
Rank
Poporing
Profile Information
-
Location
Asia
-
Server
SolaceRO
- Github: Neffletics
- Discord: Neffletics#5756
-
Interests
Classical music and wine ~
Contact Methods
- Website URL
Recent Profile Visitors
1,275 profile views
-
Use goto function if you wish to redirect the players to another menu or message.
-
Poring Race [ Error ] : buildin_getmapxy:
Neffletics replied to polong's question in Scripting Support
Just change the function, checkevent. Find a workaround to prevent players from joining when the race is ongoing. -
Neffletics donated to a project: IPS License Renewal
-
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
-
PvP Points Shared in Party + Anti-Abuse
Neffletics replied to Strand's question in Scripting Support
Nevermind, it was a stupid mistake. I overlooked the "end;" on my script. -
PvP Points Shared in Party + Anti-Abuse
Neffletics replied to Strand's question in Scripting Support
@Sehrentos Can you share the final code? I'm having problems with points sharing for 2nd++ members. -
Hello, anyone can this credit agent quest
Neffletics replied to Sikdope's topic in Tulong para sa Server
Post the whole script here. -
Buy a host and upload your files there.
-
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
-
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. ~
-
You should directly message Functor on Skype. If you've legitimately bought your license, you should have his Skype ID.
-
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.
-
Update your mmo.h, make sure the client date is set properly. Check your packet_db as well.