-
Content Count
25 -
Joined
-
Last visited
About Inochi
-
Rank
Member
Profile Information
-
Gender
Not Telling
-
Location:
LA, CA
-
Emulator
Hercules
Recent Profile Visitors
2815 profile views
-
patcher Elurair, v2.16.2.434 - last updated 2024/08/11
Inochi replied to Ai4rei's topic in Client-Side Releases
Super cute!!!!! -
Inochi changed their profile photo
-
Sarap-RO reacted to a post in a topic: Nice to meet you all!
-
i like the idea but honestly i would drag xxxxRO to the recycle bin in 0.5 seconds. Just use the rand command with numbers and ask the user to enter it in a set amount of time...........
-
the feeling is mutual m8
-
I don't think the version matters here, open your localhost connection and start adding the database tables. should be self explanatory here. Tables will not load if you don't have a connection.
-
if you use xampp, aren't you supposed to download mySQL workbench inside of of the xampp bin folder? I can't support this though.
-
sketchyphoenix reacted to a post in a topic: Do you think custom servers like PokemonRO, DotaRO etc. do not work?
-
Bless you for this!
-
if you're just making a test server and you just need to test scripts, get the .zip and do your own thing. if you really want updated code every so often (and you're planning to make a real server) get the svn! Tbh, the updated code can range from npc's to db edits, but i feel as though the majority is the source code which you probably won't be touching.
-
would be great for IG events
-
Inochi reacted to a post in a topic: [Showcase] Capital, my 2 cent map.
-
JulioCF reacted to a post in a topic: eAthena - The End?
-
It's just a small script line to bring up the login db log in order to edit the server username and password. Another option to edit this is to do the following: 1. You should have 2 Main Databases named 'logs' and/or 'Hercules' (According to guide, it should be hercules) `logs` is the smaller database with logs for atcommand, npclog, etc `Hercules` is the HUGE database for ipbans, login, mail, etc. 2. Click Hercules, Click table, then Click the dropdown arrow on table to suspend the 40+ databases and scroll down to 'login' Open it with a right click and select 1000 something something, I don't remember.... The login should have the following format: Accound ID || user_id || user_pass || sex || email || ---------------------------------------------------------------------------------------------------------- 3. You need to edit the user id and password that matches your conf folder. If they do not match you will get the famous mysql connection lost connection using the password:YES! ~Hope that helped. I don't have Workbench on my mac and I'm just visualizing it in my head!