Jump to content

-SkittleNugget-

Members
  • Posts

    318
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by -SkittleNugget-

  1. Just an Idea. Wouldn't it be cool if you could disable chatrooms, but for them to show up only if you HOVER over the person. Other than then, nice idea.
  2. Why not just, min group ID instead of having a boolean... Rather keep it simple... <Min Group ID>
  3. Welcome to the rAthena Forums.
  4. Thanks for coming back into my life <33
  5. Clients : http://supportmii.com/ro1/Clients/RagexeRE/ Lua Files : http://svn6.assembla.com/svn/ClientSide/Lua_Project/lua%20files/ Data Folder : http://www.supportmii.com/ro1/Clients/Judas_Setups/RecommendSetup/data_v3.0.7z Ready to use Client + Data : http://rathena.org/board/topic/82099-updated-recommended-client-setup-complete-packed/?hl=%2Bdata+%2Bfolder Good Luck.
  6. Define Chain Quests, Is it Story Quests or Item Quests
  7. Possibility, but could be in wrong location. (upper,middle,lower,garment...) I Had an issue like that before.. Otherwise its a badly made sprite..
  8. Maximum is 4096 Concurrent connections at once. (Says it on server console).
  9. Because you are using the IP 127.0.0.1. YOU DO NOT NEED TO WORRY ABOUT ANYTHING INTERNET RELATED. if you want people to connect to your server, wifi is not supported. Also it is not your packets since the console is not saying its a packet problem. Please open the three server consoles and post an image here. I also noticed just now your client.xml <address>46.137.193.218</address> Should be like this <address>127.0.0.1</address>
  10. Remove them all, Set it up again, making sure you add each the login, char and map server, set as public. (No need to have 2 of each..). Make sure you are adding the proper location of the file. If you set the firewall and move the trunk file, you need to change that in firewall.
  11. The guy should be able to connect regardless of Internet status being on or off, the router or anything else related to internet, since the computer is connecting to itself. Once again check your Firewall make sure it's allowing the program to run.
  12. Welcome to the community.
  13. In firewall, Add the map server, login server, char server as an exception.
  14. Wouldn't that be technically illegal ... since they do not own Ragnarok.. (Sprites, Images, etc, etc...)
  15. https://mega.co.nz/#!Xl4wETDD!YO3wZDs079aQ0G270CrSGGwfplsQPW3h2fjC5odHBb4 - Chunkspy on Mega.co.nz
  16. Link died, Will re-upload when I am online on my laptop.
  17. Reason to use Close2; We want to allow the user to use the close button while the script still runs.. Using Close2; in the script before mine would have not worked, Only in the way I have done it.
  18. there is no line to display the time left to the user, try if ($@time < gettimetick(2)) { mes "You are able to take an apple"; close2; set $@time, gettimetick(2) + 900; // 15 Minutes getitem "Apple",1; end; } Mes "Please wait " + (($@time - gettimetick(2)) / 60 ) + " Minutes before getting another apple"; close; I wrote this on my phone -> Bad format ?
  19. I am presuming you are using Windows 8, Correct? Run Setup.exe as Administrator, select a graphics and resolution. Run the client as Administrator. Seems to work for me, I am using windows 8.
×
×
  • Create New...