Jump to content

PokemonRO

Members
  • Posts

    63
  • Joined

  • Last visited

Everything posted by PokemonRO

  1. i wouldn't worry about that warning. It just means you are running rathena as a root admin on your linux vps. When you login, you are using root/password If you were to create a new user such as furion and give it privledges, you can run rathena as well from your new user and you shouldn't get that error anymore. It is not a big deal in my opinion, don't worry too much about it.
  2. make sure you have proper version of rathena that its compatible for
  3. 1. Pretty sure requires source code modification, do you know how? Start looking in the status.c 2. Don't believe there is a way to remove weight limit. I know it can be increased, but you would need to change a few things from the source, but even then I think theres is a max int value to it
  4. Possible I think. You can use onpcloadmap event with possibility of using codes from food buffs to generate stats?
  5. Try changing script_athena.conf // Default value of the 'max' argument of the script command 'input'. // When the 'max' argument isn't provided, this value is used instead. // Defaults to INT_MAX. //input_max_value: 2147483647 input_max_value: 10000000
  6. If you use flux cp, you can view all inventory, storage, cart items of that character.
  7. If you need the source code to make all items already identified on drop, let me know I have it.
  8. http://rathena.org/board/topic/53320-%E3%80%90-emistry-%C2%A9-2012-%E3%80%91e-scripts-collection/ Emistry made a multi currency shop that you can check out
  9. Oh, yep! your method works too. I just copied and pasted the sql line from another script and did a quick test to see if it worked, never actually looked to see that the replace was there. Both methods work fine, they will both record in your global reg values and tick properly for that IP.
  10. I honestly find sql and compilation a headache in windows compared to linux. imho, it would be beneficial to him to get a cheap vps that is running centos. He could setup phpmyadmin, mysql plugins and drag over his rathena files quickly. you could have a server up in a short amount of time.
  11. Here is my Daily Points/Event Token with my own twist to it. 1. There is an IP Checker, It can be redeemed once per IP every 24 hours upon login. if((getd("$G_LIP_"+@lastIP$)+(60*60*24)) <= @now) { Change 60*60*24 to the time you want. It is set for 24 hours right now. 2. You can either set it to give an item or points //getitem 7227,1; //set(#pvppoints,#pvppoints+10); You can change the ID of the item and the amount. You can also use points if you want, just change the variable and the amount to your liking. daily.txt
  12. If you can afford it, go with a cheap VPS and don't run it through localhost. save yourself the headache and hassle by paying $10 a month
×
×
  • Create New...