Jump to content

chatterboy

Members
  • Posts

    309
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by chatterboy

  1. Goto: rathena/db/pre-re/skill_db.yml nearhere: Name: AB_CONVENIO Description: Convenio MaxLevel: 1 SOL: Add this to line 30118: - Id: 5075 Name: NV_BREAKTHROUGH Description: Break Through MaxLevel: 1 - Id: 5076 Name: NV_HELPANGEL Description: Help Angel MaxLevel: 1 - Id: 5077 Name: NV_TRANSCENDENCE Description: Transcendence MaxLevel: 1 Good Luck!!!
  2. make an script SQL base. Registration system ^_^
  3. If any one of you guys enconter this problem the final sulotion that ive found from the grave is just go inside the folder of your RO and delete the dbghelp.dll Just like that ^_^ ( AMD RADEON )
  4. share your Lite-Client and Full Client RO file
  5. try this ->> systemctl stop firewalld If that not work check this for reference Here!
  6. 'Hostname' => '<server IP or Link>', 'Username' => '<phpMyadminUser', 'Password' => 'phpMyAdminPass', 'Database' => '<phpMyAdminDB', Did you try to enable those port in your FireWall?
  7. oho! finaly good luck and ROK no!
  8. Settings in PHPmyadmin maybe other IP not allow maybe you set it to local host
  9. it works for me just follow his instructions
  10. work perfect yey! ^_^ thanks to the developer and long live~~~
  11. I use it also but no error (latest update rAthena) see This!
  12. - script account -1,{ OnInit: // Auto Initialize when the server is Online bindatcmd "acc",strnpcinfo(3)+"::OnWhisperGlobal",99,0; // GM Level can only access this wispher end; OnWhisperGlobal: switch(select("~ Cheack Player Info:~ Quit")){ case 1: mes "---[SYSTEM]---"; mes "Type the User Name"; mes "you wish to check"; input .@charName$; next; // Fetch the player account ID .@size = query_sql ("SELECT `account_id` FROM char WHERE `name` = '"+.@charName$+"';",.@acc_id); if(!.@size){ mes "---[SYSTEM]---"; mes "Info:"; mes " ERROR 404 Player "+.@charName$+" is not found..."; close;} // Fetch information of the Player IGN input ^_^ query_sql "SELECT `userid`, `last_ip`, `email` FROM login WHERE `account_id` = '"+.@acc_id+"';",.@user_id$,.@lastIp,.@emai$; // Visual Ingame.... mes "---[SYSTEM]---"; mes "AccID: "+.@acc_id+""; mes "UserID: "+.@user_id$+""; mes "LastIP: "+.@lastIp+"": mes "Email: "+.@emai$+""; mes "Verifying Successful!!!"; close; case 2: close; }
  13. Still un done? maybe this video can help Here!
  14. Centos 7: sudo chown apache:apache /var/www/html/data/ sudo chmod -R 777 /var/www/html/data/ or if you already did in your HTML folder try to log in WinSCP as ROOT then change the property settings of the folder DATA and the TMP, change from ROOT[0] to APACHE then set to 0777 ^_^
  15. restart your server, it wont show if you use the command @reloadscript
  16. working fine as of now ill try to reach the max level then ill check if there is error at the end
  17. Allow apache in firewall. firewall-cmd --permanent --zone=public --add-service=http firewall-cmd --permanent --zone=public --add-service=https firewall-cmd --reload
  18. try to open in your firewall make it public the HTTP and HTTPS ^_^
  19. I think no too complicated dude!
  20. it looks like vie item id is mixed up ^_^
×
×
  • Create New...