Jump to content

Dolphin86

Members
  • Posts

    709
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by Dolphin86

  1. as mention above, i have try like tons of password combination but seems to fail.. ... Failed! Error: SET PASSWORD has no significance for user 'root'@'localhost' as the authentication method used doesn't store authentication data in the MySQL server. Please consider using ALTER USER instead if you want to change authentication parameters.
  2. both did not work sudo chmod +x ./configure chmod a+x configure
  3. as mention above, bump to new problem. chmod +x ./configure = result as below changing permissions of './configure': Operation not permitted kindly guide me how to fix this?
  4. turns out the password for non root user was incorrect in mysql (phpmyadmin), problem solved.
  5. helo, need some help with this problem, please tell where did i made wrong? now here is my inter conf and here is on my sql database : Mysql = phpmyadmin user details : please tell which part i made wrong, or there is more files i need to show to confirm my mistake please let me know.
  6. hye, 1st of all im sorry if i put these question on wrong section, kindly move it if needed no need to put warning points to me thanks, back to question i was trying to compile my server and end up with these error as below now as i check the file as it mention was missing while compiling i found the file... as below now could someone tell me how to fix this problem? thanks...
  7. was port 3306 should be open? it clearly said open...?
  8. @Chaos92 sorry im uber noob on this part, how can i check if my port are open or close?
  9. @Chaos92 i did try add in my vps ip, still same result, and i did had triple check the user acsess i had make sure it had all privilage over the database..
  10. im running on centos 7, and i am using my old server file re-uploaded and somehow i keep having this error, i had make sure the username and password correctly and given privilege's to that account, i did bump across some search result mention that it would happen if port 3306 should have issue if i run my website on other vps, which is true i did run my web page on previous server on other vps (since im running the new server with the old server files), but now i dont know where or how to fix this problem, could someone guide me? thank you
  11. i have just recently re lunch my server, now from no where gravity start file complaint and revoke all my server file download links, what make it worst is even my own personal google drive space is also suspended due to gravity claim, im not sure about other admin, but kinda weird since my server had only like below 10 population, not really sure why would they go for small and just start pserver. im just looking for opinions what should i do or respond to this. here is an email that was send by media fire, havent got any response yet from google. Multiple files in your account have been suspended for a reported violation of the Digital Millennium Copyright Act (DMCA)and the MediaFire Terms of Service Agreement. The reason for suspension was: Our work is a game called Ragnarok Online that is being served through PC. We have confirmed that files that have been illegally modified from our games are being transmitted using the services you provide, and we have sent you an email to block them. The URL is: 1) https://www.mediafire.com/file/wz511qio51fojbb/DolphinRO_Full_Client.exe/file 2) https://www.mediafire.com/file/h7fd7gzfv2vws4p/DolphinRO_Lite.exe/file I have a good faith belief that use of the material in the manner complained of is not authorized by the copyright owner, its agents, or the law. The information in the notification is accurate, and under penalty of perjury, that the complaining party is authorized to act on behalf of the owner of an exclusive right that is allegedly infringed. I will send you attached data that can clearly check copyright infringement. Please check and if you need additional data, please let me know the list of data you need so I can send it to you. Thank you. Sincerely, Heedong Lee Information about the party that filed the report: Company Name: Gravity Contact Address: Contact Name: Heedong Lee Contact Phone: Contact Email: [email protected] List of supended files: The file DolphinRO Full Client.exe identified by the key (wz511qio51fojbb) The file DolphinRO_Lite.exe identified by the key (h7fd7gzfv2vws4p) If you feel this suspension was in error, please submit a counterclaim by following the process below. Step 1. Click on the following link to open the counterclaim webpage. ** I Remove It for safety reason** Step 2. Use this PIN on the counterclaim webpage to begin the process: ** I Remove It for safety reason** Step 3. Fill in the fields on the counterclaim form with as much detail as possible. ** I Remove It for safety reason**
  12. i actually have something similar to that and its currently running on my server, but without that fancy graphic.
  13. hye can i request a script that will trigger an event when there is a total of 20 player online? this is the event script: - script Poring_Coin -1,{ OnNPCKillEvent: if ( rand( 100 ) <= 1 ) { .@item_id = F_Rand( 40003 ); getitem .@item_id,1; } end; } also the event script will notify / broadcast how many player left before the event start? something like this? There is 10 players online, a drop event will start when there is a total of 20 players online! 10/20 player currently online and when it reach total 20 player, the event will start and broadcast: A total 20 player is online now, mini event will start, all monster will now drop Gatcha ticket by 1%
  14. After some deep thinking i found out that acolyte had never have use a dagger, which trigger this problem at 1st place, removing acolyte to use this dagger and just make a copy of the item and make it a mace. LOL !!!
  15. possible error related to this: basically i just use official weapon ( damacus ) and use it sprites and make a new version as a custom weapon, or was it not allowed to do so?
  16. Weapon_IDs = { WEAPONTYPE_Beginner_Dagger = 103, WEAPONTYPE_Common_Beginner_Dagger = 104, WEAPONTYPE_Rare_Beginner_Dagger = 105, WEAPONTYPE_Epic_Beginner_Dagger = 106, WEAPONTYPE_Legendary_Beginner_Dagger = 107 } WeaponNameTable = { [Weapon_IDs.WEAPONTYPE_Beginner_Dagger] = "Beginner_Dagger", [Weapon_IDs.WEAPONTYPE_Common_Beginner_Dagger] = "Common_Beginner_Dagger", [Weapon_IDs.WEAPONTYPE_Rare_Beginner_Dagger] = "Rare_Beginner_Dagger", [Weapon_IDs.WEAPONTYPE_Epic_Beginner_Dagger] = "Epic_Beginner_Dagger", [Weapon_IDs.WEAPONTYPE_Legendary_Beginner_Dagger] = "Legendary_Beginner_Dagger" } @kalabasa error :
  17. i was adding custom weapon, and had some error, could someone please guide me on how to properly add custom weapon to server?
  18. well it does came with error now...
  19. omg soo simple... my eye need some break i guess lol, thanks !!
  20. soo i just downloaded this script, and upon reload this problem came out. sorry but im kinda clueless on how to fix this, could someone help? the script : Click Here
  21. i have create a custom weapon using the same item view, at first there was no error, just recently there is an error, i have no idea how should i solve this, it did not effect the game in any sort, just wondering how could i solve it?
  22. your the best @Elysium but question, what was wrong actually?
  23. Error: Script: Click Here Help please..
  24. Hye i have this script which is use for testing damage purpose, it works fine, but now when i kill normal monster in any map it keep saying "You have dealt xxx damage to Punching Bag" could someone fix em for me or how me how it should be done? script: - script Punching Bag -1,{ OnInit: OnDummyKill: monster "neko_isle",79,139,"Punching Bag",1905,1,"Punching Bag::OnDummyKill"; end; OnPCAttackEvent: message strcharinfo(0), "You have dealt "+ @damage +" damage to Punching Bag"; end; }
  25. i did found the file inside tool folder from rAthena root file, but i guess im too dumb for these, i did try to run it but this happen.. \ what i did was download the tool file from rAthena to my desktop and run it,
×
×
  • Create New...