Jump to content

kyithios

Members
  • Posts

    39
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by kyithios

  1. This, the one from the git is the latest version, and you can use that to update yours. A good tip is to use the import folder to change your settings so that the main stuff can be updated without completely wrecking your present progress.
  2. No, no spaces. @evenpt kyithios 10 (command, name, quantity) doesn't work. Just says character not found or is offline. That worked. I'm super happy about that, that'll help my staff give out the right stuff. I had to make a small modification, but the whole thing works great.
  3. Command functions now without any errors in the console, but it doesn't recognize anyone I put in, online or not, even myself. Just says "No character found."
  4. No offense taken, I just figured I should point out where I corrected myself after, because it is a bit misleading. I should edit it, but I'm not sure if I should.
  5. That's why I said "SFTP"... I use FileZilla. ^ See? I mislead nobody. Almost every single FTP client has the power to use SFTP, you just have to select the right option.
  6. You're gonna have to get ahold of Ragnahosting. I don't have your information, I'm not staff for them, so I don't know what you're doing wrong.
  7. In FileZilla (which I use to upload scripts and download server stuff to edit)... Host IP: (Whatever your host IP is according to the mail in your client area) SFTP - SSH File Transfer Protocol ALWAYS USE PORT 22 Enter the username and password you were given. If it still doesn't work, you're gonna have to go through their support. Which has been inactive for three days. Good luck.
  8. New error. https://gyazo.com/0a53450009e38eaf8abbe6b3ef7c1ab6
  9. The third line of the script hits an error when @eventpt is used, says "event not found [commands_limit::OnAtcommand]"
  10. So I want to use eventpoints as a currency players can gain from doing events, and also from a consumable as a reward for voting. So this question/request is two fold. How do I get an @command to give people event points? How do I create a consumable (say poring coins) that gives event points?
  11. Go to your client area at Ragnahosting, check your messages there, and there should be one that says "Your Cloud Instance Has Been Deployed." That has all the information you need to add the script to your server, use FileZilla or any other FTP program to upload your scripts to rAthena/npc/custom/ Then go back to rAthena/npc/ and edit scripts_custom.conf.
  12. I see. Or rather... I don't. What should I do to link them?
  13. https://gyazo.com/ad62ec33e7c2fcd3edadded1b3510016 As my install requested I add these to my SQL tables. What exactly am I looking for?
  14. No errors. just when I click the add voting sites button, it does nothing. https://gyazo.com/e2fd7c3aa5b936d9e723c298c0e0ae3d I also can't seem to find any way to manually add them via editing files.
  15. Great, that worked. Now to figure out why I can't add voting links to it.
  16. In that case, it's default. and under the voteforpoints/themes folder, it's also default.
  17. I'm sure it doesn't, but I'm using the Canyon theme from eAdev.
  18. So, so far I've had no luck. I put the folder in my addons as you'll see in the screenshot below, taken the SQL entries and input them in the proper places, but when I refresh my website, no prompts come up for install as per the only topic I could find via google on the subject. What am I missing? Am I supposed to move any of the other folders?
  19. This was exactly what I needed. It turns out this was exactly what I was doing, but because the RSS link showed the content but no graphics otherwise, I was unsure. I tested it on my website, and I'm quite satisfied. FluxCP is seriously one powerful thing. Now if I could just figure out how to get the pvp rankings to show up.
  20. Yes, I know about that. But I don't know how to use IPB to make the RSS feeds and their links to put into the rss settings file in FluxCP.
  21. On my main page I have a section for news and the like, previously filled with RSS feeds from eADev that didn't pretain to my server, so I removed them. Let's say I want to take new topics from my forums (Things like announcements, patch notes, maintenance times, etc) and put them there as a link, that automatically updates itself, how do I do that?
  22. so in application.php, I changed the following line 'CreditExchangeRate' => 0.5, // The rate at which credits are exchanged for dollars. It doesn't seem to be working as I want it to. I want to turn the exchange rate to 1$=5 points. I've tried a number of things, such as setting the above value to 1.5 to 1.05, to the thing you see above, to .05, still doesn't work. Please advise.
  23. When I fix one according to the console, it pops up another until I hit a wall where it just says pretty much nothing. new_3-1,50,113,6 script Willcom Maan 405,{ if( !#Freebies ){ set #Freebies,1; mes "Welcome to Exia Star RO! Here's some rewards. By the way, talk to Shion twice! She likes that!"; getitem2 1203,1,1,10; }else{ mes "You have claim the Reward already."; } close; } I'm using tabs, but for some reason it starts with the }else{ portion.
×
×
  • Create New...