Jump to content

Chaos92

Members
  • Posts

    1859
  • Joined

  • Last visited

  • Days Won

    62

Everything posted by Chaos92

  1. you can modified it in msgstringtable.txt
  2. Anyone knows why those doram skills become grey ? Im using client 20150411. Renewal version but pre-re cast. We cannot level up those skills looks like its has been disabled but its not. Ive makesure the files in db/re/skilltree and also skilldb already added. Any github merging that I should add since this isnt the latest version of rAthena ?
  3. 1. check in themes/default/account/create.php there will be a few line of codes for birthdate. Also in modules/account/create.php 2. upload your themes in themes folder and change in config/application.php for themes to theme directory name.
  4. yep its me that post it. Thanks btw , might could help others later if its already fixed.
  5. yes. www.paypal.com only. 'AcceptDonations' => true, // Whether or not to accept donations. 'PayPalIpnUrl' => 'www.paypal.com',// The URL for PayPal's IPN responses (www.paypal.com for live and www.sandbox.paypal.com for testing)
  6. IPN already added in paypal. Allow access from URL I think should be enabled normally.
  7. Paypal setting already correct. The payment also success. payment deducted and received but theres no log for it in fluxcp and credit isnt added automatically. Ive tried asking in discord rAthena and someone also having this issue.
  8. Hello, ive seen that theres so much issue on paypal donation lately. I've test it, the transaction is successful, but there is no log in fluxcp for the transaction and only thislog added in paypal.log.php [2019-04-28 07:00:06] Establishing connection to PayPal server at www.paypal.com:443... [2019-04-28 07:00:06] Connected. Sending request back to PayPal... [2019-04-28 07:00:06] Sent 1142 bytes of transaction data. Request size: 1287 bytes. [2019-04-28 07:00:06] Reading back response from PayPal... [2019-04-28 07:00:06] Notification failed to verify. (recv: <HTML><HEAD><TITLE>ACCESS DENIED</TITLE></HEAD><BODY><H1>ACCESS DENIED</H1>YOU DON'T HAVE PERMISSION TO ACCESS "HTTP&#58;&#47;&#47;WWW&#46;PAYPAL&#46;COM&#47;CGI&#45;BIN&#47;WEBSCR" ON THIS SERVER.<P>REFERENCE&#32;&#35;18&#46;2FE51CB8&#46;1556434806&#46;5B69004</BODY></HTML>) [2019-04-28 07:00:06] Transaction invalid, aborting. Anyone knows how to fix this ?
  9. hello, you need to add user permission for that. if you're using phpmyadmin, click your database, privileges, add user account, and add the hostname, username and password.
  10. create an item with weight 5k or 6k, then checkweight(<item id>,<amount>)
  11. use one group id, and insert all commands that you want them to have. They still can trade, drop, etc.
  12. data/itemmoveinfov5.txt Should be here.
  13. Dont use notepad++, that software will encode the korean word thats why that error will happen. Or else you need to setup/configure notepad++ for auto encode issue. Use another type of word editor for example Brackets, etc.
  14. Hello, this script can read rand start from zero when randomize the items. Do you have any idea to fix it ? It will occur randomly while randomize item. [Warning]: itemdb_search: Item ID 0 does not exists in the item_db. Using dummy data. solved by changing this line : set .rand,rand(0,getarraysize(.ItemLists)); to set .rand,rand(getarraysize(.ItemLists)-1); Thanks to @Hurtsky and @pajodex for their precious time !
  15. can u elaborate ? diff client without ignore error
  16. You might try to change the folder inside data/logs/schemas/charmapdb and also data/logs/schemas/mapdb to your new ServerName. in default, the name = FluxRO since you installed using that ServerName before.
  17. https://gist.github.com/cydh/d82a06472f12c4ec7f38ab3de22fe86b Hope this help.
  18. make sure you setup your conf folder correctly or maybe your server database hang/crash.
  19. You doesnt need that OnInit code for ItemShop. Just edit it here - itemshop shop3 -1,7720,15110:500,20732:300 Then, try to bought with 7720 item. You should can bought using the same item as you set there. Make sure you are using 2013 and above rathena version and also client.
×
×
  • Create New...