Jump to content

Inochi

Members
  • Content Count

    25
  • Joined

  • Last visited

Everything posted by Inochi

  1. 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...........
  2. 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.
  3. 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.
  4. Inochi

    SVN

    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.
  5. would be great for IG events
  6. 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!
  7. Who currently is in charge of the forum? There has to be more than 1 admin > Jman take over, then grant me forum mod powers there /gg
  8. If you're using atcommand "reloadscript" in one of your lines it won't work. BUT i do think if you manually make an npc do @loadnpc <path>@unloadnpc<path> to each .txt you can customize what you want to be reloaded. This could help with mvps/mobs and/or item scripts, etc. But tbh I don't see any situation where you would need an npc for this, unless you're giving access to this command to gm's for server emergencies.
  9. In my 7 years of RO playing (hehe... Get it.... Role playing? K nvm) i have concluded the following in my opinion: WoE/ BG players/ PvP players: 75% Actual leveling/ PvM: 10% Players who play custom servers that take an immense amount of work to develop yet die in 2 months: 15% (Did that add up to 100%? Smh) If you don't have woe you won't have a population. Guild packs will attract them, yet they will leave your server after another woe server opens with a g pack and your server will die THUS the short cycle of a private RO sever. But this is highly debatable I'm sure, this is just what I've been seeing. tl;dr don't go too crazy with the customize button. Add a nice BG system + woe treasure and your server will do fine.
  10. Does anyone have an update on the forums? I've been checking for days to find old scripts. Sigh
  11. Can you post the whole terminal for this? What kind of error are you getting when you enter? Are you crashing? Is the script even loading? I don't even think the callsub command can spit out the S_full function without it being on the script.... (not sure)
  12. Either your client doesn't support words like 'sex' and it wasn't sent to the server or your old client is referring to the @sexchange bug Haru fixed not too long ago. Try using a newer client around 2014+
  13. I think this needs to be moved to scripting support. (?) Anyways, Im not sure if Hercules has some sort of no equip.txt like rAthena uses in the database, but I think you would have to create a custom script that utilizes Arrays with each MVP/ Mini boss cards. Commands like countitem WITH the array name could easily deny any player from entering a WoE/BG map.
×
×
  • Create New...

Important Information

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