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 ?
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.
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)
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.
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://WWW.PAYPAL.COM/CGI-BIN/WEBSCR" ON THIS SERVER.<P>REFERENCE #18.2FE51CB8.1556434806.5B69004</BODY></HTML>)
[2019-04-28 07:00:06] Transaction invalid, aborting.
Anyone knows how to fix this ?
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.
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.
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 !
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.
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.