Jump to content

Chaos92

Members
  • Posts

    1583
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Chaos92

  1. make sure you diffed your client with max headgear id 32000
  2. atcommand log if you want to see their commands log.
  3. Is it this client started the function for required job level requirement ? And I didnt find any details what the clients do on 20180620 release, just the mediafire links. Thanks for the reply btw.
  4. Hello, Im wanna ask about the clients that are works with job level skills requirement. From which client date that supports this function ? For example doram job level required skills and star gladiator skills (mostly required job level 50). Because as I can see, 20150916 clients doesnt work with job level skills requirements. Is it true ? And if we use @allskills, the only way to make the skills available.
  5. you can modified it in msgstringtable.txt
  6. 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 ?
  7. 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.
  8. yep its me that post it. Thanks btw , might could help others later if its already fixed.
  9. 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)
  10. IPN already added in paypal. Allow access from URL I think should be enabled normally.
  11. 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.
  12. 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 ?
  13. 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.
  14. create an item with weight 5k or 6k, then checkweight(<item id>,<amount>)
  15. use one group id, and insert all commands that you want them to have. They still can trade, drop, etc.
  16. data/itemmoveinfov5.txt Should be here.
  17. 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.
  18. 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 !
  19. can u elaborate ? diff client without ignore error
  20. 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.
×
×
  • Create New...