Jump to content

sikiro

Members
  • Posts

    171
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by sikiro

  1. @hervin this control panel has not been updated in quite sometime i would use fluxcp it has alot more features and works alot better with rathena. https://github.com/rathena/FluxCP
  2. the item must also exist in your database or it will not work try using the wiki page it will help. https://github.com/rathena/rathena/wiki/Custom_Items
  3. using @autotrade will let u vend while offline.
  4. is your sql database on a remote vps or is it installed locally? if they exist on a remote vps you want to change the default host 127.0.0.1 to YOUR_SQL_VPS_IP and it should resolve the problem. if not then from your error it seems that its more related to your passwords are incorrect and not that youre missing a database. if this is a new server and you don't have anything on it yet would suggest you follow the guide here and read it carefully ive used it countless times and it never fails. https://github.com/rathena/rathena/wiki/Install-on-Centos or shoot me a pm and we can chat on discord and I can help you set it up.
  5. thats a normal behavior i think if you kick all and restart server autovendors get saved in sql and will be reloged when u start it up at least thats what happens on my server too.
  6. i purchased this item and it is no longer available to download whats going on?
  7. check under conf/battle/client.conf there is a setting that resets both cloth and bodystyle if u use them
  8. what do do you want to encode? this npc works directly with flux cp so you get the secirity it provides.
  9. this may not fix his issue. some users are reporting that if their site is using ssl thor wont work. you may have to create a subdomain that does not redirect you to https and that should solve your problem.
  10. Correct random option will work on 20151104 one of the official clients supported by rAthena. Some Features Notable to this client are as follow remember that these may also be available to older clients too Achievement System - Not available in rA yet Tittle System - Not available in rA yet RO Dex - Not yet Available in rA there is a big list of changes i am sure a simple google search will give you a long list of them.
  11. i am diving into the sooruce trying to fix and implement this system into my test server would anyone have a clue on how to fix this portion here. issue resolved
  12. what is it doing when it crashes you I am using the same script and its fine for me. make sure in instance db it looks like this 18,Nightmarish Jitterbug,3300,300,1@jtb,16,18,1@jtb the one in main post is not updated.
  13. has anyone managed to push 64kk hairstyle palletes on this guy? yet. storing items will fail would check to see if you guys have the same problem.
  14. no im saying it works if u use the plugins its working perfectly right now.
  15. it worked perfectly fine on centos for 7zip you need to install the plugins for it on centos 7 or it will not function is it posible to make it so that you can backup the emulator as well?
  16. got it thank you! Suggestion for this would be nice to be able to backup emulator as well.
  17. yeah works great only hicup is i only allow ssh for my remote server so when getting the authentication code im stuck unless i use interface unless you know a way to do it on putty. and p7zip on centos 7 doesnt seem to be available.
  18. so your guide will work reguardless of what i pick tho right?
  19. this is amazing. specaily for someone using onedrive.
  20. @Stolao the boss fixing bugs another cool idea would be to have an option to add events randomly to a day so example for monday i can click randomize and it will add events for that entire day.
  21. edit system/achievement_list.lub in your ro folder make sure you have a translated one.
  22. this one is also broken no rewards after each round i think its missing something from the original. @Secrets
  23. groups: ( { id: 0 /* group 0 is the default group for every new account */ name: "Player" level: 0 inherit: ( /*empty list*/ ) commands: true rates: true refresh: true go: true iteminfo: true mobinfo: true whodrops: true whereis: true time: true hominfo: true homstats: true noask: true noks: true autoloot: true alootid: true autoloottype: true autotrade: true breakguild: true{ /* no commands by default */ } permissions: { /* without this basic permissions regular players could not trade or party */ can_trade: true can_party: true command_enable: true } }, premissions are a bit diferent than commands. so all commands you want to give to a player must be set under commands. remember to make sure under premission the player has command-enable:true or else even if they have this list they wont be able to execute commands.
  24. i was testing the script and noticed that you do not get rewards when killing an mvp can someone confirm this i have tried to modify the npc by addding a couple of lines from the old script with no success can someone take a look maybe they can solve the rewards mvp_ladder (3).txt
  25. can someone confirm with me rewards are not given i tried to add the above sniped still no reward.
×
×
  • Create New...