Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 01/31/17 in all areas

  1. Ragnahost do not use client.xml from grf/data Your XML file located in ragnashield folder named ragnashield.xml or something.. You need to change the language type in that file
    2 points
  2. The latest upgrade of IPS has been installed and with it comes the ability to add Two-Factor Authentication to your account. To enable, you must first have Google Authenticator on your smart phone [Android][iOS]. You can then setup 2FA by navigating to your Account Settings Once the Account Settings page has loaded, select "Account Security" and enter your forum password. You will then follow on-screen instructions to setup 2FA. If you have 2FA enabled on your forum account, you will need to authenticate when attempting to perform any of the following activities: Changing email address (also need to re-enter password) Changing password (also need to re-enter current password) Updating two-factor authentication setup (also need to re-enter password) Logging into the front-end (This does not apply if the user is logged in automatically because they have used the Remember Me checkbox) Managing PayPal billing agreements Editing personal billing information Managing addresses Managing alternative contacts Managing stored cards Viewing, withdrawing or topping up account credit After 3 failed attempts, the account will be locked for 60 minutes. A number of staff are already using Google Authenticator for their Github account, and now for their rAthena Forum account to keep them secure. If you begin to use this and encounter problems, please let me know as soon as possible.
    1 point
  3. I've been pushed to add this on rAthena officially. First, I just simply bring this expansion to new rAthena branch. Then, actually I was planned to add script command to retrieve joined members on specified channel. I can add the 'whisp' to the new joined player so the channel name will be appeared in 'name' column on chat bar. Well, maybe the 'channel_disable' or is interesting idea. But why I have to that command? Why I have to add channel on config but remove it? doesn't make any sense *yet*. However, you can make it 'disabled' by delete the channel first if it's player-made channel, or kick all members then set the password. It's 'disabled'.
    1 point
  4. The reason your example script didn't work is because for the navigation to correctly work you have to target a valid cell. - script NaviMT -1,{ OnPCLoadMapEvent: if( strcharinfo(3) != "prontera" || #job_master || @delay > gettimetick(2) ) end; @delay = gettimetick(2) + 60; message strcharinfo(0),"Welcome to HallowRO the job master is located at 128 221."; navigateto "prontera",118,222,NAV_ALL,1; end; } prontera mapflag loadevent Then when talking to the job master just set #job_master = 1;
    1 point
  5. Thanks srhmike for the reply, everything is working fine now.
    1 point
  6. Are you using a client that supports dressing room? Read above post about getting dressing room pack.
    1 point
  7. i can access my phpmyadmin.. the thing is. where is that database thing inside my phpmyadmin in the left side. Ofcourse you need to create 1 database for your server first. And after that follow the screenshot below. Using My SQL Query Browser: Screenshot 1: Screenshot 2: Using phpmyadmin
    1 point
  8. Add a restriction on the item in db/item_db Sample 501,Red_Potion,Red Potion,0,50,,70,,,,,0xFFFFFFFF,63,2,,,,,,{ if ( Class == Job_Novice && strcharinfo(3) == "pay_fild04" ) itemheal rand(45,65),0; },{},{} only class novice on pay_fild04 is healed when using a red potion
    1 point
×
×
  • Create New...