Jump to content

Akkarin

Forum Manager
  • Posts

    3127
  • Joined

  • Last visited

  • Days Won

    208

Everything posted by Akkarin

  1. Ignore this, i actually have no idea why what i typed didn't make any sense '
  2. Also, if it helps - if you're using Chrome or Firefox, you can right click on the page and click Inspect element. The plugin will tell you where that bit of the page is defined in which css file, and you can manipulate it to see what happens live on the page without having to actually go find it.
  3. The page is in modules\woe\index.php as far as i remember. Edit the WoE times in your config file and it should work. Also, naughty double poster
  4. You both need to lear what XAMPP is lol. xKubera: If you're already using MySQL and not the one provided by xampp, then there's no need to keep it.
  5. I actually forgot about that x_X thanks Euphy
  6. PCLogin Settings By Akkarin You know when you login to your server that you work on, or even play on, and you always end up typing the same commands each time before you even say hello to anyone? @autoloot, then @uptime to see when the last reboot was, @rates if you've got fluctuating exp/drop rates, etc etc. @showexp cos you want to know what's going on, blah blah blah. With this Settings NPC, a player can set those commands to automatically execute when they login. These are account based, but could easily be modified to char based. Following the general format of the script, it should be easy to add/remove commands from those available to the player. @main is listed at the bottom of the script, so if you don't use it you may as-well remove that line. This script is years old, revamped to make it work with recent revisions - i've tested it on both our live server, and my dev server and seems to work.. but if you find any bugs or glitches, or something that could be optimised abit more, please let me know settings.txt
  7. For your players to register, you need a control panel or you can write yourself a login system. They can download your installer after you've made one and uploaded it to your site. Flux for rA: http://rathena.org/board/topic/60255-fluxcp-renewal-finally-native-rathena-support/ A webpage popping up happens with certain clients that have certain diff's applied, if i recall correctly - dunno, haven't seen that for aout 18 months xD xampp is a webserver suite of tools that allows a machine to serve web pages using php, with a MySQL database included for back-end storage. XAMPP: http://rathena.org/wiki/XAMPP_Installation
  8. Do you mean since the player logged in, or since the char was created? If it's since last login you could do it with either a timer or an sql query o.O
  9. Another Item Hunt By Akkarin Morning all! This is a script that i developed for my server circa 2007 and it's been collecting digital dust since then to be honest. Basically, this is an Item Hunt script that can be fully automated by adding OnClock labels. What's different about this one to everyone elses? Not a lot. Except one of the NPCs uses the npcwalk script so he moves around the map moaning about his lost items that you've got to find. The configs should be fairly self-explainatory: //================ // CONFIGS START //================ // This is the array of items that the NPCs will ask your players to find. // They must be separated by a comma (,) and cannot contain more than // 127 items. That's the law. End of. setarray $FindItems[0],913,507; // Set the min amount of an item to look for set $FIMIN,5; // Set the max amount of an item to look for set $FIMAX,30; // Set your prize item ID here! set $FIPrize,501; // Set your prize quantity here! set $FIPrizeAmt,2; // Jacob is Jacob by default, but you can change his name here set $FIJname$,"Jacob"; // Colette is Colette by default, but you can change her name here set $FICname$,"Colette"; // GM Level / Group required to start/stop scripts set $FIAuth,80; //================ // CONFIGS END //================ To start the event manually, send a PM to NPC:Jacob saying "start" (no ""). You may notice that the NPC sprite is uhm... custom: prontera,144,178,4<TAB>script<TAB>Jacob<TAB>2500,{ Since this NPC walks, the normal NPC sprites look silly just gliding along. This was originally intended to use the mob_avail.txt e.g. // Add to db/mob_avail.txt to make Jacob look like a High Priest 2500,4009,1,23,1,0,0,0,0,0,0,1 Obviously, client-side needs to be updated (npcidentity.lu[a/b] and jobname.lu[a/] if i recall correctly) and if you want to use a custom mob, don't forget to add him to the database! If not, change 2500 to a normal NPC sprite. Or use the poring sprite and watch him bounce around while talking.. As it's been a -VERY- long time since I've done any decent scripting, and like i said - this script is old, half of it looks another language (no pun intended..) so if there's something that can be optimised, or that should be using a different function, please let me know jacob.txt
  10. You'll need to port-forward on your router for the login/char/map servers data to actually reach the intended destination.
  11. "I'm trying to install eAthena" -> Installation help for eAthena: http://eathena.ws - although the principle is the same. configure: error: MySQL not found or incompatible (requested) - this means what it says. Did you yum install or is this a tarball installation of MySQL?
  12. Those buttons are just images, you need to update your data folder/grf to include the latest translation pack: http://subversion.assembla.com/svn/ClientSide/Translation_Project/
  13. If you're only setting up a test server, there's no sense in installing WAMP or XAMPP, just use rASQL http://rathena.org/wiki/Using_rAsql
  14. Are you using the correct packetver in mmo.h and in db/packet_db.txt?
  15. It doesn't seem to crash on r16668 - that's what i use for my dev server, and 16609 is fine for our production server.
  16. You really need to read the guides :/ You need to download a translated data folder, then you need to use the setup.exe with the blue icon. I would suggest doing abit of searching around on the forums for answers to your questions. These have been asked hundreds of times before, and answered.
  17. http://rathena.org/wiki/Connecting#Client_Side I also recommend you read this: http://rathena.org/board/topic/65579-judas-client-side-area/
  18. That's a no then.. Your screenshot also says no. Create a user called ragnarok, with the password ragnarok, then give it access to the database called ragnarok. This was all explained in the wiki's setup instructions.
  19. Did you install mysql? Did you setup a user called ragnarok? Did you give it a password? Did you allow that user to access the database from localhost?
  20. You also need to follow the instructions, then configure things. The link i gave you tells you all you need to know, and also has links at the bottom that take you to a page that tells you what you need to do next.
  21. Those three windows tell you what the problem is. You need to compile the servers before you can run them. See the following: http://rathena.org/wiki/Installation_on_Windows
  22. In that case, what revision are you using? o.O That bug report states that the original poster had fixed the issue simply by updating and recompiling their rAthena..
  23. @donkeyg: While you're still connected to your VPS via putty, run @reloadscript again and take a screenshot of the putty window, then upload to this thread. We can't help you if we don't know what's causing the problem
  24. Archive being updated to version 2, just waiting on someone to approve it. Added .gif and .jpg, including the original item folder after 16-08-12 patches complete.
  25. If your VPS is with Asura, i'd recommend using their webhosting (assuming they offer web hosting?). Asura is designed for hosting RO servers. On a side note: connecting from your website to your ro database will only be hindered if you've not got correct permissions set on your database itself - it'd have nothing to do with where it is. I.E your user would need to able to connect from your website IP. Hope that helps
×
×
  • Create New...