Jump to content

Mystery

Members
  • Posts

    2192
  • Joined

  • Last visited

  • Days Won

    12

Everything posted by Mystery

  1. I hope you know when it states "min_group_id_to_connect" it refers back to your .../conf/groups.conf file. The "group" titles in that file have separate IDs such as the first group being for regular players is "1". Basically, you set it to "2" meaning accounts set with Group ID # 2, "Support" (by default its Support) and above can login. Also, your "group_id_to_connect" is set to -1 which means disabled thus being your second function "min_group_id_to_connect" shouldn't be functioning: "// Will not function if group_id_to_connect config is enabled"
  2. I'm doing this If you're the only person in your guild, /breakguild "name" or /breakguild Name should work depending on your situation. However, if both scenarios don't work, manually remove your guild through your SQL DB.
  3. Why didn't you just download another one from the SVN? o_o! And eAthena doesn't use it. they use atcommand.conf.
  4. Are those windows 8 desktops? LOL D; I'm confused cause normal windows doesn't look like those (Olrox and Green) EDIT: Mine D:
  5. Our SVN does come with it... it's default for rAthena emulators. Are you using eAthena?
  6. Mystery

    Pre-RE EDP

    According to iRO Wiki, renewal EDP: Pre-Renewal: Couldn't find any of this information in RODoddler so I had to go to iRO Wiki.
  7. I'd have to agree with Evil on this one. I think it should be left as a personal mod rather then put into the SVN. I think this mod people are using because it's easier to configure damage output of certain skills rather than going through battle.c etc. to find damage formulas for the skills. Personally, a lot of people use it in renewal servers cause of EDP formula. I think you're best bet is to just wait till the devs actually get it fixed. Then again, this mod is beneficial in many different ways but I just think it's more of a preference mod :/
  8. Mystery

    @deleteall

    I think it's a fine idea especially if you have a lot of junk in your storage and you don't wanna drag one by one into your inventory and then dropping it on the floor to get rid of it.
  9. The Loginlog table is found in your /trunk/sql-files/logs.sql #Database: ragnarok #Table: loginlog CREATE TABLE `loginlog` ( `time` datetime NOT NULL default '0000-00-00 00:00:00', `ip` varchar(15) NOT NULL default '', `user` varchar(23) NOT NULL default '', `rcode` tinyint(4) NOT NULL default '0', `log` varchar(255) NOT NULL default '', INDEX (`ip`) ) ENGINE=MyISAM ; And your ipbanlist table is found in /sql-files/main.sql. -- -- Table structure for table `ipbanlist` -- CREATE TABLE IF NOT EXISTS `ipbanlist` ( `list` varchar(255) NOT NULL default '', `btime` datetime NOT NULL default '0000-00-00 00:00:00', `rtime` datetime NOT NULL default '0000-00-00 00:00:00', `reason` varchar(255) NOT NULL default '', KEY (`list`) ) ENGINE=MyISAM; If you don't know how to install tables properly, view over the guides xD
  10. Please visit their support board and search "Removing" you'll find what you're looking for.
  11. Should be working since r16115.
  12. Mystery

    mora quest

    http://lmgtfy.com/?q=rathena+mora+scripts
  13. Why don't you just limit them by their group_id through your .../conf/login_athena.conf? // Required account group id to connect to server. // -1: disabled // 0 or more: group id group_id_to_connect: -1 // Minimum account group id required to connect to server. // Will not function if group_id_to_connect config is enabled. // -1: disabled // 0 or more: group id min_group_id_to_connect: -1 I don't believe the way you want it actually works. That's why rAthena has the limitations set through group_id instead.
  14. Even though this is a Script Request... I gotta confirm. Are you talking about a SCRIPT or through your CLIENT? You would have to hex the client and even modify your source files... especially for the security code. This way -is- possible through a NPC script but it's not what you really want right? Your best bet if you want all these features, use a Control Panel. This part: is already there for you: //If new_account is enabled, minimum length to userid and passwords should be 4? //Must be 'Yes' unless your client uses both 'Disable 4 LetterUserID/Password' Diffs new_acc_length_limit: yes
  15. 2 and a half weeks left of School? SWEET! :D

  16. I'm too nice sometimes and people don't take me seriously :<

  17. That's your problem right there.. realistically.. so to speak. ;3 1) You shouldn't be using Xray anymore since it's no longer supported although Pink may be back, Pink hasn't stated anything as to getting back to working on Xray. 2) Please explain better. You can't just say the client you're using and you're emulator when dealing with Gravity Errors. You gotta state what you did before you got the error. Where you walking and a monster appeared? Items? Map warping? etc. Please elaborate.
  18. Probably the announcer when you get into the maps "Welcome to Summoner's Rift/Crystal Scar!" voice
  19. Are you wearing any custom sprites then? Maybe one of the sprites has a fail frame? o_O As Emistry stated, can you help elaborate more? You -could- use RoSeta to try and help pinpoint what is causing the problem.
  20. Well I'm not American.. I'm Canadian and we had ours a month ago !!! But to all the Americans, Happy Thanksgiving! Eat lots of Turkey :>
  21. Mystery

    renewal EDP

    There's a mod available on the rA forum (I don't feel like playing hide and seek with the thread atm) that allows you to change the damage output of certain skills, so I use that to lower various OP skills, modified the item script of Ice Pick (and other items that use the same script) to decrease damage to Demi-Human (by 85-95% depending on your base str). It's still pretty broken/OP, but it's a work around to an otherwise absolutely horrendous situation. I believe what jTynne is trying to say is this topic: Manage Skill Damage [2.0] xD
  22. Have you looked in our SVN? xD Working Job Master //===== rAthena Script ======================================= //= Job Master //===== By: ================================================== //= Euphy //===== Current Version: ===================================== //= 1.3 //===== Compatible With: ===================================== //= rAthena SVN r16114+ //===== Description: ========================================= //= A fully functional job changer. //===== Additional Comments: ================================= //= 1.1 Fixed reset on Baby job change. [Euphy] //= 1.2 Added Expanded Super Novice support and initial Kagerou/Oboro support. [Euphy] //= 1.3 Kagerou/Oboro added. [Euphy] //============================================================ Working Resetter //===== rAthena Script ======================================= //= Reset NPC //===== By: ================================================== //= rAthena Dev Team //===== Current Version: ===================================== //= 1.3 //===== Compatible With: ===================================== //= rAthena SVN //===== Description: ========================================= //= Resets skills, stats, or both. //===== Additional Comments: ================================= //= 1.0 First Version //= 1.1 Optimized for the greater good. [Kisuka] //= 1.2 Cleaning [Euphy] //= 1.3 All statuses removed upon skill reset. [Euphy] //============================================================ Automatically, when you reset your stats you should get stat points back.
  23. However.. you are missing the white background of the character creation. I suggest you update your data folder files so you can get the new texture for the background. But, as the others were saying yes, in 2012 clients that is the new way to create your characters now. There's no way of going back unless you go back to older clients.
  24. 1) Did you put any custom modifications in your source file? Did you make sure to read proper guides? http://rathena.org/wiki/Connecting http://rathena.org/wiki/Getting_Started <-- Installation Guides 2) The answer states itself: [[ : DB error - Table 'eaglero_ragnarok.loginlog' doesn't exist[/font][/color]] [[color=#FF0000][font=helvetica, arial, sans-serif]SQL]: DB error - Table 'eaglero_logs.ipbanlist' doesn't exist[/font][/color]]. Basically, it's telling you you're missing tables. You need to install your tables properly.Especially since HelioHost is not Ragnarok based, you'll have little to no support from them whatsoever.
×
×
  • Create New...